Re: I need to solve multiple equations that share variables
by Frederick Williams <"Frederick Williams"@[EMAIL PROTECTED]
May 23, 2008 at 01:16 PM
LordElric wrote:
>
> I need to be able to solve multiple equations that share variables, or
> come up with a best fit. For instance
>
> A + D + C + F = 100
> D + R + F + M = 100
> D + R + Z + Q + N = 100
>
> I need to be able to calculate a best fit solution for this. Is this
> a really a problem best solved by a linear best fit approach or
> something else? I've been able to find little that references a
> problem such as this.
>
> Any help would be greatly appreciated.
Google "linear regression". There is
http://en.wikipedia.org/wiki/Linear_regression
for example.
--
Remove "antispam" and ".invalid" for e-mail address.