Skip to content

guodongrui-gdr/Numerical_Methods

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 

Repository files navigation

Numerical_Methods

华南师范大学数学科学学院信息与计算科学

数值方法

2022/3/12 19:30(UTC +8:00)

新增m文件夹用于存储数值方法的作业代码

增加了bisect函数,作用是用二分法求解f(x)=0

2022/3/12 19:57(UTC +8:00)

增加了regula函数,作用是用试值法求解f(x)=0

2022/3/12 20:24(UTC +8:00)

改进了bisect和regula算法

2022/3/13 20:32(UTC +8:00)

增加了newton函数,用于牛顿-拉夫森迭代法

2022/3/15 02:46(UTC +8:00)

为newton算法增加注释,并新增两个参数用于判断迭代终止

2022/3/15 16:41(UTC +8:00)

 新增secant函数,用于割线法
 将newton函数的输出改为迭代序列

2022/3/15 17:18(UTC +8:00)

删除了newton函数中df的输入参数,将求导功能写在函数内部

2022/3/15 17:24(UTC +8:00)

新增halley函数

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published