Child pages
  • Polynomial

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Rev: 1384958006482
Div
styledisplay:none

DO NOT EDIT THE CONTENT OF THIS PAGE DIRECTLY (EXCEPT INSIDE THE DIV BELOW WITH ID=DESCRIPTION), UNLESS YOU KNOW WHAT YOU'RE DOING.
THE STRUCTURE OF THE CONTENT IS VITAL IN BEING ABLE TO AUTO UPDATE THE CONTENT THROUGH THE DOC GENERATOR. Enter additional information related to this 'class' inside the {div} macro with 'id=description'

Div
iddescription



HTML Table
id
classservoy sSummary
Colgroup Tag
Col
width80px
Col
Table Head (thead)
Table Row (tr)
styleheight: 30px;
Table Head (th)
colspan2
Method Summary
Table Row (tr)
Table Cell (td)
void
Table Cell (td)
addPolynomial(polynomial)
Adds another polynomial to this polynomial.
Table Row (tr)
Table Cell (td)
void
Table Cell (td)
addTerm(coefficient, exponent)
Adds a term to this polynomial.
Table Row (tr)
Table Cell (td)
Number
Table Cell (td)
findRoot(startValue, error, iterations)
Finds a root of this polynomial using Newton's method, starting from an initial search value, and with a given precision.
Table Row (tr)
Table Cell (td)
Polynomial
Table Cell (td)
getDerivative()
Returns a polynomial that holds the derivative of this polynomial.
Table Row (tr)
Table Cell (td)
Number
Table Cell (td)
getDerivativeValue(x)
Returns the value of the derivative of this polynomial in a certain point.
Table Row (tr)
Table Cell (td)
Number
Table Cell (td)
getValue(x)
Returns the value of this polynomial in a certain point.
Table Row (tr)
Table Cell (td)
void
Table Cell (td)
multiplyByPolynomial(polynomial)
Multiplies this polynomial with another polynomial.
Table Row (tr)
Table Cell (td)
void
Table Cell (td)
multiplyByTerm(coefficient, exponent)
Multiples this polynomial with a term.
Table Row (tr)
Table Cell (td)
void
Table Cell (td)
setToZero()
Sets this polynomial to zero.

...