====== Differences ====== This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
gibson:teaching:spring-2018:math445:finaltopics [2018/05/03 11:10] gibson created |
gibson:teaching:spring-2018:math445:finaltopics [2018/05/03 11:12] (current) gibson |
||
---|---|---|---|
Line 25: | Line 25: | ||
3. evaluating complex mathematical expressions in Matlab | 3. evaluating complex mathematical expressions in Matlab | ||
- | * e.g. $\sum_n=1^7 n^2/(n+4)^2$ with 'sum' | + | * e.g. $\sum_{n=1}^{11} x^n/n!$ with ''sum'' |
4. xy plots | 4. xy plots | ||
Line 44: | Line 44: | ||
* creating 2d grids of coordinates with meshgrid | * creating 2d grids of coordinates with meshgrid | ||
* evaluating functions on 2d grid with dot syntax | * evaluating functions on 2d grid with dot syntax | ||
- | * Matlab functions 'plot3 contour, contourf, surf, quiver' | + | * Matlab functions ''contour, contourf, surf, quiver'' and ''plot3'' |
====Labs==== | ====Labs==== |