ricky

15 Reputation

2 Badges

14 years, 214 days

MaplePrimes Activity


These are questions asked by ricky

Hi, just a quick one...

Is there anyway to put FPS into the options of an animation so when the MAPLE file is re-opened it is not reset to 10 as this is faster then I would like!!

 

Cheers

Hi there, I'm trying to write an Algoritm to solve a Stable Marriage Problem and have written what I think should work but it doesn't.  Any hints or tips on how to fix it would be greatly appreciated!

 

stableMatching:= proc(M,W)
 local n,i,j,k,c,d,g,Mm,Ww,s:
    g:=0:
    c:=0:
 with(ArrayTools):
    n:=max(Size(M)):
       Mm := Array(1..n): #stores...

Page 1 of 1