Hello,
I'm not sure if I should open a ticket on the following issue, or if
this is just a case of "Error Between Keyboard And Chair". Here is a
simplified version of what happened.
I had parents A and B and map phi between them, as follows:
sage: A = CombinatorialFreeModule(ZZ,[1,2,3],prefix='X
On 04/15/2011 04:21 PM, David Kirkby wrote:
> What I would find unacceptable is if some unknown person wants a trac
> account for an anonymous account, having never posted to sage-devel or
> sage-support.
Agreed. But just to be precise about the definition of 'unknown', I
think it should be ok if
(cc'ing the sage-combinat folks who may not have seen this)
Robert Bradshaw wrote:
> On this note: http://sage.math.washington.edu:21100/ticket/
>> It has some heuristics, but it's far from perfect. As people learn the
>> conventions of the buildbot, and the buildbot learns the conventions
>> of
On 10/22/2010 12:20 PM, Robert Bradshaw wrote:
> Given the difficulty of finding reviewers, are you arguing we
> shouldn't try to make things even easier? Yes, it's not to bad ([copy
> the url, qimport, qpush] * n, build, test, run doctests, qpop, ...),
> but could be a lot better. Oh, and by "test
Hello,
The resources from sage days 20.5 may be helpful for this. See
http://wiki.sagemath.org/days20.5/schedule
and in particular my May 5 talk:
An introduction to categories and coercions in Sage
The worksheet posted there should be reasonably self-contained; if not,
there is apparently a v
> At the moment there does not seem to be a clear consensus either way.
> If you have an opinion on this, please vote! Let x be an explicit
> numerical value such that x is not a non-negative integer (e.g. x=2/3,
> x=1.5, or x=i). The options are:
>
> A) factorial(x) should raise an error;
>
>
Thanks Simon and Florent,
This is now http://trac.sagemath.org/sage_trac/ticket/9138 .
--
To post to this group, send an email to sage-devel@googlegroups.com
To unsubscribe from this group, send an email to
sage-devel+unsubscr...@googlegroups.com
For more options, visit this group at http://gr
#x27;sum'
The same thing happens with `summation` and
`summation_from_element_class_add`, and various other methods (for
instance `R.addition_table`). It also happens for both single variable
and multi-variable polynomial rings. Is this behavior known, or should
I open a ticket?
Thanks,
J
Very nice!
Note that Nicolas' last name is Thiéry and not Thiery (unless it is
ASCII-only source code.) :-)
Cheers,
Jason
--
To post to this group, send an email to sage-devel@googlegroups.com
To unsubscribe from this group, send an email to
sage-devel+unsubscr...@googlegroups.com
For more op
s
>> "Sage HOWTOs" as proposed at #8470 [3]?
>
> My first thought would be to stuff everything in the reference manual
> (in particular to encourage consistency and cross-references with the
> rest of the reference manual), and have a separate, concise, and well
> advert
kcrisman wrote:
>
> http://www.ams.org/notices/201002/rtx100200248p.pdf
>
>From the article:
To this end the Simons Foundation will in coming
months hold several roundtable events in which
mathematicians and scientists “will offer us, we
hope, sage advice about how to spend this mone
Jason Bandlow wrote:
> Is everyone OK with
> term = coefficient * monomial ? Does anyone know of a part of Sage that
> is currently not consistent with this?
Thanks for your feedback, everyone! term = coefficient * monomial it is.
Cheers,
Jason
--
To post to this group, send an
Nick Alexander wrote:
>> sage: y = expand(K.det()); y
>> a*d*e*h - a*d*f*g - b*c*e*h + b*c*f*g
>> sage: simplify(y)
>> -a*d*f*g + a*d*h*e + b*c*f*g - b*c*h*e
>
> To me, these look like the same expressions, just one has variables
> sorted differently (h < e?) and different term orders. What is th
Hello all,
I'm currently working on enriching the ModulesWithBasis Category in
Sage, and I have a question about what to call things. Namely, when
given a sum of generators with coefficients, what is a 'term' and what
is a 'monomial'. (Typically, I am asking for leading/trailing
terms/monomials)
Jerome Lefebvre wrote:
>
> Bizarre error reporting with symmetric functions;
>
> --
> | Sage Version 4.1, Release Date: 2009-07-09 |
> | Type notebook() for the GUI, and license() for information.
William Stein wrote:
> On Tue, Jul 28, 2009 at 5:41 AM, Robert
> Bradshaw wrote:
>> On Jul 28, 2009, at 5:00 AM, Jason Bandlow wrote:
>>
>>> Hello sage-devel,
>>>
>>> I found the following behavior surprising... is it intentional?
>>>
&
Hello sage-devel,
I found the following behavior surprising... is it intentional?
sage: R. = QQ[]
sage: R.foo = 1
sage: reset()
sage: S. = QQ[]
sage: S.foo
1
I understand that there is a unique polynomial ring in one variable over
QQ, but I was surprised to see it persist through a reset().
Th
Robert Bradshaw wrote:
> On Jun 9, 2009, at 9:47 AM, Jason Bandlow wrote:
>
>>> On Jun 9, 2009, at 8:29 AM, Jason Bandlow wrote:
>>>
>>>> Hi,
>>>>
>>>> I ran across the following behavior in sage-3.4.1 and sage-4.0 (I
>
> On Jun 9, 2009, at 8:29 AM, Jason Bandlow wrote:
>
>> Hi,
>>
>> I ran across the following behavior in sage-3.4.1 and sage-4.0 (I
>> don't
>> have 4.0.1 yet), and I find it fairly disturbing.
>>
>> sage: d = {'a': 1}
of the expression, but I would hope that when it fails, nothing in
the expression would be changed.
Best,
Jason Bandlow
--~--~-~--~~~---~--~~
To post to this group, send email to sage-devel@googlegroups.com
To unsubscribe from this group, send email to
sage-devel-un
kcrisman wrote:
>
>> How clever is Google? Perhaps they argue:
>> - "On the Sage pages, we frequently find the phrase 'viable open
>> source alternative to Mathematica' (or something in that spirit)"
>> - Hence, Mathematica is relevant to Sage.
>> - Hence, if people search for Sage, it makes s
Hello all,
>> I would think S.index(x) would be more intuitive to a non-
>> combinatorist like me.
I agree. I am well aware that 'rank' and 'unrank' are very common in
some places, but I found them non-intuitive at first. I would prefer
something like index/[] which I find more natural. (Th
William Stein wrote:
> On Sat, Feb 28, 2009 at 2:49 PM, Jason Bandlow wrote:
>> This seems like a bug to me:
>>
>>sage: dd = {(0,0):1}
>>sage: %timeit matrix(8,dd).det()
>>10 loops, best of 3: 213 ms per loop
>>sage:
This seems like a bug to me:
sage: dd = {(0,0):1}
sage: %timeit matrix(8,dd).det()
10 loops, best of 3: 213 ms per loop
sage: %timeit matrix(8,dd,sparse = False).det()
100 loops, best of 3: 629 µs per loop
Should I open a ticket?
Cheers,
Jason
--~--~---
That way people who prefer one idiom over the other will see the one
they like, and hopefully nobody is confused into thinking they are
different.
Cheers,
Jason Bandlow
--~--~-~--~~~---~--~~
To post to this group, send email to sage-devel@googlegroups.com
To unsubs
Hello all,
I reporting the following bug here because a) Trac is currently down and
b) it's bad enough that I'd like to call attention to it.
The following test was done in 3.3.rc0.
Cheers,
Jason
sage: R. = QQ[]; S. = QQ[]; F = FractionField(S);
sage: x in S # this is ok
False
sage: x in F
Rob Beezer wrote:
> I've been working on the conversion of LaTeX documents, which include
> Sage code, into Sage worksheets. Here's the current state of the
> experiment. From the same LaTeX source, I'm producing PDF with bits
> of Sage code inline and in set-off blocks. The blocks are formatte
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Ronan Paixão wrote:
> Hey, that's much more awesome! It lacks some antialiasing, though.
>
> Maybe we should add image manipulation support like those new
> Mathematica features:
> http://www.wolfram.com/products/mathematica/newin7/content/BuiltInImag
Hello,
I wanted to call attention to Trac #4303, which I just opened, in the
hopes that the right person to fix it will see it. It has to do with
the color of plotted points.
>
> From the docstring for point2d, the following works fine:
>
> sage: p = point(((0.5, 0.5), (1, 2), (0.5, 0.9), (-1,-1
On 29/02/2008, didier deshommes <[EMAIL PROTECTED]> wrote:
>
>> On Fri, Feb 29, 2008 at 1:58 PM, Jason Bandlow <[EMAIL PROTECTED]> wrote:
>> >
>> > Hi,
>> >
>> > Currently, if f is a multi-polynomial, the call f.jacob() returns t
30 matches
Mail list logo