photo

edward desmond muyomba


Last seen: 4 years 前 自 2020 起处于活动状态

Followers: 0   Following: 0

统计学

  • Thankful Level 1
  • First Answer

查看徽章

Feeds

排序方式:

提问


need some help matlab code has an error
A = [6 2 1 1;2 7 1 2;3 2 8 1;1 2 6 9]; B = [6;4;5;3]; maxitr = 100; tolx = 1.0e-5; n = length(A); x = zeros(n,1); err = ze...

4 years 前 | 1 个回答 | 0

1

个回答

提问


my code is not running
y=(x.*exp(x)+0.3*x-0.5) ./(x-5); y_prime=((x-5) .*(x.*exp(x)+exp(x)+0.3)-x.*exp(x)+0.3*x-0.5)) ./(x-5) .^2; x_intial=-1;...

4 years 前 | 1 个回答 | 0

1

个回答