"

Section 2.2 Equations, Matrices, and Transformations Equations

2.2A

 

Definition: Consider the system of linear equations

 

a11x1a12x2a1nxn=b1a21x1a22x2a2nxn=b2am1x1am2x2amnxn=bm

 

Such a system can be expressed in vector form or as a vector equation by using linear combinations of column vectors:

 

x1[a11a21am1]x2[a12a22am2]xn[a1na2namn]=[b1b2bm]

 

Example 1: Write a vector equation that is equivalent to the given linear
system of equations.

 

x1x3=12x2x3=23x1x23x4=3

 

 

Exercise 1: Write a vector equation that is equivalent to the given linear system of equations.

 

3x2x3=4x1x2x3=32x1x22x3=2

 

Definition: If A is an m×n matrix, with column vectors, v1,,vn in Rm, and x is a vector in Rn, then the product of A and x, denoted by Ax in Rn, is the linear combination of the columns of A using the corresponding entries in x as weights; that is,

 

Ax=[v1vn][x1xn]=x1v1x2v2xnvn

 

Note:
Ax is defined only if the number of columns of A equals the number of entries in x.

 

 

Example 2: A=[201010122213], x=[234] find Ax.

 

Exercise 2: A=[201101201232], x=[2314] find Ax.

 

Example 3: Write 3u2v as a matrix times a vector where u=[21] and
v=[34].

 

Exercise 3: Write 4u(2)v3w as a matrix times a vector where u=[13],
v=[20] and w=[02].

 

Theorem: If A is an m×n matrix, u and v are vectors in Rn, and c is a scalar, then

1. A(uv)=AuAv

2. A(cu)=cAu.

 

Definition: If A is an m×n matrix, with column vectors, v1,,vn in Rm, and x is a vector in Rn, and b is a vector in Rm, then Ax=b is called a
matrix equation.

 

 

Theorem: If A is an m×n matrix, with column vectors, v1,,vn in Rn, and x is a vector in Rn, and b is a vector in Rm, then the matrix equation Ax=b has the same solution set as the vector equation x1v1xnvn=b, which, in turn, has the same solution set as the system of linear equations whose augmented matrix is [v1vnb].

 

Fact: The equation Ax=b has a solution if and only if b is a linear combination of the columns of A.

 

Example 4: Solve the matrix equation Ax=b where A=[2112] and b=[34].

 

Exercise 4: Solve the matrix equation Ax=b where A=[1132] and b=[11].

 

Theorem: Let A be an m×n matrix. Then the following statements are logically equivalent. That is, for a particular A, either they are all true statements or they are all false.

1. For each b in Rm, the equation Ax=b has a solution

 

2. Each b in Rm is a linear combination of the columns of A.

 

3. A has a pivot position in every row.

 

Example 5: Show each b in Rm is a linear combination of the columns of A=[112203012]

 

 

Exercise 5: Show each b in Rm is a linear combination of the columns of A=[012130222]

 

Definition: For each n>2, the identity matrix In is the n×n matrix with 1’s on the main diagonal (upper left to lower right), and zeros elsewhere.

 

Fact: For each n>2, we have Inx=x for each n-vector x in Rn.

 

Theorem: Let A and B be m×n matrices. If Ax=Bx for all x in Rn, then A=B.

 

 

Group Work 1: Mark each statement True or False. Justify each answer.

a. The equation Ax=b is referred to as a vector equation.

 

b. A vector b is a linear combination of the columns of a matrix if and only if the equation Ax=b has at least one solution.

 

c. The equation Ax=b is consistent if the augmented matrix [Ab] has a pivot position in every row.

 

d. The first entry in the product Ax is a sum of products.

 

e. If A is an m×n matrix and if the equation Ax=b is inconsistent for some b in Rm then A cannot have a pivot position in every row.

 

f. The weight c1,,cp in a linear combination c1v1cpvp cannot all be zero.

 

Group Work 2: Find the solution of Ax=b where

 

A=[133000110121] and b=[211]

 

Group Work 3: In each case either show that the statement is true, or give
an example showing that it is false.

a. [32] is a linear combination of [10] and [01]

 

b. Ax has a zero entry, then A has a row of zeros.

 

c. If Ax=0 where x0, then A=0.

 

d. Every linear combination of vectors in Rn can be written in the form Ax.

 

e. If A=[a1a2a3] in terms of its columns, and if b=3a12a2, then the system Ax=b has a solution.

 

f. If A=[a1a2a3] in terms of its columns, and if Ax=b has a solution then
b=sa1ta2 for some s,t.

 

g. If A is an m×n matrix and m<n, then Ax=b has a solution for every column b.

 

h. If Ax=b has a solution for some column b, then it has a solution for every column b.

 

2.2B

 

Definition: 1. A transformation (or function or mapping) T from Rn to Rm is a rule that assigns to each vector x in Rn to a vector T(x) in Rm.

 

2. The set Rn is called the domain of T and Rm is called the codomain of T.

 

3. T(x) is called the image of x. The set {T(x) for any x in Rn} is called the range of T.

 

4. Given a m×n matrix A, we can define a transformation from
Rn to RM by defining T(x)=Ax. This kind of transformation is called a matrix transformation. T is the matrix transformation induced by A.

 

 

Example 1: Let A=[122436], b=[34], c=[369], and d=[269].

Let T be the transformation defined by T(x)=Ax from R2 to R3.

(a) Find T(b).

(b) Find an x such that the image under T is c.

(c) Is there more than one x such that whose image under T is c?

(d) Is there an x such that its image under T is d?

 

 

Exercise 1: Let A=[132524], b=[56], c=[256], and d=[265].

Let T be the transformation defined by T(x)=Ax from R2 to R3.

(a) Find T(b).

(b) Find an x such that the image under T is c.

(c) Is there more than one x such that whose image under T is c?

(d) Is there an x such that its image under T is d?

 

Definition: Suppose S:RnRm and T:RnRm are transformations. Then S=T if and only if S(x)=T(x) for every xRn.

 

Definition: 1. Given a matrix A=[1m01], where m is a constant then the transformation T defined by T(x)=Ax is called a shear transformation. This kind of transformation send the vector [x1x2] to [x1mx2x2], i.e sending the point (x1,x2) to the point (x1mx2,x2). (x1,x2) is moving horizontally to the right if m>0 and x2>0 or m0 and x20, otherwise is moving horizontally to the left.

 

 

2. Let r be a scalar then the transformation T:RnRn defined by T(x)=rx is called contraction when 0r1 and dilation when r>1.

 

Example 2: Find the image of u=[23] and v=[23] under the matrix transformation defined by A=[1401]. Then graph the corresponding points on the plane.

 

 

Exercise 2: Find the image of u=[12] and v=[21] under the matrix transformation T, defined by A=[1301]. Describe geometrically what T does to each vector.

 

Example 3: Find the image of u=[12] and v=[31] under the matrix transformation T, defined by A=[1001]. Then graph the corresponding points on the plane. Describe geometrically what T does to each vector.

 

Exercise 3: Find the image of u=[12] and v=[35] under the matrix transformation T, defined by A=[0110]. Then graph the corresponding points on the plane. Describe geometrically what T does to each vector.

 

Definition: The transformation Rθ:R2R2 denotes counterclockwise rotation about the origin through an angle of θ.

 

Example 4: The transformation Rπ/2:R2R2 denotes a counterclockwise rotation about the origin through an angle of π/2 radians. Find the matrix of Rπ/2.

 

 

Exercise 4: The transformation Rπ:R2R2 denotes a counterclockwise rotation about the origin through an angle of π radians. Find the matrix of Rπ.

 

Example 5: Let T(x)=Ax where [105230]. Find a vector x such that T(x)=b=[31].

 

 

Exercise 5: Let T(x)=Ax where [013220]. Find a vector x such that T(x)=b=[21].

 

Group Work 1: Mark each statement True or False. Justify each answer.

a. A linear transformation is a special type of function.

 

b. If A is a 3×5 matrix and T is a transformation defined by T(x)=Ax then the domain of T is R5.

 

c. If A is an m×n matrix, then the range of the transformation xAx is Rm.

 

d. The range of the transformation xAx is the set of all linear combinations of the columns of A.

 

e. If x1 and x2 are solutions to Ax=b, then x1x2 is a solution to Ax=0.

 

f. Let A=[a1a2a3] in terms of its columns. If a3=sa1ta2, then Ax=0, where x=[st1].

 

Group Work 2: Mark each statement True or False. Justify each answer.

Let T:R2R2 be a transformation. In each case show that T is induced by a matrix and find the matrix.

a. T is a reflection in the y axis.

 

b. T is a reflection in the line y=x.

 

c. T is a reflection in the line y=x.

 

d. T is a clockwise rotation through π/2.

 

Group Work 3: In each case either show that the statement is true, or give
an example showing that it is false.

a. If a vector b is a linear combination of the columns of A, then the system Ax=b is consistent.

 

b. Let x1 and x2 be solutions to the homogeneous system Ax=0 then x1x2 is a solution to Ax=0.

 

c. Let A and B be matrices of the same size. If x is a solution to both the system Ax=0 and the system Bx=0, then x is a solution to the system (AB)x=0.

 

d. Let A be m×n and let x be in Rn. If Ax has a zero entry then A has a row of zeros.

 

License

Icon for the Creative Commons Attribution 4.0 International License

Matrices Copyright © 2019 by Kuei-Nuan Lin is licensed under a Creative Commons Attribution 4.0 International License, except where otherwise noted.