photo

ZhenQi


Actif depuis 2012

Followers: 0   Following: 0

Message

Statistiques

  • Thankful Level 1

Afficher les badges

Feeds

Afficher par

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

plus de 11 ans il y a | 1 réponse | 0

1

réponse

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

plus de 11 ans il y a | 1 réponse | 0

1

réponse

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

plus de 11 ans il y a | 1 réponse | 0

0

réponse

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

plus de 11 ans il y a | 1 réponse | 0

1

réponse

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

presque 12 ans il y a | 1 réponse | 0

1

réponse