diff --git a/docs/数学进阶/numerical.en.md b/docs/数学进阶/numerical.en.md new file mode 100644 index 00000000..eed26c9e --- /dev/null +++ b/docs/数学进阶/numerical.en.md @@ -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) \ No newline at end of file