home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD1.mdf / forth / compiler / fpc / tutor / l5p210 < prev    next >
Text File  |  1990-07-15  |  937b  |  32 lines

  1.        ╔════════════════════════════════════════════════════╗
  2.        ║ Lesson 5 Part 210  F-PC 3.5 Tutorial by Jack Brown ║
  3.        ╚════════════════════════════════════════════════════╝
  4.  
  5.  
  6. Exercise 5.LAST  ( I've lost count)
  7. -----------------------------------
  8.  
  9. Get the quadratic equations solver working and report back
  10. on your success/failure!
  11.  
  12. Problem 5.LAST  ( I've lost count )
  13. -----------------------------------
  14.  
  15. Implement your favorite number crunching appliction in Forth
  16. using the VP-Planner Floating Point routines.  Upload your
  17. application as a message and share it with the rest of us.
  18.  
  19. It need not be long.  If you can't think of an application how
  20. about solving a system of two equations in two unknowns.
  21.  
  22.           a1 x + b1 y = c1
  23.  
  24.           a2 x + b2 y = c2
  25.  
  26.  
  27. A simple problem like this will help you build up some experience
  28. with the floating point package.
  29.  
  30. This is the end of lesson 5
  31.  
  32.