Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/quinnphil/math-for-programmers
Work-alone code for Math for Programmers book by Paul Orland
https://github.com/quinnphil/math-for-programmers
geometry mathematics matplotlib numpy python
Last synced: 16 days ago
JSON representation
Work-alone code for Math for Programmers book by Paul Orland
- Host: GitHub
- URL: https://github.com/quinnphil/math-for-programmers
- Owner: quinnphil
- Created: 2024-11-18T11:29:47.000Z (3 months ago)
- Default Branch: master
- Last Pushed: 2025-01-08T12:39:28.000Z (about 1 month ago)
- Last Synced: 2025-01-08T13:51:35.493Z (about 1 month ago)
- Topics: geometry, mathematics, matplotlib, numpy, python
- Language: Jupyter Notebook
- Homepage:
- Size: 3.91 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# math-for-programmers
Code for Math for Programmers book by Paul Orland# Chapters
[x] C01 - Learning Math with code
[x] C02 - Drawing with 2D Vectors
[x] C03 - Ascending to the 3D world
[x] C04 - Transforming vectors and graphics
[X] C05 - Computing transformations with matrices
[X] C06 - Generalizing to higher dimensions
[ ] C07 - Designing an arcade game
[ ] C08 - Understanding rates of change
[ ] C09 - Simulating moving objects
[ ] C10 - Working with symbolic expressions
[ ] C11 - Simulating force fields
[ ] C12 - Optimizing a physical system
[ ] C13 - Analyzing sound waves with a Fourier series
[ ] C14 - Fitting functions to data
[ ] C15 - Classifying data with logistic regression
[ ] C16 - Training neural networks# Book
https://www.manning.com/books/math-for-programmers# Book Source
https://github.com/orlandpm/Math-for-Programmers