On Wednesday, September 4, 2013 1:01:07 PM UTC-4, Peter Luschny wrote:
>
> Recently two integration test suites were discussed at sci.math.symbolic
> [1], [2].
>
> I executed the tests with Sage and put the results on my webpage [3].
> Not all results are favorable for Sage. Maybe this is worth
Recently two integration test suites were discussed at sci.math.symbolic
[1], [2].
I executed the tests with Sage and put the results on my webpage [3].
Not all results are favorable for Sage. Maybe this is worth to be
noted by some Sage developers.
Peter
[1]
https://groups.google.com/d/msg/sc
On 9/4/13 6:34 AM, Franktoffel wrote:
I am not able to execute any code without getting an error when I select Octave
as a language.
https://sagecell.sagemath.org/
Thanks. I'll try to look at this over the next few days.
Jason
--
You received this message because you are subscribed to the
I am not able to execute any code without getting an error when I select Octave
as a language.
https://sagecell.sagemath.org/
---
OSError Traceback (most recent call last)
in ()
> 1 p
On 2013-09-03, juaninf wrote:
> I am trying plot a tree than Figure using Digraph but I cann't get this. I
> get disordered tree. How I will be able to plot than figure?. The code is
> in attach.
See the layout component of your graph, say, g.
You'd need to use g.layout(pos=..., save_pos=True)