|
7 | 7 | * @LastEditTime: 2022年07月02日 19:33:57
|
8 | 8 | -->
|
9 | 9 | # 数值分析
|
10 | | -[](https://github.com/orion-orion/NumericalAnalysis) |
11 | | -[](https://github.com/orion-orion/NumericalAnalysis/blob/master/LICENSE) |
12 | | -[](https://github.com/orion-orion/NumericalAnalysis) |
| 10 | +[](https://github.com/orion-orion/NumericalAnalysis) [](https://github.com/orion-orion/NumericalAnalysis/blob/master/LICENSE) [](https://github.com/orion-orion/NumericalAnalysis) |
13 | 11 | ## 1 简介
|
14 | 12 | 本项目为《数值分析》(Timothy Sauer著) 中的算法实现(使用Python+Numpy+Pytorch)。
|
15 | 13 |
|
|
53 | 51 | - QR分解(经典Gram-Schmidt正交化)
|
54 | 52 | - QR分解实现最小二乘
|
55 | 53 | - 改进的Gram-Schmidt正交化
|
| 54 | +- 第5章 数值微分和积分 |
| 55 | + - 前向自动微分 [[算法讲解]](https://www.cnblogs.com/orion-orion/p/17010353.html) |
56 | 56 | - 第9章 随机数和应用
|
57 | 57 | - 蒙特卡洛1型问题-随机数近似曲线下方面积
|
58 | 58 | - 蒙特卡洛2型问题-随机数近似图形面积
|
|
0 commit comments