<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
</head>
<body text="#000000" bgcolor="#FFFFFF">
<div class="moz-cite-prefix">On 12/04/2017 12:25 PM, Zechariah David
Rice wrote:<br>
</div>
<blockquote type="cite"
cite="mid:01e3ea51c813400a81c87d6b89fdbbc8@spiderman.MercerU.local">
<div dir="auto" style="direction:ltr; margin:0; padding:0;
font-family:sans-serif; font-size:11pt; color:black"> Okay
thanks. <br>
<br>
</div>
<div dir="auto" style="direction:ltr; margin:0; padding:0;
font-family:sans-serif; font-size:11pt; color:black"> About
Project 2, I had a few questions:<br>
<br>
</div>
<div dir="auto" style="direction:ltr; margin:0; padding:0;
font-family:sans-serif; font-size:11pt; color:black"> 1. I
understand everything up to the other two methods to solving the
function. How would you solve it iteratively and directly? <br>
</div>
</blockquote>
So to solve it directly take equation 5 on the handout and convert
it to equation 6 by moving the inverse to the other side of the
equation. Now you have a direct matrix equation. Once you have it
in that form you can also use the iterative solver method we
discussed in class to recover the "y" vector. <br>
<blockquote type="cite"
cite="mid:01e3ea51c813400a81c87d6b89fdbbc8@spiderman.MercerU.local">
<div dir="auto" style="direction:ltr; margin:0; padding:0;
font-family:sans-serif; font-size:11pt; color:black"> <br>
</div>
<div dir="auto" style="direction:ltr; margin:0; padding:0;
font-family:sans-serif; font-size:11pt; color:black"> 2. Do you
want these executables to be based around different programs? Or
should it all be in one program?<br>
</div>
</blockquote>
<br>
It would be nice if it was one program, but if it is easier for you
to create three different programs then I'll be fine with that. If
you do the latter, please make it easy for me to distinguish between
the types -- maybe something like...<br>
<br>
dftnmr_inverse<br>
dftnmr_direct<br>
dftnmr_iterative<br>
<br>
as filenames.<br>
<pre class="moz-signature" cols="72">--
Andrew J. Pounds, Ph.D. (<a class="moz-txt-link-abbreviated" href="mailto:pounds_aj@mercer.edu">pounds_aj@mercer.edu</a>)
Professor of Chemistry and Computer Science
Mercer University, Macon, GA 31207 (478) 301-5627
<a class="moz-txt-link-freetext" href="http://faculty.mercer.edu/pounds_aj">http://faculty.mercer.edu/pounds_aj</a>
</pre>
</body>
</html>