Linear Algebra - homogeneous equation

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
5 replies · 3K views
Inertigratus
Messages
123
Reaction score
0

Homework Statement


The problem is setting up the equation, it says that the matrix equation will be made up of four equations for the 2 unknowns.
I'm supposed to find for which a's and b's the equation is true, using a linear system and gaussian elimination.

Homework Equations


A2 + aA + bI2 = 0
A = | 3 1|
...| 4 -2|
I2 = identity matrix, 2x2
A2 = | 13 5 |
...| 4 8 |

The Attempt at a Solution


I'm not sure how to proceed with this problem.
How do I split the equation into 4 equations with respect to the variables a and b?
 
Last edited:
Physics news on Phys.org
When you plug in the known matrices [itex]A^2, aA, bI_s[/itex] you will get a [itex]2 \times 2[/itex] matrix on the left side: it has four entries. On the right you have the matrix

[tex] \begin{bmatrix} 0 & 0 \\ 0 & 0 \end{bmatrix}[/tex]

Write down the left matrix and right matrix: what do you see?
 
Isn't it 4 x 3?
13 + 3a + b
5 + a
4 + 4a
8 - 2a + b
on the left side?
 
4? since all equation are equal to zero?
I guess I could move the constans to the right side. Then I would have four rows x three columns.
 
Last edited:
Inertigratus said:
4? since all equation are equal to zero?
I guess I could move the constans to the right side. Then I would have four rows x three columns.

You have 4 equations, one for each entry in the [itex]2 \times 2[/itex] matrix.
When you move all constants to the right you end up with four equations in two unknowns. I have not worked through the solution so I can't tell you what to expect when you move on to solving for the unknowns.