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

  • Context: High School 
  • Thread starter Thread starter Atran
  • Start date Start date
Click For Summary
SUMMARY

The discussion centers on the nested scheme, also known as Horner's scheme, which is a method for efficiently evaluating polynomials. The user seeks a clear definition and explanation of this technique, as their math book lacks rigorous definitions. An example provided illustrates how the polynomial f(x) = 2x³ - 6x² + 2x - 1 can be rewritten using Horner's scheme for more efficient computation. The discussion highlights the need for better resources and explanations regarding this mathematical method.

PREREQUISITES
  • Understanding of polynomial functions
  • Basic knowledge of algebraic manipulation
  • Familiarity with mathematical notation
  • Concept of computational efficiency in algorithms
NEXT STEPS
  • Research "Horner's scheme for polynomial evaluation"
  • Study "Algorithmic efficiency in polynomial computations"
  • Explore "Applications of nested schemes in numerical analysis"
  • Learn about "Polynomial interpolation techniques"
USEFUL FOR

Students in mathematics, educators teaching polynomial functions, and anyone interested in computational methods for evaluating polynomials efficiently.

Atran
Messages
93
Reaction score
1
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...
 
Mathematics news on Phys.org
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
 
Thanks...
 

Similar threads

  • · Replies 5 ·
Replies
5
Views
1K
  • · Replies 50 ·
2
Replies
50
Views
5K
  • · Replies 6 ·
Replies
6
Views
2K
  • · Replies 9 ·
Replies
9
Views
3K
  • · Replies 8 ·
Replies
8
Views
4K
  • · Replies 27 ·
Replies
27
Views
7K
  • · Replies 9 ·
Replies
9
Views
3K
  • · Replies 16 ·
Replies
16
Views
3K
Replies
2
Views
1K
  • · Replies 7 ·
Replies
7
Views
4K