[sage-support] Re: Variable not being found

2015-08-31 Thread Nils Bruin
On Monday, August 31, 2015 at 9:58:51 PM UTC-7, saad khalid wrote: > > I see, thank you for pointing that out. I ran the sum up to n = 5, just > for testing, and I was able to run: > Phi(.1,2/3) > And have it return: > > mpf('-2.0635259684891158') > > My code now looks like this: > var('q') > var(

[sage-support] Re: Variable not being found

2015-08-31 Thread saad khalid
I see, thank you for pointing that out. I ran the sum up to n = 5, just for testing, and I was able to run: Phi(.1,2/3) And have it return: mpf('-2.0635259684891158') My code now looks like this: var('q') var('n') var('z') Phi = lambda x,q: -ln(1-q) + ln(q)*sum((q^(n*x)/(1-q^n)),n,1,5) However

Re: [sage-support] Odd problem but I'm a sage newbe

2015-08-31 Thread charles hejkal
> what? > I think I have a hint, I am allowing sage to start FIrefox, That may take longer than the longin credentials are available For the most part ( 3 of 4 tries ) things worked properly. Maybe I figured it out? -- You received this message because you are subscribed to the Google Gro

Re: [sage-support] Odd problem but I'm a sage newbe

2015-08-31 Thread charles hejkal
On Monday, August 31, 2015 at 10:00:40 PM UTC-5, charles hejkal wrote: > > > > using bimar sage36.8 x86 64 ubuntu 8.04 tared on mint 17.1 >> What is "bimar" and what is "sage36.8"??? >> > > bad typos on my part, "binary distribution" instead of bimar and sage > 6.8 > > Ok what I am doing is s

Re: [sage-support] Odd problem but I'm a sage newbe

2015-08-31 Thread charles hejkal
> > using bimar sage36.8 x86 64 ubuntu 8.04 tared on mint 17.1 > What is "bimar" and what is "sage36.8"??? > bad typos on my part, "binary distribution" instead of bimar and sage 6.8 Ok what I am doing is simply opening sage in a terminal, then typing notebook() when firefox come up it as

Re: [sage-support] Incorrect Integral Result?

2015-08-31 Thread David Joyner
On Mon, Aug 31, 2015 at 6:58 PM, Jim Huff wrote: > The integral of -1/(1-x) should be ln(1-x) > > SageMathCloud computes ln(x-1) > assume(x>1) integrate(-1/(1-x),x) returns ln(x-1), which is correct. For 0 integrate(-1/(1-x),x) > RUN > Result: log(x-1) > > > -- > You received this message

[sage-support] Incorrect Integral Result?

2015-08-31 Thread Jim Huff
The integral of -1/(1-x) should be ln(1-x) SageMathCloud computes ln(x-1) integrate(-1/(1-x),x) RUN Result: log(x-1) -- You received this message because you are subscribed to the Google Groups "sage-support" group. To unsubscribe from this group and stop receiving emails from it, send an em

Re: [sage-support] Crashreport sagemath-6.5-7

2015-08-31 Thread Dima Pasechnik
On Monday, 31 August 2015 01:11:39 UTC-7, Jeroen Demeyer wrote: > > On 2015-08-30 16:15, Germano Massullo wrote: > > I attach the following crashreport > > Downstream bugreport: > https://bugzilla.redhat.com/show_bug.cgi?id=1258249 > > It looks like a version mismatch between Sage and IPython

[sage-support] Re: Save 3D plot

2015-08-31 Thread Volker Braun
eps is a 2-d vector format, so what exactly do you mean by "saving 3d plot as eps"? On Saturday, August 29, 2015 at 10:55:17 AM UTC-4, Santanu wrote: > > How to save 3D plot in eps format? > > L=line3d([( 3 , 2 , 1 ), ( 4 , 3 , 2 )],color='red') > > L=list_plot3d([[ 3 , 2 , 1 ], [ 4 , 3 , 2 ]]

[sage-support] Re: How do I set sage password via command

2015-08-31 Thread Volker Braun
If you mean the old SageNB notebook, you can find an example in the virtual machine build script: https://bitbucket.org/vbraun/sage-virtual-appliance-buildscript/src/210841d9774d5b5fc0631af9f217f7ce4cfe506d/build-sage.sh On Monday, August 31, 2015 at 6:09:21 AM UTC-4, Apurv Tyagi wrote: > > I

[sage-support] How do I set sage password via command

2015-08-31 Thread Apurv Tyagi
I am trying to automate the installation of sage with ansible-playbook. For that, I need to know if there is a way of setting sage password via command line so that I can write my play accordingly. -- You received this message because you are subscribed to the Google Groups "sage-support" group

Re: [sage-support] Crashreport sagemath-6.5-7

2015-08-31 Thread Jeroen Demeyer
On 2015-08-30 16:15, Germano Massullo wrote: I attach the following crashreport Downstream bugreport: https://bugzilla.redhat.com/show_bug.cgi?id=1258249 It looks like a version mismatch between Sage and IPython, try upgrading IPython. It's hard to give more details, since I don't quite know w