Announcements

If the word " Integration " has not been mathematically explained to you in a calculus course, then think about this task as an estimation of "area under the curve". Everything is very simple when you think in terms of applications.

Spreadsheets ( a software for all walks of life ) are great tools for Engineering applications and / or presentations that are in forms of tables or graphs.

We will be using MS Excel, but if you have access to Quattro Pro you may want to try it. 

 Reading Assignments
We suggest that you use the help facility of excel as well as the material contained here. For numerical methods read Book1: Pages 420 - 429.

 Subtopics — Notes/ Examples:


Spreadsheets. An introduction to Excel

Numerical differentiation / Integration

Unix operating system

  • Connecting to Lehigh's mainframe

  • Basic Unix commands

 

 Tasks:

Use a spreadsheet to generate a table with the values of

for values of x between 0 and 2. Make sure you label the columns and the spreadsheet. Graph the results.  Save the spreadsheet in your disk.


Using a C++ program create a file called …. xxxx8ex1.txt which looks like  this:

0.

1.

0.5

1.25

1.

2.

1.5

3.25

2.

5.

2.5

7.25

3.

10.

3.5

13.25

4.

17.

4.5

21.25

5.

26.


This data is obtained from ……. y = x * x + 1 …….. Save the file. Invoke Excel and parse the file. Graph the data.



Connect to CS0 at Lehigh University.  Move to your public directory in your AFS system of files and invoke the editor EMACS.  Write a simple C++ program of your choice and save the file under the name xxxxunix.cpp


Jacob Y. Kazakia © 2001 All rights reserved