| Author |
Comment/Response |
Forum Moderator
email me
 |
02/26/97 11:29am
Reply to message #147 from Ernest M Duckworth III: > I have the student version 3.0 and am having problems loading my package add-ons, that I thought were on the CD. For example I tried to load DiscreteMath'Combinatorica' and it gives me an error message...'Failed' > > What seems to be the problem. Am I not able to use add-ons since I have the student version? > > Please help me with this! > > Thank You > > Hello, It looks like you are using apostrophes ( ' ) instead of the backquote ( ` ) as the separator when you load the package. Try: Get[''DiscreteMath`Combinatorica`''] or Needs[''DiscreteMath`Combinatorica`''] Forum Moderator
URL: , |
|