Thank you for visiting our site! You landed on this page because you entered a search term similar to this: solve simultaneous equation exponential. We have an extensive database of resources on solve simultaneous equation exponential. Below is one of them. If you need further help, please take a look at our software "Algebrator", a software program that can solve any algebra problem you enter!
Pascal Programs for
Scientists and Engineers
The following listings are from my book: Borland Pascal Programs for Scientists and Engineers, Copyright © 1993, (SYBEX) ISBN 0-7821-1150-5
These Pascal programs can be viewed or downloaded. To view a file, click the left mouse button on the file name. Then, parts of the file can be copied by dragging the left mouse button through the text (and pressing ^C if in MS Windows). Paste the information in another application with the middle mouse button (X Window) or by pressing ^V (MS Windows).
Download a copy of a file by clicking with the right mouse button and picking "Save Target/Link As" from the menu. In the dialog box, select the directory where you want it to be saved.
These programs are designed to run with the Windows version of Borland Pascal. Therefore, for the DOS version, two changes must be made:
- Change the third line to: USES Crt
- Remove the next to last line: DoneWinCrt
- Main programs have the corresponding figure number.
For example:
- LIST11 is from Listing 1.1
- LIST11-1 is from Listing 11.1
- LIST11D is the double-precision version of Listing 1.1
- Procedures have the INCLUDE name and appear first.
For example:
- SQUARE is Listing 3.2
- GAUSSJ is Listing 4.4
- Main programs created by combining listings, have the main program name For Example: NEWTON4 combines Listing 8.3 and 8.4
Arc tangent, Listing 1.3 | Arc sine, Listing 1.4 | Arc cosine, Listing 1.5 |
Meanstd, Listing 2.1 | Sort, Listing 6.2 | Newton4, Listings 8.3 and 8.4 |
October 25, 1999
-- Copyright 1981-1999