CE 5143 Homework 4 Due 10/4/07
David Wagner 2007/10/03 11:40
Calculation by Hand
1. Problem #3.47
Express the following equations in the form [L][U]x = b using the Choleski method, and find the solution of the resulting equations.
[See text §3.11.2, Example 3.16, page 179]
4;
-1;
1;
4;
3;
2
[A]x = [L][U]x=b = [U]T[U]x=b =
[A]-1[A]x = [A]-1b = [U]-1([U]-1)Tb = x
x=[A]-1b
x=![]() |
|---|
1)
Checked with Matrix Multiplication Applet






![tabular{111}{111}{ {dot}
{
(delim{[}{U}{]}^{-1})^T=
delim{[}{matrix{3}{3}{
{1/4} {0} {0}
{1/16} {1/4} {0}
{-{7/32}} {-{3/8}} {1/2} } }{]}
}
{
delim{[}{U}{]}^{-1}=
delim{[}{matrix{3}{3}{
{1/4} {1/16} {-{7/32}}
{0} {1/4} {-{3/8}}
{0} {0} {1/2} } }{]}
}
{delim{[}{A}{]}^{-1}=
delim{[}{matrix{3}{3}{
{0.114257} {0.097656} {-0.109375}
{0.097656} {0.203125} {-0.187500}
{-0.109375} {-0.187500} {0.250000} } }{]}
}
} tabular{111}{111}{ {dot}
{
(delim{[}{U}{]}^{-1})^T=
delim{[}{matrix{3}{3}{
{1/4} {0} {0}
{1/16} {1/4} {0}
{-{7/32}} {-{3/8}} {1/2} } }{]}
}
{
delim{[}{U}{]}^{-1}=
delim{[}{matrix{3}{3}{
{1/4} {1/16} {-{7/32}}
{0} {1/4} {-{3/8}}
{0} {0} {1/2} } }{]}
}
{delim{[}{A}{]}^{-1}=
delim{[}{matrix{3}{3}{
{0.114257} {0.097656} {-0.109375}
{0.097656} {0.203125} {-0.187500}
{-0.109375} {-0.187500} {0.250000} } }{]}
}
}](http://wiki.waggy.org/dokuwiki/lib/exe/fetch.php?w=&h=&cache=cache&media=cache_mathplugin%3amath_872_a81a4fad2f658145663138bcd1b71e28.png)

Discussion