Link Search Menu Expand Document

Linear Transformations

We will cover following topics

Kernel and Image

Kernel

Let A be any m×n matrix over a field K viewed as a linear map A:KnKm. Then, kernel of A, denoted by Ker(A), is the null space of A, that is,

  • Ker(A)=nullsp(A), and

Here, nullsp(A) is the solution space of homogeneous system AX=0.

Image

The image of a linear transformation or matrix is the span of the vectors of the linear transformation, that is,

ImA=colsp(A)

Rank and Nullity

Rank

The rank of a matrix is defined as:

  1. The maximum number of linearly independent column vectors in the matrix or
  2. The maximum number of linearly independent row vectors in the matrix.

Both of the above definitions are equivalent and give the same answer.

For a m×n matrix, rank of the matrix is less than or equal to the minumum of m and n.

Nullity

The null space of a linear mapping is the set of vectors in the domain of the mapping which are mapped to the zero vector. It is also called as kernel of the the mapping. Nullity represnts the number of vectors in the null space.

For a linear mapping A:

  • Rank(A)=dim(ImA),
  • nullity(A)=dim(KerF).

Rank-Nullity Theorem

Let V be finite dimensional and let A:VU be linear. Then,

dimV=dim(KerA)+dim(ImA)=nullity(A)+rank(A)

Matrix of a Linear Transformation

Let T be a linear operator (transformation) from a vector space V into itself, and suppose S={u1,u1,,un} is a basis of V.

Now, all the vectors T(u1), T(u2), , T(un) are vectors in V, and so each is a linear combination of the vectors in the basis S; say,

T(u1)=a11u1+a12u2++a1nun,

T(u2)=a21u1+a22u2++a2nun,

T(un)=an1u1+an2u2++annun.

The transpose of the above matrix of coefficients, denoted by mS(T) or [T]s, is called the matrix representation of T relative to the basis S, or simply the matrix of T in the basis S.

The subscript S may be omitted if the basis S is understood.

Change of Basis

Let S={u1,u2,,un} be a basis of a vector space V, and let S={v1,v2,,vn} be another basis. Because S is a basis, each vector in the “new” basis S can be written uniquely as a linear combination of the vectors in S; say,
v1=a11u1+a12u2++a1nun,

v2=a21u1+a22u2++a2nun, ,

vn=an1u1+an2u2++amnun.

Let P be the transpose of the above matrix of coefficients; that is, let P=[pij], where pij=aji.

Then P, is called the change-of-basis matrix (or transition matrix) from the “old” basis S to the “new” basis S.


PYQs

Kernel and Image

1) Consider the matrix mapping A:R4R3, where A=[1231135238133]. Find a basis and dimension of the image of A and those of the kernel A.

[2017, 15M]


2) Let T:R3R3 be the linear transformation defined by T(α,β,γ)=(α+2β3γ,2α+5β4γ,α+4β+γ. Find a basis and the dimension of the image of T and the kernel of T.

[2012, 12M]


3) Let T be the linear transformation from R3 to R4 defined by T(x1,x2,x3)=(2x1+x2+x3,x1+x2,x1x3,3x1+x22x3) for each (x1,x2,x3)R3. Determine a basis for the Null space of T. What is the dimension of the Range space of T?

[2007, 12M]


4) Show that f:R3R is a linear transformation, where f(x,y,z)=3x+yz. What is the dimension of the Kernel? Find a basis for the Kernel.

[2004, 12M]


5) Let T: R5R5 be a linear mapping given by T(a,b,c,d,e)=(bd,d+e,b,2d+e,b+e). Obtain bases for its null space and range space.

[2002, 15M]

Rank and Nullity

1) Find the nullity and a basis of the null space of the linear transformation A:R(4)R(4) given by the matrix A=[0131101131021120].

[2011, 10M]


2) What is the null space of the differentiation transformation ddx:pnpn where pn is the space of all polynomials of degree n over the real numbers? What is the null space of the second derivative as a transformation of? What is the null space of the kth derivative pn?

[2010, 12M]


3) Let L:R4R3 be a linear transformation defined by L(x1,x2,x3,x4)=(x3+x4x1x2,x3x2,x4x1). Then find the rank and nullity of L. Also, determine null space and range space of L.

[2009, 20M]

Matrix of a Linear Transformation

1) If M2(R) is space of real matrices of order 2×2 and P2(x) is the space of real polynomials of degree at most 2, then find the matrix representation of T:M2(R)P2(x) such that T([abcd])=a+c+(ad)x+(b+c)x2, with respect to the standard bases of M2(R) and P2(x), further find null space of T.

[2016, 10M]


2) If T:P2(x)P3(x) is such that T(f(x))=f(x)+5x0f(t)dt, then choosing {1,1+x,1x2} and {1,x,x2,x3} as bases of P2(x)$and$P3(x) respectively, find the matrix of T.

[2016, 6M]


3) If A=[112211123] is the matrix representation of a linear transformation T:P2(x)P2(x) with respect to the bases {1x,x(1x),x(1+x)} and {1,1+x,1+x2} then find T.

[2016, 6M]


4) Let V=R3 and TA(V), for all aiA(V), be defined by T(a1,a2,a3)=(2a1+5a2+a3,3a1+a2a3,a1+2a2+3a3). What is the matrix T relative to the basis V1=(1,0,1), V2=(1,2,1), V3=(3,1,1)?

[2015, 12M]


5) Let Pn denote the vector space of all real polynomials of degree at most n: P2P3 be linear transformation given by T(f(x))=x0p(t)dt, p(x)P2. Find the matrix of T with respect to the bases {1,x,x2} and {1,x,1+x2,1+x3} of P2 and P3 respectively. Also find the null space of T.

[2013, 10M]


6) Consider the linear mapping f:R2R2 by f(x,y)=(3x+4y,2x5y). Find the matrix A relative to the basis {(1,0),(0,1)} and the matrix B relative to the basis {(1,2),(2,3)}.

[2012, 12M]


7) Let M=[421013]. Find the unique linear transformation T:R3R2 so that M is the matrix of T with respect to the basis β={v1=(1,0,0)v2=(1,1,0)v3=(1,1,1)} of R3 and β={w1=(1,0),w2=(1,1)} of R2. Also find T(x,y,z).

[2010, 20M]


8) Let T be a linear transformation from a vector space V over reals into V such that TT2=I. Show that T is invertible.

[2010, 10M]


9) Let β={(1,1,0),(1,0,1),(0,1,1)} and β={(2,1,1),(1,2,1),(1,1,1)} be the two ordered bases of R3. Then, find a matrix representing the linear transformation T:R3R3 which transforms β into β. Use this matrix representation to find T(x), where x=(2,3,1).

[2009, 20M]


10) Show that B={(1,0,0),(1,1,0),(1,1,1)} is a basis of R3. Let T:R3R3 be a linear transformation such that T(1,0,0)=(1,0,0), T(1,1,0)=(1,1,1) and T(1,1,1)=(1,1,0). Find T(x,y,z).

[2008, 15M]


11) Consider the vector space X:={p(x),{p(x) is a polynomial of degree less than or equal to 3 with real coefficients} over the real field R. Define the map D:XX by
(Dp)(x):=p1+2p2x+3p3x2
where p(x):=p0+p1x+p2x2p3x3.
Is D a linear transformation on x? If it is, then construct the matrix representation for D with respect to the ordered basis {1,x,x2,x3} for X.

[2007, 15M]


12) If T:R2R2 is defined by T(x,y)=(2x3y,x+y), compute the matrix of T relative to the basis β{(1,2),(2,3)}.

[2006, 15M]


13) Let T be a linear transformation on R3 whose matrix relative to the standard basis of R3 is [211122334]. Find the matrix of $T relative to the basis β={(1,1,1),(1,1,0),(0,1,1)}

[2005, 15M]


14) Show that the linear transformation form R3 to R4 which is represented by the matrix [130012211112] is one-to-one. Find a basis for its image.

[2004, 12M]


15) Show that the mapping T:R3R3, where T(a,b,c)=(ab,bc,a+c), is linear and non singular.

[2002, 12M]


< Previous Next >