Skip to content

wojiuwen/newton_find_root

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

作用说明

使用牛顿迭代法,求一个函数的根,需要使用者自己构造一个函数,然后调用find_root或者find_root_2

函数说明

find_root 使用单牛顿迭代法 find_root_2 使用牛顿迭代法加二分求根法,在牛顿迭代失效的时候,转换为二分法求根

使用方法

moon run main.mbt

函数调用示例

详见,main.mbt

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published