Solve algebraic equation systems of any degree
Code: "symbolic3.py". Programming language: Python
DMelt Version 1. Last modified: 05/09/2015. License: Pro
https://datamelt.org/code/cache/symbolic3_2294.py
To run this script using the DMelt IDE,
copy the above URL link to the menu [File]→[Read script from URL] of the DMelt IDE.
# x^2 + y^2 = 4
# x*y = 1
from jhplot.math import *
from jhplot import *
from java.awt import Color
j=Symbolic("jscl") # using jscl engine
print "Solution=",j.expand("groebner({x^2 + y^2 - 4, x*y - 1}, {x, y})")
You see the box below because you did not login.