Dima Pasechnik wrote:
> # WARNING -- if you add a package here, also add it to
> # the gap_reset_workspace() command in
> #/src/sage/interfaces/gap.py
>
> but AFAICS not all of the GAP packages from the current optional
> gap_packages package are actually listed / treated t
These four packages seem to be working fine now. I just copied their source
(+quagroup) into the "pkg" directory.
I also had to issue gap_reset_workspace() in sage. I'll do more extensive
tests later, but for now all these packages seem to be fine.
Thanks for your help.
On Saturday, September 1
On Saturday, September 10, 2016 at 10:07:29 PM UTC, multiscalar wrote:
>
> How can I tell if the package I need is safe to add or not?
> These are the ones I'd like to add for now : gbnp,sla,corelg,repsn; are
> these safe?
> if they are, what's the recommended procedure with sage-7.3?
>
The culp
How can I tell if the package I need is safe to add or not?
These are the ones I'd like to add for now : gbnp,sla,corelg,repsn; are
these safe?
if they are, what's the recommended procedure with sage-7.3?
On Saturday, September 10, 2016 at 2:41:35 PM UTC-7, Dima Pasechnik wrote:
>
>
>
> On Saturd
saad khalid wrote:
> In mathematica, there is the function "together" which combines
> fractions by giving them a common denominator and then cancels out the
> factors. It is shown here:
> https://reference.wolfram.com/language/ref/Together.html
>
> In Sage, I would like to do something similar. I
On Saturday, September 10, 2016 at 9:26:02 PM UTC, leif wrote:
>
> multiscalar wrote:
> > Thanks, this is definitely simpler and it worked, but only about half of
> > the packages I use are included. How would I add the other ones?
>
> Well, if you're a bit familiar with Sage / Python and the
This is not a good idea to install all GAP packages, if you don't want to
break your Sage install.
Not all GAP packages are compatible with libGAP (namely, ones that use
GAP's dynamic loaded modules, e.g. IO); that is, installing them will break
libGAP (and everything that uses it in Sage, which
multiscalar wrote:
> Thanks, this is definitely simpler and it worked, but only about half of
> the packages I use are included. How would I add the other ones?
Well, if you're a bit familiar with Sage / Python and the shell, take a
look at
build/pkgs/gap_packages/spkg-install (a shell script
On 09/10/2016 04:41 PM, Anton Sherwood wrote:
> I haven't guessed the right keywords. How do I solve a set of linear
> equations in which the coefficients are symbolic expressions like
> a^2-sqrt(b)?
>
Try creating vectors/matrices over the symbolic ring "SR", and then use
solve_left or solve_
In mathematica, there is the function "together" which combines fractions
by giving them a common denominator and then cancels out the factors. It is
shown here:
https://reference.wolfram.com/language/ref/Together.html
In Sage, I would like to do something similar. I just want to do
A,B = var("
Thanks, this is definitely simpler and it worked, but only about half of
the packages I use are included. How would I add the other ones?
I think these days diskspace isn't much of an issue, it would be nice if
there are similar commands to install all accepted packages.
On Saturday, September 1
I haven't guessed the right keywords. How do I solve a set of linear
equations in which the coefficients are symbolic expressions like
a^2-sqrt(b)?
--
*\\* Anton Sherwood *\\* www.bendwavy.org
--
You received this message because you are subscribed to the Google Groups
"sage-support" grou
I just do "sage -i gap_packages" (and "sage -i database_gap") which sounds
a lot simpler if it includes the packages you need.
On 10 September 2016 at 18:36, multiscalar wrote:
> I just built sage-7.3 under Centos7. Everything seems to have worked well :
> sage comes up fine and a few simple cal
I just built sage-7.3 under Centos7. Everything seems to have worked well :
sage comes up fine and a few simple calculations work. The gap part on its
won
also comes up and works with simple tests, but there are no packages
included.
I'm now trying to add all the gap packages to the gap componen
14 matches
Mail list logo