Plugin installed incorrectly. Rename plugin directory '_include' to 'include'.
Plugin installed incorrectly. Rename plugin directory '__include' to 'include'.
lecture_13
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| lecture_13 [2016/03/07 10:51] – rupert | lecture_13 [2017/03/07 15:08] (current) – [Step 3: the determinant of a $3\times 3$ matrix using Laplace expansion along the first row] rupert | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ==== Example ==== | ||
| + | |||
| + | Let's solve the matrix equation $\def\mat# | ||
| + | |||
| + | Write $A=\mat{1& | ||
| + | |||
| + | |||
| + | Hence the solution is $X=A^{-1}\mat{4& | ||
| + | |||
| ====== The transpose of a matrix ====== | ====== The transpose of a matrix ====== | ||
| Line 48: | Line 57: | ||
| \[ A\text{ is invertible} \iff \det(A)\ne0.\] | \[ A\text{ is invertible} \iff \det(A)\ne0.\] | ||
| - | - If $A$ is a $1\times 1$ matrix, | + | - If $A$ is a $1\times 1$ matrix, |
| - | - If $A$ is a $2\times 2$ matrix, | + | - If $A$ is a $2\times 2$ matrix, |
| - | - If $A$ is a $3\times 3$ matrix, | + | - If $A$ is a $3\times 3$ matrix, |
| - If $A$ is a $4\times 4$ matrix, then the formula for $\det(A)$ is more complicated still, with $24$ terms. | - If $A$ is a $4\times 4$ matrix, then the formula for $\det(A)$ is more complicated still, with $24$ terms. | ||
| - If $A$ is a $5\times 5$ matrix, then the formula for $\det(A)$ has $120$ terms. | - If $A$ is a $5\times 5$ matrix, then the formula for $\det(A)$ has $120$ terms. | ||
| Line 87: | Line 96: | ||
| - | === Example === | ||
| - | \begin{align*}\det\mat{1& | ||
| - | &= 1 \cdot (+M_{11}) + 2 \cdot (-M_{12}) + 3 \cdot(+M_{13})\\ | ||
| - | &= M_{11}-2M_{12}+3M_{13}\\ | ||
| - | &= \det\mat{8& | ||
| - | &= (8\cdot 13-9\cdot 12) -2(7\cdot 13-9\cdot 11)+3(7\cdot 12-8\cdot 11)\\ | ||
| - | &=-4 -2(-8)+3(-4)\\ | ||
| - | & | ||
| - | & | ||
| - | |||
| - | From this, we can conclude that $\mat{1& | ||
| - | |||
| - | === Notation === | ||
| - | |||
| - | To save having to write $\det$ all the time, we sometimes write the entries of a matrix inside vertical bars $|\ |$ to mean the determinant of that matrix. Using this notation (and doing a few steps in our heads), we can rewrite the previous example as: | ||
| - | |||
| - | \begin{align*}\def\vm# | ||
| - | &=-4 -2(-8)+3(-4)\\ | ||
| - | & | ||
| - | |||
| - | ==== Step 4: the determinant of an $n\times n$ matrix ==== | ||
| - | |||
| - | |||
| - | ===Definition=== | ||
| - | {{page> | ||
lecture_13.1457347864.txt.gz · Last modified: by rupert
