CAS command question
|
01-07-2017, 01:02 PM
(This post was last modified: 01-07-2017 08:00 PM by compsystems.)
Post: #49
|
|||
|
|||
RE:
Exists a function or command to distribute a value (quotient) to each term?
I think that COLLECT should also operate in inequalities. collect((x+1-3*x) > (3*x+5-3*x)); ⇨ =( (x+1-3*x) > (3*x+5-3*x) (x-3*x)-1 > (3*x-3*x)+5 ⇨ (-2*x+1) > 5 collect(-2*x>4)/-2); ⇨ =( -2*x > 4)/-2; ⇨ -2*x/-2 > 4/-2 ⇨ x < -2 Do you agree, Mr. Parisse? please see Line 8, the expression was not simplified (The quotient was not distributed), Or how the inequalities are simplified with hp-prime CAS? HP-PRIME CAS HISTORY PHP Code: 1: simplify: none TI-89/TI-VOYAGE200 CAS HISTORY PHP Code: 1: simplify: Always MAXIMUM =( |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 7 Guest(s)