Jawad

0 Reputation

0 Badges

11 years, 359 days

MaplePrimes Activity


These are questions asked by Jawad

I'm very new user at Maple. i'm using Maple 13 and wrote a code taking help from another code. i'm writing my code here, i'm receiving error at highlighted line, also i'm unable to get any kind of out put.... plz d help

> newton:=proc(fx,m);
> local i,x0,s,n,x1,k,dfx,fx1,fx2,difference,difference1,x2,d2fx,x3;
> x0:=m;
> n:=128;
> k:=1;
> for i from 1 while i < 500 do
> dfx:=evalf[n](eval[n](diff(f(x),x),x=x0));
> x1:=evalf[n...

Page 1 of 1