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

 

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

1 Expert Approved Answer
Step: 1 Unlock

To create a Python function findrootsexp that returns the roots of an ex... View full answer

blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!