cs-self-learning/docs/数学进阶/numerical.md
Liu Kunling a82f0307f6
[FIX] Fix the textbook link for MIT18.330 (#712)
* Update numerical.en.md

update textbook link

* Update numerical.md

update "课程教材“ link
2025-02-27 15:18:35 +08:00

25 lines
1.2 KiB
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# MIT18.330 : Introduction to numerical analysis
## 课程简介
- 所属大学MIT
- 先修要求:微积分,线性代数,概率论
- 编程语言Julia
- 课程难度:🌟🌟🌟🌟🌟
- 预计学时150 小时
计算机强大的计算能力帮助人们在科学领域不断突破边界,不过计算机的离散本质和这个连续的世界有着天然鸿沟,而如何用离散的表示去估计和逼近那些数学上连续的概念,则是数值分析的重要主题。
这门课会在浮点表示、方程求解、线性代数、微积分、微分方程等领域探讨各类数值分析方法,让你在 Julia 的编程实践中反复体悟1如何建立估计2如何估计误差3如何用算法实现估计 这一系列步骤。
这门课的设计者还编写了配套的开源教材(参见下方链接),里面有丰富的 Julia 实例。
## 课程资源
- 课程网站:<https://github.com/mitmath/18330>
- 课程教材:<https://fncbook.com>
- 课程作业10 个 Julia 编程作业
## 资源汇总
@PKUFlyingPig 在学习这门课中用到的所有资源和作业实现都汇总在 [PKUFlyingPig/MIT18.330 - GitHub](https://github.com/PKUFlyingPig/MIT18.330) 中。