矩阵知识对于数学的各个分支都是必不可少的。矩阵是数学中最强大的工具之一。现在,请参阅本文中矩阵的功能之一。在这里,我们讨论对称和偏对称矩阵。根据矩阵,只有平方矩阵可以是对称或偏斜对称形式。在本文的后面,我们将讨论所有事情。
对称矩阵
如果对于矩阵,该矩阵的转置形式与原始矩阵相同,则称该矩阵为对称矩阵。设大小为nxn的方阵A是对称的
A t = A
其中, [a ij ] = [a ji ] ,对于1≤i≤n和1≤j≤n 。在这种情况下, [a ij ]是矩阵A中位于第i行第j列的位置(i,j)处的元素,而[a ji ]是属于第j行的位置(j,i)处的元素矩阵A的第i列。因此它是矩阵A的转置形式。
例子
因此,此矩阵是对称矩阵,因为此矩阵的转置形式本身就是原始矩阵。
偏对称矩阵
如果对于矩阵,该矩阵的转置形式与原始矩阵的负数相同,则该矩阵被称为歪斜对称矩阵。设大小为nxn的方阵A是斜对称的,如果
A t = -A
其中, [a ij ] = [a ji ] ,对于1≤i≤n和1≤j≤n 。在这种情况下并[a IJ]是在位置(i,j)的一个元素是第i行和j在矩阵A列和[第ji]是在位置(j,i)的一个元件,其是第j行和矩阵A中的第i列。
例子
在此,以转置形式,矩阵看起来像原始矩阵的负数。
对称矩阵和偏对称矩阵的性质
有一些规则来自对称矩阵和偏对称矩阵,
1.如果矩阵A是一个方形矩阵,则(A + A t )总是对称的。
Prove:
To find if a matrix symmetric or not, first, we have to find the transposed form of the given matrix
So, let’s find the transpose of (A + At)
= (A + At)t
= At + (At)t
= At + A [here, (At)t = A]
= (A + At)
So, this is the same as the given matrix, so it is symmetric.
2.如果矩阵A是一个方形矩阵,则(A – A t )始终是歪斜对称的。
Prove:
To find if a matrix skew-symmetric or not, first, we have to find the transposed form of the given matrix
So, let’s find the transpose of (A – At)
= (A − At)t
= At − (At)t
= At − A [here, (At)t = A]
= − (A − At)
So, this form is the negative of the given matrix, so it is skew-symmetric.
以对称和偏对称矩阵形式表示矩阵
Every square matrix can be expressed uniquely as the sum of symmetric and skew-symmetric matrices.
证明:
Let A be a square matrix,
We can write, A = A/2 + A/2
Let, A = P + Q
Now, find Pt and Qt
and,
So, here P is symmetric and Q is skew-symmetric matrices and A is the sum of P and Q.
例子
将矩阵A表示为对称矩阵和偏斜对称矩阵的总和,其中
回答:
First, find the transpose of A
Now find (A + At) and (A – At)
Similarly:
Now, check the sum of (1/2)(A + At) and (1/2)(A – At) is the same as A or not,
So here A is expressed as the sum of the symmetric and skew-symmetric matrix.