Subhra

5 Reputation

2 Badges

13 years, 109 days

MaplePrimes Activity


These are questions asked by Subhra

Dear fellow users,

I am trying to call Maple functions from Matlam .m file. How can I do it?

I am using Matlab 7.12 (R2011a) and Maple 12.

Thanks in advance..

Dear Maple users,

I am trying to solve a non linear equation for complex and real roots and I am using following command:

answer:=fsolve(func,x,{x=-100-100*I..100+100*I},complex); % here 'func' is a nonlinear function

to search for all possible roots in the given range. But fsolve does not return all possible roots. Mostly it returns one. But I am sure the function has more roots in the specified range

But, if my "func" is simple polynomial (e.g. func= x^5-3x^2+3x-1...

Page 1 of 1