home *** CD-ROM | disk | FTP | other *** search
/ Best Objectech Shareware Selections / UNTITLED.iso / boss / educ / math / 028 / poly.dat < prev    next >
Encoding:
Text File  |  1990-06-25  |  362 b   |  9 lines

  1. ! Polynomials
  2. p(x) = x^5 + 15*x^4 - 4*x^3 + 3*x - 123
  3. g(x) = 12*x^5 + 4*x^4 - 3*x^3 - 124*x^2 + 2*x - 12
  4. h(x) = 75*x^3 + 334*x^2 - 12345*x + 21
  5. j(x) = 120*x^4 - 1122*x^3 + 12*x^2 - 33*x + 3
  6. m(x) = 1244*x^3 - 3344*x^2 + 22*x -10000
  7. n(x) = 12*x^3 - 23*x^2 - 12000
  8. o(x) = 2*x^4 - 2300*x^3 +3*x^2 - 1234
  9. f(x) = p(x) + g(x) + h(x) + j(x) + m(x) + n(x) + o(x)