Factoring Determinant of 3x3 Matrix - Step by Step Solution

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
3 replies · 4K views
takercena
Messages
25
Reaction score
0

Homework Statement


Code:
| x       x^2   1  |
| x^2      x    1  |
| x^3    x^3   1  |

The answer is = x^2(1-x)^2(1+2x)

Homework Equations



none

The Attempt at a Solution


By factoring the matrix step by step.

Thanks :)
 
Physics news on Phys.org
Take advantage of the fact that you have a column of ones in the third column...

[tex]\begin{vmatrix}<br /> x & x^2 & 1 \\<br /> x^2 & x & 1 \\<br /> x^3 & x^3 & 1<br /> \end{vmatrix}<br /> = <br /> \begin{vmatrix}<br /> x^2 & x \\<br /> x^3 & x^3 <br /> \end{vmatrix} -<br /> \begin{vmatrix}<br /> x & x^2 \\<br /> x^3 & x^3 <br /> \end{vmatrix} +<br /> \begin{vmatrix}<br /> x & x^2 \\<br /> x^2 & x <br /> \end{vmatrix}[/tex]

So what does this end up being?
 
Sorry for the question. I was confused by the question a moment ago because of language barrier.