Solve Matrix Determinant: Find x,y,z for Invertibility

AI Thread Summary
To determine when the matrix A is not invertible, the determinant must equal zero, leading to the equation -z^2 - x^2 = 0. This implies that z^2 = -x^2, which indicates that x must be zero since squares of real numbers are non-negative. The variable y can take any real number value, as it does not affect the determinant. Therefore, the solution set can be expressed as S = {(0, y, z) ∈ R^3 : z = 0}. Understanding these relationships clarifies the conditions for the matrix's invertibility.
Taryn
Messages
63
Reaction score
0
I have just tried to solve this problem and just wondering if I am right!

1) Compute the determinant of the matrix A
-1 -1 1
x^2 y^2 z^2
0 -1 0
and find all real numbers x,y, and z such that A is not invertible.

Okay so I found that the det=-z^2-x^2
So when the matrix is invertible the determinant is zero!

-z^2-x^2=0

Can I say that matrix is invertible when z^2=-x^2?
So my question from here is would I just list numbers that would make the det zero? And how would I find y?
 
Physics news on Phys.org
So when the matrix is invertible the determinant is zero!
Assuming you meant "not" invertible, your work looks right. There's a little bit more to do, though.

So my question from here is would I just list numbers that would make the det zero?
If you mean just write down examples, then no. You need to write down the set of all possibilities! But, if you can prove that there are only finitely many possibilities, then writing them all down is good enough.

And how would I find y?
You choose y so that the equation is satisfied. (hint: it's easy. You're probably overthinking it)
 
Sorry not following with the last part!
You choose y so that the equation is satisfied??
U mean I substitute y in for x or somethin!
 
Taryn said:
Sorry not following with the last part!
You choose y so that the equation is satisfied??
U mean I substitute y in for x or somethin!

Since the determinant doesn't depend on y, y can be any real number.

Hurkyl probably meant something like: S = {(x, y, z) E R^3 : z^2 = - x^2 & y E R }.
 
ahhh okay that helps... thanks!
 
I picked up this problem from the Schaum's series book titled "College Mathematics" by Ayres/Schmidt. It is a solved problem in the book. But what surprised me was that the solution to this problem was given in one line without any explanation. I could, therefore, not understand how the given one-line solution was reached. The one-line solution in the book says: The equation is ##x \cos{\omega} +y \sin{\omega} - 5 = 0##, ##\omega## being the parameter. From my side, the only thing I could...

Similar threads

Back
Top