Matrix multiplication error

1 次查看(过去 30 天)
Peter
Peter 2012-5-16
I am experiencing a strage error in matlab. I have matrix A and a vector x. I expect that if I perform the following operations, C should equal zero but it does not.
B = A*x;
C = A\B-x;
In fact C is is a vector composed of the same constant. What could possibly cause this in matlab?
  1 个评论
Walter Roberson
Walter Roberson 2012-5-16
This appear to be the same as http://www.mathworks.com/matlabcentral/answers/38567-reversible-matrix-operation

请先登录,再进行评论。

回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Logical 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by