[sage-support] Re: Can sage's palp decompress these polytopes?

2017-02-07 Thread Andrey Novoseltsev
On Monday, 6 February 2017 14:47:15 UTC-7, Dominique Laurain wrote: > > Summmary of work done for sagemath ... > > > http://rpm.pbone.net/index.php3/stat/4/idpl/34786687/dir/fedora_other/com/sagemath-data-polytopes_db-7.3-6.fc25.noarch.rpm.html > > (maybe more recent updates?) > > I guess pcpa and

[sage-support] Re: how to do this in SAGE

2017-02-07 Thread Simon King
Hi, On 2017-02-07, valerio...@gmail.com wrote: > I have not been able to use f as a parameter. To use a simpler example, > what is the SAGE code corresponding to this Mathematica code: > f[x_]:=1+x+x^2 > g[x_]:=1+x+x^2+x^3 > Ex[f_]:=Expand[f[x]^2] > Ex[f] > > 1 + 2 x + 3 x^2 + 2 x^3 + x^4 > > Ex

Re: [sage-support] Re: how to do this in SAGE

2017-02-07 Thread David Joyner
On Tue, Feb 7, 2017 at 7:14 AM, wrote: > > > On Saturday, February 4, 2017 at 4:46:38 PM UTC-6, Dima Pasechnik wrote: >> >> >> >> On Saturday, February 4, 2017 at 8:48:22 PM UTC, valer...@gmail.com wrote: >>> >>> I would like to know the right way to do in SAGE what I am currently >>> doing with

[sage-support] Re: how to do this in SAGE

2017-02-07 Thread Dima Pasechnik
On Tuesday, February 7, 2017 at 12:14:49 PM UTC, valer...@gmail.com wrote: > > > > On Saturday, February 4, 2017 at 4:46:38 PM UTC-6, Dima Pasechnik wrote: >> >> >> >> On Saturday, February 4, 2017 at 8:48:22 PM UTC, valer...@gmail.com >> wrote: >>> >>> I would like to know the right way to do i

[sage-support] Re: how to do this in SAGE

2017-02-07 Thread valeriodea
On Saturday, February 4, 2017 at 4:46:38 PM UTC-6, Dima Pasechnik wrote: > > > > On Saturday, February 4, 2017 at 8:48:22 PM UTC, valer...@gmail.com wrote: >> >> I would like to know the right way to do in SAGE what I am currently >> doing with Mathematica in these two examples (I actually know