Community Profile

photo

Dan


Active since 2015

Followers: 0   Following: 0

Statistics

Feeds

View by

Question


provide the matlab code that will exactly locate the two intersectionss between the curves.
f = @(x) 0.5*x^2 - 3*x + 9; g = @(x) 10*exp(x/10); if method can be solved using fzero please use that

meer dan 8 jaar ago | 1 answer | 0

1

answer

Question


Assuming the Gauss-Seidel technique (reminder: this is that one that updates as it goes along) and that x0 = [ 0 0 0 ]', what would x1 look like?
the attached file shows the set up of the question

meer dan 8 jaar ago | 0 answers | 0

0

answers