User Tools

Site Tools


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.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
lecture_7_slides [2016/02/11 11:25] rupertlecture_7_slides [2017/02/13 19:32] (current) rupert
Line 1: Line 1:
 ~~REVEAL~~ ~~REVEAL~~
 +
 +====== Chapter 2: The algebra of matrices ======
 +
 +==== ====
 +{{page>matrix}}
 +
 +{{page>(i,j) entry}}
 +
 +==== Examples ====
 +
 +  * $B=\begin{bmatrix} 99&3&5\\7&-20&14\end{bmatrix}$ is a $2\times 3$ matrix
 +    * 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 ===== ==== Examples =====
   * $\left[\begin{smallmatrix}3\\2\\4\\0\\-1\end{smallmatrix}\right]$ is a $5\times 1$ matrix.    * $\left[\begin{smallmatrix}3\\2\\4\\0\\-1\end{smallmatrix}\right]$ is a $5\times 1$ matrix. 
-    * A matrix like this with one column is called a **column vector**.+    * A **column vector**: matrix with just one column.
   * $\begin{bmatrix}3&2&4&0&-1\end{bmatrix}$ is a $1\times 5$ matrix.    * $\begin{bmatrix}3&2&4&0&-1\end{bmatrix}$ is a $1\times 5$ matrix. 
-    * A matrix like this with one row is called a **row vector**.+    * A **row vector**: matrix with just one row.
   * These have the same entries, but a different "shape", or "size".   * These have the same entries, but a different "shape", or "size".
   * They are different matrices (not equal).    * They are different matrices (not equal). 
lecture_7_slides.1455189905.txt.gz · Last modified: by rupert

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki