photo

ZhenQi


自 2012 起处于活动状态

Followers: 0   Following: 0

消息

统计学

MATLAB Answers

5 个提问
0 个回答

排名
212,950
of 300,786

声誉
0

贡献数
5 个提问
0 个回答

回答接受率
40.0%

收到投票数
0

排名
 of 21,091

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 171,061

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
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; ...

12 years 前 | 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...

12 years 前 | 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 ...

13 years 前 | 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 ...

13 years 前 | 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...

13 years 前 | 1 个回答 | 0

1

个回答