15–20
Mathematics Programs
File name 33s-English-Manual-040130-Publication(Edition 2).doc Page : 388
Printed Date : 2004/1/30 Size : 13.7 x 21.2 cm
¥
Displays next value.
¥
Displays next value.
¥
Displays next value.
t
I
Inverts inverse to produce original
matrix.
t
A
Begins review of inverted matrix.
¥
Displays next value, ...... and so
on.
.
.
.
.
.
.
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
x
n
+
a
n–1
x
n–1
+ ... +
a
1
x + a
0
= 0
where n = 2, 3, 4, or 5. The coefficient of the highest–order term (
a
n
) is assumed to
be 1. If the leading coefficient is not 1, you should make it 1 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:
y
3
+
b
2
y
2
+
b
1
y
+
b
0
= 0
where
b
2
= –
a
2
b
1
=
a
3
a
1
– 4
a
0
Содержание 33S
Страница 1: ... HP 33s scientific calculator user s manual H HP Part number F2216A 90020 Printed in China Edition 2 ...
Страница 14: ......
Страница 15: ...Part 1 Basic Operation ...
Страница 16: ......
Страница 56: ......
Страница 64: ......
Страница 82: ......
Страница 92: ......
Страница 122: ......
Страница 137: ...Operations with Complex Numbers 9 7 c Ù Adds L1 L2 L3 Converts vector back to polar form displays r θ ...
Страница 138: ......
Страница 157: ...Part 2 Programming ...
Страница 158: ......
Страница 184: ......
Страница 210: ......
Страница 222: ......
Страница 255: ...Mathematics Programs 15 33 y y x x m n New coordinate system Old coordinate system 0 0 x P u y v θ ...
Страница 293: ...Part 3 Appendixes and Reference ...
Страница 294: ......
Страница 324: ......
Страница 348: ......