photo

ZhenQi


2012 年からアクティブ

Followers: 0   Following: 0

統計

  • Thankful Level 1

バッジを表示

Feeds

表示方法

質問


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年以上 前 | 1 件の回答 | 0

1

回答

質問


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年以上 前 | 1 件の回答 | 0

1

回答

質問


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年以上 前 | 0 件の回答 | 0

0

回答

質問


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年以上 前 | 1 件の回答 | 0

1

回答

質問


"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年以上 前 | 1 件の回答 | 0

1

回答