Homework 1

Due September 12, 2005

Exercise 1

Make a program using a computer programming language other than matlab to do the following:

x = 0
do i=1,100
x = x + 0.1
write x
if x=1.0 then end
enddo
stop
end

From the following problems:
page 43 - prolems 1.12, 1.22, 1.25
page 127 - problems 2.22, 2.23, 2.24, 2.25, 2.26, 2.29 - implement the algorithm and test with matlab


Saleet Jafri
Tue Aug 30 13:53:49 EDT 2005