06.09.2021 Views

Linear Algebra, 2020a

Linear Algebra, 2020a

Linear Algebra, 2020a

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

Section IV. Matrix Operations 245<br />

The striking thing about this operation is the way that rows and columns<br />

combine. The i, j entry of the matrix product is the dot product of row i of the<br />

left matrix with column j of the right one. For instance, here a second row and<br />

a third column combine to make a 2, 3 entry.<br />

⎛ ⎞<br />

1 1<br />

⎜ ⎟<br />

⎝0 1⎠<br />

1 0<br />

(<br />

4<br />

5<br />

6<br />

7<br />

8<br />

9<br />

)<br />

2<br />

=<br />

3<br />

⎛<br />

⎜<br />

9 13 17 5<br />

⎞<br />

⎟<br />

⎝5 7 9 3⎠<br />

4 6 8 2<br />

We can view this as the left matrix acting by multiplying its rows into the<br />

columns of the right matrix. Or, it is the right matrix using its columns to act<br />

on the rows of the left matrix. Below, we will examine actions from the left and<br />

from the right for some simple matrices.<br />

Simplest is the zero matrix.<br />

3.1 Example Multiplying by a zero matrix from the left or from the right results<br />

in a zero matrix.<br />

(<br />

0 0<br />

0 0<br />

)(<br />

1 3 2<br />

−1 1 −1<br />

) (<br />

=<br />

0 0 0<br />

0 0 0<br />

) (<br />

2 3<br />

1 4<br />

)(<br />

0 0<br />

0 0<br />

) (<br />

=<br />

The next easiest matrices are the ones with a single nonzero entry.<br />

0 0<br />

0 0<br />

3.2 Definition A matrix with all 0’s except for a 1 in the i, j entry is an i, j unit<br />

matrix (or matrix unit).<br />

3.3 Example This is the 1, 2 unit matrix with three rows and two columns,<br />

multiplying from the left.<br />

⎛ ⎞<br />

⎛<br />

0 1 ( )<br />

⎜ ⎟ 5 6 ⎜<br />

7 8<br />

⎞<br />

⎟<br />

⎝ 0 0⎠<br />

= ⎝0 0⎠<br />

7 8<br />

0 0<br />

0 0<br />

Acting from the left, an i, j unit matrix copies row j of the multiplicand into<br />

row i of the result. From the right an i, j unit matrix picks out column i of the<br />

multiplicand and copies it into column j of the result.<br />

⎛<br />

⎜<br />

1 2 3<br />

⎞ ⎛ ⎞ ⎛<br />

0 1<br />

⎟ ⎜ ⎟ ⎜<br />

0 1<br />

⎞<br />

⎟<br />

⎝4 5 6⎠<br />

⎝0 0⎠ = ⎝0 4⎠<br />

7 8 9 0 0 0 7<br />

3.4 Example Rescaling unit matrices simply rescales the result. This is the action<br />

from the left of the matrix that is twice the one in the prior example.<br />

⎛<br />

⎜<br />

0 2<br />

⎞<br />

⎛ ⎞<br />

( ) 14 16<br />

⎟ 5 6 ⎜ ⎟<br />

⎝0 0⎠<br />

= ⎝ 0 0 ⎠<br />

7 8<br />

0 0<br />

0 0<br />

)

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!