解決済み


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.

4年以上 前

解決済み


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

4年以上 前

解決済み


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

4年以上 前

解決済み


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

4年以上 前

解決済み


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

4年以上 前

解決済み


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

4年以上 前

送信済み


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

5年弱 前 | ダウンロード 1 件 |

0.0 / 5

質問


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

5年弱 前 | 1 件の回答 | 0

1

回答

回答済み
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...

5年弱 前 | 0

送信済み


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

5年弱 前 | ダウンロード 1 件 |

0.0 / 5