56
Last Time: Matrix of Linear Transformation Matrix Algebra Matrix Algebra Math 4A – Xianzhe Dai UCSB April 16, 2014 Based on the 2013 Millett and Scharlemann Lectures 1/14

Math 4A { Xianzhe Daiweb.math.ucsb.edu/~dai/4A14KenApril18.pdfMath 4A { Xianzhe Dai UCSB April 16, 2014 Based on the 2013 Millett and Scharlemann Lectures 1/14 Last Time: Matrix of

  • Upload
    others

  • View
    3

  • Download
    0

Embed Size (px)

Citation preview

Page 1: Math 4A { Xianzhe Daiweb.math.ucsb.edu/~dai/4A14KenApril18.pdfMath 4A { Xianzhe Dai UCSB April 16, 2014 Based on the 2013 Millett and Scharlemann Lectures 1/14 Last Time: Matrix of

Last Time: Matrix of Linear Transformation Matrix Algebra

Matrix Algebra

Math 4A – Xianzhe Dai

UCSB

April 16, 2014

Based on the 2013 Millett and Scharlemann Lectures

1/14

Page 2: Math 4A { Xianzhe Daiweb.math.ucsb.edu/~dai/4A14KenApril18.pdfMath 4A { Xianzhe Dai UCSB April 16, 2014 Based on the 2013 Millett and Scharlemann Lectures 1/14 Last Time: Matrix of

Last Time: Matrix of Linear Transformation Matrix Algebra

Last Time:Matrix of Linear Transformation

Definition

A linear transformation is a function T : Rn → Rm with theseproperties:

For any vectors ~u, ~v ∈ Rn, T (~u + ~v) = T (~u) + T (~v)

For any vector ~u ∈ Rn and any c ∈ R, T (c~u) = cT (~u).

For any linear transformation T (~0) = ~0T (a~u + b~v) = aT (~u) + bT (~v)

This has important implications: if you know T (~u) and T (~v) ,then you know the values of T on all the linear combinations of ~uand ~v .

By using standard basis, all linear transformations are matrixtransformation

2/14

Page 3: Math 4A { Xianzhe Daiweb.math.ucsb.edu/~dai/4A14KenApril18.pdfMath 4A { Xianzhe Dai UCSB April 16, 2014 Based on the 2013 Millett and Scharlemann Lectures 1/14 Last Time: Matrix of

Last Time: Matrix of Linear Transformation Matrix Algebra

Last Time:Matrix of Linear Transformation

Definition

A linear transformation is a function T : Rn → Rm with theseproperties:

For any vectors ~u, ~v ∈ Rn, T (~u + ~v) = T (~u) + T (~v)

For any vector ~u ∈ Rn and any c ∈ R, T (c~u) = cT (~u).

For any linear transformation T (~0) = ~0

T (a~u + b~v) = aT (~u) + bT (~v)

This has important implications: if you know T (~u) and T (~v) ,then you know the values of T on all the linear combinations of ~uand ~v .

By using standard basis, all linear transformations are matrixtransformation

2/14

Page 4: Math 4A { Xianzhe Daiweb.math.ucsb.edu/~dai/4A14KenApril18.pdfMath 4A { Xianzhe Dai UCSB April 16, 2014 Based on the 2013 Millett and Scharlemann Lectures 1/14 Last Time: Matrix of

Last Time: Matrix of Linear Transformation Matrix Algebra

Last Time:Matrix of Linear Transformation

Definition

A linear transformation is a function T : Rn → Rm with theseproperties:

For any vectors ~u, ~v ∈ Rn, T (~u + ~v) = T (~u) + T (~v)

For any vector ~u ∈ Rn and any c ∈ R, T (c~u) = cT (~u).

For any linear transformation T (~0) = ~0T (a~u + b~v) = aT (~u) + bT (~v)

This has important implications: if you know T (~u) and T (~v) ,then you know the values of T on all the linear combinations of ~uand ~v .

By using standard basis, all linear transformations are matrixtransformation

2/14

Page 5: Math 4A { Xianzhe Daiweb.math.ucsb.edu/~dai/4A14KenApril18.pdfMath 4A { Xianzhe Dai UCSB April 16, 2014 Based on the 2013 Millett and Scharlemann Lectures 1/14 Last Time: Matrix of

Last Time: Matrix of Linear Transformation Matrix Algebra

Last Time:Matrix of Linear Transformation

Definition

A linear transformation is a function T : Rn → Rm with theseproperties:

For any vectors ~u, ~v ∈ Rn, T (~u + ~v) = T (~u) + T (~v)

For any vector ~u ∈ Rn and any c ∈ R, T (c~u) = cT (~u).

For any linear transformation T (~0) = ~0T (a~u + b~v) = aT (~u) + bT (~v)

This has important implications: if you know T (~u) and T (~v) ,then you know the values of T on all the linear combinations of ~uand ~v .

By using standard basis, all linear transformations are matrixtransformation

2/14

Page 6: Math 4A { Xianzhe Daiweb.math.ucsb.edu/~dai/4A14KenApril18.pdfMath 4A { Xianzhe Dai UCSB April 16, 2014 Based on the 2013 Millett and Scharlemann Lectures 1/14 Last Time: Matrix of

Last Time: Matrix of Linear Transformation Matrix Algebra

Last Time:Matrix of Linear Transformation

Definition

A linear transformation is a function T : Rn → Rm with theseproperties:

For any vectors ~u, ~v ∈ Rn, T (~u + ~v) = T (~u) + T (~v)

For any vector ~u ∈ Rn and any c ∈ R, T (c~u) = cT (~u).

For any linear transformation T (~0) = ~0T (a~u + b~v) = aT (~u) + bT (~v)

This has important implications: if you know T (~u) and T (~v) ,then you know the values of T on all the linear combinations of ~uand ~v .

By using standard basis, all linear transformations are matrixtransformation

2/14

Page 7: Math 4A { Xianzhe Daiweb.math.ucsb.edu/~dai/4A14KenApril18.pdfMath 4A { Xianzhe Dai UCSB April 16, 2014 Based on the 2013 Millett and Scharlemann Lectures 1/14 Last Time: Matrix of

Last Time: Matrix of Linear Transformation Matrix Algebra

Standard basis of Rn:

~e1 =

10...0

, ~e2 =

01...0

, . . . ,~en =

00...1

Then~x = x1~e1 + x2~e2 + . . . + xn~en

is a linear combination of the standard basis.Since T is a linear transformation,

T (~x) = T (x1~e1+x2~e2+. . . xn~en) = x1T (~e1)+x2T (~e2)+. . . xnT (~en)

= x1~a1 + x2~a2 + . . . xn~an =[~a1 ~a2 . . . ~an

]

x1x2...

xn

= A~x .

3/14

Page 8: Math 4A { Xianzhe Daiweb.math.ucsb.edu/~dai/4A14KenApril18.pdfMath 4A { Xianzhe Dai UCSB April 16, 2014 Based on the 2013 Millett and Scharlemann Lectures 1/14 Last Time: Matrix of

Last Time: Matrix of Linear Transformation Matrix Algebra

Standard basis of Rn:

~e1 =

10...0

, ~e2 =

01...0

, . . . ,~en =

00...1

Then

~x = x1~e1 + x2~e2 + . . . + xn~en

is a linear combination of the standard basis.

Since T is a linear transformation,

T (~x) = T (x1~e1+x2~e2+. . . xn~en) = x1T (~e1)+x2T (~e2)+. . . xnT (~en)

= x1~a1 + x2~a2 + . . . xn~an =[~a1 ~a2 . . . ~an

]

x1x2...

xn

= A~x .

3/14

Page 9: Math 4A { Xianzhe Daiweb.math.ucsb.edu/~dai/4A14KenApril18.pdfMath 4A { Xianzhe Dai UCSB April 16, 2014 Based on the 2013 Millett and Scharlemann Lectures 1/14 Last Time: Matrix of

Last Time: Matrix of Linear Transformation Matrix Algebra

Standard basis of Rn:

~e1 =

10...0

, ~e2 =

01...0

, . . . ,~en =

00...1

Then

~x = x1~e1 + x2~e2 + . . . + xn~en

is a linear combination of the standard basis.Since T is a linear transformation,

T (~x) = T (x1~e1+x2~e2+. . . xn~en) = x1T (~e1)+x2T (~e2)+. . . xnT (~en)

= x1~a1 + x2~a2 + . . . xn~an =[~a1 ~a2 . . . ~an

]

x1x2...

xn

= A~x .

3/14

Page 10: Math 4A { Xianzhe Daiweb.math.ucsb.edu/~dai/4A14KenApril18.pdfMath 4A { Xianzhe Dai UCSB April 16, 2014 Based on the 2013 Millett and Scharlemann Lectures 1/14 Last Time: Matrix of

Last Time: Matrix of Linear Transformation Matrix Algebra

Standard basis of Rn:

~e1 =

10...0

, ~e2 =

01...0

, . . . ,~en =

00...1

Then

~x = x1~e1 + x2~e2 + . . . + xn~en

is a linear combination of the standard basis.Since T is a linear transformation,

T (~x) = T (x1~e1+x2~e2+. . . xn~en) = x1T (~e1)+x2T (~e2)+. . . xnT (~en)

= x1~a1 + x2~a2 + . . . xn~an =[~a1 ~a2 . . . ~an

]

x1x2...

xn

= A~x .

3/14

Page 11: Math 4A { Xianzhe Daiweb.math.ucsb.edu/~dai/4A14KenApril18.pdfMath 4A { Xianzhe Dai UCSB April 16, 2014 Based on the 2013 Millett and Scharlemann Lectures 1/14 Last Time: Matrix of

Last Time: Matrix of Linear Transformation Matrix Algebra

AndA =

[~a1 ~a2 . . . ~an

]

Suppose T : Rn → Rm is a (matrix) linear transformation.

Definition

T is 1 to 1 if ~u 6= ~v implies that T (~u) 6= T (~v).

Put another words, T (~u) = T (~v) implies ~u = ~v .

But T (~u) = T (~v) means that T (~u − ~v) = ~0 (T lineartransformation).

Thus, saying that T is 1 to 1 is the same as saying thatT (~w) = ~0 exactly when ~w = ~0 (only trivial solution).

This means that the reduced echelon form of the matrix of T musthave a pivot in each of its n columns (no free variables), i.e.exactly n non-zero rows.

4/14

Page 12: Math 4A { Xianzhe Daiweb.math.ucsb.edu/~dai/4A14KenApril18.pdfMath 4A { Xianzhe Dai UCSB April 16, 2014 Based on the 2013 Millett and Scharlemann Lectures 1/14 Last Time: Matrix of

Last Time: Matrix of Linear Transformation Matrix Algebra

AndA =

[~a1 ~a2 . . . ~an

]Suppose T : Rn → Rm is a (matrix) linear transformation.

Definition

T is 1 to 1 if ~u 6= ~v implies that T (~u) 6= T (~v).

Put another words, T (~u) = T (~v) implies ~u = ~v .

But T (~u) = T (~v) means that T (~u − ~v) = ~0 (T lineartransformation).

Thus, saying that T is 1 to 1 is the same as saying thatT (~w) = ~0 exactly when ~w = ~0 (only trivial solution).

This means that the reduced echelon form of the matrix of T musthave a pivot in each of its n columns (no free variables), i.e.exactly n non-zero rows.

4/14

Page 13: Math 4A { Xianzhe Daiweb.math.ucsb.edu/~dai/4A14KenApril18.pdfMath 4A { Xianzhe Dai UCSB April 16, 2014 Based on the 2013 Millett and Scharlemann Lectures 1/14 Last Time: Matrix of

Last Time: Matrix of Linear Transformation Matrix Algebra

AndA =

[~a1 ~a2 . . . ~an

]Suppose T : Rn → Rm is a (matrix) linear transformation.

Definition

T is 1 to 1 if ~u 6= ~v implies that T (~u) 6= T (~v).

Put another words, T (~u) = T (~v) implies ~u = ~v .

But T (~u) = T (~v) means that T (~u − ~v) = ~0 (T lineartransformation).

Thus, saying that T is 1 to 1 is the same as saying thatT (~w) = ~0 exactly when ~w = ~0 (only trivial solution).

This means that the reduced echelon form of the matrix of T musthave a pivot in each of its n columns (no free variables), i.e.exactly n non-zero rows.

4/14

Page 14: Math 4A { Xianzhe Daiweb.math.ucsb.edu/~dai/4A14KenApril18.pdfMath 4A { Xianzhe Dai UCSB April 16, 2014 Based on the 2013 Millett and Scharlemann Lectures 1/14 Last Time: Matrix of

Last Time: Matrix of Linear Transformation Matrix Algebra

AndA =

[~a1 ~a2 . . . ~an

]Suppose T : Rn → Rm is a (matrix) linear transformation.

Definition

T is 1 to 1 if ~u 6= ~v implies that T (~u) 6= T (~v).

Put another words, T (~u) = T (~v) implies ~u = ~v .

But T (~u) = T (~v) means that T (~u − ~v) = ~0 (T lineartransformation).

Thus, saying that T is 1 to 1 is the same as saying thatT (~w) = ~0 exactly when ~w = ~0 (only trivial solution).

This means that the reduced echelon form of the matrix of T musthave a pivot in each of its n columns (no free variables), i.e.exactly n non-zero rows.

4/14

Page 15: Math 4A { Xianzhe Daiweb.math.ucsb.edu/~dai/4A14KenApril18.pdfMath 4A { Xianzhe Dai UCSB April 16, 2014 Based on the 2013 Millett and Scharlemann Lectures 1/14 Last Time: Matrix of

Last Time: Matrix of Linear Transformation Matrix Algebra

AndA =

[~a1 ~a2 . . . ~an

]Suppose T : Rn → Rm is a (matrix) linear transformation.

Definition

T is 1 to 1 if ~u 6= ~v implies that T (~u) 6= T (~v).

Put another words, T (~u) = T (~v) implies ~u = ~v .

But T (~u) = T (~v) means that T (~u − ~v) = ~0 (T lineartransformation).

Thus, saying that T is 1 to 1 is the same as saying thatT (~w) = ~0 exactly when ~w = ~0 (only trivial solution).

This means that the reduced echelon form of the matrix of T musthave a pivot in each of its n columns (no free variables), i.e.exactly n non-zero rows.

4/14

Page 16: Math 4A { Xianzhe Daiweb.math.ucsb.edu/~dai/4A14KenApril18.pdfMath 4A { Xianzhe Dai UCSB April 16, 2014 Based on the 2013 Millett and Scharlemann Lectures 1/14 Last Time: Matrix of

Last Time: Matrix of Linear Transformation Matrix Algebra

AndA =

[~a1 ~a2 . . . ~an

]Suppose T : Rn → Rm is a (matrix) linear transformation.

Definition

T is 1 to 1 if ~u 6= ~v implies that T (~u) 6= T (~v).

Put another words, T (~u) = T (~v) implies ~u = ~v .

But T (~u) = T (~v) means that T (~u − ~v) = ~0 (T lineartransformation).

Thus, saying that T is 1 to 1 is the same as saying thatT (~w) = ~0 exactly when ~w = ~0 (only trivial solution).

This means that the reduced echelon form of the matrix of T musthave a pivot in each of its n columns (no free variables), i.e.exactly n non-zero rows. 4/14

Page 17: Math 4A { Xianzhe Daiweb.math.ucsb.edu/~dai/4A14KenApril18.pdfMath 4A { Xianzhe Dai UCSB April 16, 2014 Based on the 2013 Millett and Scharlemann Lectures 1/14 Last Time: Matrix of

Last Time: Matrix of Linear Transformation Matrix Algebra

Suppose T : Rn → Rm is a (matrix) linear transformation.

Definition

T is onto if, for any ~v ∈ Rm, there is a ~u ∈ Rnsuch thatT (~u) = ~v .

Saying that T is onto is the same as saying thatT (~u) = ~v always has a solution.

This means that the reduced echelon form of the matrix of T musthave a pivot in each of its m rows (so that the augumentationcolumn can never be pivot), i.e. exactly m non-zero rows.

Definition

T is an isomorphism if T is both 1 to 1 and onto.

This means that the reduced echelon form of the matrix of T musthave exactly n non-zero rows, the same as the number of columns.

Examples: shears, contractions and expansions, rotations,reflections

5/14

Page 18: Math 4A { Xianzhe Daiweb.math.ucsb.edu/~dai/4A14KenApril18.pdfMath 4A { Xianzhe Dai UCSB April 16, 2014 Based on the 2013 Millett and Scharlemann Lectures 1/14 Last Time: Matrix of

Last Time: Matrix of Linear Transformation Matrix Algebra

Suppose T : Rn → Rm is a (matrix) linear transformation.

Definition

T is onto if, for any ~v ∈ Rm, there is a ~u ∈ Rnsuch thatT (~u) = ~v .

Saying that T is onto is the same as saying thatT (~u) = ~v always has a solution.

This means that the reduced echelon form of the matrix of T musthave a pivot in each of its m rows (so that the augumentationcolumn can never be pivot), i.e. exactly m non-zero rows.

Definition

T is an isomorphism if T is both 1 to 1 and onto.

This means that the reduced echelon form of the matrix of T musthave exactly n non-zero rows, the same as the number of columns.

Examples: shears, contractions and expansions, rotations,reflections

5/14

Page 19: Math 4A { Xianzhe Daiweb.math.ucsb.edu/~dai/4A14KenApril18.pdfMath 4A { Xianzhe Dai UCSB April 16, 2014 Based on the 2013 Millett and Scharlemann Lectures 1/14 Last Time: Matrix of

Last Time: Matrix of Linear Transformation Matrix Algebra

Suppose T : Rn → Rm is a (matrix) linear transformation.

Definition

T is onto if, for any ~v ∈ Rm, there is a ~u ∈ Rnsuch thatT (~u) = ~v .

Saying that T is onto is the same as saying thatT (~u) = ~v always has a solution.

This means that the reduced echelon form of the matrix of T musthave a pivot in each of its m rows (so that the augumentationcolumn can never be pivot), i.e. exactly m non-zero rows.

Definition

T is an isomorphism if T is both 1 to 1 and onto.

This means that the reduced echelon form of the matrix of T musthave exactly n non-zero rows, the same as the number of columns.

Examples: shears, contractions and expansions, rotations,reflections

5/14

Page 20: Math 4A { Xianzhe Daiweb.math.ucsb.edu/~dai/4A14KenApril18.pdfMath 4A { Xianzhe Dai UCSB April 16, 2014 Based on the 2013 Millett and Scharlemann Lectures 1/14 Last Time: Matrix of

Last Time: Matrix of Linear Transformation Matrix Algebra

Suppose T : Rn → Rm is a (matrix) linear transformation.

Definition

T is onto if, for any ~v ∈ Rm, there is a ~u ∈ Rnsuch thatT (~u) = ~v .

Saying that T is onto is the same as saying thatT (~u) = ~v always has a solution.

This means that the reduced echelon form of the matrix of T musthave a pivot in each of its m rows (so that the augumentationcolumn can never be pivot), i.e. exactly m non-zero rows.

Definition

T is an isomorphism if T is both 1 to 1 and onto.

This means that the reduced echelon form of the matrix of T musthave exactly n non-zero rows, the same as the number of columns.

Examples: shears, contractions and expansions, rotations,reflections

5/14

Page 21: Math 4A { Xianzhe Daiweb.math.ucsb.edu/~dai/4A14KenApril18.pdfMath 4A { Xianzhe Dai UCSB April 16, 2014 Based on the 2013 Millett and Scharlemann Lectures 1/14 Last Time: Matrix of

Last Time: Matrix of Linear Transformation Matrix Algebra

Suppose T : Rn → Rm is a (matrix) linear transformation.

Definition

T is onto if, for any ~v ∈ Rm, there is a ~u ∈ Rnsuch thatT (~u) = ~v .

Saying that T is onto is the same as saying thatT (~u) = ~v always has a solution.

This means that the reduced echelon form of the matrix of T musthave a pivot in each of its m rows (so that the augumentationcolumn can never be pivot), i.e. exactly m non-zero rows.

Definition

T is an isomorphism if T is both 1 to 1 and onto.

This means that the reduced echelon form of the matrix of T musthave exactly n non-zero rows, the same as the number of columns.

Examples: shears, contractions and expansions, rotations,reflections

5/14

Page 22: Math 4A { Xianzhe Daiweb.math.ucsb.edu/~dai/4A14KenApril18.pdfMath 4A { Xianzhe Dai UCSB April 16, 2014 Based on the 2013 Millett and Scharlemann Lectures 1/14 Last Time: Matrix of

Last Time: Matrix of Linear Transformation Matrix Algebra

Suppose T : Rn → Rm is a (matrix) linear transformation.

Definition

T is onto if, for any ~v ∈ Rm, there is a ~u ∈ Rnsuch thatT (~u) = ~v .

Saying that T is onto is the same as saying thatT (~u) = ~v always has a solution.

This means that the reduced echelon form of the matrix of T musthave a pivot in each of its m rows (so that the augumentationcolumn can never be pivot), i.e. exactly m non-zero rows.

Definition

T is an isomorphism if T is both 1 to 1 and onto.

This means that the reduced echelon form of the matrix of T musthave exactly n non-zero rows, the same as the number of columns.

Examples: shears, contractions and expansions, rotations,reflections

5/14

Page 23: Math 4A { Xianzhe Daiweb.math.ucsb.edu/~dai/4A14KenApril18.pdfMath 4A { Xianzhe Dai UCSB April 16, 2014 Based on the 2013 Millett and Scharlemann Lectures 1/14 Last Time: Matrix of

Last Time: Matrix of Linear Transformation Matrix Algebra

Summarizing Suppose T : Rn → Rm is a (matrix) lineartransformation.

T is 1 to 1 if there is a pivot 1 in every column of the reducedechelon form, i.e. there are no free variables.Said differently, the column vectors of the matrix of T are linearlyindependent.

T is onto if there is a pivot 1 in every row of the reduced echelonform.Said differently, the column vectors of the matrix of T span thewhole space Rm.

T is an isomorphism if there is a pivot 1 in every row and column,i.e. the reduced echelon matrix is the identity matrix.Said differently, the column vectors of the matrix of T are linearlyindependent and span the whole space.

6/14

Page 24: Math 4A { Xianzhe Daiweb.math.ucsb.edu/~dai/4A14KenApril18.pdfMath 4A { Xianzhe Dai UCSB April 16, 2014 Based on the 2013 Millett and Scharlemann Lectures 1/14 Last Time: Matrix of

Last Time: Matrix of Linear Transformation Matrix Algebra

Summarizing Suppose T : Rn → Rm is a (matrix) lineartransformation.

T is 1 to 1 if there is a pivot 1 in every column of the reducedechelon form, i.e. there are no free variables.

Said differently, the column vectors of the matrix of T are linearlyindependent.

T is onto if there is a pivot 1 in every row of the reduced echelonform.Said differently, the column vectors of the matrix of T span thewhole space Rm.

T is an isomorphism if there is a pivot 1 in every row and column,i.e. the reduced echelon matrix is the identity matrix.Said differently, the column vectors of the matrix of T are linearlyindependent and span the whole space.

6/14

Page 25: Math 4A { Xianzhe Daiweb.math.ucsb.edu/~dai/4A14KenApril18.pdfMath 4A { Xianzhe Dai UCSB April 16, 2014 Based on the 2013 Millett and Scharlemann Lectures 1/14 Last Time: Matrix of

Last Time: Matrix of Linear Transformation Matrix Algebra

Summarizing Suppose T : Rn → Rm is a (matrix) lineartransformation.

T is 1 to 1 if there is a pivot 1 in every column of the reducedechelon form, i.e. there are no free variables.Said differently, the column vectors of the matrix of T are linearlyindependent.

T is onto if there is a pivot 1 in every row of the reduced echelonform.Said differently, the column vectors of the matrix of T span thewhole space Rm.

T is an isomorphism if there is a pivot 1 in every row and column,i.e. the reduced echelon matrix is the identity matrix.Said differently, the column vectors of the matrix of T are linearlyindependent and span the whole space.

6/14

Page 26: Math 4A { Xianzhe Daiweb.math.ucsb.edu/~dai/4A14KenApril18.pdfMath 4A { Xianzhe Dai UCSB April 16, 2014 Based on the 2013 Millett and Scharlemann Lectures 1/14 Last Time: Matrix of

Last Time: Matrix of Linear Transformation Matrix Algebra

Summarizing Suppose T : Rn → Rm is a (matrix) lineartransformation.

T is 1 to 1 if there is a pivot 1 in every column of the reducedechelon form, i.e. there are no free variables.Said differently, the column vectors of the matrix of T are linearlyindependent.

T is onto if there is a pivot 1 in every row of the reduced echelonform.

Said differently, the column vectors of the matrix of T span thewhole space Rm.

T is an isomorphism if there is a pivot 1 in every row and column,i.e. the reduced echelon matrix is the identity matrix.Said differently, the column vectors of the matrix of T are linearlyindependent and span the whole space.

6/14

Page 27: Math 4A { Xianzhe Daiweb.math.ucsb.edu/~dai/4A14KenApril18.pdfMath 4A { Xianzhe Dai UCSB April 16, 2014 Based on the 2013 Millett and Scharlemann Lectures 1/14 Last Time: Matrix of

Last Time: Matrix of Linear Transformation Matrix Algebra

Summarizing Suppose T : Rn → Rm is a (matrix) lineartransformation.

T is 1 to 1 if there is a pivot 1 in every column of the reducedechelon form, i.e. there are no free variables.Said differently, the column vectors of the matrix of T are linearlyindependent.

T is onto if there is a pivot 1 in every row of the reduced echelonform.Said differently, the column vectors of the matrix of T span thewhole space Rm.

T is an isomorphism if there is a pivot 1 in every row and column,i.e. the reduced echelon matrix is the identity matrix.Said differently, the column vectors of the matrix of T are linearlyindependent and span the whole space.

6/14

Page 28: Math 4A { Xianzhe Daiweb.math.ucsb.edu/~dai/4A14KenApril18.pdfMath 4A { Xianzhe Dai UCSB April 16, 2014 Based on the 2013 Millett and Scharlemann Lectures 1/14 Last Time: Matrix of

Last Time: Matrix of Linear Transformation Matrix Algebra

Summarizing Suppose T : Rn → Rm is a (matrix) lineartransformation.

T is 1 to 1 if there is a pivot 1 in every column of the reducedechelon form, i.e. there are no free variables.Said differently, the column vectors of the matrix of T are linearlyindependent.

T is onto if there is a pivot 1 in every row of the reduced echelonform.Said differently, the column vectors of the matrix of T span thewhole space Rm.

T is an isomorphism if there is a pivot 1 in every row and column,i.e. the reduced echelon matrix is the identity matrix.

Said differently, the column vectors of the matrix of T are linearlyindependent and span the whole space.

6/14

Page 29: Math 4A { Xianzhe Daiweb.math.ucsb.edu/~dai/4A14KenApril18.pdfMath 4A { Xianzhe Dai UCSB April 16, 2014 Based on the 2013 Millett and Scharlemann Lectures 1/14 Last Time: Matrix of

Last Time: Matrix of Linear Transformation Matrix Algebra

Summarizing Suppose T : Rn → Rm is a (matrix) lineartransformation.

T is 1 to 1 if there is a pivot 1 in every column of the reducedechelon form, i.e. there are no free variables.Said differently, the column vectors of the matrix of T are linearlyindependent.

T is onto if there is a pivot 1 in every row of the reduced echelonform.Said differently, the column vectors of the matrix of T span thewhole space Rm.

T is an isomorphism if there is a pivot 1 in every row and column,i.e. the reduced echelon matrix is the identity matrix.Said differently, the column vectors of the matrix of T are linearlyindependent and span the whole space.

6/14

Page 30: Math 4A { Xianzhe Daiweb.math.ucsb.edu/~dai/4A14KenApril18.pdfMath 4A { Xianzhe Dai UCSB April 16, 2014 Based on the 2013 Millett and Scharlemann Lectures 1/14 Last Time: Matrix of

Last Time: Matrix of Linear Transformation Matrix Algebra

Matrix Algebra

Let’s look at some of the properties of matrix algebra. Supposethat A is an m × n matrix,

that is A has m rows and n columns:a11 a12 · · · a1na21 a22 · · · a2n

......

...am1 am2 · · · amn

Entry in i th row, j th column of a matrix A denoted (A)ij .So for the matrix above, (A)ij = aij .The diagonal entries are those in which i = j .So, for the matrix A above,

{a11, a22, ..., amm}

are the diagonal entries (if m ≤ n; if n < m must stop at ann.)

7/14

Page 31: Math 4A { Xianzhe Daiweb.math.ucsb.edu/~dai/4A14KenApril18.pdfMath 4A { Xianzhe Dai UCSB April 16, 2014 Based on the 2013 Millett and Scharlemann Lectures 1/14 Last Time: Matrix of

Last Time: Matrix of Linear Transformation Matrix Algebra

Matrix Algebra

Let’s look at some of the properties of matrix algebra. Supposethat A is an m × n matrix, that is A has m rows and n columns:

a11 a12 · · · a1na21 a22 · · · a2n

......

...am1 am2 · · · amn

Entry in i th row, j th column of a matrix A denoted (A)ij .So for the matrix above, (A)ij = aij .The diagonal entries are those in which i = j .So, for the matrix A above,

{a11, a22, ..., amm}

are the diagonal entries (if m ≤ n; if n < m must stop at ann.)

7/14

Page 32: Math 4A { Xianzhe Daiweb.math.ucsb.edu/~dai/4A14KenApril18.pdfMath 4A { Xianzhe Dai UCSB April 16, 2014 Based on the 2013 Millett and Scharlemann Lectures 1/14 Last Time: Matrix of

Last Time: Matrix of Linear Transformation Matrix Algebra

Matrix Algebra

Let’s look at some of the properties of matrix algebra. Supposethat A is an m × n matrix, that is A has m rows and n columns:

a11 a12 · · · a1na21 a22 · · · a2n

......

...am1 am2 · · · amn

Entry in i th row, j th column of a matrix A denoted (A)ij .

So for the matrix above, (A)ij = aij .The diagonal entries are those in which i = j .So, for the matrix A above,

{a11, a22, ..., amm}

are the diagonal entries (if m ≤ n; if n < m must stop at ann.)

7/14

Page 33: Math 4A { Xianzhe Daiweb.math.ucsb.edu/~dai/4A14KenApril18.pdfMath 4A { Xianzhe Dai UCSB April 16, 2014 Based on the 2013 Millett and Scharlemann Lectures 1/14 Last Time: Matrix of

Last Time: Matrix of Linear Transformation Matrix Algebra

Matrix Algebra

Let’s look at some of the properties of matrix algebra. Supposethat A is an m × n matrix, that is A has m rows and n columns:

a11 a12 · · · a1na21 a22 · · · a2n

......

...am1 am2 · · · amn

Entry in i th row, j th column of a matrix A denoted (A)ij .So for the matrix above, (A)ij = aij .

The diagonal entries are those in which i = j .So, for the matrix A above,

{a11, a22, ..., amm}

are the diagonal entries (if m ≤ n; if n < m must stop at ann.)

7/14

Page 34: Math 4A { Xianzhe Daiweb.math.ucsb.edu/~dai/4A14KenApril18.pdfMath 4A { Xianzhe Dai UCSB April 16, 2014 Based on the 2013 Millett and Scharlemann Lectures 1/14 Last Time: Matrix of

Last Time: Matrix of Linear Transformation Matrix Algebra

Matrix Algebra

Let’s look at some of the properties of matrix algebra. Supposethat A is an m × n matrix, that is A has m rows and n columns:

a11 a12 · · · a1na21 a22 · · · a2n

......

...am1 am2 · · · amn

Entry in i th row, j th column of a matrix A denoted (A)ij .So for the matrix above, (A)ij = aij .The diagonal entries are those in which i = j .

So, for the matrix A above,

{a11, a22, ..., amm}

are the diagonal entries (if m ≤ n; if n < m must stop at ann.)

7/14

Page 35: Math 4A { Xianzhe Daiweb.math.ucsb.edu/~dai/4A14KenApril18.pdfMath 4A { Xianzhe Dai UCSB April 16, 2014 Based on the 2013 Millett and Scharlemann Lectures 1/14 Last Time: Matrix of

Last Time: Matrix of Linear Transformation Matrix Algebra

Matrix Algebra

Let’s look at some of the properties of matrix algebra. Supposethat A is an m × n matrix, that is A has m rows and n columns:

a11 a12 · · · a1na21 a22 · · · a2n

......

...am1 am2 · · · amn

Entry in i th row, j th column of a matrix A denoted (A)ij .So for the matrix above, (A)ij = aij .The diagonal entries are those in which i = j .So, for the matrix A above,

{a11, a22, ..., amm}

are the diagonal entries (if m ≤ n; if n < m must stop at ann.)7/14

Page 36: Math 4A { Xianzhe Daiweb.math.ucsb.edu/~dai/4A14KenApril18.pdfMath 4A { Xianzhe Dai UCSB April 16, 2014 Based on the 2013 Millett and Scharlemann Lectures 1/14 Last Time: Matrix of

Last Time: Matrix of Linear Transformation Matrix Algebra

A square matrix has as many rows as columns (i. e. m = n.)

A diagonal matrix is square and all off-diagonal terms are zero.So A is diagonal ⇐⇒ whenever i 6= j , the entry (A)ij = 0.

a11 0 · · · 00 a22 · · · 0...

......

0 0 · · · amm

Also: upper triangular and lower triangular:

a11 ∗ · · · ∗0 a22 · · · ∗...

......

0 0 · · · amm

a11 0 · · · 0∗ a22 · · · 0...

......

∗ ∗ · · · amm

8/14

Page 37: Math 4A { Xianzhe Daiweb.math.ucsb.edu/~dai/4A14KenApril18.pdfMath 4A { Xianzhe Dai UCSB April 16, 2014 Based on the 2013 Millett and Scharlemann Lectures 1/14 Last Time: Matrix of

Last Time: Matrix of Linear Transformation Matrix Algebra

A square matrix has as many rows as columns (i. e. m = n.)

A diagonal matrix is square and all off-diagonal terms are zero.

So A is diagonal ⇐⇒ whenever i 6= j , the entry (A)ij = 0.a11 0 · · · 00 a22 · · · 0...

......

0 0 · · · amm

Also: upper triangular and lower triangular:

a11 ∗ · · · ∗0 a22 · · · ∗...

......

0 0 · · · amm

a11 0 · · · 0∗ a22 · · · 0...

......

∗ ∗ · · · amm

8/14

Page 38: Math 4A { Xianzhe Daiweb.math.ucsb.edu/~dai/4A14KenApril18.pdfMath 4A { Xianzhe Dai UCSB April 16, 2014 Based on the 2013 Millett and Scharlemann Lectures 1/14 Last Time: Matrix of

Last Time: Matrix of Linear Transformation Matrix Algebra

A square matrix has as many rows as columns (i. e. m = n.)

A diagonal matrix is square and all off-diagonal terms are zero.So A is diagonal ⇐⇒ whenever i 6= j , the entry (A)ij = 0.

a11 0 · · · 00 a22 · · · 0...

......

0 0 · · · amm

Also: upper triangular and lower triangular:a11 ∗ · · · ∗0 a22 · · · ∗...

......

0 0 · · · amm

a11 0 · · · 0∗ a22 · · · 0...

......

∗ ∗ · · · amm

8/14

Page 39: Math 4A { Xianzhe Daiweb.math.ucsb.edu/~dai/4A14KenApril18.pdfMath 4A { Xianzhe Dai UCSB April 16, 2014 Based on the 2013 Millett and Scharlemann Lectures 1/14 Last Time: Matrix of

Last Time: Matrix of Linear Transformation Matrix Algebra

A square matrix has as many rows as columns (i. e. m = n.)

A diagonal matrix is square and all off-diagonal terms are zero.So A is diagonal ⇐⇒ whenever i 6= j , the entry (A)ij = 0.

a11 0 · · · 00 a22 · · · 0...

......

0 0 · · · amm

Also: upper triangular and lower triangular:

a11 ∗ · · · ∗0 a22 · · · ∗...

......

0 0 · · · amm

a11 0 · · · 0∗ a22 · · · 0...

......

∗ ∗ · · · amm

8/14

Page 40: Math 4A { Xianzhe Daiweb.math.ucsb.edu/~dai/4A14KenApril18.pdfMath 4A { Xianzhe Dai UCSB April 16, 2014 Based on the 2013 Millett and Scharlemann Lectures 1/14 Last Time: Matrix of

Last Time: Matrix of Linear Transformation Matrix Algebra

Matrix addition: Can add two matrices of the same size! entry byentry.

Scalar multiplication: Can multiply any matrix by a real number,sometimes called a scalar.Matrix multiplication:

a11 a12 · · · a1n...

......

ai1 ai2 · · · ain...

......

am1 am2 · · · amn

b11 · · · b1j · · · b1p

b21 · · · b2j · · · b2p...

......

...bn1 · · · bnj · · · bnp

=

c11 · · · c1j · · · c1p

......

......

ci1 · · · cij · · · cip...

......

...cm1 · · · cmj · · · cmp

; cij = ai1b1j + ai2b2j + . . . ainbnj

9/14

Page 41: Math 4A { Xianzhe Daiweb.math.ucsb.edu/~dai/4A14KenApril18.pdfMath 4A { Xianzhe Dai UCSB April 16, 2014 Based on the 2013 Millett and Scharlemann Lectures 1/14 Last Time: Matrix of

Last Time: Matrix of Linear Transformation Matrix Algebra

Matrix addition: Can add two matrices of the same size! entry byentry.Scalar multiplication: Can multiply any matrix by a real number,sometimes called a scalar.

Matrix multiplication:a11 a12 · · · a1n

......

...ai1 ai2 · · · ain...

......

am1 am2 · · · amn

b11 · · · b1j · · · b1p

b21 · · · b2j · · · b2p...

......

...bn1 · · · bnj · · · bnp

=

c11 · · · c1j · · · c1p

......

......

ci1 · · · cij · · · cip...

......

...cm1 · · · cmj · · · cmp

; cij = ai1b1j + ai2b2j + . . . ainbnj

9/14

Page 42: Math 4A { Xianzhe Daiweb.math.ucsb.edu/~dai/4A14KenApril18.pdfMath 4A { Xianzhe Dai UCSB April 16, 2014 Based on the 2013 Millett and Scharlemann Lectures 1/14 Last Time: Matrix of

Last Time: Matrix of Linear Transformation Matrix Algebra

Matrix addition: Can add two matrices of the same size! entry byentry.Scalar multiplication: Can multiply any matrix by a real number,sometimes called a scalar.Matrix multiplication:

a11 a12 · · · a1n...

......

ai1 ai2 · · · ain...

......

am1 am2 · · · amn

b11 · · · b1j · · · b1p

b21 · · · b2j · · · b2p...

......

...bn1 · · · bnj · · · bnp

=

c11 · · · c1j · · · c1p

......

......

ci1 · · · cij · · · cip...

......

...cm1 · · · cmj · · · cmp

; cij = ai1b1j + ai2b2j + . . . ainbnj

9/14

Page 43: Math 4A { Xianzhe Daiweb.math.ucsb.edu/~dai/4A14KenApril18.pdfMath 4A { Xianzhe Dai UCSB April 16, 2014 Based on the 2013 Millett and Scharlemann Lectures 1/14 Last Time: Matrix of

Last Time: Matrix of Linear Transformation Matrix Algebra

Another interpretation: suppose A is an m × n matrix and

B =[~b1

~b2 · · · ~bn

]is an n × p matrix, then AB is the m × p matrix given by:

AB =[A~b1 A~b2 · · · A~bn

]

In other words, each column of AB is given by A~b1,A~b2, · · · ,A~bn.

Major warning: Matrix multiplication is not commutative. That is,in general, AB 6= BA

10/14

Page 44: Math 4A { Xianzhe Daiweb.math.ucsb.edu/~dai/4A14KenApril18.pdfMath 4A { Xianzhe Dai UCSB April 16, 2014 Based on the 2013 Millett and Scharlemann Lectures 1/14 Last Time: Matrix of

Last Time: Matrix of Linear Transformation Matrix Algebra

Another interpretation: suppose A is an m × n matrix and

B =[~b1

~b2 · · · ~bn

]is an n × p matrix, then AB is the m × p matrix given by:

AB =[A~b1 A~b2 · · · A~bn

]

In other words, each column of AB is given by A~b1,A~b2, · · · ,A~bn.

Major warning: Matrix multiplication is not commutative. That is,in general, AB 6= BA

10/14

Page 45: Math 4A { Xianzhe Daiweb.math.ucsb.edu/~dai/4A14KenApril18.pdfMath 4A { Xianzhe Dai UCSB April 16, 2014 Based on the 2013 Millett and Scharlemann Lectures 1/14 Last Time: Matrix of

Last Time: Matrix of Linear Transformation Matrix Algebra

Another interpretation: suppose A is an m × n matrix and

B =[~b1

~b2 · · · ~bn

]is an n × p matrix, then AB is the m × p matrix given by:

AB =[A~b1 A~b2 · · · A~bn

]

In other words, each column of AB is given by A~b1,A~b2, · · · ,A~bn.

Major warning: Matrix multiplication is not commutative. That is,in general, AB 6= BA

10/14

Page 46: Math 4A { Xianzhe Daiweb.math.ucsb.edu/~dai/4A14KenApril18.pdfMath 4A { Xianzhe Dai UCSB April 16, 2014 Based on the 2013 Millett and Scharlemann Lectures 1/14 Last Time: Matrix of

Last Time: Matrix of Linear Transformation Matrix Algebra

Other strange properties:

Can’t cancel: If AB = AC it does not follow that B = C ,even when A 6= 0

Can multiply to zero: If AB = 0 it does not follow that A = 0or B = 0

Example of both: Let

A =

[0 10 0

]; B =

[0 120 0

]; C =

[0 50 0

].

[0 10 0

] [0 120 0

]=

[0 00 0

]=

[0 10 0

] [0 50 0

]

11/14

Page 47: Math 4A { Xianzhe Daiweb.math.ucsb.edu/~dai/4A14KenApril18.pdfMath 4A { Xianzhe Dai UCSB April 16, 2014 Based on the 2013 Millett and Scharlemann Lectures 1/14 Last Time: Matrix of

Last Time: Matrix of Linear Transformation Matrix Algebra

Other strange properties:

Can’t cancel: If AB = AC it does not follow that B = C ,even when A 6= 0

Can multiply to zero: If AB = 0 it does not follow that A = 0or B = 0

Example of both: Let

A =

[0 10 0

]; B =

[0 120 0

]; C =

[0 50 0

].

[0 10 0

] [0 120 0

]=

[0 00 0

]=

[0 10 0

] [0 50 0

]

11/14

Page 48: Math 4A { Xianzhe Daiweb.math.ucsb.edu/~dai/4A14KenApril18.pdfMath 4A { Xianzhe Dai UCSB April 16, 2014 Based on the 2013 Millett and Scharlemann Lectures 1/14 Last Time: Matrix of

Last Time: Matrix of Linear Transformation Matrix Algebra

But mostly the properties are nice:

Theorem

If A, B, and C are sized so that the products are defined, andt ∈ R, then

1 A(BC ) = (AB)C (associative),

2 A(B + C ) = AB + AC (distributes),

3 (B + C )A = BA + CA (distributes),

4 t(AB) = (tA)B = A(tB) (associative)

Only the first rule is not easy to see (it takes a bit of computation).

12/14

Page 49: Math 4A { Xianzhe Daiweb.math.ucsb.edu/~dai/4A14KenApril18.pdfMath 4A { Xianzhe Dai UCSB April 16, 2014 Based on the 2013 Millett and Scharlemann Lectures 1/14 Last Time: Matrix of

Last Time: Matrix of Linear Transformation Matrix Algebra

Definition

The n × n diagonal matrix

In =

1 0 · · · 0

0 1. . .

......

. . .. . . 0

0 · · · 0 1

is called the identity matrix.

Easy to check:

For A any m × n matrix, AIn = A.

For B any n × p matrix, InB = B.

So if A is a square n × n matrix then InA = A = AIn.

13/14

Page 50: Math 4A { Xianzhe Daiweb.math.ucsb.edu/~dai/4A14KenApril18.pdfMath 4A { Xianzhe Dai UCSB April 16, 2014 Based on the 2013 Millett and Scharlemann Lectures 1/14 Last Time: Matrix of

Last Time: Matrix of Linear Transformation Matrix Algebra

The last matrix operation is the matrix transpose.

The matrix transpose AT is obtained from A by swapping the rowsfor columns (and columns for rows). I.e. (AT )ij = (A)ji .

It enjoys the following properties.

Theorem

For any matrices A and B (of the same size) and s ∈ R, we have

1 (AT )T = A,

2 (A + B)T = AT + BT ,

3 (sA)T = sAT .

4 (AB)T = BTAT . (Order of multiplication reversed!)

Check by computations

14/14

Page 51: Math 4A { Xianzhe Daiweb.math.ucsb.edu/~dai/4A14KenApril18.pdfMath 4A { Xianzhe Dai UCSB April 16, 2014 Based on the 2013 Millett and Scharlemann Lectures 1/14 Last Time: Matrix of

Last Time: Matrix of Linear Transformation Matrix Algebra

The last matrix operation is the matrix transpose.

The matrix transpose AT is obtained from A by swapping the rowsfor columns (and columns for rows). I.e. (AT )ij = (A)ji .

It enjoys the following properties.

Theorem

For any matrices A and B (of the same size) and s ∈ R, we have

1 (AT )T = A,

2 (A + B)T = AT + BT ,

3 (sA)T = sAT .

4 (AB)T = BTAT . (Order of multiplication reversed!)

Check by computations

14/14

Page 52: Math 4A { Xianzhe Daiweb.math.ucsb.edu/~dai/4A14KenApril18.pdfMath 4A { Xianzhe Dai UCSB April 16, 2014 Based on the 2013 Millett and Scharlemann Lectures 1/14 Last Time: Matrix of

Last Time: Matrix of Linear Transformation Matrix Algebra

The last matrix operation is the matrix transpose.

The matrix transpose AT is obtained from A by swapping the rowsfor columns (and columns for rows). I.e. (AT )ij = (A)ji .

It enjoys the following properties.

Theorem

For any matrices A and B (of the same size) and s ∈ R, we have

1 (AT )T = A,

2 (A + B)T = AT + BT ,

3 (sA)T = sAT .

4 (AB)T = BTAT . (Order of multiplication reversed!)

Check by computations

14/14

Page 53: Math 4A { Xianzhe Daiweb.math.ucsb.edu/~dai/4A14KenApril18.pdfMath 4A { Xianzhe Dai UCSB April 16, 2014 Based on the 2013 Millett and Scharlemann Lectures 1/14 Last Time: Matrix of

Last Time: Matrix of Linear Transformation Matrix Algebra

The last matrix operation is the matrix transpose.

The matrix transpose AT is obtained from A by swapping the rowsfor columns (and columns for rows). I.e. (AT )ij = (A)ji .

It enjoys the following properties.

Theorem

For any matrices A and B (of the same size) and s ∈ R, we have

1 (AT )T = A,

2 (A + B)T = AT + BT ,

3 (sA)T = sAT .

4 (AB)T = BTAT . (Order of multiplication reversed!)

Check by computations

14/14

Page 54: Math 4A { Xianzhe Daiweb.math.ucsb.edu/~dai/4A14KenApril18.pdfMath 4A { Xianzhe Dai UCSB April 16, 2014 Based on the 2013 Millett and Scharlemann Lectures 1/14 Last Time: Matrix of

Last Time: Matrix of Linear Transformation Matrix Algebra

The last matrix operation is the matrix transpose.

The matrix transpose AT is obtained from A by swapping the rowsfor columns (and columns for rows). I.e. (AT )ij = (A)ji .

It enjoys the following properties.

Theorem

For any matrices A and B (of the same size) and s ∈ R, we have

1 (AT )T = A,

2 (A + B)T = AT + BT ,

3 (sA)T = sAT .

4 (AB)T = BTAT . (Order of multiplication reversed!)

Check by computations

14/14

Page 55: Math 4A { Xianzhe Daiweb.math.ucsb.edu/~dai/4A14KenApril18.pdfMath 4A { Xianzhe Dai UCSB April 16, 2014 Based on the 2013 Millett and Scharlemann Lectures 1/14 Last Time: Matrix of

Last Time: Matrix of Linear Transformation Matrix Algebra

The last matrix operation is the matrix transpose.

The matrix transpose AT is obtained from A by swapping the rowsfor columns (and columns for rows). I.e. (AT )ij = (A)ji .

It enjoys the following properties.

Theorem

For any matrices A and B (of the same size) and s ∈ R, we have

1 (AT )T = A,

2 (A + B)T = AT + BT ,

3 (sA)T = sAT .

4 (AB)T = BTAT . (Order of multiplication reversed!)

Check by computations

14/14

Page 56: Math 4A { Xianzhe Daiweb.math.ucsb.edu/~dai/4A14KenApril18.pdfMath 4A { Xianzhe Dai UCSB April 16, 2014 Based on the 2013 Millett and Scharlemann Lectures 1/14 Last Time: Matrix of

Last Time: Matrix of Linear Transformation Matrix Algebra

The last matrix operation is the matrix transpose.

The matrix transpose AT is obtained from A by swapping the rowsfor columns (and columns for rows). I.e. (AT )ij = (A)ji .

It enjoys the following properties.

Theorem

For any matrices A and B (of the same size) and s ∈ R, we have

1 (AT )T = A,

2 (A + B)T = AT + BT ,

3 (sA)T = sAT .

4 (AB)T = BTAT . (Order of multiplication reversed!)

Check by computations

14/14