Saturday, 5 July 2014

linear algebra - Find the triangular matrix and determinant.



I have a 4x4 matrix and I want to find the triangular matrix (lower half entries are zero).



A=[28683951030121406]



Here are the elementary row operations I performed to get it into triangular form.



row swap rows 1 and row 4




r23r1 replacing r2



r3+3r1 replacing r3



r42r1 replacing r4



I get this matrix



A=[140603580121160064]



I then did 4r2+r3 to replace r3 and got




A=[140603580021160064]



I then did 21r4+6r3 to replace r4 and got




A=[1406035800211600012]




I am not sure if I did this correctly but the determinant of the matrix should be -36. When I multiply the diagonal entries it isn't -36. I can't figure out what I am doing wrong.


Answer




"I then did -21*row 4 + 6*row 3 to replace row 4 and got"




This is a determinant altering operation and not an elementary operation.



Don't write that A equals something which isn't A.




Picking up where you errored and using the same idea you had one gets:



[140603580021160064]




Making the proper compensation yields
\det(A)=-\dfrac{1\cdot 3\cdot (6\cdot 21)\cdot (-12)}{-21\cdot 6}=-36.


No comments:

Post a Comment

real analysis - How to find lim_{hrightarrow 0}frac{sin(ha)}{h}

How to find \lim_{h\rightarrow 0}\frac{\sin(ha)}{h} without lhopital rule? I know when I use lhopital I easy get $$ \lim_{h\rightarrow 0}...