From 7ed654543196a96a14b41d7456077a621269e1dd Mon Sep 17 00:00:00 2001 From: smxm <695335574@qq.com> Date: Mon, 26 Sep 2022 12:03:28 +0800 Subject: [PATCH] Update numerical.en.md --- docs/数学进阶/numerical.en.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/数学进阶/numerical.en.md b/docs/数学进阶/numerical.en.md index 3286034d..8c3537e1 100644 --- a/docs/数学进阶/numerical.en.md +++ b/docs/数学进阶/numerical.en.md @@ -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. -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 Website: https://github.com/mitmath/18330 -- Textbook: https://fncbook.github.io/fnc/frontmatter.html +- Course Website: +- Textbook: - Assignments: 10 problem sets ## Personal Resources