Premium Only Content
Horner's method: application exercise
Horner's method is an algorithm for evaluating polynomials and finding approximate roots. It is named after the British mathematician William George Horner.
Polynomial evaluation
1. *Write the polynomial*: p(x) = a_n x^n + a_{n-1} x^{n-1} +... + a_1 x + a_0
2. *Enter the value of x*: x = c
3. *Calculate the result*: p(c) = a_n c^n + a_{n-1} c^{n-1} +... + a_1 c + a_0
Horner's algorithm
1. Initialize the result: r = a_n
2. *For i = n-1 up to 0*: r = r * c + a_i
3. *Returns r*: p(c) = r
Example
Evaluate p(x) = 3x^2 + 2x - 1 at x = 2.
Steps
1. *Initializes r = 3*
2. r = r * 2 + 2 = 3 * 2 + 2 = 8
3. r = r * 2 - 1 = 8 * 2 - 1 = 15
Result
p(2) = 15
Advantages
1. Efficient to evaluate polynomials.
2. Easy to implement.
Disadvantages
1. Only evaluate polynomials.
Applications
1. Numerical calculation.
2. Numerical analysis.
3. Engineering.
4. Sciences.
Software
1. MATLAB
2. Python (NumPy library)
3. Mathematica
4. Wolfram Alpha
-
29:53
Afshin Rattansi's Going Underground
2 days agoBRICS MUST Replace the US’ Authoritarian International Financial System! (Prof. Steve Keen)
4.65K13 -
31:27
Robbi On The Record
3 days ago $9.58 earnedWhat the Bible say about Astrology.. The Conversation Culture Has Been Avoiding | ft. JT Follows JC
38.8K10 -
17:38
Professor Nez
3 hours ago🚨THIS IS A NATIONAL SECURITY EMERGENCY: Stephen Miller with CHILLING WARNING for AMERICA
38K97 -
LIVE
tminnzy
2 hours agoBLACK OPS 7 MULTIPLAYER ROAD TO MASTER PRESTIGE
99 watching -
47:10
The Rubin Report
7 hours agoWhat Really Happened on ‘The View’ & ‘Curb Your Enthusiasm’ | Cheryl Hines
183K45 -
3:08:37
LumpyPotatoX2
6 hours agoWhere Winds Meet: New Level Cap + Rumble Wallet - #RumbleGaming
37.4K1 -
3:46:45
SOLTEKGG
4 hours ago🔴LIVE - Battlefield 6 - Going Pro in RED SEC
27.7K -
11:37
tactical_rifleman
2 days agoRare Breed BEATS THE ATF | FRT-15 | Tactical RIfleman
79.7K24 -
2:51:46
Pepkilla
5 hours agoMore GOLD Camo's PLEASE Grind Call Of Black Ops 7
23K2 -
1:35:54
LexTronic
5 hours ago $1.51 earnedMetroid Prime Remastered
16.2K4