====== Differences ====== This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
gibson:teaching:fall-2014:math445:schedule [2014/08/27 12:38] gibson |
gibson:teaching:fall-2014:math445:schedule [2014/09/03 13:34] (current) gibson [Introduction] |
||
---|---|---|---|
Line 11: | Line 11: | ||
matlab concepts: | matlab concepts: | ||
<code> | <code> | ||
- | = + - * / ^ ; , == ~= <= >= | + | = + - * / \ ^ ; , == ~= <= >= |
- | pi, ing, NaN, i,j ||, &&, ~, xor | + | pi, inf, NaN, i, j |
+ | ||, &&, ~, xor | ||
class, help, scientific notation, precedence | class, help, scientific notation, precedence | ||
- | sin, cos, tan, exp, log, etc. | + | sin, cos, tan, exp, log, abs, sqrt, etc. |
+ | format, who, whos, clear | ||
+ | fix, round, floor, ceil | ||
+ | rand, randn | ||
</code> | </code> | ||