Skip to content

NakulMSolai-wisc/math513

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UW–Madison Math/CS 513: Code examples

Math/CS 513 is an undergraduate course taught at the University of Wisconsin, Madison on numerical linear algebra. Visit the course website.

These code examples accompany the lecture materials. They are primarily written in Python and make use of several well-established libraries:

  • NumPy for numerical linear algebra
  • SciPy for scientific routines and algorithms
  • Matplotlib for graphing and visualization

Units

Run code

  • MATLAB (local machine): navigate to the target folder and run MATLAB scripts

  • MATLAB Online: first need to create a new project by cloning the repo, then navigate to the target folder and run MATLAB scripts

Caveat: MATLAB scripts can run interactively online, but have not found a way to update the cloned repo in if new files are added

  • Python (local machine): need local Python and Jupyter installation to run notebooks

  • Python (Google Colab): click "Open in Colab" badge on the top of each .ipynb notebook to run (no need to install anything for Python to run)

If you are running the notebook on Google Colab, please make a copy of the notebook to your drive:

  • click "Copy to Drive"
  • or navigate to "File -> Save a copy in Drive"
  • or navigate to "File -> Download" and save a local copy

Otherwise all your changes will not be saved

Resources

About

UW–Madison Math/CS 513 code examples

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Jupyter Notebook 99.8%
  • Python 0.2%