Math
Wolfram – Calculation And Plot On Lists
Here are some notes about how to create, change , and plot data stored by lists. Many examples come from the book An Elementary Introduction To The Wolfram Language. Make a plot of the first 10 squares, starting at 1. ListPlot[Range[10]^2] Make a combined list of the first 5 squares Read more…