1
$\begingroup$

How can we solve the equation

$$a_1x^{4999} + a_2x^{4998} + a_3x^{4007}+...+a_{5000}x^{0}=n$$

if we know the values $a_1,a_2,a_3,...,a_{5000},n$? Are there any open source solutions?

  • 1
    Tag description: **DO NOT USE THIS TAG.** The algebra tag is no longer being used. Please use the [algebra-precalculus] tag or the [abstract-algebra] tag instead.2012-11-22
  • 0
    Out of curiosity, where did you get this problem? I assume you want a numerical solution, but it seems difficult to even evaluate this polynomial numerically.2012-11-22
  • 0
    of course it is from not-so-friendly geometric-like sequence and I solved it using WolframAlpha trial and verified it myself using binary search. And it turns out that solving the equation this way was wrong for this kind of problem.2012-11-22

1 Answers 1