Unit 6: Topics covered in videos

  • Plotting. (Plot, Sin[x]. Plotting multiple functions. Options for plots like PlotRange and PlotLabel.)
  • Graphics. (Graphics, Axes, Disk, Triangle, Circle. Using a list to draw multiple graphics objects at once.)
  • Drawing a point on a plot. (Show, Point, PointSize, Sqrt. Using Automatic to let Mathematica determine the x-range or the y-range.)
  • Hue. (Hue, Manipulate, Animate. Using PlotRange and Axes to make more clear how the dimensions of a graphics object in Mathematica are changing.)
  • A row of disks. (Using Table to draw a row of disks of increasing radius, and with changing colors, all tangent to each other. Figuring out what disk center is necessary for this pattern to work. Reverse.)
  • ListPlot. (The input can be a list of points, i.e., a list of lists. How ListPlot works with a list of numbers as its input.)