[sage-support] Re: Installing latest sage

2011-11-29 Thread Eric Kangas
Sage now works on my tablet. It took about 23 hours to compile, and I had no problems with connecting to the backend of sage on cantor. On Nov 29, 8:13 am, Dima Pasechnik dimp...@gmail.com wrote: Pentium M does MMX, SSE, SSE2. Which is kind of 10 years old. Things have moved on a lot, and

[sage-support] Re: Installing latest sage

2011-11-29 Thread Eric Kangas
'tcllib' (universe) However I am able to run Sage in Cantor without any problems. I take it sage is still building itself as I type this message up, or do you mean when I run sage -testall? On Nov 29, 10:23 am, kcrisman kcris...@gmail.com wrote: On Nov 29, 12:08 pm, Eric Kangas eric.c.kan

[sage-support] Re: Installing latest sage

2011-11-29 Thread Eric Kangas
. - Is there a way to fix these time out errors? On Nov 29, 7:12 pm, kcrisman kcris...@gmail.com wrote: On Nov 29, 4:56 pm, Renan Birck Pinheiro renan.ee.u...@gmail.com wrote: 2011/11/29 Eric Kangas eric.c.kan...@gmail.com Well for some reason when I am

[sage-support] Re: Installing latest sage

2011-11-22 Thread Eric Kangas
it is interesting I had to compile from source on my tablet, but on my desktop I didn't have to compile from source just had to install the package. On Nov 21, 11:39 pm, William Stein wst...@gmail.com wrote: On Mon, Nov 21, 2011 at 3:51 PM, Eric Kangas eric.c.kan...@gmail.com wrote: I tried

[sage-support] Re: Coupled 2sd ODE

2011-11-17 Thread Eric Kangas
I have been trying to find examples on how to deal with a coupled 2sd ode in sage. On Nov 17, 2:31 am, Jason Grout jason-s...@creativetrax.com wrote: On 11/17/11 12:08 AM, Eric Kangas wrote: I am new with Sage, and I am working on creating a library. I have this coupled 2sd ODE that I have

[sage-support] Coupled 2sd ODE

2011-11-16 Thread Eric Kangas
I am new with Sage, and I am working on creating a library. I have this coupled 2sd ODE that I have worked with on Mathematica. I have looked around for examples for a layout but can't seem to find any. -- To post to this group, send email to sage-support@googlegroups.com To unsubscribe from

[sage-support] Re: Issues with assigning color values to multiple plots.

2011-11-07 Thread Eric Kangas
has to be in the for the program to work. On Oct 27, 4:09 pm, Jason Grout jason-s...@creativetrax.com wrote: On 10/27/11 6:51 PM, Eric Kangas wrote: Hi, I am working on a standard plot function for multiple plots. I would like to have each plot in a different color to distinguish each

[sage-support] Issues with assigning color values to multiple plots.

2011-10-27 Thread Eric Kangas
Hi, I am working on a standard plot function for multiple plots. I would like to have each plot in a different color to distinguish each function, and also able to show a legend with the color, and function. Here is what I have right now: plot([derivative((f(x), a) for a in [0,1,..3]],

[sage-support] Re: Issues with assigning color values to multiple plots.

2011-10-27 Thread Eric Kangas
(___code___.py)) File , line 1, in module File /tmp/tmpchwgnX/___code___.py, line 7 ^ SyntaxError: invalid syntax Since it is a syntax error I think it is something simple that I am over looking. On Oct 27, 5:09 pm, Jason Grout jason-s...@creativetrax.com wrote: On 10/27/11 6:51 PM, Eric

[sage-support] Re: Issues with assigning color values to multiple plots.

2011-10-27 Thread Eric Kangas
thanks it works On Oct 27, 6:29 pm, Jason Grout jason-s...@creativetrax.com wrote: On 10/27/11 8:25 PM, Eric Kangas wrote: Well I should be more correct in what I am saying each function is the derivative of the one function. I tried your program but I get this error. Code: x = var

[sage-support] Re: Issues with assigning color values to multiple plots.

2011-10-27 Thread Eric Kangas
still new to sage noticed that most plots had that listed to show the intervals between the range. Thanks for the info. On Oct 27, 6:39 pm, leif not.rea...@online.de wrote: On 28 Okt., 01:51, Eric Kangas eric.c.kan...@gmail.com wrote: plot([derivative((f(x), a) for a in [0,1,..3]], (x,0,2*pi

[sage-support] Graphics Array and one function with different constants.

2011-10-23 Thread Eric Kangas
Hi, I have one function that I need to plot in an array with different values for two constants. I would like to only have to repeat the function once, and go off of a string of different variables to produce this array. Is that even possible in Sage? Or am I stuck with repeating the function

[sage-support] Re: Bessel Contour Plot problem

2011-10-21 Thread Eric Kangas
Well I did use your method but I still get an error. Code: r,z = var('r,z') gro = 1.0 kro = 3.0 def f(r,z): term1 = (1+(bessel_J(0, gro)/bessel_J(2,gro)))*(r/ kro)*(bessel_J(1, r)/bessel_J(1,gro))*cos(z) term2 = -(bessel_J(0,r)/ bessel_J(2, gro))*(r**2/kro**2) return term1 + term2 if t != 0

[sage-support] Re: Bessel Contour Plot problem

2011-10-21 Thread Eric Kangas
Everything worked once I placed semicolons after each line in the definition of the function. On Oct 21, 5:22 pm, D. S. McNeil dsm...@gmail.com wrote: Hi! I'm not sure what you mean by Also if I have the terms, and return on separate lines in the definition then I get this error. You

[sage-support] Re: Bessel Contour Plot problem

2011-10-20 Thread Eric Kangas
expression.pyx, line 796, in sage.symbolic.expression.Expression._eval_self (sage/symbolic/ expression.cpp:4898) TypeError: Cannot evaluate symbolic expression to a numeric value. On Oct 18, 3:55 pm, Eric Kangas eric.c.kan...@gmail.com wrote: thanks that worked. On Oct 17, 7:34 pm, kcrisman

[sage-support] Increasing memory limit?

2011-10-17 Thread Eric
memory and sage was only using about 6 percent of the available system memory when this error happened the first time. Any help appreciated, Eric -- To post to this group, send email to sage-support@googlegroups.com To unsubscribe from this group, send email to sage-support+unsubscr

[sage-support] Bessel Contour Plot problem

2011-10-17 Thread Eric Kangas
Hi, I am having issues with plotting contour plots for bessel functions. Here is one of the lines of codes for a plot: Sage: y,t = var('y,t') Sage: contour_plot(lambda y,t: (sqrt(t^2+y^2)/(2*pi*y))*(bessel_J(0, t ).arccos()), (t, 0, 3), (y, 0, 4), fill = false, axes_labels=['$gro $','$kro$'],

[sage-support] Re: Bessel Contour Plot problem

2011-10-17 Thread Eric Kangas
I still get an error: p = contour_plot(f, (y, 0, 6), (t, 0, 3), fill = false, axes_labels=['$gro$','$kro$'], contours = [0.1, 0.2, 0.3, 0.5, 0.7, 1.0, 2.0, 4.0], legend_label='qwall'); File , line 1, in module File /tmp/tmpZLCoKg/___code___.py, line 6 return (sqrt(t**_sage_const_2

[sage-support] sagetex: granular builds for large documents

2009-12-01 Thread Eric Drechsel
for ideas. Starters: 1. Is it possible to have a master document that includes a bunch of complete subdocuments? If so, one could simply keep the master document clean of sagetex references, and build each subdocument separately. 2. Could sagetex be modified to work on a per-file level? Thanks, Eric

[sage-support] Re: sagetex: granular builds for large documents

2009-12-01 Thread Eric Drechsel
On Dec 1, 3:30 pm, Dan Drake dr...@kaist.edu wrote: Hi Eric, On Tue, 01 Dec 2009 at 11:44AM -0800, Eric Drechsel wrote: I'm experimenting with a homework workflow using sagetex. I'd like to make efficient use of resources, which seems to be a (the?) major deficiency with sagetex

[sage-support] Re: sagetex: granular builds for large documents

2009-12-01 Thread Eric Drechsel
Hi Harald, thanks for the suggestion, I had thought of that too. It seems like a viable route. Each subdocument ends up on its own set of pages, but I guess that's the case when using \include too. -- Eric On Dec 1, 3:11 pm, Harald Schilly harald.schi...@gmail.com wrote: On Dec 1, 8:44 pm, Eric

[sage-support] Re: Line Plots

2009-09-23 Thread Eric Jackson
on the line plot. I have looked at this for a while, but I am confused as to why it doesn't work. This code was also taken from the mathplotlib website. Any help on this in particular would be neat. In my spare time, I will continue to work on this. Thanks, Eric On Sep 15, 3:18 pm, Jason Grout

[sage-support] Re: Line Plots

2009-09-23 Thread Eric Jackson
Thanks, I just figured this out right after I posted. This should have been obvious, I guess I got brain tired. Thanks again, Eric On Sep 23, 2009, at 2:13 PM, Jason Grout wrote: Eric Jackson wrote: To address my dilemma regarding line plots, I read about matplotlib at http

[sage-support] sagenb.org

2009-09-22 Thread Eric Jackson
Earlier today I signed up through sagenb.org so that I can publish my worksheet. The signing up process was simple, but whenever I try to login, I receive errors. I've checked my login information and it is accurate. Is there anyone else having problems? Eric

[sage-support] Re: sagenb.org

2009-09-22 Thread Eric Jackson
that you can delete. All of the accounts were created today within minutes of one another. The user names for the accounts that you can delete are 19eric, eric19., and eric19. Thanks, Eric On Sep 22, 2009, at 2:10 PM, William Stein wrote: On Tue, Sep 22, 2009 at 2:04 PM, Eric Jackson eric

[sage-support] GNUPLOT

2009-09-19 Thread Eric Jackson
gnuplot.lib and import gnuplot_lib. In my mind, these statements would allow me access to the gnuplot commands in my Sage Worksheet. However, this did not work. Does anybody have an idea on how I can get this working? Thanks, Eric --~--~-~--~~~---~--~~ To post

[sage-support] Re: Line Plots

2009-09-14 Thread Eric Jackson
like to move my cursor along the sin(t) curve and in real time see what the xy coordinates are at various locations on the curve. Eric On Sep 14, 9:10 am, Jason Grout jason-s...@creativetrax.com wrote: William Stein wrote: It will in the near future. Are you thinking of the matplotlib html5

[sage-support] expression evaluation with dynamically generated variables

2009-04-25 Thread Eric
an error. My current solution involves string generation coupled with eval statements and is horribly clunky. What is the right way to do this? Thanks, Eric --~--~-~--~~~---~--~~ To post to this group, send email to sage-support@googlegroups.com To unsubscribe from

[sage-support] Re: expression evaluation with dynamically generated variables

2009-04-25 Thread Eric
Thanks, I think that answered my question! On Apr 25, 12:35 am, Robert Bradshaw rober...@math.washington.edu wrote: On Apr 24, 2009, at 11:55 PM, Eric wrote: Hello, I need to be able to evaluate an expression, where the expression is composed of dynamically generated variables

[sage-support] Re: Sage 3.4 Installation on OS X 10.5 Errors

2009-04-13 Thread Eric Kaufmann
, but it is a stock install of the os, Thanks, Eric On Mon, Apr 13, 2009 at 12:01 PM, mabshoff michael.absh...@mathematik.uni-dortmund.de wrote: On Apr 13, 9:57 am, kaufma kaufmanne...@gmail.com wrote: Hi, I am updating sage on OSX 10.5 lab machines. I downloaded .dmg file then I

[sage-support] Re: Sage 3.4 Installation on OS X 10.5 Errors

2009-04-13 Thread Eric Kaufmann
, Eric On Mon, Apr 13, 2009 at 12:09 PM, mabshoff michael.absh...@mathematik.uni-dortmund.de wrote: On Apr 13, 10:06 am, Eric Kaufmann kaufmanne...@gmail.com wrote: I didn't set the sage root variable. Ok. I looked through the documentation. Didn't seem to find how to do this. So, how do

[sage-support] Re: Sage 3.4 Installation on OS X 10.5 Errors

2009-04-13 Thread Eric Kaufmann
I did the install the same as on the test machine. I copied this with Apple Remote desktop. Eric On Mon, Apr 13, 2009 at 12:15 PM, mabshoff michael.absh...@mathematik.uni-dortmund.de wrote: On Apr 13, 10:13 am, Eric Kaufmann kaufmanne...@gmail.com wrote: Binary did work before I copied

[sage-support] Re: Vector fields and Quivers

2008-03-04 Thread Eric Drechsel
Thanks for the matplotlib recipe! I just had the same problem with plot_vector_field not accepting coordinate functions of two arguments. I went ahead and created an issue: http://trac.sagemath.org/sage_trac/ticket/2381 - Eric On Feb 17, 10:19 am, Hector Villafuerte [EMAIL PROTECTED] wrote

[sage-support] Re: Vector fields and Quivers

2008-03-04 Thread Eric Drechsel
-alignment problem. Uploaded to https://www.sagenb.org/home/pub/1721 On Mar 3, 8:34 pm, Eric Drechsel [EMAIL PROTECTED] wrote: Thanks for the matplotlib recipe! I just had the same problem with plot_vector_field not accepting coordinate functions of two arguments. I went ahead and created

<    1   2   3