Thread: matrixs on vb6
View Single Post
  #4  
Old 04-28-2004, 07:54 AM
Dragon Dragon is offline
Platinium Techie
 
Join Date: Mar 2004
Location: Quantico, VA
Posts: 908
Default

word to that pro.
use a 3rd 2-d array set to 0 in all positions, and multply/add the repective postions in the others to fill them, i.e.
hamsarray3(1, 1) = (((hamsarray1(1, 1) * hamsarray2(1, 1))+(hamsarray1(1, 2) * hamsarray2(x,x)......) etc.

if i remember how to multiply matrices, lol.

jeese, edit was my freind on that one, lol
__________________
-Semper Fi
Reply With Quote