photo

poppy


Last seen: 1 year ago Active since 2022

Followers: 0   Following: 0

Statistics

Feeds

View by

Question


how to make function
I have this given function 𝑓(𝒙)=(𝑥1^2+𝑥2 −2)^2+(𝑥1 +𝑥2^2−4)^2+𝑥1*𝑥2 I need to make a function that computes that value of f(x...

1 year ago | 1 answer | 0

1

answer

Question


How can I make a guess sidel function with the given variables: GS(Am,bm,initial_guess,10^-4) and the range is 𝑁 = [20, 40, 80, 160, 320, 640, 1280]
How can I make a guess sidel function with the given variables: GS(Am,bm,initial_guess,10^-4) and the range is 𝑁 = [20, 40, 80, ...

1 year ago | 1 answer | 0

1

answer

Question


How do you make a multivariate Newton Raphson method function with N = 50 discrete segments
I have this code here, at the bottom I have a function newrap_me(@hxfunc,J,guessf'). it needs to have N=50 as its discrete segme...

1 year ago | 0 answers | 0

0

answers

Question


how to make matrix
F = zeros(20,1); F(1:4) = 3.3; F(5:7) = 4.2; F(8:10) = 1.8; F(11:13) = 6.9; F(14:17) = 4.3; F(18:20) = 4.1; how do i take...

1 year ago | 1 answer | 0

1

answer

Question


QUESTION: How would I go about generating a d block diagonal system for d = [ 5,10,15....50] and solve each system by integrating the two functions above.
FIRST Function for Gauss elimination: function [x, A, b] = GE(A, b) %---------------------------------------------------------...

1 year ago | 0 answers | 0

0

answers

Question


could i get help with this question?
can someone help me with this?

1 year ago | 0 answers | 0

0

answers