Feeds
질문
graph of iterative sequence
how can i get the graph of this iterative sequence t=@(n)(1/(n+2)^2);r=1/5; g=@(x)((x-1)/(exp(x))); tolerance=0.000001; k=10...
거의 3년 전 | 답변 수: 1 | 0
1
답변질문
system of linear equation
A=[1 3 2;5 4 3;6 4 3]; b=[3;2;4]; x(0)=[0;0;0] How can we iterate this by matlab code? x(n+1)=A*b*x(n)-3*x(n)
거의 3년 전 | 답변 수: 0 | 0
