ChEn263 — Lecture 10
Lecture 10 - Review of Matrix Algebra
- These notes review some concepts from linear algebra, including how to convert a linear system to a matrix, index notation and the Gauss Elimination algorithm for solving a matrix.
Examples
This video contains examples using arrays in Python to do math problems with vectors and matrices including sums, dot products and matrix multiplication. This example is duplicated from Lecture 7.