############################################################################################## ##This is ProjX.txt, a Maple package to generate and investigate integer sequences counting # ####It is the Maple package created by Team X in Dr. Z.'s Combinatorics Clss at # #Rutgers University, Fall 2020. # # Save this file as `ProjX.txt`, to use it # #Type, in a Maple session # #read `ProjX.txt`): # #and then to get a list of the functions type # #Help(): # #For Help with any of the functions, type # #Help(FunctionName) # #Team Leader: # #Team members: # ############################################################################################## print(`This is ProjX.txt, a Maple package that is part of Project X in Dr. Z.'s Combinatorics Class at Rutgers University`): print(``): print(`Team Leader: tbd `): print(``): print(`Other Team members: tbd `): print(`For a list of all the functions type: Help(); `): print(`For Help with any of the functions, type Help(FunctionName):`): Help:=proc() if nargs=0 then print(`The available procedures are`): print(` `): elif nargs=1 and args[1]=X then else print(`There is no Help for`): print(args): fi: end: