24-25-1-线性代数-期末

Question 1

  1. (True or False) if A\mathbf{A} is a 4×34\times3 matrix with rank 3, then Ax=b\mathbf{A}x=b is consistent. 【暂无答案】

  2. (True or False) The set of all n×nn\times n real upper triangular matrices with usual matrix addition and scalar multiplication forms a vector space. 【暂无答案】

  3. (True or False) If A\mathbf{A} is an m×nm\times n matrix with independent columns then the matrix ATA\mathbf{A}^T\mathbf{A} is nonsingular. 【暂无答案】

  4. If a matrix A\mathbf{A} satisfies A2A+4I=O\mathbf{A}^2-\mathbf{A}+4\mathbf{I}=\mathbf{O}, then (A+I)1=(\mathbf{A}+\mathbf{I})^{-1} = 【暂无答案】.

  5. Let A\mathbf{A} be an n×nn\times n matrix with det(A)=2\det(\mathbf{A})=2, then det(3A1)=\det(-3\mathbf{A}^{-1}) = 【暂无答案】.

  6. Let α1,α2,α3,α4\alpha_1, \alpha_2, \alpha_3, \alpha_4 be vectors in R4\mathbb{R}^4, then

β1=α1+α2\beta_1=\alpha_1+\alpha_2,

β2=α2+α3\beta_2=\alpha_2+\alpha_3,

β3=α3+α4\beta_3=\alpha_3+\alpha_4,

β4=α4+α1\beta_4=\alpha_4+\alpha_1,

are 【暂无答案】 (linearly independent / dependent).

  1. The general form equation of the plane that is perpendicular to (3,1,1)T(3,1,-1)^T and that passes through the point (1,1,1)(1,1,1) is 【暂无答案】.

  2. The direction vector of the line

{x+y+z=12x+z=2\begin{cases} x+y+z=1\\ 2x+z=2 \end{cases}

is 【暂无答案】.

  1. Suppose that the 3×33\times3 matrix A\mathbf{A} has eigenvalues 1,2,31,2,3. The trace of A+I\mathbf{A}+\mathbf{I} is 【暂无答案】

  2. The quadratic form x2+4xy+2y2x^2+4xy+2y^2 is 【暂无答案】 (positive-definite, negative-definite).

Question 2

(a)

Evaluate the determinant

D=[1b00a1b00a1b00a1]\mathbf{D}=\begin{bmatrix} 1&b&0&0\\ a&1&b&0\\ 0&a&1&b\\ 0&0&a&1 \end{bmatrix}

where a,ba,b are scalars.

(b)

Suppose that AX=B3X\mathbf{A}\mathbf{X}=\mathbf{B}-3\mathbf{X}, where

A=[211112120], B=[141235]\mathbf{A}=\begin{bmatrix}-2&1&1\\1&-1&2\\1&2&0\end{bmatrix},\ \mathbf{B}=\begin{bmatrix}1&4\\1&2\\3&5\end{bmatrix}

Find X\mathbf{X}.

Question 3

Consider the linear system

{x1+x2+x3=4ax2+x3=2x1+2x2+2x3=b\begin{cases} x_1+x_2+x_3=4\\ a x_2+x_3=2\\ x_1+2x_2+2x_3=b \end{cases}

(a) For what values of aa and bb is the system inconsistent?

(b) For what values of aa and bb is the system consistent with infinitely many solutions? Find all the solutions.

Question 4

Let

A=(α1,α2,α3,α4)=(15410231601721651)\mathbf{A} = (\alpha_1, \alpha_2, \alpha_3, \alpha_4) = \begin{pmatrix} 1 & 5 & -4 & -10 \\ 2 & 3 & -1 & -6 \\ 0 & -1 & 7 & 2 \\ 1 & 6 & -5 & 1 \end{pmatrix}

(a) Determine the rank of A\mathbf{A} and the dimension of the null space N(A)N(\mathbf{A}) of A\mathbf{A}.

(b) Find a basis for the column space of A\mathbf{A}.

Question 5

Let L:R3R2L:\mathbb{R}^3\to\mathbb{R}^2 be the linear transformation defined by

L((x1,x2,x3)T)=(x1+2x2+x3, 3x1+6x2+3x3)TL\left((x_1, x_2, x_3)^T\right)=\left(x_1+2x_2+x_3,\ 3x_1+6x_2+3x_3\right)^T

(a) Find the standard matrix representation of LL.

(b) Find the kernel and the range of LL.