The Daily Static
  The Daily Static
UF Archives
Register
UF Membership
Ad Free Site
Postcards
Community

Geekfinder
UFie Gear
Advertise on UF

Forum Rules
& FAQ


Username

Password


Create a New Account

 
 

Back to UserFriendly Strip Comments Index

Wanna see some genuine forehead typing? by Llyr2004-02-10 19:25:33
  The fairly interesting problem: by Llyr2004-02-10 19:52:19
    My method of attack: by Llyr2004-02-10 19:56:32
      Solution by Llyr 2004-02-10 20:42:20
Tell me if this makes sense.

Let Tij mean the ijth element of matrix T.
Let Ti mean the ith row of matrix T. Ti = aug(Ti1, Ti2, ..., Tin).

A combo rule means "to get the new row i, take old row i, and add q times row j to it." In other words, given that F is the matrix obtained by applying a combo rule to C,
Fi = aug(Ci1, Ci2, ..., Cin) + q * aug(Cj1, Cj2, ..., Cjn)
   = aug(Ci1, Ci2, ..., Cin) + aug(q*Cj1, q*Cj2, ..., q*Cjn)
   = aug(Ci1 + q*Cj1, Ci2 + q*Cj2, ... Cin + q*Cjn).
Now we will discuss matrix multiplication, specifically multiplication against I. In matrix multiplication, given AB = R,
       n            
Rij =  Σ  Aik * Bkj.
      k=1
This is particularly easy to evaluate when A or B is I, since only Iii is non-zero (and, in fact, equals 1):
       n            
Rij =  Σ  Iik * Bkj = 1*Bij.
      k=1
Ri = aug(Ri1, Ri2, ..., Rin) = aug(Bi1, Bi2, ..., Bin) = Bi.

This is nearly as trivial to do when we've applied a combo rule to I to obtain E. The only thing that changes by letting Ei = Ii + q*ij is that Eij is changed to q. Therefore,
       n            
Rij =  Σ  Eik * Ckj = 1*Cij + q*Cjj.
      k=1
Therefore, Ri = aug(Ci1 + q*Cj1, Ci2 + q*Cj2, ..., Cin + q*Cjn), and all other rows are unchanged.

Since all other rows are unchanged in both this type of multiplication and a combo operation, it is sufficient to show that the changed rows are equal.

(Ready for some of my math teacher's odd little notation?) Trying to prove Fi = Ri, where R = EC.
LHS = Fi
    = aug(Ci1 + q*Cj1, Ci2 + q*Cj2, ..., Cin + q*Cjn)
    = Ri
    = RHS
So the changed rows are equal, and thus F = EC.

Spencer
[ Reply ]
        2+2=4 (n/t) by Sweethart2004-02-10 22:08:19

 

[Todays Cartoon Discussion] [News Index]

Come get yer ARS (Account Registration System) Source Code here!
All images, characters, content and text are copyrighted and trademarks of J.D. Frazer except where other ownership applies. Don't do bad things, we have lawyers.
UserFriendly.Org and its operators are not liable for comments or content posted by its visitors, and will cheerfully assist the lawful authorities in hunting down script-kiddies, spammers and other net scum. And if you're really bad, we'll call your mom. (We're not kidding, we've done it before.)