http://hughesbennett.co.uk/EvaluatingPolynomialFunctionVariables
©2012 Hughes Bennett Education
Hughes Bennett EducationQuestions by topic
Primary school
Secondary school
Computers & networks
Business economics

SMART subscriptions
Login
Subscribe
SMART Learning Method™

Popular software tools
Octave
Maxima
R Project
Graphviz
Context Free

All software tools
Bamboo Toolbox



Search

Terms & conditions
Privacy policy

Updated 2012-03-05 14:09:31
©2012 Hughes Bennett Education
Published using WikkaWiki

Evaluating polynomial functions for specific variables


Octave scripts use a vector of the coefficients in descending order to represent a polynomial function. Afterwards, the command polyval() can be used to evaluate the function for specific variables. For example, consider this function:
  • y = 3x2 - 3x - 6