Question: Basic Rules: have to write a scheme funtion to simplify the algebraic expression using the above rules. Print out if the expression can be simplify

Basic Rules: have to write a scheme funtion to simplify the algebraic expression using the above rules. Print out if the expression can be simplify as the rules above. Print out the original expression when cannot be simplified The answer is like.. (simplify '(+ 1 )) >(simplify (+ 1 1)) How to make the rules to accept another expression like (simplify'(+1 ) answer should be 1 Basic Rules: have to write a scheme funtion to simplify the algebraic expression using the above rules. Print out if the expression can be simplify as the rules above. Print out the original expression when cannot be simplified The answer is like.. (simplify '(+ 1 )) >(simplify (+ 1 1)) How to make the rules to accept another expression like (simplify'(+1 ) answer should be 1
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
