You could try: sage: f(x)=x^2-sin(x) sage: f.find_root(-1,1) 0.8767262153950626 sage: f.find_root(-1,0.5) 1.7263300161400947e-18
Andrew On Thursday, 5 December 2013 09:22:09 UTC+1, Daniel Krenn wrote: > > How do I solve the symbolic equation x^2 == 16*sin(x) symbolically? I > don't even get 0 as solution. > > Daniel > -- 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.
