Gelöst


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.

fast 5 Jahre vor

Gelöst


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 ...

fast 5 Jahre vor

Gelöst


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

fast 5 Jahre vor

Gelöst


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...

fast 5 Jahre vor

Gelöst


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...

fast 5 Jahre vor

Gelöst


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:...

fast 5 Jahre vor

Gesendet


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...

etwa 5 Jahre vor | 185 Downloads |

0.0 / 5

Frage


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 ...

etwa 5 Jahre vor | 1 Antwort | 0

1

Antwort

Beantwortet
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...

etwa 5 Jahre vor | 0

Gesendet


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

etwa 5 Jahre vor | 22 Downloads |

0.0 / 5