matlab: poly2sym([1 3 2])
ans =
x^2 + 3*x + 2
I couldn't find a similar function in SAGE. Fortunately this small function is quite easy, consisting only one loop.
Thanks in advance!
| 1 | initial version |
matlab: poly2sym([1 3 2])
ans =
x^2 + 3*x + 2
I couldn't find a similar function in SAGE. Fortunately this small function is quite easy, consisting only one loop.
Thanks in advance!
| 2 | No.2 Revision |
matlab: poly2sym([1 3 2])
ans =
x^2 + 3*x + 2
I couldn't find a similar function in SAGE. Fortunately this small function is quite easy, consisting of only one loop.
Thanks in advance!
Copyright Sage, 2010. Some rights reserved under creative commons license. Content on this site is licensed under a Creative Commons Attribution Share Alike 3.0 license.