[sage-support] Re: Gap Undeposited Implementations

2009-11-09 Thread Adam Sorkin
I'd like to do it this way, running everything through sage, but it doesn't work. Here is what I'm getting: sage: g = SymmetricGroup(3) sage: t = [(2,1),(2,1)] sage: gap.Braid(g,t) --- RuntimeError

[sage-support] Re: Gap Undeposited Implementations

2009-11-09 Thread Robert Bradshaw
On Nov 9, 2009, at 8:58 AM, Adam Sorkin wrote: I'd like to do it this way, running everything through sage, but it doesn't work. Here is what I'm getting: sage: g = SymmetricGroup(3) sage: t = [(2,1),(2,1)] sage: gap.Braid(g,t)

[sage-support] Re: Gap Undeposited Implementations

2009-11-07 Thread David Joyner
I posted a new version of the braid package at http://www.opensourcemath.org/braid/ If you extract it in sage*/local/lib/gap*/pkg and then start GAP by sage -gap, then it loads using gap LoadPackage(braid); On Wed, Nov 4, 2009 at 10:27 PM, Adam Sorkin azsor...@hotmail.com wrote: I am trying

[sage-support] Re: Gap Undeposited Implementations

2009-11-05 Thread William Stein
On Thu, Nov 5, 2009 at 10:11 AM, Adam Sorkin azsor...@hotmail.com wrote: Moving to a directly having the braid files, I get sage: gap.eval('Read(assemble.g)') ' ' but when I try to run Braid, I get the error sage: Braid(g,t)

[sage-support] Re: Gap Undeposited Implementations

2009-11-05 Thread David Joyner
Okay. Here is what will work. The package loading mechanism has changed so my quick hack to create a package from Maagard et al's files will not work now. I'll try to fix it eventually when I have time... 1. Download and extract Maagard's tarball anywhere, say to /Users/me/gapfiles/braid (so

[sage-support] Re: Gap Undeposited Implementations

2009-11-04 Thread Robert Bradshaw
On Nov 4, 2009, at 7:27 PM, Adam Sorkin wrote: I am trying to load a Gap package for braid orbit computations. I would like to run everything through Sage if possible. This is an undeposited Implementation, so running sage -i gap_packages-4.4.10_4 doesn't retrieve this package. I'm