Back to Browse

Internal 1 Question 3

May 2, 2026
3:09

How are polynomials represented in computers? Write an algorithm/flowchart to evaluate polynomial p(x) = aₙxⁿ + aₙ₋₁xⁿ⁻¹ + …… + a₁x + a₀ A. Compare the efforts in multiplication numbers and additions of brute force method with recurrence relation method. B. Write the recurrence relation of dividing this polynomial by (x − r).

Download

0 formats

No download links available.

Internal 1 Question 3 | NatokHD