On Thursday, 5 December 2013 10:35:00 UTC+1, Daniel Krenn wrote:
>
> Am 2013-12-05 09:30, schrieb Andrew: 
>
> Thanks, but as I wrote, I want a symbolic solution. 
>
> In particular, I wonder how I get the solution 0. 
>
> Sorry, I'm confused. Since you mentioned finding 0 as a particular 
(numeric) solution I thought that this was what you wanted. Apologies if I 
am missing something obvious, but I don't understand how a symbolic 
solution can include zero. 

Is this what you want:
sage: f=x^2-16*sin(x)
sage: f.solve(x)
[x == -4*sqrt(sin(x)), x == 4*sqrt(sin(x))]

Andrew 

-- 
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 sage-support+unsubscr...@googlegroups.com.
To post to this group, send email to sage-support@googlegroups.com.
Visit this group at http://groups.google.com/group/sage-support.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to