
Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
Instructions for homework set 10 in the introduction to computational methods course, aoe/esm 2074. Students are required to read chapter 7 in the text, compare the efficiency of full and sparse implementations by running heat demo codes, and plot temperature fields for a given vector and matrix. The assignment includes instructions for altering codes, using matlab's 'tic; toc;' commands, and creating surface and contour plots.
Typology: Assignments
1 / 1
This page cannot be seen from the preview
Don't miss anything!

T (x) = exp
[ −
(x − μ)′^ P −^1 (x − μ)
]
where x = (x 1 , x 2 ) is the position vector, while the vector μ = (μ 1 , μ 2 ), and the 2 × 2 matrix P are specified. Construct a surface plot and a contour plot for the case with
μ = (1, 2), and P =
( 2 1 1 4
) .