Plugin installed incorrectly. Rename plugin directory '_include' to 'include'.
Plugin installed incorrectly. Rename plugin directory '__include' to 'include'.
lecture_7_slides
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| lecture_7_slides [2016/02/10 14:58] – [Examples] rupert | lecture_7_slides [2017/02/13 19:32] (current) – rupert | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ~~REVEAL~~ | ~~REVEAL~~ | ||
| + | |||
| + | ====== Chapter 2: The algebra of matrices ====== | ||
| + | |||
| + | ==== ==== | ||
| + | {{page> | ||
| + | |||
| + | {{page> | ||
| + | |||
| + | ==== Examples ==== | ||
| + | |||
| + | * $B=\begin{bmatrix} 99& | ||
| + | * the $(1,1)$ entry of $B$ is $b_{11}=99$ | ||
| + | * the $(1,3)$ entry of $B$ is $b_{13}=5$ | ||
| + | * the $(2,1)$ entry of $B$ is $b_{21}=7$ | ||
| + | * etc. | ||
| + | * $(3,2)$ entry of $B$? | ||
| + | * undefined! | ||
| + | |||
| + | ==== Examples ===== | ||
| + | * $\left[\begin{smallmatrix}3\\2\\4\\0\\-1\end{smallmatrix}\right]$ is a $5\times 1$ matrix. | ||
| + | * A **column vector**: matrix with just one column. | ||
| + | * $\begin{bmatrix}3& | ||
| + | * A **row vector**: matrix with just one row. | ||
| + | * These have the same entries, but a different " | ||
| + | * They are different matrices (not equal). | ||
| + | |||
| + | ==== Size of a matrix ==== | ||
| + | |||
| + | {{page> | ||
| + | |||
| + | ==== Equality of matrices ==== | ||
| + | |||
| + | {{page> | ||
| + | |||
| + | ==== Examples ==== | ||
| + | |||
| + | * $\begin{bmatrix}3\\2\\4\\0\\-1\end{bmatrix}\ne \begin{bmatrix}3& | ||
| + | ==== ==== | ||
| + | * $\begin{bmatrix}1\\2\end{bmatrix}\ne\begin{bmatrix}1 & | ||
| + | * not the same size. | ||
| + | * $\begin{bmatrix}1& | ||
| + | * same size but the $(2,1)$ entries are different. | ||
| + | ==== ==== | ||
| + | * If $\begin{bmatrix}3x& | ||
| + | * We get four equations: | ||
| ===== Operations on matrices ===== | ===== Operations on matrices ===== | ||
| Line 79: | Line 124: | ||
| ==== Matrix multiplication ==== | ==== Matrix multiplication ==== | ||
| - | * We want to define $AB$ where $A$ and $B$ are matrices of " | + | * We want to define $AB$ where $A$ and $B$ are matrices of " |
| * This will generalise row-column multiplication | * This will generalise row-column multiplication | ||
| - | * Idea is to build the new matrix | + | * We build $AB$ from all possible row-column products. |
| - | * Here's an example:\[ \def\r{\left[\begin{smallmatrix}1& | + | * For example: \[\!\!\!\!\!\!\!\!\!\!\!\!\!\!\! |
lecture_7_slides.1455116284.txt.gz · Last modified: by rupert
