Skip to content

22-23秋线性代数期中(回忆版)

1.Multiple Choice.Only one choice is correct

(1)

Which of the following statements can guarantee that the following homogeneous system of linear equations {a11x1+a12x2++a1nxn=0am1x1+am2x2++amnxn=0 has a nonzero solution?

(A) mn

(B) m=n

(C) m>n

(D) The rank of the coefficient matrix is less than n

(2)

Which of the following matrices can be written as a product of elementary matrices?

(A) [123042]

(B) [120013002]

(C) [101101010]

(D) [327123021]

(3)

Let β1,β2,β3 be a basis of the null space N(A) of some matrix A .Another basis of N(A) is ()

(A) β1+β2,β2+β3,β3+β1

(B) β1+β2,β2+β3,β3β1

(C) β1β2,β2β3,β3β1

(D) β1+2β2,2β2+3β3,3β3β1

(4)

Let a,bR .The set

V={(x,y,zw)=x+2y+3z+4w=a+b+1,x2y+4zw=a2b5}

is a subspace of R4 if

(A) a=1,b=1

(B) a=2,b=1

(C) a=1,b=2

(D) a=1,b=1

(5)

Let u and v be unit vectors in R3 .If the vectors u+2v and 5u4v are orthogonal, then the angle α between u and v is( )

(A) α=π6

(B) α=π4

(C) α=π3

(D) α=3π4

2.Fill in the blanks

2-1

Let A be a 5×8 real matrix.If dimN(A)=3, then dim(N(A))=

2-2

All the 2×2 matrices that commute with [1011] can be written in the form

2-3

Let A=[12221λ311] .If AB=0 for some nonzero matrix B, then λ=

2-4

An LU-factorization of A=[2137] is L= , U=

2-5

Suppose b is a nonzero column vector.If η1,η2 are solutions to the system of linear equations Ax=b, and λ1η1+λ2η2 is another solution to Ax=b, then λ1,λ2 must satisfy

3

An audio processing company develops technology for mobile devies and is proud of the capacity of their products to filter surrounding noise.Here is a simplified model(a single-layer neural network) showing how it works. Let s1,s2 be the volumes of a pair of speakers and n denote that of noise. Use 3 microphones to receive single signals with recorded volumes m1,m2,and m3. All values are in decribels and shown in the following diagram, where the linear factor hiv indicates the rate of decay along each channel. (When a sound of 100 dB is transmitted along a channel with rate of decay h, the volume received is 100 hdB)

mermaid
graph TD
    S1[Speakers S1: 20 dB] -->|h11| M1[Microphone M1: 35 dB]
    S1 -->|h12| M2[Microphone M2: 20 dB]
    S1 -->|h13| M3[Microphone M3: 25 dB]

    S2[Speakers S2: Unknown dB] -->|h21| M1
    S2 -->|h22| M2
    S2 -->|h23| M3

    N[Noise n] -->|h31| M1
    N -->|h32| M2
    N -->|h33| M3

Suppose we are given the matrix [hij]=[0.8750.50.750.250.50.50.6250.3750.5]. Estimate the volume of the unknown sourse speaker by solving a linear system for s2

4

Let T be a linear transformation from R3 to R3 such that

T(α1)=[100],T(α2)=[112],T(α3)=[011] where α1=[101],α2=[213],α3=[021]

4-(a)

Show that α1,α2,α3 is a basis of R3

4-(b)

Find the representation matrix A of T (in the standard basis e1,e2,e3 of R3 )

4-(c)

Is the matrix A invertible? Why?

5

Let L be the line of intersection of x1+x2+x3=0 and 2x1x22x3=0 in R3

Find the orthogonal projection of b=[101] onto L

6

Let u,v be nonzero column vectors in Rn and A=uv

(A) Prove that the rank of A is 1

(B) What are the possible values of the rank of the matrix [uv00νu] ? Justify your answer

7

Let α1,,αn be column vectors in R3. Suppose that the systerm α1,α2,,αn1 is linearly dependent, and that the system α2,α3,,αn is linearly independent

Let A=(α1,α2,α3,,αn) and β=α1+α2++αn

(A) Show that α1 can be written as a linear system combination of α2,α3,,αn,i.e, there exist contents k2,k3,,kn so that α1=k2α2+k3α3++knαn

(B) Show that the linear system Ax=β has infinitely many solutions

(C) Prove that if n>2, then A20. Here 0 denotes the zero matrix of order n