sage: R.<x,y>=QQ[] sage: f = R.random_element() sage: g = R.random_element() sage: f.resultant? sage: f.resultant(g,x) 49/2*y^3 + 131/6*y^2 + 5/3*y + 1/3 sage: f.resultant(g,y) -343*x^3 - 2285/36*x^2 - 253/18*x - 71/144
On 7 December 2013 06:34, 1982santu <[email protected]> wrote: > How one can find resultant of two bivariate polynomials in sage? > > > -- > You received this message because you are subscribed to the Google Groups > "sage-support" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/sage-support. > For more options, visit https://groups.google.com/groups/opt_out. -- You received this message because you are subscribed to the Google Groups "sage-support" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/sage-support. For more options, visit https://groups.google.com/groups/opt_out.
