Introduction - If you have any usage issues, please Google them yourself
Summary: Newton-Raphson method for all real roots of the polynomial. MATLAB Release: R11 Description: This M-file calculates all the real roots of the given polynomial. It calls syn_division, a synthetic division function, and derivate, differentiation function.
Packet : 7941916newton_raphson.rar filelist
newton_raphson\derivate.m
newton_raphson\Description.txt
newton_raphson\newton.m
newton_raphson\syn_division.m
newton_raphson