Skip to content

Commit

Permalink
Merge branch 'main' of github.com:GDeLaurentis/syngular into main
Browse files Browse the repository at this point in the history
  • Loading branch information
GDeLaurentis committed Aug 16, 2024
2 parents 720ab0a + 7ad3a3b commit e33063c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/Examples.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@
"# point on variety\n",
"field = Field(\"padic\", 2 ** 31 - 1, 8)\n",
"ring = Ring('0', ('x', 'y', 'z', ), 'dp')\n",
"I = Ideal(ring, ['x*y^2+y^3-z^2, x^3+y^3-z^2', ])\n",
"I = Ideal(ring, ['x*y^2+y^3-z^2', 'x^3+y^3-z^2', ])\n",
"(Q1, P1), (Q2, P2), (Q3, P3) = I.primary_decomposition # the variety associated to I has 3 branches. In other words, the system of equations has 3 types of solutions.\n",
"numerical_point = Q1.point_on_variety(field=field, directions=I.generators, valuations=(1, 1, ), ) # generate a solution on the first branch"
]
Expand Down
2 changes: 1 addition & 1 deletion runtime.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
python-3.8.10
python-3.10.12

0 comments on commit e33063c

Please sign in to comment.