Post Reply 
Request: a best CAS mode menu (History view)
08-17-2018, 05:30 PM (This post was last modified: 08-23-2018 08:29 PM by compsystems.)
Post: #1
Request: a best CAS mode menu (History view)
Hello, the CAS mode menu, should be improved

1: Changing [STO▶] to [:=], ▶ is a HOME mode instruction
2: complement the menu

[STO▶] [Simplify] [■] [■] [■] [■]

that is, the reverse 'simplify' commands must appear, not only in mathematics it is required to simplify.

As first menu

[:=] [Simplify] [Factor] [Expand] [Normal] [Next]

simplify( (x-1)*(x+1)=0 ) returns x^2-1=0
factor( x^2-1=0, x ) returns (x-1)*(x+1)=0 Savings when pressing the keys. 1 versus 3 [Tools][algebra][Factor]

expand((3*x*z+2*z^2+5*z+6)/z) returns 3*x+2*z+5+6/z // [Tools][algebra][expand]

as second menu

[Subst] [Solve] [PartFrac] [] [] [Next]

subst(y = 2*x + 3,y = x^2) returns x^2=(2*x+3)
simplify(2*x-3+x^2=(2*x+3-2*x-3)) returns x^2-2*x-3=0
solve(x^2-2*x-3=0,x,'=') returns [x=-1,x=3]
subst(x^2-2*x-3=0, x=3) returns 0=0 evalb(0=0) returns true
subst(x^2-2*x-3=0, x=-1) returns 0=0 evalb(0=0) returns true
factor(x^2-2*x-3=0) returns (x-3)*(x+1)=0

solve([ y = x^2, y = 2*x + 3 ],[x,y], '=' ) returns [[x=3,y=9],[x=-1,y=1]]

Good idea?

[Image: history_cas_image00.jpg]
Find all posts by this user
Quote this message in a reply
08-23-2018, 08:31 PM
Post: #2
RE: Request: a best CAS mode menu (History view)
An image of a possible combination of menu functions in the CAS history view. Any suggestions to choose other menus


Attached File(s) Thumbnail(s)
   
Find all posts by this user
Quote this message in a reply
08-23-2018, 11:40 PM
Post: #3
RE: Request: a best CAS mode menu (History view)
I find the expansion of the touch menu interesting, although we have the CAS section in the toolbox, placing the most predominant commands is a great idea.

Viga C | TD | FB
Visit this user's website Find all posts by this user
Quote this message in a reply
08-24-2018, 10:25 AM (This post was last modified: 08-24-2018 10:25 AM by primer.)
Post: #4
RE: Request: a best CAS mode menu (History view)
yes and being able to choose the ones to appear would be even better...
There are commands I use much more than PartFrac for example.

primer
Find all posts by this user
Quote this message in a reply
08-26-2018, 08:27 AM (This post was last modified: 08-26-2018 08:31 AM by math7.)
Post: #5
RE: Request: a best CAS mode menu (History view)
(08-23-2018 08:31 PM)compsystems Wrote:  An image of a possible combination of menu functions in the CAS history view. Any suggestions to choose other menus

Precisely that is the type of menu that exists in the HP 50g. That's why I liked its use so much, as in the HP 19bii and others, there are 6 menu labels on the screen, and they are one key to use them again and again, without pressing several keys to reach a specific command when using it more than once.


Attached File(s) Thumbnail(s)
   
Find all posts by this user
Quote this message in a reply
08-26-2018, 08:29 AM
Post: #6
RE: Request: a best CAS mode menu (History view)
(08-24-2018 10:25 AM)primer Wrote:  yes and being able to choose the ones to appear would be even better...
There are commands I use much more than PartFrac for example.

And this would be similar to the HP 50g that has the "Custom Menu" function that can be customized with the commands one uses, it would be good if a future update included it!
Find all posts by this user
Quote this message in a reply
08-26-2018, 08:25 PM
Post: #7
RE: Request: a best CAS mode menu (History view)
I found the old [SOFT] [MENU] [KEYS] [BEST]

Now, with a touch display user should have an option with a list of list of keycodes
or even a matrix with keycodes filling the screen with a big soft menu...matrix
(which is also the name of my favourite movie - and university subject)
OR
if the user uses a simple list or a vector
then the old one-row-menu appears
Find all posts by this user
Quote this message in a reply
Post Reply 




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