The First Hour
First glimpse of Mathematica via Wolfram Tutorials
1. All mathematica functions are capitalized 2. Arguments are bounded by [] 3. {} denote list and ranges
e.g. Factor[x^2 + 2 x + 1] Plot[Cos[x]. {x, -10, 10}]
Turns out Mathematica has extensive documentations to learn the mathematica codes. The tutorial video showcases cool things, but doesn't drill you on the programming codes.