Hello
could you please tell me how to write an algorithm for computing S(f,g) using any order of two polynomials f and g? S(f,g)= x^A/ LT(f) * f - x^A/LT(g) *g ; x^k = multideg(f) ; x^q=multideg(g); A= (A_1,..., A_n) A= max(k_i,q_i) ; x^A= LCM (LM(f),LM(g) ) I know all the above command in sage, but I want to write an algorithm to have these commands as a file so I can use it for many other polynomials without repeating the computation over and over! -- 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?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
