跳到主要内容

京都大学 情報学研究科 知能情報学専攻 2021年2月実施 基礎科目 F1-1

Author

祭音Myyura (co-authored with GPT 5.6 SOL)

Description

Q.1

Consider the system

{x+2y+z=3,ay+4z=10,2x+6y+az=b.\begin{cases} x+2y+z=3,\\ ay+4z=10,\\ 2x+6y+az=b. \end{cases}

(1) Find those values of aa for which the system has a unique solution.

(2) Find those pairs of values (a,b)(a,b) for which the system has more than one solution.

Q.2

Consider the matrix

A=(311131111).A= \begin{pmatrix} 3&1&-1\\ 1&3&-1\\ 1&1&1 \end{pmatrix}.

(1) Find all eigenvalues of AA.

(2) Find a maximum set SS of linearly independent eigenvectors of AA.

(3) Determine whether AA is diagonalizable. If it is, find PP such that D=P1APD=P^{-1}AP is diagonal; otherwise, prove that it is not diagonalizable.

题目描述

  1. 对方程组

    {x+2y+z=3,ay+4z=10,2x+6y+az=b\begin{cases} x+2y+z=3,\\ ay+4z=10,\\ 2x+6y+az=b \end{cases}

    回答:

    1. 求使方程组有唯一解的 aa
    2. 求使方程组有多于一个解的 (a,b)(a,b)
  2. 对矩阵

    A=(311131111),A=\begin{pmatrix}3&1&-1\\1&3&-1\\1&1&1\end{pmatrix},

    求全部特征值、线性无关特征向量的最大集合,并判断是否可对角化;若可,求 PP 使 P1APP^{-1}AP 为对角矩阵。

Kai

Q.1

The coefficient determinant is

det(1210a426a)=a22a8=(a4)(a+2).\begin{aligned} \det \begin{pmatrix} 1&2&1\\ 0&a&4\\ 2&6&a \end{pmatrix} &=a^2-2a-8\\ &=(a-4)(a+2). \end{aligned}

Hence the system has a unique solution exactly when

a4,2.\boxed{a\ne4,-2}.

For more than one solution, the coefficient matrix must be singular and the augmented system must be consistent.

  • If a=4a=4, the third coefficient row satisfies R3=2R1+12R2R_3=2R_1+\frac12R_2. Thus consistency requires b=23+1210=11b=2\cdot3+\frac12\cdot10=11.
  • If a=2a=-2, the third coefficient row satisfies R3=2R1R2R_3=2R_1-R_2. Thus consistency requires b=2310=4b=2\cdot3-10=-4.

Therefore,

(a,b)=(4,11) or (2,4).\boxed{(a,b)=(4,11)\ \text{or}\ (-2,-4)}.

In either case the consistent singular system has infinitely many solutions.

Q.2

(1)

The characteristic polynomial is

det(λIA)=(λ2)2(λ3).\det(\lambda I-A)=(\lambda-2)^2(\lambda-3).

Thus the eigenvalues are

λ=2 (multiplicity 2),λ=3.\boxed{\lambda=2\ \text{(multiplicity 2)},\qquad \lambda=3}.

(2)

For λ=2\lambda=2,

(A2I)x=0    x+yz=0,(A-2I)\boldsymbol{x}=0 \iff x+y-z=0,

so its eigenspace has dimension 22. For λ=3\lambda=3, the eigenspace is span{(1,1,1)T}\operatorname{span}\{(1,1,1)^\mathsf{T}\}. One maximum linearly independent set is therefore

S={(110),(101),(111)}.\boxed{ S=\left\{ \begin{pmatrix}1\\-1\\0\end{pmatrix}, \begin{pmatrix}1\\0\\1\end{pmatrix}, \begin{pmatrix}1\\1\\1\end{pmatrix} \right\}.}

(3)

The three vectors in SS are linearly independent. Taking them as columns gives

P=(111101011),detP=10.P= \begin{pmatrix} 1&1&1\\ -1&0&1\\ 0&1&1 \end{pmatrix}, \qquad \det P=-1\ne0.

Consequently,

P1AP=(200020003).\boxed{P^{-1}AP= \begin{pmatrix} 2&0&0\\ 0&2&0\\ 0&0&3 \end{pmatrix}.}

Thus AA is diagonalizable.