A résolu


Maximum value in a matrix
Find the maximum value in the given matrix. For example, if A = [1 2 3; 4 7 8; 0 9 1]; then the answer is 9.

plus de 4 ans il y a

A résolu


Find the sum of all the numbers of the input vector
Find the sum of all the numbers of the input vector x. Examples: Input x = [1 2 3 5] Output y is 11 Input x ...

plus de 4 ans il y a

A résolu


Add two numbers
Given a and b, return the sum a+b in c.

plus de 4 ans il y a

A résolu


Convert from Fahrenheit to Celsius
Given an input vector |F| containing temperature values in Fahrenheit, return an output vector |C| that contains the values in C...

plus de 4 ans il y a

A résolu


Calculate Amount of Cake Frosting
Given two input variables |r| and |h|, which stand for the radius and height of a cake, calculate the surface area of the cake y...

plus de 4 ans il y a

A résolu


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

plus de 4 ans il y a

A soumis


Single and Multivariable Expansion of Taylor Series
There many real-life problems using the Taylor series, here is a code that can compute the Taylor series expansion for 1 to 3 va...

plus de 4 ans il y a | 1 téléchargement |

0.0 / 5

Question


newton Raphson method multivariable with single function
im trying to minimize a function by newtons method with 3 variables but its showing error while solving the code is %code 2 ...

plus de 4 ans il y a | 1 réponse | 0

1

réponse

Réponse apportée
how to find values with half of maximum from a function
this one is correct i hope N=10; w=-100:0.01:100; Wc=10 H_fourier_abs_1_1=abs(Wc^N./((1i*w).^N+Wc^N)) figur...

plus de 4 ans il y a | 0

A soumis


Paraseval's Theorem Verification
Here is a simple code to verify Parseval's theorem verification for a function over a limit.

plus de 4 ans il y a | 2 téléchargements |

0.0 / 5