HW8 Solution
HW8 Solution
1 Solution
Linear Algebra – Math 205
Exercise Set of Lect 12
(SPRING 2023)
Date: 20/02/2023
Note: In the previous solution, question 26, 27 28’s solution not correct. So, it
is updated in this version.
Question 11
The set of all real-valued functions f defined everywhere on the real line and such
that f (1) = 0 , with the operations defined in Example 4.
Solution: It satisfies all axioms of vector space, one can consider f (x) = x − 1
which satisfies f (1) = 0. See the previous solution.
Question 26
It was shown in Exercise 14 above that the set of polynomials of degree 1 or less is a
vector space under the operations stated in that exercise. Is the set of polynomials
whose degree is exactly 1 a vector space under those operations? Explain your
reasoning.
Solution: It does not contain zero vector hence it is not vector space, i,e. x − x = 0
Question 27
Consider the set whose only element is the moon. Is this set a vector space under
the operations moon + moon = moon and k(moon) = moon for every real number
k? Explain your reasoning.
Solution: Yes, moon has to be the zero element because moon + moon = moon
means that ’moon’ fulfills the definition of the additive identity.
Question 28
Do you think that it is possible to have a vector space with exactly two distinct
vectors in it? Explain your reasoning
Solution: No, the fact that all scalar multiples are included means that it has
infinite vectors.
1
Linear Algebra – Math 205
Exercise Set of Lect 13
(SPRING 2023)
Date: 23/02/2023
ku = k(a, b, c) ⇒ k(b = a + c) ⇒ kb = ka + kc
Hence, it is a vector space.
(d) All vectors of the form (a, b, c) , where b = a + c + 1.
Solution: Using Theorem 5.2.1
Let u = (a1 , b1 , c1 ) and v = (a2 , b2 , c2 )
u+v = (a1 , b1 , c1 )+(a2 , b2 , c2 ) ⇒ (b1 +b2 ) = (a1 +a2 )+(c1 +c2 )+(1+1) ⇒ b3 = a3 +c3 +2
1
Question 02
2. Use Theorem 5.2.1 to determine which of the following are subspaces of M2×2
(a) All 2 × 2 matrices with integer entries
Solution: To be a subspace it needs to be closed under scalar multiplication (and
addition); and the set of 2 × 2 matrices with integer entries is not. For example, take
any 2 × 2 matrix with non-zero integer entries and multiply it by 1/2; the resulting
matrix will not be a matrix with integer entries and so it will not be in our set.
Mathematically, 1
1 1 1 2 2 1
u= = 3
2 2 3 4 2 2
a b
(b) All matrices where a + b + c + d = 0
c d
a b a1 b1
Solution: Let u = and v = where a + b + c + d = 0 and
c d c1 d1
a1 + b1 + c1 + d1 = 0 , so by using Theorem 5.2.1
a b a1 b1 a + a1 b + b1 a2 b2
u+v = + = =
c d c1 d1 c + c1 d + d1 c2 d2
where (a+a1 )+(b+b1 )+(c+c1 )+(d+d1 ) = (a+b+c+d)+(a1 +b1 +c1 +d1 ) = 0+0 = 0
a b ka kb
ku = k =
c d kc kd
Question 05
Use Theorem 5.2.1 to determine which of the following are subspaces of Mnn .
(a) all n × n matrices A such that tr(A) = 0
Solution: It is a subspace, one can show the following conditions.
Trace of a zero matrix is zero, so zero matrix must belongs here.
2
Any two matrices A1 , A2 , it is closed under addition. A1 + A2 ⇒ tr(A1 + A2 ) =
tr(A1 ) + tr(A2 ) = 0 + 0 = 0. Addition is matrices is component-wise.
Scalar multiplication is also closed since kA1 ⇒ tr(kA1 ) = 0, k(tr(A1 )) = k0 = 0
(b) all n × n matrices A such that AT = −A
Solution:
We will prove that it is a subspace. The zero vector 0 is the space, and it is
skew-symmetric because 0T = 0 = −0 Thus it is not empty set.
For condition, take arbitrary elements A, B. The matrices A, B are skew-symmetric,
namely, we have AT = −A and B T = −B. We show that A + B belongs here. , or
equivalently we show that the matrix A+B is skew-symmetric.
We have
(A + B)T = AT + B T = −A + (−B) = −(A + B)
. Therefore the matrix A+B is skew-symmetric and condition 2 is met.
To prove the last condition, We show that kA is skew-symmetric.
. Hence kA is skew-symmetric.
(c) All n × n matrices A such that the linear system Ax = 0 has only the trivial
solution.
Solution: It is not a subspace.
Since Ax= 0 has −1
only trivial
solution implies A exists.
2 1 −2 −1
Let u = and v = are both invert-able but u + v is not invert-
1 1 −1 −1
able.
(d) All n × n matrices A such that BA = AB for a fixed n × n matrix B
Solution: It is a subspace.
Zero matrix belongs to the subspace.
B0 = 0B = 0