Post Reply 
New Version: 2018.07.06 2.0.0.13865
07-29-2018, 09:39 PM (This post was last modified: 07-29-2018 09:42 PM by ijabbott.)
Post: #47
RE: New Version: 2018.07.06 2.0.0.13865
(07-29-2018 07:59 PM)parisse Wrote:  What I need is a list of commands without any user interaction like say
Code:

l:=[30,45,60,70,80,85,90]*pi/180;
sin(l).^2 .* cos(l).^2;
In other words, something I can just copy/paste to the emulator and see a bug happen.

This hangs on the physical calculator in CAS in exact mode with angle set to Radians:

Code:
l:={85,85}*π/180;
sin(l).^2 .* cos(l).^2;
simplify(Ans);

Actually, it may come back eventually, but it takes a long time.

— Ian Abbott
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: New Version: 2018.07.06 2.0.0.13865 - ijabbott - 07-29-2018 09:39 PM



User(s) browsing this thread: 2 Guest(s)