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.
with⁡StudentLinearAlgebra:
Pseudoinverse⁡a,c|b,d
da⁢d−b⁢c−ba⁢d−b⁢c−ca⁢d−b⁢caa⁢d−b⁢c
M≔1,3
M≔13
Mi≔Pseudoinverse⁡M
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