Question: In Julia Code: Problem 1 ( b ) Implement a new constructor for the MyPoly type, which creates a polynomial from a given vector of
In Julia Code: Problem b
Implement a new constructor for the MyPoly type, which creates a polynomial from a given vector of roots
and with leading term That is for a vector with roots, we define the degree polynomial
To make sure we can still use the old syntax of initializing by the coefficients overload MyPoly with a
parameter named roots :
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
