mirror of
https://github.com/PKUFlyingPig/cs-self-learning.git
synced 2026-06-24 02:16:58 +08:00
* [TRANSLATION] translate CS162.md * Update CS61B.en.md * Update CS162.en.md * Update CS162.en.md * Update CS162.en.md * Update CS162.en.md * Update CS162.en.md * Update CS162.en.md * Update CS162.en.md * Update N2T.en.md * Update MIT6.S081.en.md * Update MIT6.S081.en.md * Update N2T.en.md * Update CS110L.en.md * Update numerical.en.md * Update 6031.en.md * Update CSAPP.en.md * Update CS162.en.md * Update ML.en.md
25 lines
1.4 KiB
Markdown
25 lines
1.4 KiB
Markdown
# 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 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 an open source textbook for this course (see the 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)
|