What is the determinant of this 5x5 matrix and how can it be calculated?

mexion
Messages
5
Reaction score
0

Homework Statement


so my problem is to calculate the determinant of this matrix
\left[\begin{array}{ccccc}<br /> 1 &amp; 2 &amp; 3 &amp; 3 &amp; 5 \\<br /> 3 &amp; 2 &amp; 1 &amp; 2 &amp; 2 \\<br /> 1 &amp; 2 &amp; 3 &amp; 4 &amp; 5 \\<br /> -1 &amp; 0 &amp; -8 &amp; 1 &amp; 2 \\<br /> 7 &amp; 2 &amp; 1 &amp; 3 &amp; 2<br /> \end{array}\right]



Homework Equations





The Attempt at a Solution


my calculation -> http://img29.imageshack.us/img29/1120/21102009124.th.jpg
i know to use Laplace, but my teacher said me "at first you should reduce matrix to 3x3 or even 2x2 - it's easier to calculate the determinant"
but i don't understand this methode at all.
i've done this problem and my solution is -379 and i know it's wrong (correct is -224)
please help.
 
Last edited by a moderator:
Physics news on Phys.org
The third line of your second determinant is incorrect.
 
Your last determinant should be

\left|\begin{array}{cc} -18 &amp; 1\\ -50 &amp;9\end{array}\right|

not

\left|\begin{array}{cc} -18 &amp; 0\\ -50 &amp;9\end{array}\right|
 
yeah, my bad
but thanks now it's correct
thanks a lot :)
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top