math115: add matrices and vectors

This commit is contained in:
2022-09-29 19:17:40 -04:00
parent 94f1730bb2
commit 979f481971
2 changed files with 117 additions and 2 deletions

View File

@@ -699,7 +699,7 @@ The following **row operations** can be performed on the matrix to achieve this
- swapping (interchanging) the position of two rows
- $R_a \leftrightarrow R_b$
- multiplying a row by a non-zero constant
- multiplying a row by a non-zero constant **scalar**
- $AR_a \to R_a$
- adding/subtracting rows, overwriting the destination row
- $R_a\pm R_b\to R_b$