On Monday, March 4, 2013 9:26:47 AM UTC-5, Jeroen Demeyer wrote:
>
> It seems that Maxima in Sage doesn't do some simplifications that plain 
> Maxima does, why is this and how can this be fixed? 
>
>
> Distributed under the GNU Public License. See the file COPYING. 
> Dedicated to the memory of William Schelter. 
> The function bug_report() provides bug reporting information. 
> (%i1) abs(cos(t))^2; 
>                                        2 
> (%o1)                               cos (t) 
>
>
>
(%i1) domain:complex;
(%o1)                               complex
(%i2) abs(cos(t))^2
;
                                            2
(%o2)                            abs(cos(t))


versus

(%i1) abs(cos(t))^2;
                                       2
(%o1)                               cos (t)


 

> ---------------------------------------------------------------------- 
> | Sage Version 5.7, Release Date: 2013-02-19                         | 
> | Type "notebook()" for the browser-based notebook interface.        | 
> | Type "help()" for help.                                            | 
> ---------------------------------------------------------------------- 
> sage: maxima('abs(cos(t))^2;') 
> abs(cos(t))^2 
>

-- 
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