HTML Diff
0 added 0 removed
Original 2026-01-01
Modified 2026-02-28
1 <p>In this section, we will be discussing the theorems on skew symmetric matrices. These theorems are useful in matrix decomposition, transformations, and applications. </p>
1 <p>In this section, we will be discussing the theorems on skew symmetric matrices. These theorems are useful in matrix decomposition, transformations, and applications. </p>
2 <p><strong>Theorem 1: For a square matrix A, A - AT is skew symmetric</strong></p>
2 <p><strong>Theorem 1: For a square matrix A, A - AT is skew symmetric</strong></p>
3 <p>For any square matrix A, we should prove that A - AT is skew symmetric.</p>
3 <p>For any square matrix A, we should prove that A - AT is skew symmetric.</p>
4 <p>We can take help from the properties of skew symmetric matrices, such as: </p>
4 <p>We can take help from the properties of skew symmetric matrices, such as: </p>
5 <ul><li>(A + B)T = AT + BT</li>
5 <ul><li>(A + B)T = AT + BT</li>
6 <li>(kA)T = kAT</li>
6 <li>(kA)T = kAT</li>
7 <li>(AT)T = A </li>
7 <li>(AT)T = A </li>
8 </ul><p>For A - AT to be skew symmetric, let’s prove that B = A - AT To prove B = A - AT, let’s take transpose on both sides. BT = (A - AT)T = AT - A BT = AT - (AT)T</p>
8 </ul><p>For A - AT to be skew symmetric, let’s prove that B = A - AT To prove B = A - AT, let’s take transpose on both sides. BT = (A - AT)T = AT - A BT = AT - (AT)T</p>
9 <p>We know that (AT)T = A Therefore, BT = AT - A BT = -(A - AT) BT = -B So, -B = -(A - AT)</p>
9 <p>We know that (AT)T = A Therefore, BT = AT - A BT = -(A - AT) BT = -B So, -B = -(A - AT)</p>
10 <p>We can now say that B = (A - AT) is skew-symmetric.</p>
10 <p>We can now say that B = (A - AT) is skew-symmetric.</p>
11 <p><strong>Theorem 2:</strong><strong>Decomposing a Square Matrix</strong></p>
11 <p><strong>Theorem 2:</strong><strong>Decomposing a Square Matrix</strong></p>
12 <p>Like all matrices, square matrices also encode complex relationships. It is important to decompose a square matrix into similar components to understand their properties and structure. A square matrix is expressed as the sum of a symmetric matrix, and a skew-symmetric matrix will be proved in this theorem. This decomposition is significant in applications like physics. </p>
12 <p>Like all matrices, square matrices also encode complex relationships. It is important to decompose a square matrix into similar components to understand their properties and structure. A square matrix is expressed as the sum of a symmetric matrix, and a skew-symmetric matrix will be proved in this theorem. This decomposition is significant in applications like physics. </p>
13 <p>In this theorem, we will be using the following properties:</p>
13 <p>In this theorem, we will be using the following properties:</p>
14 <ul><li>(AT)T = A</li>
14 <ul><li>(AT)T = A</li>
15 <li>(A + B)T = AT + BT</li>
15 <li>(A + B)T = AT + BT</li>
16 <li>(kA)T = kAT</li>
16 <li>(kA)T = kAT</li>
17 <li>If MT = M, then matrix M is symmetric</li>
17 <li>If MT = M, then matrix M is symmetric</li>
18 <li>If NT = -N, then matrix N is skew symmetric</li>
18 <li>If NT = -N, then matrix N is skew symmetric</li>
19 </ul><p>If A is a square matrix, it can be written as: A = \(\frac{1}{2}\) (A + AT) + 1/2 (A - AT) Let’s consider, P = \(\frac{1}{2}\) (A + AT) Q = \(\frac{1}{2}\) (A - AT)</p>
19 </ul><p>If A is a square matrix, it can be written as: A = \(\frac{1}{2}\) (A + AT) + 1/2 (A - AT) Let’s consider, P = \(\frac{1}{2}\) (A + AT) Q = \(\frac{1}{2}\) (A - AT)</p>
20 <p>Taking the transpose of both P and Q PT = (\(\frac{1}{2}\) (A + AT))T = ½(AT + (AT)T) = ½(AT + A) P = ½(AT + A) So, PT = P</p>
20 <p>Taking the transpose of both P and Q PT = (\(\frac{1}{2}\) (A + AT))T = ½(AT + (AT)T) = ½(AT + A) P = ½(AT + A) So, PT = P</p>
21 <p>QT = (\(\frac{1}{2}\) (A - AT))T = ½(AT - (AT)T) = ½ (AT - A) = ½ (AT - A) -Q = ½ (A - AT) So, QT = - Q</p>
21 <p>QT = (\(\frac{1}{2}\) (A - AT))T = ½(AT - (AT)T) = ½ (AT - A) = ½ (AT - A) -Q = ½ (A - AT) So, QT = - Q</p>
22 <p>So, the square matrix A can be written as the sum of a symmetric matrix P and a skew symmetric matrix Q. </p>
22 <p>So, the square matrix A can be written as the sum of a symmetric matrix P and a skew symmetric matrix Q. </p>
23 <p><strong>Theorem 3: For a skew symmetric matrix A and any matrix B, the matrix BTAB is skew symmetric.</strong></p>
23 <p><strong>Theorem 3: For a skew symmetric matrix A and any matrix B, the matrix BTAB is skew symmetric.</strong></p>
24 <p>Let’s take the help of the following properties:</p>
24 <p>Let’s take the help of the following properties:</p>
25 <ul><li>(AB)T = BTAT</li>
25 <ul><li>(AB)T = BTAT</li>
26 <li>(AT)T = A</li>
26 <li>(AT)T = A</li>
27 <li> AT = -A</li>
27 <li> AT = -A</li>
28 </ul><p>In this theorem, we shall prove (BTAB)T = -BTAB Start with: (BT AB)T = (BT (AB))T</p>
28 </ul><p>In this theorem, we shall prove (BTAB)T = -BTAB Start with: (BT AB)T = (BT (AB))T</p>
29 <p>Now use the transpose of a product rule: = (AB)T (BT)T</p>
29 <p>Now use the transpose of a product rule: = (AB)T (BT)T</p>
30 <p>Since (AB)T = BT AT we get: (BT AB)T = BTATB </p>
30 <p>Since (AB)T = BT AT we get: (BT AB)T = BTATB </p>
31 <p>Since AT = -A, we can make the substitution. </p>
31 <p>Since AT = -A, we can make the substitution. </p>
32 <p>Therefore, (BT AB)T = BT(-A)B (BT AB)T = -BT AB </p>
32 <p>Therefore, (BT AB)T = BT(-A)B (BT AB)T = -BT AB </p>
33 <p>So, if A is a skew symmetric matrix, then BT AB is a skew symmetric matrix. </p>
33 <p>So, if A is a skew symmetric matrix, then BT AB is a skew symmetric matrix. </p>
34  
34