Ahmed Abed
Followers: 0 Following: 0
Feeds
已回答
Matrix does not want to multiply and gives an error when I multiply a 3x3 matrix with a 3x1 matrix
You are multiplying [3x1] matrix by [3x3] one, which is mathmatically incorrect. If you try values = Ainv*B then you will get a...
Matrix does not want to multiply and gives an error when I multiply a 3x3 matrix with a 3x1 matrix
You are multiplying [3x1] matrix by [3x3] one, which is mathmatically incorrect. If you try values = Ainv*B then you will get a...
6 months 前 | 0