(New page: Category:Learning Mathematica == The First Hour == First glimpse of Mathematica via [http://www.wolfram.com/support/learn/higher-education.html Wolfram Tutorials] ---- [[DYL_Learn...)
 
 
Line 5: Line 5:
  
 
First glimpse of Mathematica via [http://www.wolfram.com/support/learn/higher-education.html Wolfram Tutorials]
 
First glimpse of Mathematica via [http://www.wolfram.com/support/learn/higher-education.html 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.
  
  

Latest revision as of 12:37, 15 October 2012


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.



Back to Learning Mathematica

Back to Daniel Lee's Profile

Alumni Liaison

Prof. Math. Ohio State and Associate Dean
Outstanding Alumnus Purdue Math 2008

Jeff McNeal