Solving a Matrix with variables

  • Thread starter Thread starter brownman
  • Start date Start date
  • Tags Tags
    Matrix Variables
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
4 replies · 2K views
brownman
Messages
13
Reaction score
0

Homework Statement



Find all values of k, if any, that satisfy the equation.

[2 2 k]*[1 3 0; 3 0 5; 0 5 -1][2 ; 2 ; k]=0

Homework Equations


The Attempt at a Solution



Multiplying the two matrices on the right

[2 2 k] * [8 ; 6 +5k ; 10-k]=0

Multiply again

[ 16 + 10+12k + 10k-k^2]=0

I'm stuck here, because I'm really confused about whether this is a homogeneous matrix or not, or if there are infinite solutions to k because the variable just needs to be zero.

Thanks for any help :)
 
Physics news on Phys.org
brownman said:

Homework Statement



Find all values of k, if any, that satisfy the equation.

[2 2 k]*[1 3 0; 3 0 5; 0 5 -1][2 ; 2 ; k]=0


Homework Equations





The Attempt at a Solution



Multiplying the two matrices on the right

[2 2 k] * [8 ; 6 +5k ; 10-k]=0

Multiply again

[ 16 + 10+12k + 10k-k^2]=0

I'm stuck here, because I'm really confused about whether this is a homogeneous matrix or not, or if there are infinite solutions to k because the variable just needs to be zero.

Thanks for any help :)

I'm not sure I understand your notation, but it looks for the matrix product to be zero, you need 16 + 10+12k + 10k-k^2 = 0. That's a quadratic equation, so should be easy to solve for k.
 
I've left it in MATLAB notation, so the semi colons indicate a new row and spaces mean the next entry is in the next column.

Thanks for helping me clear that up, I used the quadratic equation to solve for k but I got the roots 10±8[itex]\sqrt{2}[/itex] which are apparently incorrect. Perhaps it's at this point an error with my online homework system. Oh well.
 
brownman said:
[ 16 + 10+12k + 10k-k^2]=0
You transposed a couple of numbers. It should be 16 + 12 + 10k + 10k - k^2 = 0
brownman said:
I'm stuck here, because I'm really confused about whether this is a homogeneous matrix or not, or if there are infinite solutions to k because the variable just needs to be zero.
This part is irrelevant - the exercise is to find values of k for which the matrix product is 0.
 
I believe I made a typo here in entering, as I still return [itex]10\pm8\sqrt{2}[/itex] as the roots. The problem has been solved though, my instructor sent an email regarding the error with the homework system.

Again, thank you for your help!