Two Plus Two Newer Archives  

Go Back   Two Plus Two Newer Archives > Other Topics > Science, Math, and Philosophy
FAQ Community Calendar Today's Posts Search

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #1  
Old 06-09-2007, 03:26 PM
CallMeIshmael CallMeIshmael is offline
Senior Member
 
Join Date: Dec 2004
Location: Tis the season, imo
Posts: 7,849
Default Matrix help needed

Im pretty rusty when it comes to matrices, and I was wondering if someone could help me with the following problem... I need it for some code Im writing


given that

A*B = C

where, A, B and C are all matrices of dimensions in the form:

A: (m X n)
B: (n X 1)
C: (m X 1) (with m, n > 1)

is there a QUICK method of determining B, given A and C?


Also, it might be important to note that the sum of each of the columns of A is 1, which also means that sum(B) == sum(C).


So, take, for example:

[0.8 0.6 0.4] X [0.4]..=..[0.48]
[0.2 0.4 0.6] .. [0.2]......[0.22]
.....................[0.1]


Is there a quick way to go from (0.48; 0.22), to (0.4, 0.2, 0.1), given that you also know the first matrix


Im not really sure how to define 'quick', but assume that what I want to do means that the above operation is carried out thousands of times. Bascially, I dont want to have to row reduce / solve the equation each time.

thanks

EDIT: m != n
Reply With Quote
 


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 08:11 PM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.