MAT350 8.2 MATLAB: Pseudoinverses
In this activity you will find the pseudoinverse of a matrix.
Consider the matrix A. Since A is not a square matrix the inverse does not exist. However,
the pseudoinverse of A will exist.
A = [1 -2; 0 1; 1 0]
The command pinv() returns the pseudoinverse of the matrix A.
B = pinv(A)
Use the
Note: Full answer to this question is available after purchase.
Reviews
There are no reviews yet.