home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Power-Programmierung
/
CD1.mdf
/
forth
/
compiler
/
fpc
/
tutor
/
l5p210
< prev
next >
Wrap
Text File
|
1990-07-15
|
937b
|
32 lines
╔════════════════════════════════════════════════════╗
║ Lesson 5 Part 210 F-PC 3.5 Tutorial by Jack Brown ║
╚════════════════════════════════════════════════════╝
Exercise 5.LAST ( I've lost count)
-----------------------------------
Get the quadratic equations solver working and report back
on your success/failure!
Problem 5.LAST ( I've lost count )
-----------------------------------
Implement your favorite number crunching appliction in Forth
using the VP-Planner Floating Point routines. Upload your
application as a message and share it with the rest of us.
It need not be long. If you can't think of an application how
about solving a system of two equations in two unknowns.
a1 x + b1 y = c1
a2 x + b2 y = c2
A simple problem like this will help you build up some experience
with the floating point package.
This is the end of lesson 5