edward desmond muyomba
Followers: 0 Following: 0
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