Description: (1) the realization of the sequential storage structure.
Such as, known:
F (x) = 8 x ^ ^ 6+ 5 x 5-10 x ^ 4+ x ^ 2-32 x+ 10, g (x) = 7 x ^ ^ 5+ 10 x 4-20 x ^ 3-10 x ^ 2+ x,
Sum the results: f (x)+ g (x) = 8 x ^ ^ 6+ 12 x 5 20 x ^ 3+ x ^ 2+ 10.
The order table data types are defined as follows:
# define MAXLEN. 100
Typedef struct
{int data [MAXLEN]
Int last
} SeqList
(2) the implementation of the chain store structure
Such as, known:
F (x) = 100 100+ 5 x x ^ ^- 30 x ^ 10+ 10, 50 g (x) = 150, 90-5 x x ^ ^ 50+ 20+ 20 x 40 x ^ ^ 10+ 3 x.
Sum the results: f (x)+ g (x) = 100+ 150 x 100 x ^ ^ 90+ x ^ 20-40 x 10 ^ 10+ 3+ 10 x.
(3) polynomial summation calculations by programming.
To Search:
File list (Check if you may need any files):
zz2.c