Featured Courses


Mathematica: A Speed Date»
  
Numerical Computing: Hybrid Computing Quick Start»
  
Statistics: Modeling with Statistical Distribution»
  
Image Processing: Real-World Applications»



Live Courses

(With live chat and instructor-led Q&A)   See full calendar »
Mathematica: An IntroductionMay 30 - 31
9 am - 12 pm EDT
Online
Mathematica: Programming in MathematicaJun 05, Jun 07
1 pm - 4:30 pm EDT
Online
Mathematica: Une introductionJun 07
9 am - 12 pm
Nantes, France
Mathematica: An IntroductionJun 12 - 13
1 pm - 4 pm EDT
Online

On-Demand Courses

(Immediate access whenever you need it)   See all courses »

Course Areas

Learn from quick-start and in-depth courses on demand or register for scheduled live courses. Choose an area to browse Wolfram Training courses about Mathematica, the Computable Document Format (CDF), and other Wolfram technologies:

General Mathematica Overviews and detailed introductions to data processing, numerics, and other areas Browse courses»    Data Science Statistics and data analysis, linear and nonlinear models, and graphs and networks Browse courses»    Finance Specialized functions for analysis, time value, trading, derivatives, and much more Browse courses»
Software Development Develop enterprise-class web or desktop applications and interactive websites Browse courses»    Engineering From control systems to numerical computing, Wolfram technologies for your engineering workflow Browse courses»    Image Processing Real-world applications of a comprehensive image processing environment Browse courses»
High-Performance Computing Parallel computation and GPU computing with CUDA or OpenCL Browse courses»    Computable Document Format Get started creating and deploying interactive content with CDF Browse courses»    Education Mathematica, Wolfram|Alpha, and more for education, from interactive teaching to graduate-level research Browse courses»


Learn More Every Day

Follow @MathematicaTip
Choose which cells appear "docked" at the top of a notebook: SetOptions[InputNotebook[], DockedCells -> Cell["xyz"]]. http://t.co/A29CwoGW 1:Conway's Game of Life: ListAnimate[ArrayPlot/@ CellularAutomaton[{224,{2,{{2,2,2},{2,1,2},{2,2,2}}},{1,1}},{RandomInteger[1,{9,9}],0},90]] 2: Press Ctrl+K (Mac: Cmd+K) to complete a partial function name. Ctrl+Shift+K (Mac: Cmd+Shift+K) shows a template for using the function.