Community Profile

photo

ZhenQi


Active since 2012

Followers: 0   Following: 0

Message

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Question


matrix value in broyden's method
Ok guys, for the iteration part of my broyden's method I have: temp = x; x = x - jac(x)\f(x); s = x - temp; ...

11 years ago | 1 answer | 0

1

answer

Question


inline matrix n x n input
hi guys I'm writing a program that uses the jacobian of a matrix, but whenever I input it using "inline" command it does not wo...

11 years ago | 1 answer | 0

1

answer

Question


returning "NaN" as results
Help!! I'm writing a code for Gauss Elimination Method, but my array of returned x(i) gives the result: ans = NaN ...

11 years ago | 0 answers | 0

0

answers

Question


returning "NaN" as results
Help!! I'm writing a code for Gauss Elimination Method, but my array of returned x(i) gives the result: ans = NaN ...

11 years ago | 1 answer | 0

1

answer

Question


"Undefined function 'rk' for input arguments of type 'inline'." error
function r = rk(a, b, h, f) n = (b-a)/h; t = a; w = 1/3; for i = 1:n kone = h * f(t,w); ktwo...

11 years ago | 1 answer | 0

1

answer