100% found this document useful (1 vote)
14 views2 pages

Linear Algebra Tutorial Sheet 5

Uploaded by

realiitian159
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
100% found this document useful (1 vote)
14 views2 pages

Linear Algebra Tutorial Sheet 5

Uploaded by

realiitian159
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

Tutorial Sheet School of Mathematical and Statistical Sciences, IIT Mandi

Tutorial Sheet – 5
Course: MA512 – Linear Algebra
Instructor: Prof. Muslim Malik
T.A.: Bhawna
Date: September 8, 2025

1. State whether the following statements are true or false. Justify your answers.

(a) The zero vector space has no basis.


(b) Every vector space that is generated by a finite set has a basis.
(c) If S generates the vector space V , then every vector in V can be written as a linear
combination of elements of S in only one way.

2. Let Mn (F ) be the n × n square matrices over field F . FInd a basis and dimension for each
of the following vector spaces.

(a) Mn (C) over C.


(b) Mn (C) over R.
(c) Mn (R) over R.

3. Find a basis for each of these subspaces of R4 :

(a) all vectors whose components are equal.


(b) all vectors whose components add to zero.
(c) U = {(x1 , x2 , x3 , x4 ) : x1 − 2x2 + 3x3 − 4x4 = 0}.

4. Find a basis and dimension for the row and column space of
   
1 2 −3 1 2 −4 1
(a) 2 4 −4  (b) 2 9 −12
 6 .
3 6 −6 7 6 −3 9
5. Let W be the subspace of the space of all continuous real valued functions spanned by
{cos2 t, sin2 t, cos 2t}. Find a basis for W . What is the dimension of W ?

6. Find a basis and dimension for each of these subspaces of 2 × 2 matrices:

(a) all diagonal matrices.


(b) all symmetric matrices (AT = A).
(c) all skew-symmetric matrices (AT = −A).

7. Show that if the vector space V is of dimension n, then any n linearly independent vectors
in V forms a basis of V .

8. Find a basis and dimension of the solution space of the following homogeneous linear
systems

(a) 3x1 + x2 + x3 + x4 = 0
5x1 − x2 + x3 − x4 = 0.

Page 1
Tutorial Sheet School of Mathematical and Statistical Sciences, IIT Mandi

(b) x1 − 3x2 + x3 = 0
2x1 − 6x2 + 2x3 = 0
3x1 − 9x2 + 3x3 = 0.

9. Let V be the vector space of all 3 × 3 real matrices. Let A be the matrix given below and
we define

W = {M ∈ V |AM = M A}.

Then, W is a subspace of V . Determine which matrices are in the subspace W and also
find the dimension of W .
   
a 0 0 a 0 0
(a) A = 0 b 0 (b) A = 0 a 0 ,
0 0 c 0 0 b

where a, b, c are distinct real numbers.

10. Show that the set {(1, i, 0), (2i, 1, 1), (0, 1 + i, 1 − i)} is a basis for V3 (C) and determine the
co-ordinates of the vectors (1, 0, 0), (0, 1, 0), (0, 0, 1) with respect to the basis.

11. Show that the set S = {1, x, x2 , . . . , xn } of n + 1 polynomials in x is a basis of the vector
space Pn (R) of all polynomials in x of degree n over the field of real numbers.

12. Determine a basis of the subspace spanned by the vectors (3, 2, 4), (1, 0, 2), (1, −1, −1) and
(6, 7, 5).

13. If a subspace W of R4 is generated by the vectors (3, 8, −3, −5), (1, −2, 5, −3) and (2, 3, 1, −4),
find a basis and dimension of W . Also, extend this basis to get a basis of R4 .

Page 2

Common questions

Powered by AI

When A is a diagonal matrix with distinct real number entries, the constraint AM = MA describes a subspace W of matrices M that commute with A. Here, M must also be diagonal because only diagonal matrices commute with diagonal matrices with distinct entries. Thus, any off-diagonal entries of M contribute non-zero terms to AM - MA, violating the constraint. This subspace of diagonal matrices reflecting different identities in the matrix entries influences the subspace dimension to match the number of elements alongside the main diagonal, revealing W to be spanned by matrices E_11, E_22, E_33, where E_ii are diagonal matrices .

The zero vector space has no basis because a basis requires linearly independent vectors that span the space. In the zero vector space, the only vector is the zero vector, which cannot be part of any basis as it is not linearly independent. This implies that the concept of a basis is only applicable to vector spaces containing non-zero vectors, emphasizing the structural requirement for linear independence in basis sets .

Establishing the set {1, x, x^2,..., xn} as a basis for Pn(R) confirms this space’s intuitive structuring, reflecting predictable degree hierarchy and facilitating efficient function representation. Its basis ensures any polynomial within is expressed as a unique linear combination of polynomials of lower degree, delivering computational advantages in algebraic manipulations, polynomial evaluation at specified points, and application forms like Taylor expansion, grounded in calculable coefficients without ambiguity, streamlining numerical computations and simulations .

The basis and dimension of Mn(C) over C is determined by the n² independent matrix elements, resulting in a dimension of n². However, when considering Mn(C) over R, each complex matrix element is treated as two real components, effectively doubling the vector space dimension to 2n². This illustrates how field extensions impact vector space dimensions, emphasizing the importance of the underlying field in determining the structure and properties of vector spaces .

First, express the system as an augmented matrix and reduce it to row-echelon form. The system simplifies to: (3 1 1 1) and (5 -1 1 -1). Solving these, we introduce free variables, setting x3=λ, x4=μ, leading to two pivot variables x1 and x2, determined in terms of λ and μ. The general solution expresses as a linear combination of vectors corresponding to parameters: V1 for λ and V2 for μ. The basis for the solution space is {V1, V2} and its dimension is 2 due to two free parameters. This showcases mechanisms for discovering bases in homogeneous equations, leveraging pivot and free variables .

{cos2 t, sin2 t, cos 2t} might initially suggest dependence since cos 2t is structurally related via trigonometric identities: cos 2t = cos^2 t - sin^2 t, reducible to cos 2t = 2 cos^2 t - 1 or 1 - 2 sin^2 t. However, cos^2 t + sin^2 t = 1 implies redundancy if viewed improperly. A careful basis approach must employ orthogonality and linear transforms acknowledging trigonometric identities, narrowing W's truly independent basis to two elements: cos 2t and a relevant independent function such as cos^2 t, showing their aggregate spans W with dimension 2 .

The set of vectors in R4 whose components add to zero is a subspace because it is closed under addition and scalar multiplication, satisfying the subspace criteria. To find a basis for this subspace, five vectors can be used to express the condition x1 + x2 + x3 + x4 = 0 with three free variables. Choosing vectors such as (1, -1, 0, 0), (0, 1, -1, 0), and (0, 0, 1, -1) provides a linearly independent set that spans the space, thus forming a basis .

To extend a basis of a subspace W generated by (3, 8, -3, -5), (1, -2, 5, -3), and (2, 3, 1, -4) to R^4, first determine if they are linearly independent and form a basis of W by confirming none are linear combinations of the others. Then choose an additional vector not in the span, such as (0, 0, 0, 1) if undetected. Use Gaussian elimination for independence checking. Finally, verify independence of the new set of four vectors, confirming they span the entire space R^4, showcasing processes for extending bases within multi-dimensional contexts .

If a vector space is generated by a finite set, there exists a finite combination of these generating vectors that can express every vector in the space, ensuring a basis can be formed. Specifically, by reducing the generating set to a linearly independent subset (using techniques such as the Gram-Schmidt process), we obtain a basis. This process demonstrates how generating sets relate to bases, with finite generability implying the space has a finite dimension and thus a basis can always be extracted .

In an n-dimensional vector space, any n linearly independent vectors form a basis because by definition, a basis requires a set that spans the space and is linearly independent. The property that any vector in the space can be expressed as a combination of these vectors confirms they span the space. Since the number of vectors matches the space's dimension, they meet both the criteria for being a basis: spanning and independence, and are thus sufficient to construct any vector therein .

You might also like