Math
First Look At Lists With Wolfram And Python
The article shows how to use a list in python and Mathematica with a few examples. The examples come from An Elementary Introduction To The Wolfram Language Plot a list that counts up from 1 to 10, then down to 1. wolfram: ListPlot[ Join[ Range[10],Reverse[Range[9] ] ] ] python: import Read more…