Difference between revisions of "User:Kevindunn"

From Process Model Formulation and Solution: 3E4
Jump to navigation Jump to search
m
m
Line 6: Line 6:
* [mailto:kevin.dunn@connectmv.com kevin.dunn@connectmv.com] (alternate)
* [mailto:kevin.dunn@connectmv.com kevin.dunn@connectmv.com] (alternate)


<html>
 
The commented lines in the MATLAB code show how the function is used. The results are: <span class="math">x=[1.3333,3.1667,1.5000,6.0000]</span>.
The commented lines in the MATLAB code show how the function is used. The results are: <span class="math">x=[1.3333,3.1667,1.5000,6.0000]</span>.
Also, the A and <span class="math">b</span> (denoted as <span class="math">C=[Ab]</span> below) are updated as:</p>
Also, the A and <span class="math">b</span> (denoted as <span class="math">C=[Ab]</span> below) are updated as:</p>
Line 38: Line 38:
</div>
</div>
</div>
</div>
</html>

Revision as of 07:30, 10 February 2017

Contact details

I don't have an office on campus. The best way to contact me is by email:


The commented lines in the MATLAB code show how the function is used. The results are: x=[1.3333,3.1667,1.5000,6.0000].

Also, the A and b (denoted as C=[Ab] below) are updated as:

C1=[11110033340350206644]
C2=[111100333400836000212]
C3=[111100333400836000212]

The final result for x=[1.333,3.167,1.5,6].