Search
Plotting
Untitled (the Wolfram Language for Students - Personal Use Only : www.wolfram.com)

Plotting

Expressions defining functions in one variable can be plotted:

Untitled-18_1.png

Untitled-18_2.gif

The syntax {x,0,1} defines a list (similar to an array in Julia).
Lists can contain anything, and can be arbitrarily nested

Untitled-18_3.png

Untitled-18_4.png

We will see later how to access and manipulate lists. For now we will just use simple lists to define the axes.

More plotting

The plotting and visualization functionality of Mathematica is very advanced
You can read the built-in documentation to learn more
Some examples:

Untitled-18_5.png

Untitled-18_6.gif

Untitled-18_7.png

Untitled-18_8.gif

Interactivity

One of Mathematica’s most powerful features is its interactivity

Consider plotting a set of parabolas

Untitled-18_9.png

parameterized by the value a

We begin by choosing a “representative” set

Untitled-18_10.png

Untitled-18_11.png

Plotting these functions gives us some insight

Untitled-18_12.png

Untitled-18_13.gif

More useful is manipulating the parameter interactively

Untitled-18_14.png

We can use manipulate to understand e.g. frequency and amplitude of waves

Untitled-18_16.png