Thread Closed

Nested Scheme (Help, I need a definition/explanation)

 
Share Thread
Jun24-10, 08:23 AM   #1
 

Nested Scheme (Help, I need a definition/explanation)


Hi, I'm reading about polynomials and I've encountered a method called nested scheme.
The tragedy is that my math book usually has no rigorous definitions and sometimes lacks definitions.
My book is only stating that nested scheme is a method for evaluating polynomials, and thereafter it continues with two examples. It does not provide an explanation.

I cannot find any proper link, for nested scheme, in google. Can you teach me the very basics, and that should be sufficient for the understanding of more advanced topics...
Thanks for help...
PhysOrg.com mathematics news on PhysOrg.com

>> Pendulum swings back on 350-year-old mathematical mystery
>> Bayesian statistics theorem holds its own - but use with caution
>> Math technique de-clutters cancer-cell data, revealing tumor evolution, treatment leads
Jun24-10, 09:38 AM   #2
 
Mentor
This sounds like something that is called Horner scheme, a technique for evaluating polynomials efficiently.

For example, f(x) = 2x3 - 6x2 + 2x - 1 can be rewritten as f(x) = x(x(2x - 6) + 2) - 1.

More information here - http://en.wikipedia.org/wiki/Horner_scheme
Jun25-10, 12:21 PM   #3
 
Thanks...
Thread Closed

Tags
definition, math, nested cheme

Similar discussions for: Nested Scheme (Help, I need a definition/explanation)
Thread Forum Replies
Nested radicals General Math 5
old and young,young and old and old and young General Discussion 4
C++ -- Nested Classes Programming & Comp Sci 3
Nested Familiy Set Theory, Logic, Probability, Statistics 1
Nested series Calculus 9