home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Best Objectech Shareware Selections
/
UNTITLED.iso
/
boss
/
educ
/
math
/
030
/
senspoly.eka
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1991-06-30
|
271 b
|
12 lines
; Simple example show how sensitive polynomial roots
; are to the coefficients.
; Try
; c = 0 roots x = 0, 3, 4, 5
; c = 24 roots x = 1, 0.8883
; c = 24.1 no roots
x^4 - 12x^3 + 47x^2 - 60x + c = 0
c = 24.
-100 < x < 100
PROGRESS x