#ProjX.txt: Maple package for Project X of Math 336 (Rutgers Niv., Fall 2025 taught by Dr. Z. (aka Professor Doron Zeilberger)) read `DMB.txt`: print(`This is ProjX.txt, a Maple package accompanying Project X of Dr. Z.'s Math 336 (Dynamical Models in Biology), Fall 2025`): print(` Project Leader: LLL `): print(``): print(`Other members : `): print(``): print(`For a list of the procedures done by this team type: HelpX(); For Help with a specific procedure, type: HelpX(ProcedureName);`): HelpX:=proc() if nargs=0 then print(`The available procedures are: `): elif nargs=1 and args[1]=PROC then print(``): else print(`There is no Help for`, args): fi: end: