Search for question
Question

1. Write down the pseudocode to find the difference of the following three polynomials: a x^{n}+b x^{n-1}+c e x^{n+1}+f x^{n-1}+g h x^{n-1}+i \text { where: } [a, b, c, e,

f, g, \text { and } n] \in \mathbb{R} Hint: You are required to list down the steps to find the difference between any three polynomials.These steps do not necessarily have to be programming language specific.

Fig: 1

Fig: 2

Fig: 3

Fig: 4

Fig: 5

Fig: 6