Skip to content

This project is a matlab program implementation of the classic methods and algorithms mentioned in the "Calculation Methods" book, with tutorials and answers.

Notifications You must be signed in to change notification settings

Yangget/matlab_calculation_method

Repository files navigation

计算方法(calculation methodb)

 该项目是《计算方法》一书中提到的经典方法和算法的matlab程序实现,包含代码详解和运行过程。

😃

1.简介

2.线性方程组的数值解法

3.方程的近似解法

4.差值和数据拟合

5.数值积分和数值微分


文件结构

├── 1.简介
│   └── 1.秦九韶算法
│       ├── qinjiushao.m
│       └── README.md
├── 2.线性方程组的数值解法
│   └── 4线性方程组的迭代解法
│       ├── gauss_seidel.m
│       ├── jacobi.m
│       └── README.md
├── 3.方程的近似解法
│   ├── aitken.m
│   ├── niudun.m
│   ├── README.md
│   └── yiban.m
├── 4.差值和数据拟合
│   ├── mafit.m
│   ├── README.md
│   └── untitled.jpg
├── 5.数值积分和数值微分
│   ├── compute_g.m
│   ├── compute.m
│   ├── compute_r.m
│   ├── gauss.m
│   ├── README.md
│   ├── romberg.m
│   └── untitled.jpg
└── README.md



其他算法将在以后更新上传。


电子书

 链接: https://pan.baidu.com/s/1kbubqHgIokGDZ-5iBQSh9g 提取码: 8mau (仅为学术用途)

联系作者

电子邮箱: [email protected]
微信: ycw19983

招聘

寻求喜欢计算方法相关内容的小伙伴共同维护该项目。若有意向,请联系作者。

About

This project is a matlab program implementation of the classic methods and algorithms mentioned in the "Calculation Methods" book, with tutorials and answers.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages