Another Combinatorica loading problem
- To: mathgroup at smc.vnet.net
- Subject: [mg50085] Another Combinatorica loading problem
- From: Steve Gray <stevebg at adelphia.net>
- Date: Sat, 14 Aug 2004 01:50:52 -0400 (EDT)
- Sender: owner-wri-mathgroup at wolfram.com
My Combinatorica.m is in D:\ProgramFiles\WolframResearch\Mathematica\5.0\AddOns\StandardPackages\DiscreteMath but neither << DiscreteMath`Combinatorica` nor Needs["DiscreteMath`Combinatorica`"]; apparently loads it because NthPermutation[100,{a,b,c,d,e,f,g}] just echoes NthPermutation. My $Path is { D:\Program Files\Wolfram Research\Mathematica\5.0\AddOns\JLink, D:\Program Files\Wolfram Research\Mathematica\5.0\AddOns\NETLink, D:\Program Files\Wolfram Research\Mathematica\5.0\AddOns\StandardPackages\StartUp, D:\Program Files\Wolfram Research\Mathematica\5.0\AddOns\StandardPackages\StartUp, D:\Program Files\Wolfram Research\Mathematica\5.0\AddOns\Autoload, D:\Program Files\Wolfram Research\Mathematica\5.0\AddOns\Applications, D:\Program Files\Wolfram Research\Mathematica\5.0\AddOns\ExtraPackages, D:\Program Files\Wolfram Research\Mathematica\5.0\SystemFiles\Graphics\Packages, D:\Program Files\Wolfram Research\Mathematica\5.0\Configuration\Kernel } (plus some other stuff) How do I put the required path into $Path, and I wonder why wasn't it included in the package I received? I changed nothing about Path. Thanks for any info. This will be holding me up. Steve Gray
- Follow-Ups:
- Re: Another Combinatorica loading problem
- From: DrBob <drbob@bigfoot.com>
- Re: Another Combinatorica loading problem