Student[LinearAlgebra]
Pseudoinverse
compute the Moore-Penrose pseudo-inverse of a Matrix
Calling Sequence
Parameters
Description
Examples
Compatibility
Pseudoinverse(A)
A
-
Matrix
The Pseudoinverse(A) function returns the Moore-Penrose pseudo-inverse matrix.
withStudentLinearAlgebra:
Pseudoinversea,c|b,d
dad−bc−bad−bc−cad−bcaad−bc
M≔1,3
M≔13
Mi≔PseudoinverseM
Mi≔110310
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][MatrixInverse]
Download Help Document