Consider a 3×3 matrix A=[12−1210301]. I have to find nonsingular matrix P such that PA is in row reduced Echelon form.
I am not able to get any idea to solve this problem. I understand Echelon form of a matrix. But what exactly should I do to solve this problem?
Thanks
Answer
We can obtain P in this way by left multiplication
P(I|A)=(P|PA)
thus consider (I|A)
[10012−1010210001301]
and by row operations
[10012−1−2100−32−3010−64]
[10012−1−2100−321−21000]
thus
P=[100−2101−21]
No comments:
Post a Comment