linalg(deprecated)/transpose - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

Online Help

Home : Support : Online Help : linalg(deprecated)/transpose

linalg(deprecated)

  

transpose

  

compute the transpose of a matrix

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

transpose(A)

Parameters

A

-

m x n matrix or vector

Description

• 

Important: The linalg package has been deprecated. Use the superseding command LinearAlgebra[Transpose], instead.

  

- For information on migrating linalg code to the new packages, see examples/LinearAlgebraMigration.

• 

The matrix transpose of A is computed.  The result is an n x m matrix. The [i,j]th element of the result is equal to the [j,i]th element of A. The result inherits the indexing function (for example, diagonal or sparse) of A, if it has one.

• 

If A is a vector, then it is treated as if it were a column vector; transpose(A) would therefore be a row vector.

• 

The command with(linalg,transpose) allows the use of the abbreviated form of this command.

Examples

Important: The linalg package has been deprecated. Use the superseding command LinearAlgebra[Transpose], instead.

(1)

(2)

(3)

(4)

(5)

(6)

(7)

(8)

See Also

linalg(deprecated)[htranspose]

LinearAlgebra

 


Download Help Document