Borrar filtros
Borrar filtros

Matrix multiplication error

1 visualización (últimos 30 días)
Peter
Peter el 16 de Mayo de 2012
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 comentario
Walter Roberson
Walter Roberson el 16 de Mayo de 2012
This appear to be the same as http://www.mathworks.com/matlabcentral/answers/38567-reversible-matrix-operation

Iniciar sesión para comentar.

Respuestas (0)

Categorías

Más información sobre Logical en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by