forked from denizdonmez/numethods
Update tutorials/tutorial1_vectors_matrices.ipynb
This commit is contained in:
@@ -446,7 +446,7 @@
|
||||
"- A **vector** is an element of $\\mathbb{R}^n$, a list of numbers. \n",
|
||||
"- A **matrix** is a rectangular array of numbers $\\mathbb{R}^{m \\times n}$. \n",
|
||||
"- We can add, subtract, and scale vectors/matrices. \n",
|
||||
"- Multiplication extends naturally: matrix-vector and matrix*matrix. \n",
|
||||
"- Multiplication extends naturally: matrix-vector and matrix-matrix. \n",
|
||||
"- **Transpose** flips rows and columns. \n",
|
||||
"- **Norms** measure the size of vectors and matrices."
|
||||
]
|
||||
|
Reference in New Issue
Block a user