goddamn equasions

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

------=_NextPart_000_0007_01C01DC5.16E5DDE0
        charset="iso-8859-2"
Content-Transfer-Encoding: quoted-printable

how do i solve this? with matrix?
you have 4 unknown variables and 4 equasions.
i need to know values of a,b,c,d.
#e is 2.71 or something like that.
^ means power (3^2=3D9)

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

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

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

130=3Da*850^b*#e^(c*(0.2))*(0.1)^d

i tried it with Derive but it solves a shit
is there any other program i can get that will solve it for me?


here is verions of four equasions in C:
135=3Da*pow(1000,b)*exp(c*(0.2))*pow(0.1,d)

360=3Da*pow(950,b)*exp(c*(0.4))*pow(1,d)

765=3Da*pow(900,b)*exp(c*(0.6))*pow(5,d)

130=3Da*pow(850,b)*exp(c*(0.2))*pow(0.1,d)


and in BASIC:
135=3Da*1000^b*EXP(c*(0.2))*(0.1)^d

360=3Da*950^b*EXP(c*(0.4))*1^d

765=3Da*900^b*EXP(c*(0.6))*5^d

130=3Da*850^b*EXP(c*(0.2))*(0.1)^d


and in FORTRAN:
      135=3Da*1000**b*EXP(c*(0.2))*(0.1)**d

      360=3Da*950**b*EXP(c*(0.4))*1**d

      765=3Da*900**b*EXP(c*(0.6))*5**d

      130=3Da*850**b*EXP(c*(0.2))*(0.1)**d


and in PASCAL:

135=3Da*POW(1000,b)*EXP(c*(0.2))*POW(0.1,d)

360=3Da*POW(950,b)*EXP(c*(0.4))*POW(1,d)

765=3Da*POW(900,b)*EXP(c*(0.6))*POW(5,d)

130=3Da*POW(850,b)*EXP(c*(0.2))*POW(0.1,d)


ok, enough.

------=_NextPart_000_0007_01C01DC5.16E5DDE0
        charset="iso-8859-2"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META content=3D"text/html; charset=3Diso-8859-2" =
http-equiv=3DContent-Type>
<META content=3D"MSHTML 5.00.2614.3401" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT face=3DVerdana size=3D2>how do i solve this? with =
matrix?</FONT></DIV>
<DIV><FONT face=3DVerdana size=3D2>you have&nbsp;4 unknown variables =
and&nbsp;4=20
equasions.</FONT></DIV>
<DIV><FONT face=3DVerdana size=3D2>i need to know values of =
a,b,c,d.</FONT></DIV>
<DIV><FONT face=3DVerdana size=3D2>#e is 2.71 or something like =
that.</FONT></DIV>
<DIV><FONT face=3DVerdana size=3D2>^ means power (3^2=3D9)</FONT></DIV>
<DIV><FONT face=3DVerdana size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DVerdana =
<DIV>&nbsp;</DIV>
<DIV><FONT face=3DVerdana =
<DIV>&nbsp;</DIV>
<DIV><FONT face=3DVerdana =
<DIV>&nbsp;</DIV>
<DIV><FONT face=3DVerdana =
<DIV>&nbsp;</DIV>
<DIV><FONT face=3DVerdana size=3D2>i tried it with Derive but it solves =
a=20
shit</FONT></DIV>
<DIV><FONT face=3DVerdana size=3D2>is there any other program i can get =
that will=20
solve it for me?</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=3DVerdana size=3D2>here is verions of four equasions in=20
C:</FONT></DIV>
<DIV><FONT face=3DVerdana=20
<DIV>&nbsp;</DIV>
<DIV><FONT face=3DVerdana=20
<DIV>&nbsp;</DIV>
<DIV><FONT face=3DVerdana=20
<DIV>&nbsp;</DIV>
<DIV><FONT face=3DVerdana=20
<DIV>&nbsp;</DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=3DVerdana size=3D2>and in BASIC:</FONT></DIV>
<DIV><FONT face=3DVerdana =
<DIV>&nbsp;</DIV>
<DIV><FONT face=3DVerdana =
<DIV>&nbsp;</DIV>
<DIV><FONT face=3DVerdana =
<DIV>&nbsp;</DIV>
<DIV><FONT face=3DVerdana =
<DIV>&nbsp;</DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=3DVerdana size=3D2>and in FORTRAN:</FONT></DIV>
<DIV><FONT face=3DVerdana size=3D2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20
<DIV>&nbsp;</DIV>
<DIV><FONT face=3DVerdana size=3D2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20
360=3Da*950**b*EXP(c*(0.4))*1**d</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=3DVerdana size=3D2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20
765=3Da*900**b*EXP(c*(0.6))*5**d</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=3DVerdana size=3D2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20
130=3Da*850**b*EXP(c*(0.2))*(0.1)**d</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=3DVerdana size=3D2>and in PASCAL:</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=3DVerdana=20
<DIV>&nbsp;</DIV>
<DIV><FONT face=3DVerdana=20
<DIV>&nbsp;</DIV>
<DIV><FONT face=3DVerdana=20
<DIV>&nbsp;</DIV>
<DIV><FONT face=3DVerdana=20
<DIV>&nbsp;</DIV>
<DIV><FONT face=3DVerdana size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DVerdana size=3D2>ok, =

------=_NextPart_000_0007_01C01DC5.16E5DDE0--

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

Search



Quick Links

User menu

Not signed in.

Misc Menu