write(0,1000) iter, x(1), x(2),
& log10(max(nrm2dx,1.0d-60)),
& log10(max(nrm2dx,1.0d-60))
and should be (and now is)
write(0,1000) iter, x(1), x(2),
& log10(max(nrm2dx,1.0d-60)),
& log10(max(nrm2res,1.0d-60))
Both newt2.f and
the sample output file
have been updated to reflect the change.
x = yz
rather than
z = 1 / 2
The online version of the
homework has been updated to reflect the
correction.
real*8 bfa(10000,10000)That's what you get for thinkin' too big, Alan :-) Seriously, thanks for "finding" the problem and my apologies for the time it cost you.
WANT DON'T WANT DON'T CARE
Wed. Oct 2 1 8 1
Fri. Oct 4 9 0 1
the respondent list
Choptuik, San Martin, Lorenzen, Finkenstadt, Shchekin, Abdulai, Chiang, Mikula, Burns, Muehlnerand the final result
Friday, Oct. 4
(1) In Problem 3, I now suggest that you use a write statement like
write(*,*) step, int(x), int(y), dinstead of
write(*,*) step, x, y, dand you no longer have to produce a plot of the square of the particle's position as a function of step number: just plot the position itself vs step number.
(2) In Problem 4, there are some remarks at the end of the description concerning how the plots of the chaos game should be prepared.
In Problem 5, the question now reads
where ldata is of type list(list) (list of lists)instead of
where ldata is of type list(list(numeric))
% xmaple
to get the GUI form (make sure your
DISPLAY environment variable
is properly set if you're running it on a remote machine) or
% maple
to get the command-line form. Important Note: If you
are on one of the Linux consoles but running xmaple
remotely from one of the SGIs (presumably einstein)
you will probably find that neither the "BACKSPACE" nor "DELETE"
work (i.e. function as a destructive backspace/delete key).
Use "CONTROL-h" instead. I know this is awkward and I am
currently trying to track down the problem. However, for
familiarizing yourself with the GUI, it should suffice to
run xmaple locally on the Linux machines where
everything should operate properly.
~/.forwardon einstein which contains your forwarding address. See the Unix notes for an example. Until you set up this forwarding file, there will be mail for you on einstein. Again, see the notes for information on how to read the messages using Mail
o 3letter which contains all the three-character (three-letter) words ..rather than
o 3letter which contains all the three-character (two-letter) words ..