Feeds
질문
Create graph in 3 dimension
I have create an iteration as following: format long A=[1 0 2; -1 3 4; 2 1 0] x_n=[-2 4 -3]' for n=1:5...
거의 11년 전 | 답변 수: 1 | 0
1
답변질문
How to write the script for iteration when the input is the matrix?
for example, I have one iteration such as x_{n+1}=ax_n+bAx_n. where a,b are real numbers and A is 3x3 matrix. My problem...
거의 11년 전 | 답변 수: 1 | 0
