Skip to content

Commit

Permalink
Trac #14855: Weierstrass form for complete intersection of two quadra…
Browse files Browse the repository at this point in the history
…tic equations

Extends the current functionaly for hypersurfaces to the complete
intersection of two quadratics in `P^3`
{{{
    sage: R.<w,x,y,z> = QQ[]
    sage: quadratic1 = w^2+x^2+y^2
    sage: quadratic2 = z^2 + w*x
    sage: WeierstrassForm([quadratic1, quadratic2])
    (-1/4, 0)
}}}

URL: http://trac.sagemath.org/14855
Reported by: vbraun
Ticket author(s): Volker Braun
Reviewer(s): Jan Keitel
  • Loading branch information
Release Manager authored and vbraun committed Dec 17, 2013
2 parents ee684c1 + 642c4cc commit 40f1dc2
Show file tree
Hide file tree
Showing 5 changed files with 1,742 additions and 254 deletions.
1 change: 1 addition & 0 deletions src/doc/en/reference/schemes/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ Schemes
sage/schemes/toric/morphism
sage/schemes/toric/weierstrass
sage/schemes/toric/weierstrass_covering
sage/schemes/toric/weierstrass_higher


.. include:: ../footer.txt
1 change: 1 addition & 0 deletions src/sage/doctest/sources.py
Original file line number Diff line number Diff line change
Expand Up @@ -684,6 +684,7 @@ def _test_enough_doctests(self, check_extras=True, verbose=True):
There are 3 unexpected tests being run in sage/doctest/parsing.py
There are 1 unexpected tests being run in sage/doctest/reporting.py
There are 9 tests in sage/graphs/graph_plot.py that are not being run
There are 3 tests in sage/rings/invariant_theory.py that are not being run
sage: os.chdir(cwd)
"""
expected = []
Expand Down

0 comments on commit 40f1dc2

Please sign in to comment.