文件名称:newton_raphson
介绍说明--下载内容均来自于网络,请自行研究使用
Summary: Newton-Raphson method for all real roots of the polynomial.
MATLAB Release: R11
Descr iption: This M-file calculates all the real roots of the given polynomial. It calls syn_division, a synthetic division function, and derivate, differentiation function.
MATLAB Release: R11
Descr iption: This M-file calculates all the real roots of the given polynomial. It calls syn_division, a synthetic division function, and derivate, differentiation function.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
压缩包 : 7941916newton_raphson.rar 列表 newton_raphson\derivate.m newton_raphson\Description.txt newton_raphson\newton.m newton_raphson\syn_division.m newton_raphson