pinv
pinv(x)
Try it yourself:
| $1 |
pinv([1, 2; 3, 4])
|
|
| $2 |
pinv([[1, 0], [0, 1], [0, 1]])
|
|
| $3 |
pinv(4)
|
See also:
All functions