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 is x_n is not a real number but it is in the form of matrix (3x1 dimension). How could I write the script for running this iteration? Thank you so much in advance.
채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Matrix Operations에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!