https://github.com/vantaboard/math53
Math 53 - Multivariable Calculus
https://github.com/vantaboard/math53
Last synced: about 1 month ago
JSON representation
Math 53 - Multivariable Calculus
- Host: GitHub
- URL: https://github.com/vantaboard/math53
- Owner: vantaboard
- Created: 2024-04-03T12:52:00.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-03T12:59:05.000Z (about 2 years ago)
- Last Synced: 2025-01-08T15:59:37.374Z (over 1 year 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
```

