EGR 6013 Homework Set 1 (12-18)
— David Wagner 2009/09/16 05:40
Problem 12.
Show ax+by+c=0 through (x1,y1) (x2,72) is equivalent to
=0
=
=
0.
- Let
. - ax+by+c=0
Problem 14.
If [A][B] = [B][A], prove [A]T[B]T = [B]T[A]T.
and
.![[B]^T [A]^T = ([A][B])^T = ([B][A])^T =[A]^T [B]^T [B]^T [A]^T = ([A][B])^T = ([B][A])^T =[A]^T [B]^T](http://wiki.waggy.org/dokuwiki/lib/exe/fetch.php?w=&h=&cache=cache&media=cache_mathplugin%3amath_971_ed78e304cb781922192463042f632c1b.png)
- Finally, one I saw right away!
Problem 15a.
How can I show this? The transpose of [A] interchanges the rows and columns, that is the element in row i, column j in [A] is the same as the element in row j, column i in [A]T. Thus aij = aji for symmetric [A].
- Let [A] = [aij], so [A]T = [aji] by the definition of transpose.
- If [A] = [A]T, then [A] = [aij] = [A]T = [aji].
- If [aij] = [aji], then [A] = [aij] = [aji] = [A]T.
Problem 15b.
Given symmetric matrices [A] and [B], prove [C] = [A][B] is symmetric iff [A][B] = [B][A].
Let [aij] = [A], [bij] = B, and [cij] = [C].
[aij] = [aji] and [bij] = [bji].
[cij] = [C] = [A][B] =
, and [B][A] =
.
If [C] is symmetric, then [cij] =[cji], and
[A][B] = [C] = [cij] =
= [cji] =
=
= [B][A].
Problem 16.
Problem 17(a).
Let [A] and [B] represent diagonal matrices of order n.
- Prove that [A][B] is also a diagonal matirx.
Let [A] =
.
- By definition,
for i ≠ r. - When i=r,
![[a_ir]=[a_ii]=[a_ri] [a_ir]=[a_ii]=[a_ri]](http://wiki.waggy.org/dokuwiki/lib/exe/fetch.php?w=&h=&cache=cache&media=cache_mathplugin%3amath_980.5_d5c72949df4e04ed367955e6889b4dd8.png)
.
The only terms of the sum that are nonzero occur when i=r and r=s.
.
Thus, the only nonzero terms of the matrix product are those on the diagonal.
Problem 17(b).
- Prove that [B][A] = [A][B].
,
.
Diagonal matrices are symmetric:
and
.
(In fact, all but the diagonal elements when i=r or s=r are zero, and the diagonals have equal row and column indices pointing to the same entry when reversed.)
[A][B] =
=
[B][A].
Problem 18(a).
= [I][I] = [I]
Problem 18(b).
=
= [D]
Problem 18(c).
=
=
=
[I][I]
=[D][I][I][I]
=[D].