Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vantaboard/math53
Math 53 - Multivariable Calculus
https://github.com/vantaboard/math53
Last synced: 2 days ago
JSON representation
Math 53 - Multivariable Calculus
- Host: GitHub
- URL: https://github.com/vantaboard/math53
- Owner: vantaboard
- Created: 2024-04-03T12:52:00.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-04-03T12:59:05.000Z (9 months ago)
- Last Synced: 2024-11-11T01:13:56.518Z (2 months ago)
- Language: Go
- Homepage: https://math.berkeley.edu/courses/overview/lowerdivcourses/math53
- Size: 43.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# UC Berkeley | Math 53
**Description**: Parametric equations and polar coordinates. Vectors in 2- and 3-dimensional Euclidean spaces. Partial derivatives. Multiple integrals. Vector calculus. Theorems of Green, Gauss, and Stokes. (F,SP)
**Textbook**: Stewart, Multiple Variable Calculus. A specially priced UC Berkeley paperback edition is available.
## Chapter 10.1
### Example 1
```bash
go run 10_1/example_1/example_1.go
```![Chapter 10.1 Example 1A](images/calc_10_1_example_1a.png)
![Chapter 10.1 Example 1B](images/calc_10_1_example_1b.png)