firstly I need to apologize for my non mathematical language. Secondly I'll try to explain what I would like to calculate:
I have 3 series/rows of numbers and every series has 5 numbers(for example):
1.series: 2,4,9,1,7
2.series: 3,1,8,6,2
3.series: 8,0,6,0,9
sum of their columns should be as close as possible to this result:
result: 90,60,70,21,45
any series may/may not be multiplied by any multiplier
Could someone advice me what method shall be used for the calculation please? Any help is greatly appreciated
Thank you
nickzde