Post Reply 
[INPUT] automatic simplification
06-24-2016, 01:36 PM (This post was last modified: 06-25-2016 02:34 AM by compsystems.)
Post: #1
[INPUT] automatic simplification
Hello,

it is very important to have the option to automatically simplify the entry, currently is only for output [none, minimum, maximun

CURRENT

INPUT:
(x^2-1^2)/(x-1)

OUTPUT SIMPLIFY: NONE
(x^2-1^2)/(x-1)

OUTPUT SIMPLIFY: Maximun
(x-1)

REQUEST

INPUT Simplify: NONE
(x^2-1^2)/(x-1)

OUTPUT SIMPLIFY: Maximun
(x-1)


---------------
INPUT SIMPLIFY: maximun
(x^2-1^2)/(x-1) -> (x-1)

OUTPUT SIMPLIFY: Maximun
(x-1)

the automatic simplification in the entry is present in CASIO and TEXAS INSTRUMENTS calculators
Find all posts by this user
Quote this message in a reply
06-25-2016, 02:18 AM (This post was last modified: 06-25-2016 02:35 AM by compsystems.)
Post: #2
RE: [INPUT] automatic simplification
CURRENT

INPUT:
((a*(b-c))==(a*b-a*c))

OUTPUT SIMPLIFY: NONE
0 (false)

OUTPUT SIMPLIFY: Maximun
1 (true)

REQUEST

INPUT Simplify: NONE
((a*(b-c))==(a*b-a*c))

OUTPUT SIMPLIFY: None
0 (false)

---------------
INPUT SIMPLIFY: maximun
((a*(b-c))==(a*b-a*c)) -> (a*b-a*c)==(a*b-a*c))

OUTPUT SIMPLIFY: None
1 (true)
Find all posts by this user
Quote this message in a reply
Post Reply 




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