mirror of
https://github.com/PKUFlyingPig/cs-self-learning.git
synced 2026-06-23 18:06:56 +08:00
Add files via upload
This commit is contained in:
parent
dfc09fd8f6
commit
5f5189d7b1
1 changed files with 25 additions and 0 deletions
25
docs/数学进阶/numerical.en.md
Normal file
25
docs/数学进阶/numerical.en.md
Normal file
|
|
@ -0,0 +1,25 @@
|
||||||
|
# MIT18.330 : Introduction to numerical analysis
|
||||||
|
|
||||||
|
## Descriptions
|
||||||
|
|
||||||
|
- Offered by: MIT
|
||||||
|
- Prerequisites:,, Calculus, Linear Algebra, Probability theory
|
||||||
|
- Programming Languages: Julia
|
||||||
|
- Difficulty: 🌟🌟🌟🌟🌟
|
||||||
|
- Class Hour: 150 hours
|
||||||
|
|
||||||
|
While the computational power of computers has been helping people to push boundaries of science, there is a natural barrier between the discrete nature of computers and this continuous world, and how to use discrete representations to estimate and approximate those mathematically continuous concepts is an important theme in numerical analysis.
|
||||||
|
|
||||||
|
This course will explore various numerical analysis methods in the areas of floating-point representation, equation solving, linear algebra, calculus, and differential equations, allowing you to understand (1) how to create estimates (2) how to estimate errors (3) how to implement estimates algorithmically in Julia's programming practice over and over again.
|
||||||
|
|
||||||
|
The designers of this course have also written a companion open source textbook (see link below) with plenty of Julia examples.
|
||||||
|
|
||||||
|
## Course Resources
|
||||||
|
|
||||||
|
- Course Website: https://github.com/mitmath/18330
|
||||||
|
- Textbook: https://fncbook.github.io/fnc/frontmatter.html
|
||||||
|
- Assignments: 10 problem sets
|
||||||
|
|
||||||
|
## Personal Resources
|
||||||
|
|
||||||
|
All the resources and assignments used by @PKUFlyingPig in this course are maintained in [PKUFlyingPic/MIT18.330 - GitHub](https://github.com/PKUFlyingPig/MIT18.330)
|
||||||
Loading…
Reference in a new issue