Question: Write a function in Pseudo - Python that completes the following task. You are given a recurrence relation input as a list of coefficients. For
Write a function in PseudoPython that completes the following task.
You are given a recurrence relation input as a list of coefficients. For example the RR written as
would be input as You are also given the function polysolve
that solves any polynomial. It takes as input the coefficients of a polynomial, and outputs the list of the
roots. For example, the polynomial has roots and would be called and outputted
as follows:
olve
Write a function that takes as input a recurrence relation and outputs the General Equation of the
closed form of the recurrence relation to the standard output ie printedi using the coefficients c
c You should not solve for the roots of any polynomial yourself, and only call this magical function.
Note: Your code will be graded as if it were hand written code, so it is not expected to run perfectly,
although should be an approximation of correct and accurate code. Your code must be typed in either:
an IDE, Text Editor, or LaTeX directly. You should have one main function only. This should NOT be
a full program. Code Line Maximum of lines. You will be docked marks for not following these
requirements.
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
