Transpose::nmtx

Details

  • This message is generated when the first argument in Transpose is not a matrix.
  • Off[message] switches off the message; On[message] switches it on. For example: Off[Transpose::nmtx].

Examples

Basic Examples  (1)

An error occurs because the argument in Transpose is a vector rather than a matrix:

This shows a valid matrix argument in Transpose:

You can use the permutation specification {1} if it is necessary to apply Transpose to a vector: