0% found this document useful (0 votes)
19 views2 pages

Linear Algebra II: Transformations & Matrices

This document outlines a tutorial for Linear Algebra II at COEP Technological University, focusing on applications of linear transformations. It includes definitions, properties of similar matrices, and exercises on transformations in both the plane and space, as well as the composition of linear transformations and their standard matrices. Additionally, it addresses isomorphisms between vector spaces and properties of linear operators.

Uploaded by

pranjalscale78
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
0% found this document useful (0 votes)
19 views2 pages

Linear Algebra II: Transformations & Matrices

This document outlines a tutorial for Linear Algebra II at COEP Technological University, focusing on applications of linear transformations. It includes definitions, properties of similar matrices, and exercises on transformations in both the plane and space, as well as the composition of linear transformations and their standard matrices. Additionally, it addresses isomorphisms between vector spaces and properties of linear operators.

Uploaded by

pranjalscale78
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

COEP Technological University, Pune

Linear Algebra II (LA-II)


F.Y. [Link]. Semester I
Academic Year: 2025–26

Tutorial 1 : Applications of Linear Transformations


Faculty Name: Prof. Rashmi Kulkarni

1. Define Similar matrices. Show that similarity defines an equivalence relation be-
tween square matrices.

2. Show that if A and B are n × n matrices and A ∼ B, then:

(a) det(A) = det(B)


(b) tr(A) = tr(B)
(c) A is invertible iff B is invertible
(d) A and B have the same characteristic polynomial
(e) A and B have the same eigenvalues
(f) Am ∼ B m for all integers m ≥ 0
(g) If A is invertible, then Am ∼ B m for all integers m ∈ Z

3. Write the matrix of each of the transformations in the plane given below:

(i) Reflection in the y-axis.


(ii) Reflection in the line y = x.
(iii) Horizontal expansion.
(iv) Vertical contraction.
(v) Horizontal and vertical shear.
(vi) Vertical shear followed by reflection in the x-axis.

4. Write the matrix of each of the transformations in the space given below:

(i) Rotation about the z-axis.


(ii) Rotation about the y-axis.
(iii) Rotation about the x-axis.

5. Show that the composition of two linear transformations is again a linear transfor-
mation.

6. Show that the set of all linear transformations from a vector space V to a vector
space W forms a vector space under pointwise addition and scalar multiplication.

7. For each of the following linear transformations, write the standard matrix:

(1) T : R3 → R3 defined by

T (x, y, z) = (2x − y, x + 3y, z).

1
(2) T : R3 → R3 defined by

T (x, y, z) = (x + y + z, y − z, 4x).

(3) T : R3 → P2 defined by

T (a, b, c) = (a − b) + (2b + c)x + (3c)x2 .

(4) T : R4 → M2×2 defined by


 
a+b c
T (a, b, c, d) = .
d a−c

(5) T : R4 → M2×2 defined by


 
2x1 − x3 x2
T (x1 , x2 , x3 , x4 ) = .
x4 x1 + x 2 + x 3

8. Find the standard matrices of the following linear transformations T1 , T2 , T2 oT1 , T1 oT2 :

(a) T2 : R3 → R3 , T2 (x, y, z) = (0, x, 0).


(b) T1 : R3 → R3 , T1 (x, y, z) = (x, y, z).

9. Are R3 and P2 isomorphic as vector spaces? If yes, find an isomorphism. Write the
associated matrix with the isomorphism and show that this matrix is invertible.

10. Let D : P2 → P1 be the differentiation operator defined by D(p) = p′ for p ∈ P2 .


Find the matrix of D with respect to the standard bases.

11. Let S and T be linear operators on a finite-dimensional vector space V . Prove the
following:

(a) ST is an isomorphism if and only if both S and T are isomorphisms.


(b) ST = I if and only if T S = I.

Common questions

Powered by AI

Similar matrices A and B share the same eigenvalues because they have the same characteristic polynomial. The characteristic polynomial is defined by det(A - λI) and is preserved under similarity transformations. Since eigenvalues are roots of this polynomial, their values remain unchanged between similar matrices, thereby preserving their spectral properties .

For two n × n matrices A and B, if A ∼ B (A is similar to B), then det(A) = det(B). This is significant because it implies that the determinant, which provides geometric insight into volume scaling and invertibility, remains unchanged under similarity transformations, affirming that similar matrices describe the same linear transformation under different bases .

Under similarity transformations, matrices preserve several important characteristics, including the determinant, trace, characteristic polynomial, eigenvalues, and the invertibility of the matrix. These properties ensure that while the representation of a transformation may change depending on the basis, the fundamental behavior of the transformation remains the same .

The composition of two linear transformations S and T results in another linear transformation because it satisfies the two main properties of linearity: additivity and scalar multiplication. Given vectors u and v, and a scalar c, ST(u + v) = ST(u) + ST(v) and ST(cu) = cST(u), satisfying the conditions for linearity by distributing both operations over the combined effect of S and T .

The set of all linear transformations from a vector space V to another vector space W forms a vector space under the operations of pointwise addition and scalar multiplication. This means that given two transformations S and T, and a scalar c, the operations (S + T)(v) = S(v) + T(v) and (cS)(v) = cS(v) satisfy the axioms of vector spaces, including closure, associativity, distributivity, and the existence of an additive identity and inverses .

The transformation matrix for reflection in the line y = x is given by the permutation matrix: \( \begin{bmatrix} 0 & 1 \\ 1 & 0 \end{bmatrix} \). This matrix swaps the x and y coordinates of any vector it multiplies with, effectively reflecting it across the line y = x .

The differentiation operator D: P2 → P1 with respect to standard bases for P2 (1, x, x^2) and P1 (1, x) is represented as a matrix \( \begin{bmatrix} 0 & 0 & 0\\ 1 & 0 & 0\\ 0 & 2 & 0 \end{bmatrix} \). This matrix multiplies vectors in the P2 space and effectively differentiates their polynomial representation .

Similarity defines an equivalence relation between square matrices by satisfying the following three properties: Reflexivity, Symmetry, and Transitivity. If A is a square matrix, then it is similar to itself, satisfying reflexivity. If A is similar to B, then B is similar to A, satisfying symmetry. If A is similar to B and B is similar to C, then A is similar to C, satisfying transitivity .

For ST to be an isomorphism, it must be both injective (one-to-one) and surjective (onto). If ST is injective, then its kernel is zero, implying both S and T must be injective. If ST is surjective, the image covers the entire space, implying both S and T must be surjective; hence they are invertible, meeting the definition of isomorphisms on their respective domains .

R3 and P2 are isomorphic as vector spaces, meaning there exists a bijective linear transformation between them. This isomorphism can be represented with a matrix that serves two functions: forwards and backwards transformation (invertible). The specific structure of this matrix depends on the chosen bases for each space but typically results in a full-rank 3x3 matrix confirming the dimensions and basis elements are equatable .

You might also like