Just for the record, I have created a
ticket https://trac.sagemath.org/ticket/34758
Regards,
Max
On Monday, October 25, 2021 at 5:26:37 PM UTC-4 Max Alekseyev wrote:
> Btw, another there is another issue related to the order of indeterminates
> described at
> https://ask.sag
Btw, another there is another issue related to the order of indeterminates
described at
https://ask.sagemath.org/question/53319/
Regards,
Max
On Thu, Sep 9, 2021 at 11:01 AM Max Alekseyev wrote:
> That would be nice to fix. Btw, there is also the same issue with formal
> integration - l
.org/ticket/32486 but nobody seems to care.
Regards,
Max
--
You received this message because you are subscribed to the Google Groups
"sage-support" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to sage-support+unsubscr...@googlegroups.com.
That would be nice to fix. Btw, there is also the same issue with formal
integration - like in the example below:
K. = PolynomialRing(QQ)
R. = InfinitePolynomialRing(K)
f = x[0] + x[1]
integrate(f,x[2])
which fails while integrate(f,x[1]) works fine.
Regards,
Max
On Thursday, September 9
ing the
actual differentiation to it.
I think as a temporary fix for ISSUE#2, one can create an polynomial being
a sum of all variables that may ever appear later to make sure that the
underlying PolynomialRing knows about them all upfront.
Regards,
Max
On Wednesday, September 8, 2021 at 10:30:21
ame 'derivative(f,x[2])' command again
in the same Sage session, it will succeed.
So, it appears that if we differentiate with respect to a new variable,
which was not accessed before, then differentiation would fail. I hope this
is not an intended behavior and can be easily fixed.
Than
I'm also seeing illegal instruction in Sage 9.3 and 9.4 (and not in 9.2)
while doing some linear algebra, although I'm not sure if it's the same bug
or not.
In either case, my bugreport is submitted
to https://trac.sagemath.org/ticket/32447
Regards,
Max
On Thursday, August 26,
Hi,
> On 17 Oct 2018, at 13:48, Dima Pasechnik wrote:
>
> Hi Max,
>
> On Wednesday, October 17, 2018 at 12:04:02 PM UTC+1, Max Horn wrote:
> I am having the same problem, on a slightly newer machine: MacBook Pro 15",
> late 2012, with a 2,3 GHz Intel Core i7, spec
I am having the same problem, on a slightly newer machine: MacBook Pro 15",
late 2012, with a 2,3 GHz Intel Core i7, specifically i7-3615QM, so Ivy
Bridge. Running on Mac OS X 10.11.6, and I made sure to get the .dmg for
that.
It would indeed be great if SageMath somewhere specified what hardwa
convert int to sage.rings.integer.Integer'
Any ideas?
Max
Am Montag, 2. Mai 2016 10:47:23 UTC+2 schrieb Simon King:
>
> Hi Max,
>
> On 2016-05-01, Max Külshammer > wrote:
> > I would like to use a sage function (is_power_of) in an cython program I
> am
> >
.
Max
--
You received this message because you are subscribed to the Google Groups
"sage-support" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to sage-support+unsubscr...@googlegroups.com.
To post to this group, send email to sage-support@google
me what I'm doing wrong?
Many thanks,
Max Hikorski
--
To post to this group, send email to sage-support@googlegroups.com
To unsubscribe from this group, send email to
sage-support+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/sage-suppor
egg
running install_lib
running build_py
running build_ext
customize UnixCCompiler
customize UnixCCompiler using build_ext
building 'pyhdf._hdfext' extension
compiling C sources
C compiler: gcc -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-
prototypes -fPIC
compile options: '-I/usr/
hi together,
how can I install pytables into sage? I found it in some old
presentations as a planed feature, but apparently it was dropped?! Or
is there any other way to read hdf or netcdf files with sage?
Thanks
--
To post to this group, send email to sage-support@googlegroups.com
To unsubscr
Hi,
i am looking for a way to solve this equation "10* (2* x^2 + y^2 + z^2
- 1)^3- x^2*z^3 - 10*y^2* z^3=0" to "z" but I did not find a way to do
it in sage. So if anybody knows how to do it please answer me- Thanks.
--~--~-~--~~~---~--~~
To post to this group, sen
ay or something else) and do different things
depending on what it is passed.
Thank You.
On Jan 2, 11:55 pm, "William Stein" <[EMAIL PROTECTED]> wrote:
> On Jan 2, 2008 4:13 PM, Max Randor <[EMAIL PROTECTED]> wrote:
>
>
>
> > Shortly after posting I worked
Shortly after posting I worked out how to fix it myself.
Sorry.
As a consequence of editing the wrong file I can no be sure that the
patch file is for the same file as sear distributes, but it is close.
http://max.randor.googlepages.com/gnuplot1.py
http://max.randor.googlepages.com/gnuplot1.patch
Background:
For the analysis of some experimental data I am using sage's notebook.
several functions that I have written work together to turn the input
datafile from a silly propitiatory program into a nice simple text
file of x, y and z values separated by 1 space
e.g.
17 17 17
17 17 18
17 18 19
18 matches
Mail list logo