I figured it out with the help command you guys pointed out. Thanks!
--
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.com.
T
On 01/22/2015 07:14 AM, xeno 20150131 wrote:
>
>
> Hi group,
>
> A simple question (if the answer is just rtfm, just say so). I am opening
> a plotting window (In a script that I am attaching to a notebook with say –
>
> show(plot(sin(x)))
Something like this works, but I broke my sage
On Thu, Jan 22, 2015 at 12:28 PM, Dominique Laurain
wrote:
> Maybe my answer is off-topic...
>
> If you want an "animation" which is basically a display of different plots,
> why not doing like in W.Stein youtube video :
>
> https://www.youtube.com/watch?v=lhirRHCW1q0
>
> Just stop near 0:30 and y
On Thursday, January 22, 2015 at 12:10:13 PM UTC-8, CR wrote:
>
> The assignment is to construct a two-column table that starts at x= -4 and
> ends with x= 5 with one unit increments between consecutive x values. It
> should have column headings ‘x’ and ‘f(x)’. I can't find anything helpful
>
Maybe my answer is off-topic...
If you want an "animation" which is basically a display of different plots,
why not doing like in W.Stein youtube video :
https://www.youtube.com/watch?v=lhirRHCW1q0
Just stop near 0:30 and you can read code : a function computing a plot and
saving it to a png
@William: sagemath..edu. Its my college's server.
--
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.com.
To post to this gro
On 22 January 2015 at 20:10, CR wrote:
> The assignment is to construct a two-column table that starts at x= -4 and
> ends with x= 5 with one unit increments between consecutive x values. It
> should have column headings ‘x’ and ‘f(x)’. I can't find anything helpful on
> html.table(), which is wha
On Thu, Jan 22, 2015 at 12:10 PM, CR wrote:
> The assignment is to construct a two-column table that starts at x= -4 and
> ends with x= 5 with one unit increments between consecutive x values. It
> should have column headings 'x' and 'f(x)'. I can't find anything helpful on
> html.table(), which i
The assignment is to construct a two-column table that starts at x= -4 and
ends with x= 5 with one unit increments between consecutive x values. It
should have column headings ‘x’ and ‘f(x)’. I can't find anything helpful
on html.table(), which is what we're supposed to use.
I'm pretty famili
Hallo Tobias,
I had the same issue...and I chose to load OR to "preparse" my included
files.
In main worksheet, first cell contains:
# Load modules
#%hide
import sys
sys.path.append('./modules')
import DrawingConstants as dc
# Import SAGE modules (sage and not python, because file must be pre
You may also want to define your constants in the file
DOT_SAGE/init.sage
which is loaded when sage starts.
On Thursday, January 22, 2015 at 11:18:28 AM UTC+1, Tobias Brenner wrote:
>
> Hallo,
>
>
>
>
>
> I am trying to combine multiple Worksheets in the Sage Notbook.
>
> How can I include o
> Hi group,
>
> A simple question (if the answer is just rtfm, just say so). I am
> opening a plotting window (In a script that I am attaching to a notebook
> with say –
>
> show(plot(sin(x)))
>
> is within a loop. I wish to replace the plot each time the loop is
> transversed. So need
Hi group,
A simple question (if the answer is just rtfm, just say so). I am opening
a plotting window (In a script that I am attaching to a notebook with say –
show(plot(sin(x)))
is within a loop. I wish to replace the plot each time the loop is
transversed. So need to close the plot
Tobias Brenner wrote:
> I am trying to combine multiple Worksheets in the Sage Notebook.
> How can I include other worksheets in my "main" sheet (best practice)?
> For example, I want to create a worksheet including all the constants
> I am using. Then I would like to include this sheet in all my
Hallo,
I am trying to combine multiple Worksheets in the Sage Notbook.
How can I include other worksheets in my "main" sheet (best practice)?
For example, I want to create a worksheet including all the constants I am
using. Then I would like to include this sheet in all my other shee
15 matches
Mail list logo