Question: Q1- Implement a cubic-degree curve drawing program in python using: Hermite Polynomials Interpolation. And apply for a given set of points {P1, P2,}, and vectors
Q1-
Implement a cubic-degree curve drawing program in python using: Hermite Polynomials Interpolation. And apply for a given set of points {P1, P2,}, and vectors {P 1, P 2,}, where each point Pi and/or vector P i = {x i, y i}, then visualize the results. you must ask the user for input
Q2-
Following the implementation of the previous question (Q1) and the first homeworks question (Q1), modify your codes to provide a comparison table on the Processing Times for the geometric shape: Cubic curve using: A- De Casteljau's Algorithm. B- Bezier Analytical expression. C- Hermit Polynomials Interpolation.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
