Re: [sage-support] Re: sageplot and includegraphics<3->... SOLVED

2010-03-31 Thread Dan Drake
On Wed, 31 Mar 2010 at 11:43AM -0700, ma...@mendelu.cz wrote: > On 31 bře, 15:49, "Dr. Georg Damm" wrote: > > >> * Does \visible help? > > >No. > > > > I was wrong. Tried it again in a new tex-file and it solved my > > problem. > > Nice to hear this. > > If you want to make a command aware of beam

[sage-support] Re: sageplot and includegraphics<3->... SOLVED

2010-03-31 Thread ma...@mendelu.cz
On 31 bře, 15:49, "Dr. Georg Damm" wrote: > >> * Does \visible help? > >No. > > I was wrong. Tried it again in a new tex-file and it solved my > problem. Nice to hear this. If you want to make a command aware of beamer frames, you can redefine it by \newcommand<> macro, as explained in Beamer

Re: [sage-support] reduce() of empty sequence with no initial value

2010-03-31 Thread Jose Guzman
Ok, this seems to be corrected in the new version. I tried this with the version 4.1, but with the new 4.3.3 on line works ok. Thanks a lot! Jose Guzman wrote: Hi everybody, I am trying to plot a function called 'r' defined as : sage: var('r,alpha,beta') sage: r = alpha/(alpha + beta) whose

Re: [sage-support] How to Install Local Sage Server so Users Can Have Their Own Logins

2010-03-31 Thread Robert Bradshaw
On Mar 31, 2010, at 5:01 AM, taffy46 wrote: Hi I am using Ubuntu 9.10 with sage-4.3.3-linux-32bit (binary build). I am going to work over the summer with another professor who is also teaching Calculus I in fall 2010 to introduce sage to our students. Here is what I want to know: I would like

[sage-support] Re: Apply for group member

2010-03-31 Thread William Stein
On Wed, Mar 31, 2010 at 8:13 AM, William Stein wrote: > On Wed, Mar 31, 2010 at 7:39 AM, K wrote: >> Hi, I want to apply this group. And I have problem on using sage >> version 4.3.5. I am using Mac OS X 10.6.3 intel. And I have downloaded >> source 4.3.4, compiled OK. Today I run ./sage -upgrade

Re: [sage-support] Re: sageplot and includegraphics<3->... SOLVED

2010-03-31 Thread Dr. Georg Damm
>> * Does \visible help? >No. I was wrong. Tried it again in a new tex-file and it solved my problem. Sorry for the noise. Georg -- 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 mo

Re: [sage-support] Re: sageplot and includegraphics<3->...

2010-03-31 Thread Dr. Georg Damm
Hi, > Hi, this question is not trelated to Sage, but to TeX. > > Beamer redefines a lot of things, From this reason I do not like > this package. Anyway: > > * sageplot does not allow option <3-> Ok, then i should file a bug report (enhancement) for this. > * Does \visible help? No. \visible

Re: [sage-support] Re: newbie: plot() questions

2010-03-31 Thread Jose Guzman
ma...@mendelu.cz wrote: On 26 bře, 09:43, Jose Guzman wrote: Inhttp://wiki.sagemath.org/days13/projects/sagenewbie Hi Robert, thanks a lot for your comments. Actually I was not working the differential calculus (I collaborate with some basic ploting, limits calculation and basic alg

[sage-support] undefined substitution

2010-03-31 Thread pallab
Is it possible to define substitution rule with undefined variables ? like, s={y:x} where y and x are yet undefined. thanks, Pallab -- 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 mo

[sage-support] Re: newbie: plot() questions

2010-03-31 Thread ma...@mendelu.cz
On 26 bře, 09:43, Jose Guzman wrote: > Inhttp://wiki.sagemath.org/days13/projects/sagenewbie Thanks for the links and many thanks for putting this online, great work. I tried the differential calculus and have some remarks: 1) I got several times a warning: __main__:3: DeprecationWarning: Su

Re: [sage-support] Re: newbie: plot() questions

2010-03-31 Thread Jose Guzman
It is simple:in the page you entered simply click on "get" on the attached file that you want to download. After that, in your Sage notebook click "upload file" from the directory where you download the previous file. If you find complications I could send you the files, or share them via sa

Re: [sage-support] Re: newbie: plot() questions

2010-03-31 Thread Renato
> 1) Basic 2D plotting with Sage Ploting_with_Sage_v1.0.1.sws > > > > 2) Solving basic equations with Sage Ball_motion.sws >

[sage-support] reduce() of empty sequence with no initial value

2010-03-31 Thread Jose Guzman
Hi everybody, I am trying to plot a function called 'r' defined as : sage: var('r,alpha,beta') sage: r = alpha/(alpha + beta) whose components are: sage: r_alpha = 1.0/(1.7 + e**(-(x+28.2)/13.5) ) sage: r_beta = e**(-(x+63.0)/7.8) / e**(-(x+28.8)/13.1+1.7) However if I try now to plot r as as

[sage-support] Re: sageplot and includegraphics<3->...

2010-03-31 Thread ma...@mendelu.cz
Hi, this question is not trelated to Sage, but to TeX. Beamer redefines a lot of things, From this reason I do not like this package. Anyway: * sageplot does not allow option <3-> * Does \visible help? * Do you have any reason to insert png graphics? Vector graphics would produce much better re

[sage-support] How to Install Local Sage Server so Users Can Have Their Own Logins

2010-03-31 Thread taffy46
Hi I am using Ubuntu 9.10 with sage-4.3.3-linux-32bit (binary build). I am going to work over the summer with another professor who is also teaching Calculus I in fall 2010 to introduce sage to our students. Here is what I want to know: I would like to have our Computer Center people set up a sa

[sage-support] Re: sageplot and includegraphics<3->...

2010-03-31 Thread Dr. Georg Damm
Am Dienstag, 30. März 2010 19:09:32 schrieb Harald Schilly: > On Mar 30, 6:51 pm, "Dr. Georg Damm" wrote: > > is there a way to use beamer overlays ( includegraphics<3->... > > ) with sageplot? > > Hi, could you please elaborate a bit more what you try to > accomplish? Which sageplot? Sage's plo

Re: [sage-support] Re: sageplot and includegraphics<3->...

2010-03-31 Thread Dr. Georg Damm
Am Dienstag, 30. März 2010 19:09:32 schrieb Harald Schilly: > On Mar 30, 6:51 pm, "Dr. Georg Damm" wrote: > > is there a way to use beamer overlays ( includegraphics<3->... > > ) with sageplot? > > Hi, could you please elaborate a bit more what you try to > accomplish? Which sageplot? Sage's plo

[sage-support] Re: solve issue

2010-03-31 Thread ma...@mendelu.cz
The problem related to conversion of h1into maxima has been reported at http://trac.sagemath.org/sage_trac/ticket/8634 Robert -- 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 op

Re: [sage-support] Re: solve issue

2010-03-31 Thread Mike Hansen
You can also use find_root: sage: h1 = var('h1') sage: eq = (6000*(h1/2)/(((1/12)*0.1125*(h1^3)) - ((1/12)*(0.1125-0.012)*((h1-(2*0.012))^3 == 8928880.28799800 sage: eq.find_root(-1.2, -0.8) -0.96594148395195312 sage: eq.find_root(-0.8, 0.2) 0.00033054212748907948 sage: eq.find_root(.2, 1) 0.3

[sage-support] Re: solve issue

2010-03-31 Thread ma...@mendelu.cz
Mike wrote: Thanks for the reply. Using the exact same setup I changed "h1" to "p" and it worked out fine. Well not fine exactly but at least I'm getting some kind of answer. It's giving me some kind of "I" variable. Anyway this seems like kind of a major bug. Is there a way to add this into the t