Skip to main content
1-Visitor
March 18, 2020
Solved

Inverse issue?

  • March 18, 2020
  • 6 replies
  • 3487 views

I met something strange

Vector inverse.png

Best answer by LucMeekes

It is simply the 'inverse' of each element of your vector (so vectorization is implicit here). That's the only way way Mathcad can produce an answer that is not an error message.

 

The help on Matrix inverse is:

Matrix Inverse Operator

Keystroke: ^-1

 

This returns the inverse of a matrix. If M does not have an inverse, you'll see an appropriate error message.

Operands:

  • M is a square matrix having an inverse.

Your multiplication A * A^-1 results in 3, because A has three elements.

The symbolic (Maple) processor complains that the matrix should be square...

 

Success!

Luc

 
 
 

6 replies

21-Topaz II
March 18, 2020

Hi

It is wrong to define the matrix operator with square brackets. not [A] but simply A - although it is possible - and many ancient texts define it with square brackets. The inverse of a vector makes no sense.

23-Emerald IV
March 18, 2020

There's nothing wrong about that. It's the OP's method of marking matrices and vectors.

LucMeekes23-Emerald IVAnswer
23-Emerald IV
March 18, 2020

It is simply the 'inverse' of each element of your vector (so vectorization is implicit here). That's the only way way Mathcad can produce an answer that is not an error message.

 

The help on Matrix inverse is:

Matrix Inverse Operator

Keystroke: ^-1

 

This returns the inverse of a matrix. If M does not have an inverse, you'll see an appropriate error message.

Operands:

  • M is a square matrix having an inverse.

Your multiplication A * A^-1 results in 3, because A has three elements.

The symbolic (Maple) processor complains that the matrix should be square...

 

Success!

Luc

 
 
 
23-Emerald IV
March 18, 2020

LucMeekes_0-1584557492936.png