Linear Algebra - invertible matrix; determinants

lubricarret
Messages
34
Reaction score
0

Homework Statement



Prove that
[1 a b
-a 1 c
-b -c 1]
is invertible for any real numbers a,b,c


Homework Equations



A is invertible if and only if det[A] does not equal 0.

The Attempt at a Solution



I'm not sure if I'm going about this in the correct way;
Would I prove this by solving for the determinant? I did this by cofactor expansion, and came up with:
(1+c^2) - a(-a+bc) + b(ac+b)
= a^2 + b^2 + c^2 + 1

Could I just say then, that the determinant could never be zero, since
a^2 + b^2 + c^2 + 1
will always be nonzero for any real numbers a,b,c?

If someone could just let me know if I did this correctly, or if there is more I need to show.

Thanks!
 
Physics news on Phys.org
Looks like you got it completely right. :cool:
In fact you have shown that always det(A) > 1.
 
Thanks!
 
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