[sage-support] Re: Error in graphic

2017-07-11 Thread Ralf Stephan
Thanks. Now please post all commands from start of Sage until this happens. -- 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 email to sage-support+unsubscr...@googlegroups

[sage-support] Re: Error in graphic

2017-07-11 Thread HG
Traceback (most recent call last):omega = 2*pi*f File "", line 1, in File "/tmp/tmpZ_1fAb/___code___.py", line 11, in pb = plot(df(r,c,omega,t),(t,_sage_const_0 ,_sage_const_p005 ),rgbcolor=('#008000')) File "/usr/lib/python2.7/dist-packages/sage/misc/decorators.py", line 55

[sage-support] Re: Error in graphic

2017-07-03 Thread Ralf Stephan
There is no way around you getting a recent Sage (or using the cloud) and posting a full session log. -- 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 email to sage-suppor

[sage-support] Re: Error in graphic

2017-07-02 Thread HG
I run the sws as sage -n and they is the same error. I think the t variable is already declared and even adding var... That doesn't work, I guess it an old sagenb and there are modification in recent sage. Traceback (most recent call last):omega = 2*pi*f File "", line 1, in File "/

[sage-support] Re: Error in graphic

2017-06-30 Thread Ralf Stephan
On Friday, June 30, 2017 at 9:21:18 AM UTC+2, HG wrote: > > http://arachnoid.com/sage/differential1.html > > ValueError: Variable 't' not found > > If you look at that arachnoid webpage you'll find this: var('r c t') Without defining a variable you cannot use it, even if it's bound. Regards, --