mirror of
https://github.com/PKUFlyingPig/cs-self-learning.git
synced 2026-06-24 02:16:58 +08:00
Update numerical.en.md
This commit is contained in:
parent
2eb8ac5ec8
commit
7ed6545431
1 changed files with 4 additions and 4 deletions
|
|
@ -10,14 +10,14 @@
|
||||||
|
|
||||||
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.
|
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.
|
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 design estimation (2) how to estimate errors (3) how to implement algorithms in Julia. There are also plenty of programming assignments to practice these ideas.
|
||||||
|
|
||||||
The designers of this course have also written a companion open source textbook (see link below) with plenty of Julia examples.
|
The designers of this course have also written an open source textbook for this course (see the link below) with plenty of Julia examples.
|
||||||
|
|
||||||
## Course Resources
|
## Course Resources
|
||||||
|
|
||||||
- Course Website: https://github.com/mitmath/18330
|
- Course Website: <https://github.com/mitmath/18330>
|
||||||
- Textbook: https://fncbook.github.io/fnc/frontmatter.html
|
- Textbook: <https://fncbook.github.io/fnc/frontmatter.html>
|
||||||
- Assignments: 10 problem sets
|
- Assignments: 10 problem sets
|
||||||
|
|
||||||
## Personal Resources
|
## Personal Resources
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue