From 5f5189d7b1085ba05b0339df7feab8672c75f383 Mon Sep 17 00:00:00 2001 From: smxm <695335574@qq.com> Date: Mon, 26 Sep 2022 10:16:27 +0800 Subject: [PATCH] Add files via upload --- docs/数学进阶/numerical.en.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 docs/数学进阶/numerical.en.md 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