Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 783 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 783 Bytes

Introduction

Python has a wide variety of built in math functions and a wide variety of math and scientific computing libraries provide more advanced features.

Topics

  • Break even graph Visualize where sales break even with costs
  • Multiply matrices Solve a system of linear equations using matrices
  • Pie Chart Use a math plotting library to create a pie chart and save it to a file
  • Plot Vectors Use a math plotting library to plot and annotate vectors

Example Results

Pie Chart Plot Vectors

Back to start