CS69001 Computing Laboratory - I |
Autumn 2009, L-T-P: 0-0-6 |
Supplementary assignments for weaker students
Assignment S1 (Due: Sep 01, 2009)
- Store a polynomial of degree less than 100 in an array.
- Write a function that computes the sum of two such polynomials.
- Write a function that computes the product of two such polynomials.
- Write a function to evaluate a polynomial at a point using Horner's rule.
|