広島大学 先進理工系科学研究科 情報科学プログラム 2018年1月実施 専門科目I 問題1
Author
samparker, 祭音Myyura
Description
n×n 次実対称行列 M に対して、その全ての固有値が正であれば、M は正定値行列と呼ばれる。
(1) A=111121112 とするとき、A は正定値行列であるか?
(2) B=(abbc) とするとき、B が正定値行列であるための必要十分条件は a>0 かつ ac>b2 であることを示せ。
An n×n real symmetric matrix M is called positive definite if all its eigenvalues are positive.
(1) Let A=111121112. Is the matrix A positive definite?
(2) Let B=(abbc). Show that B is positive definite if and only if a>0 and ac>b2.
题目描述
若一个 n×n 实对称矩阵 M 的全部特征值均为正,则称 M 为正定矩阵。
-
对
A=111121112,
判断 A 是否为正定矩阵。
-
对实对称矩阵
B=(abbc),
证明 B 为正定矩阵的充要条件是 a>0 且 ac>b2。
Kai
(1)
det(A−λI)=1−λ1112−λ1112−λ=0⇔−λ3+5λ2−5λ+1=0⇔λ1=1,λ2=2−3,λ3=2+3
All eigenvalues are positive, hence A is positive definite.
(2)
det(B−λI)=a−λbbc−λ=0⇔(a−λ)(c−λ)−b2=0⇔λ1=2a+c+(a−c)2+4b2,λ2=2a+c−(a−c)2+4b2
The two real eigenvalues satisfy
λ1+λ2=a+c,λ1λ2=ac−b2.
If B is positive definite, then a=(1,0)B(1,0)T>0 and
ac−b2=λ1λ2>0.
Conversely, suppose a>0 and ac>b2. Then
c>b2/a≥0, so λ1+λ2=a+c>0 and
λ1λ2=ac−b2>0. Hence both eigenvalues are positive.