remo

5 Reputation

2 Badges

12 years, 92 days

MaplePrimes Activity


These are questions asked by remo

Hi, 

I work with Maple as professional and I want to buy one tablet for convenient . Is there Maple for Tablet? which operating system? Android, ios or windows 8 tablet?  which one is better?

Thanks.

I have a program in  matlab,

I want to change below code in maple,

 

 

henon_map = inline('[a-x.^2+b*y x]','a','b','x','y');

%a=input('a [0] = ');
b=input('b [0.4] = ');

%if(isempty(a))
% a=0
%end

if(isempty(b))
 b=0.4
end

Npts=200;
Ntrans=100;
Ntot=Ntrans+Npts;

% For the whole window:
fig1=1; fig2=2;xmin=-2;xmax=2; Nmin=1; Nmax=50;
amin = -0.09;
amax = 1.249;

I need program of multiple shooting method with maple or algorithm?

Thanks alot.

Page 1 of 1