1. The Chebyshev polynomials of the first kind can be derived from the recurrence relation 0( ) = 1, 1( ) = , +1( ) = 2 ( ) − −1( ) where = 1,2, … , . Create a MATLAB file to create and plot the above equations.
(a) Using a MATLAB script file, create a vector of 100 equidistant points on the interval [−1,1]. (1 mark)
(b) Let = 8, initialize a matrix of size 30-by-10 whose all elements are zero. The column refers to the ( ), while row refers to the corresponding components. (1 mark)
(c) Use nested for loop to evaluate all the polynomials at each point of and store the results in matrix . (4 marks)
(d) Use command subplot to plot the first 5 Chebyshev polynomials in the same figure panel and plot the last 5 polynomials in another panel below the first panel, as illustrated in an example below. Label the axes and include the appropriate legends.
CS 340 Milestone One Guidelines and Rubric Overview: For this assignment, you will implement the fundamental operations of create, read, update,
Retail Transaction Programming Project Project Requirements: Develop a program to emulate a purchase transaction at a retail store. This
7COM1028 Secure Systems Programming Referral Coursework: Secure
Create a GUI program that:Accepts the following from a user:Item NameItem QuantityItem PriceAllows the user to create a file to store the sales receip
CS 340 Final Project Guidelines and Rubric Overview The final project will encompass developing a web service using a software stack and impleme