Re: [sage-support] Re: Java crash with plot3d

2012-03-12 Thread Jori Mantysalo
On Sat, 10 Mar 2012, Nils Bruin wrote: This will crash java: x=var('x'); y=var('y'); plot3d(x^2+y^2, (x,-2,2), (y,-2,2)) - -work-around mentioned there is to go to about:config in firefox dom.ipc.plugins.java.enabled : true Thanks! This works also in here. -- Jori Mäntysalo -- To post

[sage-support] divides method for generic dense polynomials?

2012-03-12 Thread Simon King
Hi! Working on a very old bit-rotten patch of mine at #8992, the following turns out to be a problem in one of the examples: sage: P.y = QQ['x'][] sage: y.divides(y) --- AttributeErrorTraceback

[sage-support] Re: divides method for generic dense polynomials?

2012-03-12 Thread P Purkayastha
This works. Note the extra [] is not present: sage: P.y = QQ['x'] sage: y.divides(y) True On Monday, March 12, 2012 6:46:02 PM UTC+8, Simon King wrote: Hi! Working on a very old bit-rotten patch of mine at #8992, the following turns out to be a problem in one of the examples: sage: P.y

[sage-support] Re: Error installing visualization software on OS X

2012-03-12 Thread Dima Pasechnik
In gmane.comp.mathematics.sage.support, you wrote: --Apple-Mail-2-1006251222 Content-Type: text/plain; charset=ISO-8859-1 On Mar 10, 2012, at 11:08 PM, Dima Pasechnik wrote: Can someone please provide accurate instructions for installing vtk? Thank you for your report. It seems that vtk

[sage-support] Re: divides method for generic dense polynomials?

2012-03-12 Thread Simon King
Hi, On 12 Mrz., 13:11, P Purkayastha ppu...@gmail.com wrote: This works. Note the extra [] is not present: sage: P.y = QQ['x'] That's a totally different ring. -- To post to this group, send email to sage-support@googlegroups.com To unsubscribe from this group, send email to

[sage-support] Re: divides method for generic dense polynomials?

2012-03-12 Thread john_perry_usm
It was certainly broken as of 4.7.2, which is not quite far enough back to test. john perry -- 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

[sage-support] Re: divides method for generic dense polynomials?

2012-03-12 Thread Simon King
Hi John, On 12 Mrz., 18:39, john_perry_usm john.pe...@usm.edu wrote: It was certainly broken as of 4.7.2, which is not quite far enough back to test. OK. I am still not totally sure why my old patch from #8992 worked, then: The divides method is called when testing for a coercion between two

[sage-support] Re: divides method for generic dense polynomials?

2012-03-12 Thread john_perry_usm
I checked 4.6.2 (I still have a copy!) b/c I was wondering if the massive patch we recently did might have affected it. Unfortunately, it doesn't work there, either. john On Mar 12, 2:18 pm, Simon King simon.k...@uni-jena.de wrote: Hi John, On 12 Mrz., 18:39, john_perry_usm john.pe...@usm.edu

[sage-support] Re: divides method for generic dense polynomials?

2012-03-12 Thread John H Palmieri
On Monday, March 12, 2012 11:33:09 AM UTC-7, john_perry_usm wrote: I checked 4.6.2 (I still have a copy!) b/c I was wondering if the massive patch we recently did might have affected it. Unfortunately, it doesn't work there, either. I've tried with 4.4.4 (2010-06-23) and 4.1.2

[sage-support] Re: divides method for generic dense polynomials?

2012-03-12 Thread Simon King
Hi John, hi John, On 12 Mrz., 19:40, John H Palmieri jhpalmier...@gmail.com wrote: On Monday, March 12, 2012 11:33:09 AM UTC-7, john_perry_usm wrote: I checked 4.6.2 (I still have a copy!) b/c I was wondering if the massive patch we recently did might have affected it. Unfortunately, it