SOLUTION: factor the matrix A into a product of elementary matrices.
A= [1 1]
[2 1]
Algebra.Com
Question 35276: factor the matrix A into a product of elementary matrices.
A= [1 1]
[2 1]
Answer by venugopalramana(3286) (Show Source): You can put this solution on YOUR website!
A= [1 1]
[2 1]....
METHOD...WRITE IT IN NORMAL FORM.......1,0
.......................................0,1
STEP.1
USE....R21(-2)...THAT IS NEW ROW 2=OLD ROW 2 + (OLD ROW 1)*(-2)...WE GET
1,1
0,-1
STEP.2
USE R12(1).....THAT IS NEW ROW 1=OLD ROW 1 + OLD ROW 2 *1...WE GET..
1,0
0,-1
STEP.3.
USE C2(-1)....THATIS NEW COLUMN 2 =OLD COLUMN 2*(-1)
1,0
0,1
HENCE WE GOT
I = R12(1)*R21(-2)*A*C2(-1)
HENCE A = {R21(-2)}^(-1)*{R12(1)}^(-1)}*I*{C2(-1)}^(-1)
A = {R21(-2)}^(-1)*{R12(1)}^(-1)}*{C2(-1)}^(-1)
A = {R21(2)}*{R12(-1)}*{C2(-1)}
NOW WE KNOW THAT
I =
1,0
0,1
R21(2) =
1,0
2,1
R12(-1) =
1,-1
0,1
C2(-1) =
1,0
0,-1
HENCE
A = |1,0|*|1,-1|*|1,.0|
..……|2,1|*|0,.1|*|0,-1|
THUS A IS EXPRESSED AS PRODUCT OF ELEMENTARY MATRICES.YOU CAN MULTIPLY AND CHECK
HOPE YOU ARE TAUGHT THE PROCEDURE AND YOU KNOW IT.OTHERWISE PLEASE COME BACK AND WE SHALL EXPLAIN
RELATED QUESTIONS
Hi everyone, I have a few questions about matrices. I usually bounce these off a... (answered by khwang)
I am stuck on a project, and am desperate for help. My teacher denied me any help during... (answered by Edwin McCravy)
Factor the following expression into a product of two binomials:
100x^2 – 20x + 1
(answered by Tatiana_Stebko)
Let D and E be the following matrices:
I don't know how to format matrices on here, so (answered by ikleyn,kately,math_tutor2020)
I need your help please...........
1. If the matrices A and B are the same size and... (answered by khwang)
Matrices value of... (answered by ikleyn)
The product of all the eigenvalues of the matrix
A= [(1 2 1),(0 0 0),(1 0 1)]... (answered by ikleyn)
) Is it always possible using the elementary row operations for matrices to transform any (answered by stanbon)
True or false questions:
1. In order for a matrix B to be the inverse of A, both... (answered by stanbon)