Note on Advanced Algorithm II: Hashing and Sketching Note on Advanced Algorithm II: Hashing and Sketching 2023-10-06 algorithm
Note on Advanced Algorithm I: Fingerprint Note on Advanced Algorithm I: Fingerprint 2023-10-06 algorithm
函数插值 本文关注函数插值的基本知识,包括多项式插值的 Lagrange, Neville, Newton 方法,误差估计,Runge现象,Chebyshev节点,Hermite 插值,三次样条插值,一般基函数的插值,二维插值 2022-03-09 数值算法
非线性方程(组)的解法 本文包括一元情况下非线性方程的bisetion,regula falsi, 不动点迭代, Newton法, 多元情况下非线性方程组的Newton法, Broyden法。 2022-03-08 数值算法