simplesimon

24 Reputation

2 Badges

16 years, 289 days

MaplePrimes Activity


These are replies submitted by simplesimon

I've been trying out the new Google Chrome browser. The normal editor box doesn't appear. I'm using IE now so hope this works!

Okay..after a bit of fighting i had to paste to Word then here...

 
treach:= proc(pl,sl,trchmax,trchstart,trchend)
local speed;
if pos[n]>=trchstart and pos[n]<=trchend
 
then speed[n]:= min(speed[n],trchmax)
else if pos[n]<trchstart and (trchstart-pos[n])<5
 
then speed[n]:=max(trchstart-pos[n],trchmax);
end if; end if;
end proc:
I hope you can read this because it's not showing up properly on my side!

 

I've been trying out the new Google Chrome browser. The normal editor box doesn't appear. I'm using IE now so hope this works!

Okay..after a bit of fighting i had to paste to Word then here...

 
treach:= proc(pl,sl,trchmax,trchstart,trchend)
local speed;
if pos[n]>=trchstart and pos[n]<=trchend
 
then speed[n]:= min(speed[n],trchmax)
else if pos[n]<trchstart and (trchstart-pos[n])<5
 
then speed[n]:=max(trchstart-pos[n],trchmax);
end if; end if;
end proc:
I hope you can read this because it's not showing up properly on my side!

 

Page 1 of 1