HP Forums
[INPUT] automatic simplification - Printable Version

+- HP Forums (https://www.hpmuseum.org/forum)
+-- Forum: HP Calculators (and very old HP Computers) (/forum-3.html)
+--- Forum: HP Prime (/forum-5.html)
+--- Thread: [INPUT] automatic simplification (/thread-6450.html)



[INPUT] automatic simplification - compsystems - 06-24-2016 01:36 PM

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


RE: [INPUT] automatic simplification - compsystems - 06-25-2016 02:18 AM

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)