| > | restart; |
| > | read("/Volumes/NATHAN USB/Math/Maple/Tropical/tropical.txt"); |
| > | with(Tropical); |
Warning, the protected names add and resultant have been redefined and unprotected
![]()
![]()
| > | f:=x^2+x*y-y^2+y*z+5*z^2; |
| > | plotgraph(f); |
| > | dualgraph(f); |
| > | g:=x^3+x*y*z-y^3+2*y^2*z+4*z^3; |
| > | plotgraph(g); |
| > | dualgraph(g); |
| > | SylvesterMatrix(f,g,x); |
| > | resultant(f,g,x); |
| > | SylvesterMatrix(f,g,y); |
| > | resultant(f,g,y); |