The Wonders of WolframAlpha
It is unworthy of excellent men to lose hours like slaves in the labor of calculation.
Gottfried Wilhelm Leibniz
I have often told students that becoming good at math is a lot like becoming good at a sport or at playing an instrument – practice is extremely important. Hours and hours of practice.
However, there is a lot that can be learned from having computer software do math for you, especially if the math is algebra and calculus. The kind of programs that can do this are called Computer Algebra Systems (CAS), and they can actually do much more than just algebra. The most famous CAS is Mathematica from Wolfram Research, and another one called Maple is widely used. The mathematical manipulations these systems can do are remarkable, and the term artificial intelligence seems appropriate to describe them.
Unfortunately, both Mathematica and Maple cost hundreds of dollars, and most students could not justify that much expense. There are a few CAS programs that are free, and for a year or so, I experimented with one called Maxima. However, when Wolfram Research introduced WolframAlpha (W|A) in 2009, it seemed clear it was much superior. As many people know, W|A is web based and free, and it can do much more than just mathematics. My focus here is just on its math capability. W|A gives us access to a substantial subset of Mathematica, and those with an appreciation for math will often be amazed by what it can do.
Of special interest to the student, the page showing the problem solution often has a link called Show Steps. Clicking that will bring up a step-by-step explanation of how the solution was obtained.
An oddity of W|A is that there appears to be no formal documentation – just a series of sample commands that actually don’t cover nearly all of its capabilities. I have found a good many of the “hidden” commands by just trying things, or by looking at the Mathematica documentation for hints about things to try. The table below summarizes my exploration so far, and is more comprehensive than the W|A web site.
I welcome corrections and additions, and may post a revised version of the table later.
|
Algebra, Trigonometry |
|||
|
Equations |
|||
|
Linear Algebra |
|||
|
all properties of the 3×3 matrix |
|||
|
generate a rotation matrix |
|||
|
Vector cross product |
|||
|
Vector dot product |
|||
|
minimize x+y, subject to the constraint x+2y<=3. |
|||
|
derive one equation with y eliminated |
|||
|
Simultaneous linear equations: |
|||
|
Matrix form |
|||
|
Normal form |
|||
|
without “solve”, it also plots the equations |
|||
|
Miscellaneous |
|||
|
Analyze and plot the conic |
|||
|
recognizing numbers |
|||
|
computes rectangular & polar form plus gaussian prime factors |
|||
|
simplify complex expression |
|||
|
Graphing |
|||
|
y axis is logarithmic |
|||
|
3 dimensional plot |
|||
|
specify a range for x and y |
|||
|
Financial |
In each case, entering the command results in a form for specifying the input variables |
||
|
Statistics and Probability |
|||
|
Descriptive statistics of the array |
|||
|
linear fit {{1.3, 2.2}, {2.1, 5.8}, {3.7, 10.2}, {4.2, 11.8}} |
Linear regression. There’s also quadratic fit, cubit fit, log fit, and exponential fit |
||
|
Distributions |
In each case, enter the distribution name – a form will then request the input variables |
||
|
Probability |
|||
|
Calculus |
|||
|
Differential calculus |
|||
|
d/dx can be used in place of “derivative” |
|||
|
partial derivative |
|||
|
vector calculus (also div, curl operators) |
|||
|
Integral calculus |
|||
|
antiderivitative |
|||
|
definite integrals |
|||
|
improper integral |
|||
|
Limits and Series |
|||
|
Get the formula for the sum |
|||
|
compute a possible formula for the series |
|||
|
Differential equations |
|||
|
Functions |
|||
|
Table of function values from 1 to pi, in increments of 0.2 |
|||
|
Plot Bessel function of first kind |
|||
|
Evaluate function at a point |
|||
|
Natural logarithm |
|||
|
Logarithm to any base |
|||
|
factorial |
|||
|
Physics |
|||
|
Unit conversions |
|||


I'm Larry Phillips, a former engineer, programmer, math teacher, math /physics tutor, and currently owner of a tutoring company. I'm on a mission to show that math is more interesting than the schools made you think it was.
January 11th, 2010 at 1:48 pm
Dear Larry,
I did want to mention that the price of Mathematica for Students is $139.95 and many students may access it for much less or even for free, if their school has a site license agreement.
I’m glad you mentioned the documentation. We have a Wolfram|Alpha community site where users exchange ideas and suggestions, and we’d be thrilled to have you join.
http://community.wolframalpha.com/
Kindest regards,
Carol
March 3rd, 2010 at 10:14 am
Wow. What a great reference. Thanks for writing this up! Am also enjoying your articles on Euler and primes.