Math 221: LINEAR ALGEBRA 2-2. Equations, Matrices, and - - PowerPoint PPT Presentation

math 221 linear algebra
SMART_READER_LITE
LIVE PREVIEW

Math 221: LINEAR ALGEBRA 2-2. Equations, Matrices, and - - PowerPoint PPT Presentation

Math 221: LINEAR ALGEBRA 2-2. Equations, Matrices, and Transformations Le Chen 1 Emory University, 2020 Fall (last updated on 09/02/2020) Creative Commons License (CC BY-NC-SA) 1 Slides are adapted from those by Karen Seyffarth from


slide-1
SLIDE 1

Math 221: LINEAR ALGEBRA

§2-2. Equations, Matrices, and Transformations

Le Chen1

Emory University, 2020 Fall

(last updated on 09/02/2020) Creative Commons License (CC BY-NC-SA) 1Slides are adapted from those by Karen Seyffarth from University of Calgary.

slide-2
SLIDE 2

Vectors

Definitions

A row matrix or column matrix is often called a vector, and such matrices are referred to as row vectors and column vectors, respectively. If x is a row vector of size 1 × n, and y is a column vector of size m × 1, then we write

  • x =
  • x1

x2 · · · xn

  • and
  • y =

     y1 y2 . . . ym     

slide-3
SLIDE 3

Vector form of a system of linear equations

Definition

Consider the system of linear equations a11x1 + a12x2 + · · · + a1nxn = b1 a21x1 + a22x2 + · · · + a2nxn = b2 . . . . . . . . . . . . am1x1 + am2x2 + · · · + amnxn = bm

slide-4
SLIDE 4

Vector form of a system of linear equations

Definition

Consider the system of linear equations a11x1 + a12x2 + · · · + a1nxn = b1 a21x1 + a22x2 + · · · + a2nxn = b2 . . . . . . . . . . . . am1x1 + am2x2 + · · · + amnxn = bm Such a system can be expressed in vector form or as a vector equation by using linear combinations of column vectors: x1      a11 a21 . . . am1      + x2      a12 a22 . . . am2      + · · · + xn      a1n a2n . . . amn      =      b1 b2 . . . bm     

slide-5
SLIDE 5

Vector form of a system of linear equations

Problem

Express the following system of linear equations in vector form: 2x1 + 4x2 − 3x3 = −6 − x2 + 5x3 = x1 + x2 + 4x3 = 1

slide-6
SLIDE 6

Vector form of a system of linear equations

Problem

Express the following system of linear equations in vector form: 2x1 + 4x2 − 3x3 = −6 − x2 + 5x3 = x1 + x2 + 4x3 = 1

Solution

x1   2 1   + x2   4 −1 1   + x3   −3 5 4   =   −6 1  

slide-7
SLIDE 7

Matrix vector multiplication

Definition

Let A = [aij] be an m × n matrix with columns a1, a2, . . . , an, written A =

  • a1
  • a2

· · ·

  • an
  • , and let

x be an n × 1 column vector,

  • x =

     x1 x2 . . . xn     

slide-8
SLIDE 8

Matrix vector multiplication

Definition

Let A = [aij] be an m × n matrix with columns a1, a2, . . . , an, written A =

  • a1
  • a2

· · ·

  • an
  • , and let

x be an n × 1 column vector,

  • x =

     x1 x2 . . . xn      Then the product of matrix A and (column) vector x is the m × 1 column vector given by

  • a1
  • a2

· · ·

  • an

    x1 x2 . . . xn      = x1 a1 + x2 a2 + · · · + xn an =

n

  • j=1

xj aj that is, A x is a linear combination of the columns of A.

slide-9
SLIDE 9

Problem

Compute the product A x for A = 1 4 5

  • and
  • x =

2 3

slide-10
SLIDE 10

Problem

Compute the product A x for A = 1 4 5

  • and
  • x =

2 3

  • Solution

A x = 1 4 5 2 3

  • = 2

1 5

  • + 3

4

  • =
  • 2

10

  • +

12

  • =

14 10

slide-11
SLIDE 11

Problem

Compute A y for A =   1 2 −1 2 −1 1 3 1 3 1   and

  • y =

    2 −1 1 4    

slide-12
SLIDE 12

Problem

Compute A y for A =   1 2 −1 2 −1 1 3 1 3 1   and

  • y =

    2 −1 1 4    

Solution

A y = 2   1 2 3   + (−1)   −1 1   + 1   2 3   + 4   −1 1 1   =   9 12  

slide-13
SLIDE 13

Matrix form of a system of linear equations

Definition

Consider the system of linear equations a11x1 + a12x2 + · · · + a1nxn = b1 a21x1 + a22x2 + · · · + a2nxn = b2 . . . . . . . . . am1x1 + am2x2 + · · · + amnxn = bm Such a system can be expressed in matrix form using matrix vector multiplication,      a11 a12 · · · a1n a21 a22 · · · a2n . . . . . . . . . am1 am2 · · · amn           x1 x2 . . . xn      =      b1 b2 . . . bm     

slide-14
SLIDE 14

Matrix form of a system of linear equations

Definition

Consider the system of linear equations a11x1 + a12x2 + · · · + a1nxn = b1 a21x1 + a22x2 + · · · + a2nxn = b2 . . . . . . . . . am1x1 + am2x2 + · · · + amnxn = bm Such a system can be expressed in matrix form using matrix vector multiplication,      a11 a12 · · · a1n a21 a22 · · · a2n . . . . . . . . . am1 am2 · · · amn           x1 x2 . . . xn      =      b1 b2 . . . bm      Thus a system of linear equations can be expressed as a matrix equation A x = b, where A is the coefficient matrix, b is the constant matrix, and x is the matrix of variables.

slide-15
SLIDE 15

Problem

Express the following system of linear equations in matrix form. 2x1 + 4x2 − 3x3 = −6 − x2 + 5x3 = x1 + x2 + 4x3 = 1

slide-16
SLIDE 16

Problem

Express the following system of linear equations in matrix form. 2x1 + 4x2 − 3x3 = −6 − x2 + 5x3 = x1 + x2 + 4x3 = 1

Solution

  2 4 −3 −1 5 1 1 4     x1 x2 x3   =   −6 1  

slide-17
SLIDE 17

Theorem

  • 1. Every system of m linear equations in n variables can be written in the

form A x = b where A is the coefficient matrix, x is the matrix of variables, and b is the constant matrix.

slide-18
SLIDE 18

Theorem (continued)

  • 2. The system A

x = b is consistent (i.e., has at least one solution) if and

  • nly if

b is a linear combination of the columns of A.

slide-19
SLIDE 19

Theorem (continued)

  • 3. The vector

x =      x1 x2 . . . xn      is a solution to the system A x = b if and only if x1, x2, . . . , xn are a solution to the vector equation x1 a1 + x2 a2 + · · · xn an = b where a1, a2, . . . , an are the columns of A.

slide-20
SLIDE 20

Problem

Let A =   1 2 −1 2 −1 1 3 1 3 1   and

  • b =

  1 1 1   Express b as a linear combination of the columns a1, a2, a3, a4 of A, or show that this is impossible.

slide-21
SLIDE 21

Problem

Let A =   1 2 −1 2 −1 1 3 1 3 1   and

  • b =

  1 1 1   Express b as a linear combination of the columns a1, a2, a3, a4 of A, or show that this is impossible.

Solution

Solve the system A x = b where x is a column vector with four entries.

slide-22
SLIDE 22

Problem

Let A =   1 2 −1 2 −1 1 3 1 3 1   and

  • b =

  1 1 1   Express b as a linear combination of the columns a1, a2, a3, a4 of A, or show that this is impossible.

Solution

Solve the system A x = b where x is a column vector with four entries. Do so by putting the augmented matrix

  • A
  • b
  • in reduced row-echelon form.
slide-23
SLIDE 23

Problem

Let A =   1 2 −1 2 −1 1 3 1 3 1   and

  • b =

  1 1 1   Express b as a linear combination of the columns a1, a2, a3, a4 of A, or show that this is impossible.

Solution

Solve the system A x = b where x is a column vector with four entries. Do so by putting the augmented matrix

  • A
  • b
  • in reduced row-echelon form.

  1 2 −1 1 2 −1 1 1 3 1 3 1 1   → · · · →   1 1 1/7 1 1 −5/7 1 −1 3/7  

slide-24
SLIDE 24

Problem

Let A =   1 2 −1 2 −1 1 3 1 3 1   and

  • b =

  1 1 1   Express b as a linear combination of the columns a1, a2, a3, a4 of A, or show that this is impossible.

Solution

Solve the system A x = b where x is a column vector with four entries. Do so by putting the augmented matrix

  • A
  • b
  • in reduced row-echelon form.

  1 2 −1 1 2 −1 1 1 3 1 3 1 1   → · · · →   1 1 1/7 1 1 −5/7 1 −1 3/7   Since there are infinitely many solutions (x4 is assigned a parameter), choose any value for x4.

slide-25
SLIDE 25

Problem

Let A =   1 2 −1 2 −1 1 3 1 3 1   and

  • b =

  1 1 1   Express b as a linear combination of the columns a1, a2, a3, a4 of A, or show that this is impossible.

Solution

Solve the system A x = b where x is a column vector with four entries. Do so by putting the augmented matrix

  • A
  • b
  • in reduced row-echelon form.

  1 2 −1 1 2 −1 1 1 3 1 3 1 1   → · · · →   1 1 1/7 1 1 −5/7 1 −1 3/7   Since there are infinitely many solutions (x4 is assigned a parameter), choose any value for x4. Choosing x4 = 0 (which is the simplest thing to do) gives us

  • b =

  1 1 1   = 1 7   1 2 3   − 5 7   −1 1   + 3 7   2 3   = 1 7 a1 − 5 7 a2 + 3 7 a3 + 0 a4.

slide-26
SLIDE 26

Remark

The problem may ask to to find all possible linear combinations of the columns a1, a2, a3, a4 of A.

slide-27
SLIDE 27

Remark

The problem may ask to to find all possible linear combinations of the columns a1, a2, a3, a4 of A. This is equivalent to find all solutions to the corresponding system of linear equations:     x1 x2 x3 x4     =    

1 7 − s

− 5

7 − s 3 7 + s

s    

slide-28
SLIDE 28

Remark

The problem may ask to to find all possible linear combinations of the columns a1, a2, a3, a4 of A. This is equivalent to find all solutions to the corresponding system of linear equations:     x1 x2 x3 x4     =    

1 7 − s

− 5

7 − s 3 7 + s

s     Hence, all possible linear combinations are:

  • b =

1 7 − s   1 2 3   − 5 7 + s   −1 1   + 3 7 + s   2 3   + s   −1 1 1  

slide-29
SLIDE 29

Algebraic Properties of Matrix-Vector Multiplication

Theorem

Let A and B be m × n matrices, and let x and y be n-vectors in Rn. Then:

  • 1. A(

x + y) = A x + A y.

  • 2. A(a

x) = a(A x) = (aA) x for all scalars a.

  • 3. (A + B)

x = A x + B x.

slide-30
SLIDE 30

Algebraic Properties of Matrix-Vector Multiplication

Theorem

Let A and B be m × n matrices, and let x and y be n-vectors in Rn. Then:

  • 1. A(

x + y) = A x + A y.

  • 2. A(a

x) = a(A x) = (aA) x for all scalars a.

  • 3. (A + B)

x = A x + B x. This provides a useful way to describe the solutions to a system A x = b.

Theorem

Suppose x1 is any particular solution to the system A x = b of linear

  • equations. Then every solution

x2 to A x = b has the form x2 = x0 + x1 for some solution x0 of the associated homogeneous system A x = 0.

slide-31
SLIDE 31

The Dot Product

Definition

If (a1, a2, . . . , an) and (b1, b2, . . . , bn) are two ordered n-tuples, their dot product is defined to be the number a1b1 + a2b2 + · · · + anbn

  • btained by multiplying corresponding entries and adding the results.
slide-32
SLIDE 32

The Dot Product

Definition

If (a1, a2, . . . , an) and (b1, b2, . . . , bn) are two ordered n-tuples, their dot product is defined to be the number a1b1 + a2b2 + · · · + anbn

  • btained by multiplying corresponding entries and adding the results.

This is very much related ot the matrix produxt A x.

Theorem ( Dot Product Rule )

Let A be an m × n matrix and let x be an n-vector. Then each entry of the vector A x is the dot product of the corresponding row of A with x.

slide-33
SLIDE 33

Problem

If A =   1 2 −1 2 −1 1 3 1 3 1   and x =    2 −1 1 4    , compute A x.

slide-34
SLIDE 34

Problem

If A =   1 2 −1 2 −1 1 3 1 3 1   and x =    2 −1 1 4    , compute A x.

Solution

The entries of A x are the dot products of the rows of A with x: A x =   1 2 −1 2 −1 1 3 1 3 1      2 −1 1 4    =   1 · 2 + 0(−1) + 2 · 1 + (−1)4 2 · 2 + (−1)(−1) + 0 · 1 + 1 · 4 3 · 2 + 1(−1) + 3 · 1 + 1 · 4   =   9 12   . Of course, this agrees with the outcome of the previous example.

slide-35
SLIDE 35

Identity Matrix

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.

Example

The first few identity matrices are I2 = 1 1

  • ,

I3 =   1 1 1   , I4 =     1 1 1 1     , . . .

slide-36
SLIDE 36

Problem

Show that In x = x for each n-vector x in Rn, n ≥ 1.

slide-37
SLIDE 37

Problem

Show that In x = x for each n-vector x in Rn, n ≥ 1.

Solution

We verify the case n = 4. Given the 4-vector x =    x1 x2 x3 x4    the dot product rule gives I4 x =    1 1 1 1       x1 x2 x3 x4    =    x1 + 0 + 0 + 0 0 + x2 + 0 + 0 0 + 0 + x3 + 0 0 + 0 + 0 + x4    =    x1 x2 x3 x4    = x. In general, In x = x because entry k of In x is the dot product of row k of In with x, and row k of In has 1 in position k and zeros elsewhere.

slide-38
SLIDE 38

Transformations

Notation and Terminology

We have already used to denote the set of real numbers. We use to the denote the set of all column vectors of length two, and we use to the denote the set of all column vectors of length three (the length of a vector is the number of entries it contains). In general, we write for the set of all column vectors of length . Vectors in and have convenient geometric interpretations as

  • f

points in the 2-dimensional (Cartesian) plane and in 3-dimensional space, respectively.

slide-39
SLIDE 39

Transformations

Notation and Terminology

◮ We have already used R to denote the set of real numbers. We use to the denote the set of all column vectors of length two, and we use to the denote the set of all column vectors of length three (the length of a vector is the number of entries it contains). In general, we write for the set of all column vectors of length . Vectors in and have convenient geometric interpretations as

  • f

points in the 2-dimensional (Cartesian) plane and in 3-dimensional space, respectively.

slide-40
SLIDE 40

Transformations

Notation and Terminology

◮ We have already used R to denote the set of real numbers. ◮ We use R2 to the denote the set of all column vectors of length two, and we use to the denote the set of all column vectors of length three (the length of a vector is the number of entries it contains). In general, we write for the set of all column vectors of length . Vectors in and have convenient geometric interpretations as

  • f

points in the 2-dimensional (Cartesian) plane and in 3-dimensional space, respectively.

slide-41
SLIDE 41

Transformations

Notation and Terminology

◮ We have already used R to denote the set of real numbers. ◮ We use R2 to the denote the set of all column vectors of length two, and we use R3 to the denote the set of all column vectors of length three (the length of a vector is the number of entries it contains). In general, we write for the set of all column vectors of length . Vectors in and have convenient geometric interpretations as

  • f

points in the 2-dimensional (Cartesian) plane and in 3-dimensional space, respectively.

slide-42
SLIDE 42

Transformations

Notation and Terminology

◮ We have already used R to denote the set of real numbers. ◮ We use R2 to the denote the set of all column vectors of length two, and we use R3 to the denote the set of all column vectors of length three (the length of a vector is the number of entries it contains). In general, we write for the set of all column vectors of length . Vectors in and have convenient geometric interpretations as

  • f

points in the 2-dimensional (Cartesian) plane and in 3-dimensional space, respectively.

slide-43
SLIDE 43

Transformations

Notation and Terminology

◮ We have already used R to denote the set of real numbers. ◮ We use R2 to the denote the set of all column vectors of length two, and we use R3 to the denote the set of all column vectors of length three (the length of a vector is the number of entries it contains). ◮ In general, we write Rn for the set of all column vectors of length n. Vectors in and have convenient geometric interpretations as

  • f

points in the 2-dimensional (Cartesian) plane and in 3-dimensional space, respectively.

slide-44
SLIDE 44

Transformations

Notation and Terminology

◮ We have already used R to denote the set of real numbers. ◮ We use R2 to the denote the set of all column vectors of length two, and we use R3 to the denote the set of all column vectors of length three (the length of a vector is the number of entries it contains). ◮ In general, we write Rn for the set of all column vectors of length n.

R2 and R3

Vectors in R2 and R3 have convenient geometric interpretations as position vectors of points in the 2-dimensional (Cartesian) plane and in 3-dimensional space, respectively.

slide-45
SLIDE 45
slide-46
SLIDE 46

Transformations

Definition

A transformation is a function T : Rn → Rm, sometimes written Rn T → Rm, and is called a transformation from Rn to Rm. Informally, a function is a rule that, for each vector in , assigns exactly

  • ne vector of

We use the notation to mean the transformation applied to the vector .

slide-47
SLIDE 47

Transformations

Definition

A transformation is a function T : Rn → Rm, sometimes written Rn T → Rm, and is called a transformation from Rn to Rm. If m = n, then we say T is a transformation of Rn. Informally, a function is a rule that, for each vector in , assigns exactly

  • ne vector of

We use the notation to mean the transformation applied to the vector .

slide-48
SLIDE 48

Transformations

Definition

A transformation is a function T : Rn → Rm, sometimes written Rn T → Rm, and is called a transformation from Rn to Rm. If m = n, then we say T is a transformation of Rn.

What do we mean by a function?

Informally, a function is a rule that, for each vector in , assigns exactly

  • ne vector of

We use the notation to mean the transformation applied to the vector .

slide-49
SLIDE 49

Transformations

Definition

A transformation is a function T : Rn → Rm, sometimes written Rn T → Rm, and is called a transformation from Rn to Rm. If m = n, then we say T is a transformation of Rn.

What do we mean by a function?

Informally, a function T : Rn → Rm is a rule that, for each vector in Rn, assigns exactly

  • ne vector of Rm

We use the notation T( x) to mean the transformation T applied to the vector x.

slide-50
SLIDE 50

Transformations

Definition

A transformation is a function T : Rn → Rm, sometimes written Rn T → Rm, and is called a transformation from Rn to Rm. If m = n, then we say T is a transformation of Rn.

What do we mean by a function?

Informally, a function T : Rn → Rm is a rule that, for each vector in Rn, assigns exactly

  • ne vector of Rm

We use the notation T( x) to mean the transformation T applied to the vector x.

Definition

If T acts by matrix multiplication of a matrix A (such as the previous example), we call T a matrix transformation, and write TA( x) = A x.

slide-51
SLIDE 51

Equality of Transformations

Definition

Suppose S : Rn → Rm and T : Rn → Rm are transformations. Then S = T if and

  • nly if S(

x) = T( x) for every x ∈ Rn.

slide-52
SLIDE 52

Specifying the action of a transformation

Example

T : R3 → R4 defined by T   a b c   =     a + b b + c a − c c − b     is a transformation

slide-53
SLIDE 53

Specifying the action of a transformation

Example

T : R3 → R4 defined by T   a b c   =     a + b b + c a − c c − b     is a transformation that transforms the vector   1 4 7   in R3 into the vector T   1 4 7   =     1 + 4 4 + 7 1 − 7 7 − 4     =     5 11 −6 3     .

slide-54
SLIDE 54

Transformation by matrix multiplication

Example

Consider the matrix A = 1 2 2 1

  • . By matrix multiplication, A

transforms vectors in R3 into vectors in R2.

slide-55
SLIDE 55

Transformation by matrix multiplication

Example

Consider the matrix A = 1 2 2 1

  • . By matrix multiplication, A

transforms vectors in R3 into vectors in R2. Consider the vector   x y z  .

slide-56
SLIDE 56

Transformation by matrix multiplication

Example

Consider the matrix A = 1 2 2 1

  • . By matrix multiplication, A

transforms vectors in R3 into vectors in R2. Consider the vector   x y z  . Transforming this vector by A looks like: 1 2 2 1   x y z   = x + 2y 2x + y

  • .
slide-57
SLIDE 57

Transformation by matrix multiplication

Example

Consider the matrix A = 1 2 2 1

  • . By matrix multiplication, A

transforms vectors in R3 into vectors in R2. Consider the vector   x y z  . Transforming this vector by A looks like: 1 2 2 1   x y z   = x + 2y 2x + y

  • .

For example: 1 2 2 1   1 2 3   = 5 4

  • .
slide-58
SLIDE 58

Rotations in R2

Definition

Let A be an m × n matrix. The transformation T : Rn → Rm defined by T( x) = A x for each x ∈ Rn is called the matrix transformation induced by A.

Definition

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

slide-59
SLIDE 59

Example (Rotation through π)

We denote by Rπ : R2 → R2 counterclockwise rotation about the origin through an angle of π.

slide-60
SLIDE 60

Example (Rotation through π)

We denote by Rπ : R2 → R2 counterclockwise rotation about the origin through an angle of π. x y

slide-61
SLIDE 61

Example (Rotation through π)

We denote by Rπ : R2 → R2 counterclockwise rotation about the origin through an angle of π. x y (a, b)

slide-62
SLIDE 62

Example (Rotation through π)

We denote by Rπ : R2 → R2 counterclockwise rotation about the origin through an angle of π. x y (a, b) (−a, −b)

slide-63
SLIDE 63

Example (Rotation through π)

We denote by Rπ : R2 → R2 counterclockwise rotation about the origin through an angle of π. x y (a, b) (−a, −b) We see that Rπ a b

  • =

−a −b

  • =
slide-64
SLIDE 64

Example (Rotation through π)

We denote by Rπ : R2 → R2 counterclockwise rotation about the origin through an angle of π. x y (a, b) (−a, −b) We see that Rπ a b

  • =

−a −b

  • =

−1 −1 a b

  • , so Rπ is a matrix

transformation.

slide-65
SLIDE 65

Example (Rotation through π/2)

We denote by Rπ/2 : R2 → R2 counterclockwise rotation about the origin through an angle of π/2.

slide-66
SLIDE 66

Example (Rotation through π/2)

We denote by Rπ/2 : R2 → R2 counterclockwise rotation about the origin through an angle of π/2. x y

slide-67
SLIDE 67

Example (Rotation through π/2)

We denote by Rπ/2 : R2 → R2 counterclockwise rotation about the origin through an angle of π/2. x y (a, b)

slide-68
SLIDE 68

Example (Rotation through π/2)

We denote by Rπ/2 : R2 → R2 counterclockwise rotation about the origin through an angle of π/2. x y (a, b) (−b, a)

slide-69
SLIDE 69

Example (Rotation through π/2)

We denote by Rπ/2 : R2 → R2 counterclockwise rotation about the origin through an angle of π/2. x y (a, b) (−b, a) We see that Rπ/2 a b

  • =

−b a

  • =
slide-70
SLIDE 70

Example (Rotation through π/2)

We denote by Rπ/2 : R2 → R2 counterclockwise rotation about the origin through an angle of π/2. x y (a, b) (−b, a) We see that Rπ/2 a b

  • =

−b a

  • =

−1 1 a b

  • , so Rπ/2 is a

matrix transformation.

slide-71
SLIDE 71

Remark

In general, the rotation (counterclockwise) about the origin for an angle θ is Rθ =

  • cos(θ)

− sin(θ) sin(θ) cos(θ)

  • and

cos sin sin cos cos sin sin cos

slide-72
SLIDE 72

Remark

In general, the rotation (counterclockwise) about the origin for an angle θ is Rθ =

  • cos(θ)

− sin(θ) sin(θ) cos(θ)

  • and
  • a′

b′

  • =
  • cos(θ)

− sin(θ) sin(θ) cos(θ) a b

  • =
  • a cos (θ) − b sin(θ)

a sin(θ) + b cos(θ)

slide-73
SLIDE 73

Remark

In general, the rotation (counterclockwise) about the origin for an angle θ is Rθ =

  • cos(θ)

− sin(θ) sin(θ) cos(θ)

  • and
  • a′

b′

  • =
  • cos(θ)

− sin(θ) sin(θ) cos(θ) a b

  • =
  • a cos (θ) − b sin(θ)

a sin(θ) + b cos(θ)

  • Rπ =
  • −1

−1

  • and

Rπ/2 =

  • −1

1