Pseudoinverse - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.
Our website is currently undergoing maintenance, which may result in occasional errors while browsing. We apologize for any inconvenience this may cause and are working swiftly to restore full functionality. Thank you for your patience.

Online Help

All Products    Maple    MapleSim


Student[LinearAlgebra]

  

Pseudoinverse

  

compute the Moore-Penrose pseudo-inverse of a Matrix

 

Calling Sequence

Parameters

Description

Examples

Compatibility

Calling Sequence

Pseudoinverse(A)

Parameters

A

-

Matrix

Description

• 

The Pseudoinverse(A) function returns the Moore-Penrose pseudo-inverse matrix.

Examples

withStudentLinearAlgebra:

Pseudoinversea,c|b,d

dadbcbadbccadbcaadbc

(1)

M1,3

M13

(2)

MiPseudoinverseM

Mi110310

(3)

Compatibility

• 

The Student[LinearAlgebra][Pseudoinverse] command was introduced in Maple 2020.

• 

For more information on Maple 2020 changes, see Updates in Maple 2020.

See Also

Student[LinearAlgebra]

Student[LinearAlgebra][MatrixInverse]