On 2013-02-11, Jori Mantysalo <[email protected]> wrote:
> solve(sin(x) == cos(x),x)
>
>   --> [sin(x) == cos(x)]
>
> solve([sin(x) == cos(x),sin(x) == cos(x)],x)
>
>   --> [[x == 1/4*pi + pi*z31]]

this is pretty bad indeed. Interestingly, Maxima isn't doing the right
thing, either:

(%i15) solve([sin(x)=cos(x), sin(x)=cos(x)],x);
(%o15) []


>
> ??
>
> -- 
> Jori Mäntysalo
>

-- 
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?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to