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

Can a formula spear through sheets?
Use =SUM(January:December!E7) to sum E7 on all of the sheets from January through December

Forum statistics

Threads
1,214,911
Messages
6,122,196
Members
449,072
Latest member
DW Draft

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