Re: goddamn equasions

new topic     » goto parent     » topic index » view thread      » older message » newer message

koda wrote:

>>
solve:

135=a*1000^b*#e^(c*(0.2))*(0.1)^d

360=a*950^b*#e^(c*(0.4))*1^d

765=a*900^b*#e^(c*(0.6))*5^d

130=a*850^b*#e^(c*(0.2))*(0.1)^d
<<

I was working on a Euphoria program to solve non lin's but haven't gotten
back to it in a while.  i hope to take a break from windows programming
soon and get back to it.

Offhand, this looks unsolvable in general because of all the multiplys.
Are you sure there are not any additions such as:
  135 = a*1000^b + e^(c*(0.2)) + (0.1)^d   ???
These can often be solved to some degree using non linear equation
solving methods.  Can't solve them using linear algebra in general.
Also, still need n equations to solve for n variables in general.

--Al

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu