I write a program in SAGE as follows: R.<x1,x2>=QQ[] M=matrix(R,1,2,[x1+x2,x1*x2]) may i do following steps to extract polynomials from matrix? 1) x = list(M) 2) f1 = x[0] 3) f2 = x[1] is f1 & f2 are polynomials? if not how i can get them? please help me!
--~--~---------~--~----~------------~-------~--~----~ To post to this group, send email to sage-support@googlegroups.com To unsubscribe from this group, send email to sage-support-unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/sage-support URLs: http://www.sagemath.org -~----------~----~----~----~------~----~------~--~---