Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
notes:r_cheat_sheet [2014/10/05 17:33] smthng [Basics] |
notes:r_cheat_sheet [2015/01/10 15:25] (current) smthng [File Handling] |
||
|---|---|---|---|
| Line 11: | Line 11: | ||
| * Booleans are e.g. '' | * Booleans are e.g. '' | ||
| * For variable assignment '' | * For variable assignment '' | ||
| - | * For help on a function use '' | + | * For help on a function use '' |
| * Operations are '' | * Operations are '' | ||
| * '' | * '' | ||
| Line 26: | Line 26: | ||
| * '' | * '' | ||
| * Scalar operations or functions on vectors typically produce other vectors e.g. + - == sin(myseq) | * Scalar operations or functions on vectors typically produce other vectors e.g. + - == sin(myseq) | ||
| + | * '' | ||
| ===== Plotting ===== | ===== Plotting ===== | ||
| Line 37: | Line 38: | ||
| * '' | * '' | ||
| * '' | * '' | ||
| + | * '' | ||
| ===== Matrices ===== | ===== Matrices ===== | ||
| Line 67: | Line 68: | ||
| * '' | * '' | ||
| * '' | * '' | ||
| + | * '' | ||
| + | * '' | ||