On 2013-02-11, Dima Pasechnik <dimp...@gmail.com> wrote:
> On 2013-02-11, Jori Mantysalo <jori.mantys...@uta.fi> 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) []

I have made this Maxima bug report
 https://sourceforge.net/p/maxima/bugs/2546/


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


Reply via email to