vector multiplication.

.ash.

New Member
Joined
Nov 24, 2008
Messages
2
hi, i need help in knowing how to use an array formula for the following (and even help in knowing if i need an array formula!)

i have my data in pairs like this: (ax1, by1),(cx2, dy2),...
(im using the numbers 1,2,3... only as index to denote the pair, not as powers!)
and in excel i have A1=a, B1=b, A2=c, B2=d so i have the coefficients for all X in column A and for Y in column B.
what i need is to multiply the following:
(ax + by) * (cx + dy) * (ex + fy) * ....

as you know, the result is the summation of the multiplication of the combinations, something like:
(a*c*e)x^3 + (a*c*f)x^2y + (a*d*e)x^2y + ...
for the case with 3 pairs.

how can i get not only the total summation but also see the results of each partial multiplication above?

hope i made my situation clear. do i need arrays? do i need VB?

i will deeply appreciate any help.
thanks
 

Excel Facts

What is =ROMAN(40) in Excel?
The Roman numeral for 40 is XL. Bill "MrExcel" Jelen's 40th book was called MrExcel XL.

Forum statistics

Threads
1,214,945
Messages
6,122,397
Members
449,081
Latest member
JAMES KECULAH

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top