Linear Algebra - Identity matrices

Click For Summary
SUMMARY

The discussion focuses on finding a 2x2 matrix B that satisfies the condition B² = I, where I is the identity matrix I = (1 0) (0 1). The proposed solution B = (-1 0) (0 -1) is validated as it meets the requirement since squaring this matrix results in the identity matrix. Additionally, the discussion suggests a method for deriving multiple matrices B by setting up equations based on the columns of B and their relationship to the identity matrix.

PREREQUISITES
  • Understanding of linear algebra concepts, specifically identity matrices.
  • Familiarity with matrix multiplication and properties.
  • Basic knowledge of matrix notation and representation.
  • Ability to solve linear equations involving matrix elements.
NEXT STEPS
  • Explore the properties of eigenvalues and eigenvectors in relation to identity matrices.
  • Learn about diagonalization of matrices and its implications.
  • Investigate the concept of involutory matrices, which satisfy the condition B² = I.
  • Study the application of linear transformations and their representation using matrices.
USEFUL FOR

Students and educators in mathematics, particularly those studying linear algebra, as well as anyone interested in matrix theory and its applications in various fields.

GTRockstar24
Messages
1
Reaction score
0
I am having some difficulty with identity matrices in linear algebra at the moment. I am sure it is fairly simple to solve, but I just cannot follow the logic behind this particular problem.

I need to come up with a matrix B (2x2), such that B =/= I but B2 = I

Since
Code:
I = (1 0)
    (0 1)

If I am attempting this correctly, I have to find a number that isn't 1, but if you square it, it equals 1. So I came up with this.
Code:
B = (-1 0)
    (0 -1)
 
Physics news on Phys.org
Well? Have you tried it? What is
[tex]\left[\begin{array}{cc}-1 & 0 \\ 0 & -1\end{array}\right]\left[\begin{array}{cc}-1 & 0 \\ 0 & -1\end{array}\right][/tex]
 
well, dang, i don't know how to type matirices in latex, so i'll just try to give some hints.

let the matrix [tex]B=[B_1,B_2][/tex] where [tex]B_1,B_2[/tex] are the columns of B, so

[tex]B_1=[a... b]^T, and, B_2=[c ... d]^T[/tex] now multiply [tex]BB=[BB_1 ... BB_2][/tex] now we want the following to hold

[tex]BB_1=e_1,BB_2=e_2[/tex] where [tex]I=[e_1 ... e_2][/tex], [tex]e_1=[1 ... 0]^T, e_2=[0 ... 1]^T[/tex]

now you will end up with some eq. involving in it a, b, c ,d so you can figure out the conditions that a, b, c, and d have to satisfy in order for BB=I. THis way you can find more than one such matrix.

I hope i was of any help
 

Similar threads

  • · Replies 25 ·
Replies
25
Views
4K
Replies
15
Views
3K
  • · Replies 7 ·
Replies
7
Views
3K
  • · Replies 18 ·
Replies
18
Views
3K
  • · Replies 10 ·
Replies
10
Views
2K
Replies
1
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 5 ·
Replies
5
Views
2K
Replies
20
Views
2K
Replies
2
Views
2K