Add files via upload

This commit is contained in:
smxm 2022-09-26 10:16:27 +08:00 committed by GitHub
parent dfc09fd8f6
commit 5f5189d7b1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View 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)