Plugin installed incorrectly. Rename plugin directory '_include' to 'include'.
Plugin installed incorrectly. Rename plugin directory '__include' to 'include'.
lecture_10
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| lecture_10 [2016/02/25 16:50] – [Proposition: uniqueness of the inverse] rupert | lecture_10 [2017/02/21 10:02] (current) – rupert | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ===== Matrix equations ===== | ||
| + | |||
| + | We've seen that a single linear equation can be written using [[row-column multiplication]]. For example, | ||
| + | \[ 2x-3y+z=8\] | ||
| + | can be written as | ||
| + | \[ \def\m# | ||
| + | or | ||
| + | \[ a\vec x=8\] | ||
| + | where $a=\m{2& | ||
| + | |||
| + | We can write a whole [[system of linear equations]] in a similar way, as a matrix equation using [[matrix multiplication]]. For example we can rewrite the linear system | ||
| + | \begin{align*} 2x-3y+z& | ||
| + | as | ||
| + | \[ \m{2& | ||
| + | or | ||
| + | \[ A\vec x=\vec b\] | ||
| + | where $A=\m{2& | ||
| + | |||
| + | |||
| + | More generally, any linear system | ||
| + | \begin{align*} a_{11}x_1+a_{12}x_2+\dots+a_{1m}x_m& | ||
| + | can be written in the form | ||
| + | \[ A\vec x=\vec b\] | ||
| + | where $A$ is the $n\times m $ matrix, called the **coefficient matrix** of the linear system, whose $(i,j)$ entry is $a_{ij}$ (the number in front of $x_j$ in the $i$th equation of the system) and $\vec x=\m{x_1\\x_2\\\vdots\\x_m}$, | ||
| + | |||
| More generally still, we might want to solve a matrix equation like \[AX=B\] where $A$, $X$ and $B$ are matrices of any size, with $A$ and $B$ fixed matrices and $X$ a matrix of unknown variables. Because of the definition of [[matrix multiplication]], | More generally still, we might want to solve a matrix equation like \[AX=B\] where $A$, $X$ and $B$ are matrices of any size, with $A$ and $B$ fixed matrices and $X$ a matrix of unknown variables. Because of the definition of [[matrix multiplication]], | ||
| Line 82: | Line 107: | ||
| If $A$ is a matrix then $\frac 1A$ doesn' | If $A$ is a matrix then $\frac 1A$ doesn' | ||
| + | Similarly, you should **never** write down $\frac AB$ where $A$ and $B$ are matrices. This doesn' | ||
| ==== Examples revisited ==== | ==== Examples revisited ==== | ||
lecture_10.1456419043.txt.gz · Last modified: by rupert
