As you said, the matrices are upper triangular.Let U1 and U2 be two nxn row-echelon matrices. Prove that det(U1)det(U2)=det(U1U2)
So far...
I could be wrong, but if I'm right what now?
Would the induction method have been easier/quicker to what I attempted?As you said, the matrices are upper triangular.
It's easy to show by induction and expanding down the first column that the determinant of an upper-triangular (in fact, any triangular) matrix is the product of the diagonal elements (realised now that you knew this as you wrote it in part of your steps).
It's also well-known and easy to show that the product of two upper triangular matrices is again an upper-triangular matrix, and the diagonal elements of this are the product of the corresponding diagonal elements of the original two matrices.
These two facts will imply the result.
The induction method was just to prove the thing about determinant of triangular matrices being the product of diagonal elements. If you're allowed to assume that, then you don't need to prove it, so no induction needed. Then the only thing needed to be proved was that the diagonal elements of the U1U2 matrix are the product of the corresponding diagonal elements of U1 and U2, which is essentially what you did (although looking back at it now I think you assumed U1U2 would be triangular. It's easy to show this though; show that [U1U2]ij = 0 whenever i > j, to show that it is upper triangular. This can be shown by considering a sum again and noticing how terms will vanish.).Would the induction method have been easier/quicker to what I attempted?
Oh I see. Yeah I made an assumption on the determinant of triangular matrices. If I had to prove it then I would've done the rigorous computation of a determinant but then said all the 0s in each row (or column) vanish away a ton of terms in the one go.The induction method was just to prove the thing about determinant of triangular matrices being the product of diagonal elements. If you're allowed to assume that, then you don't need to prove it, so no induction needed. Then the only thing needed to be proved was that the diagonal elements of the U1U2 matrix are the product of the corresponding diagonal elements of U1 and U2, which is essentially what you did.
This question was marked X so I reckon it's out of the syllabus, but it was still a part of the homework.
But I don't know how to proceed from there anyway.