Polynomial Root Finder - HP 32SII Owner's Manual

Rpn scientific calculator
Hide thumbs Also See for 32SII:
Table of Contents

Advertisement

I
A
.
.
.

Polynomial Root Finder

This program finds the roots of a polynomial of order 2 through 5 with real
coefficients. It calculates both real and complex roots.
For this program, a general polynomial has the form
where n = 2, 3, 4, or 5. The coefficient of the highest–order term (a
assumed to be 1. If the leading coefficient is not 1, you should make it I by
dividing all the coefficients in the equation by the leading coefficient. (See
example 2.)
The routines for third– and fifth–order polynomials use SOLVE to find one real
root of the equation, since every odd–order polynomial must have at least one
real root. After one root is found, synthetic division is performed to reduce the
original polynomial to a second– or fourth–order polynomial.
To solve a fourth–order polynomial, it is first necessary to solve the resolvant
cubic polynomial:
where b
= – a
2
b
= a
a
– 4a
1
3
1
15–20 Mathematics Programs
File name 32sii-Manual-E-0424
Printed Date : 2003/4/24
.
.
.
n
n–1
x
+ a
x
n–1
3
2
y
+ b
y
2
2
0
Size : 17 .7 x 25.2 cm
Displays next value.
Displays next value.
Displays next value.
Inverts inverse to produce original
matrix.
Begins review of inverted matrix.
Displays next value, ...... and so
on.
+ ... + a
x + a
= 0
1
0
+ b
y + b
= 0
1
0
) is
n

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents