A C program that receives a file as input and analyze first if is a valid polynomial and then make polynomial normalization, integral and derivative of each polynomial.
Explain file input by lines:
- 1# - the number of polynomials to analyze
- 2# - how many members polynomial have
- 3# - the terms
- ...
Check makefile and run it on your command line.