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? |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
Request: a best CAS mode menu (History view) - compsystems - 08-17-2018 05:30 PM
RE: Request: a best CAS mode menu (History view) - compsystems - 08-23-2018, 08:31 PM
RE: Request: a best CAS mode menu (History view) - math7 - 08-26-2018, 08:27 AM
RE: Request: a best CAS mode menu (History view) - Carlos295pz - 08-23-2018, 11:40 PM
RE: Request: a best CAS mode menu (History view) - primer - 08-24-2018, 10:25 AM
RE: Request: a best CAS mode menu (History view) - math7 - 08-26-2018, 08:29 AM
RE: Request: a best CAS mode menu (History view) - CyberAngel - 08-26-2018, 08:25 PM
|
User(s) browsing this thread: 1 Guest(s)