Mon, Jun 24, 2019 at 1:20 PM Simon King wrote:
> Hi,
>
> On 2019-06-24, Prof K.A.Venkatesh wrote:
> > 1. how to enter cot(pi*x)?
>
> Did you try to type cot(pi*x) after the Sage prompt?
>
> The result is indeed cot(pi*x) as a symbolic expression. It can be
>
1. how to enter cot(pi*x)?
--
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 group, send email to sage-
If I write the following code
X = [0.1, 0.2]
html("Values: %s"%X)
the output is
Values: [10.1, 0.200]
How can I suppress the trailing zeros? How can I change the number of
digits shown?
--
To post to this group, send email to sage-support@googlegroups.com
To unsubs
Hello,
I downloaded the readline-6.2.p3 and now the build goes through. Thank
you very much.
Ulrich
--
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 options, visit this group
resolve the problem?
Ulrich Tipp
--
Prof. Dr. Ulrich Tipp
FB 03 Elektrotechnik und Informatik
Hochschule Niederrhein
Reinarzstr. 49
47805 Krefeld
--
To post to this group, send email to sage-support@googlegroups.com
To unsubscribe from this group, send email to
sage-support+unsubscr
self._pos = self._graph.layout(**self._options)
> self._pos = dict((k,(float(v[0]), float(v[1]))) for k,v in
> self._pos.iteritems())
>
> import sage.graphs.graph_plot
> sage.graphs.graph_plot.GraphPlot.set_pos = set_pos
>
>
> which should work around the problem in the meant
I want to show a tree with edge labels. I tried out
G1 = Graph({1:{5:0},2:{5:1},3:{6:1},4:{7:0},5:{6:0},6:{7:1}})
show(G1,edge_labels=true)
show(G1,layout="tree",edge_labels=true)
In the first graphic the labels are positioned on the edges but in the
second one they are not. Why is this? How can
I would like to make worksheets with some interaction available to
students in such a way that they can change values in the interaction
part but are not able to change/edit the code. How is this possible?
When I use "publish", interaction is not possible, if I "share", the
student can change every
When I last used sage, I started it with sage -notebook, and my web
browser got automatically logged into the overview of the notebooks I
have created.
Recently I have upgraded my web-browser to seamonkey 2.0.3, and
now this does not work any more: An empty browser window is opened, but
the brows
Prof. William,
1. removing the file sage-flags-txt:
./sage
--
| Sage Version 3.2.1, Release Date: 2008-12-01 |
| Type notebook() for the GUI, and license() for information
Hello!
I have installed SAGE from source files (sage-3.2.tar). Everything
works ok!
Then, I issued
sage -upgrade
and I have this screen (after upgrade to 3.2.1):
[EMAIL PROTECTED]:/usr/local/sage-3.2$ ./sage
--
| Sage Version 3
11 matches
Mail list logo