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 years 前 | 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 years 前 | 1 个回答 | 0
