Question: Create a function find_roots(exp) that will return the roots of the expression exp. The variable exp should be a string of the expression to

Create a function find_roots(exp) that will return the roots of the expression exp. The variable exp should be a string of the expression to be used to find the roots that contains only one symbol (eg 'x'). For example: Test Result print (find_roots("***2 + 4*x + 3")) [-3, -1].
Step by Step Solution
3.45 Rating (148 Votes )
There are 3 Steps involved in it
To create a Python function findrootsexp that returns the roots of an ex... View full answer
Get step-by-step solutions from verified subject matter experts
