Was wondering about the problem of finding multiple solutions to one equation, but for large number of input variables/coefficients. (This is your basic spreadsheet math; same equation might be applied to each row of a spreadsheet, to yield different results for each row.)
In other words, say I have a number of inputs in a matrix, call them V11..V1n through Vm1..Vmn, and applying the (same) equation to each row gives solutions S1..Sm. The equation to apply to the values in the columns can be any mathematical formula, it doesn't matter.
Col1 Col2 .. Coln Solution
---- ---- ---- -----------
Row1: V11 V12 .. V1n S1
Row2: V21 V22 .. V2n S2
.. ..
Rowm: Vm1 Vm2 .. Vmn Sm
-----------
Total: Sum(S1..Sm)
Is there a field of study for this kind of thing? Is brute force the only way?
2006-09-12
04:56:20
·
4 answers
·
asked by
crsssl
1
in
Science & Mathematics
➔ Mathematics