This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
gibson:teaching:spring-2016:math445:lecture:matrices [2016/02/10 10:36] gibson created |
gibson:teaching:spring-2016:math445:lecture:matrices [2016/02/29 09:07] (current) gibson |
||
---|---|---|---|
Line 1: | Line 1: | ||
====== Math 445 lecture 6: matrices in Matlab ====== | ====== Math 445 lecture 6: matrices in Matlab ====== | ||
- | Topics | + | Topics: |
- | * Matrix indexing | + | * matrix indexing: getting and setting matrix elements, rows, and columns |
- | * Matrix multiplication versus elementwise multiplication | + | * matrix multiplication versus elementwise multiplication |
- | * ''zeros, eye, rand, randn'' | + | * initialization: ''zeros, eye, rand, randn'' |
- | * sparse matrices | + | |