Post Reply 
[INPUT] automatic simplification
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 


Messages In This Thread
RE: [INPUT] automatic simplification - compsystems - 06-25-2016 02:18 AM



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