[sage-support] Re: SAGE being extremely slow with multivariable poly rings - is this normal?

2010-05-22 Thread Simon King
On 22 Mai, 00:12, Robert Bradshaw rober...@math.washington.edu wrote: Try working a multivariate ring rather than a tower of univariate   rings, e.g. ... ... which suggests the question why Sage does not automatically transform a tower of polynomial rings into a single ring -- for efficiency,

[sage-support] Unsupported operand for numpy.ndarray

2010-05-22 Thread Jose Guzman
Hi there! When trying to plot the probability density function of a skew normal-distribution as a function of an alpha skewness I found the following error: sage: from scipy.stats import norm sage: var('alpha') sage: skew_norm(x, alpha) = 2*norm.pdf(x)*norm.cmd(x*alpha) TypeError:

Re: [sage-support] One more math document citing Sage

2010-05-22 Thread Laurent
My knowledge of the French language being next to nothing, I don't know where within the Sage website to link to your document. On the other hand, this page [2] links to documents such as reference cards (cheat sheets), screencasts, tutorials, blogs, etc. Do you think your document could be

[sage-support] Re: Display of i vs I

2010-05-22 Thread Mike Witt
I just thought I'd try this question one more time: On May 20, 10:59 am, Mike Witt wrote: Is there any way to make the square root of -1 display lower case i rather than I (at least for latex output)? -- To post to this group, send email to sage-support@googlegroups.com To unsubscribe from

[sage-support] Possible bug?

2010-05-22 Thread doug5y
Today I was reading the wikipedia entry for sage (http:// en.wikipedia.org/wiki/Sage_%28mathematics_software%29), and decided to try the first example : sage: show(solve(a*x^2 + b*x +c == 0, x ) [0]) --- NameError

Re: [sage-support] Possible bug?

2010-05-22 Thread Laurent
Il 22/05/2010 17:14, doug5y ha scritto: Today I was reading the wikipedia entry for sage (http:// en.wikipedia.org/wiki/Sage_%28mathematics_software%29), and decided to try the first example : sage: show(solve(a*x^2 + b*x +c == 0, x ) [0]) Wikipedia proposes to write this : x,a,b,c =

[sage-support] Re: Possible bug?

2010-05-22 Thread doug5y
That certainly solves the problem. From the wikipedia entry, it's not really clear that this needs to be done. Or is it just me? DN On May 22, 9:23 am, Laurent moky.m...@gmail.com wrote: Il 22/05/2010 17:14, doug5y ha scritto: Today I was reading the wikipedia entry for sage (http://

Re: [sage-support] Re: Display of i vs I

2010-05-22 Thread Robert Bradshaw
On May 22, 2010, at 8:05 AM, Mike Witt wrote: I just thought I'd try this question one more time: On May 20, 10:59 am, Mike Witt wrote: Is there any way to make the square root of -1 display lower case i rather than I (at least for latex output)? Sage complex numbers already print out that

Re: [sage-support] Re: Display of i vs I

2010-05-22 Thread Burcin Erocal
Hi Mike, On May 20, 10:59 am, Mike Witt wrote: Is there any way to make the square root of -1 display lower case i rather than I (at least for latex output)? Not in a user friendly way. The complex I is just a number field element and number fields don't support latex output with different

Re: [sage-support] Re: Display of i vs I

2010-05-22 Thread Robert Bradshaw
On May 22, 2010, at 8:28 AM, Robert Bradshaw wrote: On May 22, 2010, at 8:05 AM, Mike Witt wrote: I just thought I'd try this question one more time: On May 20, 10:59 am, Mike Witt wrote: Is there any way to make the square root of -1 display lower case i rather than I (at least for latex

Re: [sage-support] Re: SAGE being extremely slow with multivariable poly rings - is this normal?

2010-05-22 Thread Robert Bradshaw
On May 21, 2010, at 11:35 PM, Simon King wrote: On 22 Mai, 00:12, Robert Bradshaw rober...@math.washington.edu wrote: Try working a multivariate ring rather than a tower of univariate rings, e.g. ... ... which suggests the question why Sage does not automatically transform a tower of

Re: [sage-support] Re: Display of i vs I

2010-05-22 Thread Robert Bradshaw
On May 22, 2010, at 8:49 AM, Burcin Erocal wrote: Hi Mike, On May 20, 10:59 am, Mike Witt wrote: Is there any way to make the square root of -1 display lower case i rather than I (at least for latex output)? Not in a user friendly way. The complex I is just a number field element and

Re: [sage-support] Re: Display of i vs I

2010-05-22 Thread Mike Witt
On 05/22/2010 08:49:29 AM, Burcin Erocal wrote: You can also try changing line 1742 of sage/symbolics/pynac.pyx to make it always print as 'i' or any other letter. I like the sound of that. Thanks! -- To post to this group, send email to sage-support@googlegroups.com To unsubscribe from

[sage-support] Solving system of PDEs

2010-05-22 Thread samrat
Hi Sagers, Could someone tell me how to solve this system of PDEs symbolically: du/dx + dv/dy = A au - bv + c(dt/dx) = 0 bu + av + c(dt/dy) = 0 a,b,c,A are constants. I am looking for a general way of symbolically solving a set of PDEs, i mean the functions that may be used. Thanks. -- To

[sage-support] Error when importing matplotlib from sage -python

2010-05-22 Thread Jose Guzman
Hi everybody When I tried to import matplotlib from the Python version that is bundled with Sage, I found that the moduled tkagg was not present. import matplotlib.pyplot as plt No module named _tkagg Would anybody tell me how to install this module in the Python version of Sage. I am