I am getting confused and can't remember everything so I am making this list. It is - by no means - complete.
| New | Type | What it dows | Other remarks |
| Ctrl + to zoom in, Ctrl - to zoom out | A | ||
| F9 now updates all the random numbers | A | ||
Join[ <List>, <List>, ...]
| C | Joins the two lists (no re-ordering of elements, keeps all elements even if they are the same) | e.g. Join[ {1,2,3}, {4,5,6} ]
|
Join[ <list of lists> ]
| C | Joins the sub-lists into one longer list (no re-ordering of elements, keeps all elements even if they are the same) | e.g. Join[ { {1,2,3}, {4,5,6}, {7,8,9} } ]
|
LaTeX[ <Object>, <substitute variables> ]
| C | Returns the formula for the object as LaTeX text | e.g. a = 2
f(x) = a x^2
|
A-Action, C-Command, I-Icon(mode)
Up one level contact
|

