Show Menu
Cheatography

A1 Numerical Method cheat sheet Cheat Sheet (DRAFT) by

Numerical Methods cheat sheet

This is a draft cheat sheet. It is a work in progress and is not finished yet.

Week 1

Vector and matrice built in functions
size( ) [returns number of rows and columns]
ones( )
eye( )
M'[tra­nspose]
dot(v1,v2)
[lower­bound :spacing: upperb­ound]
linspa­ce(­sta­rt,­end,nr spaces)
 

Week 2

Anonymous functions
y = @(x) ........;
Plotting
Types of plots
plot(x,y)
fplot( f(x), [a:b])
polarp­lot­(th­eta,r)
 

Week 3

yadguyd