Dear all, I am starting with sage, and I encountered the following strange error:
sage: ( 2.0*sin(x)^3 - sin(x)).taylor(x, 0, 3) gives the MAXIMA error "13.0 is not of type INTEGER". On the other hand, the taylor expansion of 2.0*sin(x)^3 is correctly given, as well as the expansion of sin(x). Therefore, the problem is easy to work around, but this is not very satisfactory... The problem does not show up if one is working with rationals. Even better, if one replaces sin(x) by, say 2.0*sin(x) (or sin(x) multiplied by any real number different from one, as far as I can tell), then everything works perfectly. Have you already seen such a bug? -- To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/sage-support URL: http://www.sagemath.org To unsubscribe from this group, send email to sage-support+unsubscribegooglegroups.com or reply to this email with the words "REMOVE ME" as the subject.
