Differences between revisions 11 and 15 (spanning 4 versions)
Revision 11 as of 2009-11-30 21:43:26
Size: 7550
Editor: newacct
Comment:
Revision 15 as of 2019-04-06 06:18:49
Size: 7597
Editor: chapoton
Comment: py3 print
Deletions are marked like this. Additions are marked like this.
Line 8: Line 8:
{{{ {{{#!sagecell
Line 20: Line 20:
== 3D Groebner fan browser == == 3D Groebner fan browser FIXME ==
Line 22: Line 22:
{{{ {{{#!sagecell
Line 49: Line 49:
            print x.ieqs() + [[1,1,0,0,0],[1,0,1,0,0],[1,0,0,1,0],[1,0,0,0,1]]
            print x.linearities(
)
            print ""
            print(x.ieqs() + [[1,1,0,0,0],[1,0,1,0,0],[1,0,0,1,0],[1,0,0,0,1]])
            print(x.linearities())
           print("")
Line 79: Line 79:
            print cone_data._rays             print(cone_data._rays)
Line 99: Line 99:
        print id_gens         print(id_gens)
Line 116: Line 116:
== Numerical Solutions of Polynomial Systems with PHCpack == == Numerical Solutions of Polynomial Systems with PHCpack FIXME ==
Line 119: Line 119:
{{{ {{{#!sagecell

Sage Interactions - Algebra

goto interact main page

Groebner fan of an ideal

by Marshall Hampton; (needs sage-2.11 or higher, with gfan-0.3 interface)

gfan_interact.png

3D Groebner fan browser FIXME

by Marshall Hampton

gb3d.png

Numerical Solutions of Polynomial Systems with PHCpack FIXME

by Marshall Hampton; requires phcpack optional package (PHCpack written by Jan Verschelde). The example below is a two-parameter deformation of the cyclic-6 problem. Solution paths are tracked through the parameter homotopy.

pathtrack.png

interact/algebra (last edited 2019-04-06 06:18:49 by chapoton)