home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Best of Select: Windows 95 Special 1
/
WINDOWS95_1.ISO
/
utils
/
curvefit
/
example.equ
< prev
next >
Wrap
Text File
|
1994-10-29
|
471b
|
21 lines
Examp5-1
2
A*EXP(B*X+C*X^2)
Example Chap.5, Catalyst deactivation, Sol.: A=100, B=-0.0081, C=3.3E-5
Examp-3
2
A/(1+EXP(B*(X-C)))+D
Example 3: S-Curve, Sol.: A=119, B=0.098, C=125, D=41
Examp-5
2
A+B*X+C*EXP(X)
Example 5: Sol.: A=1; B=7.6E-4; C=2.8E-10;
Examp-8
2
C*A*B/(A-B)*(EXP(A*X)*(1/D+1/A)-EXP(B*X)*(1/D+1/B))+C
Example 8: A=H1, B=H2, C=r0, D=k2
Examp-13
2
A*EXP(-B*X)+(KA-A)*EXP(-C*X)
Example 13: Sol.: A=163; B=0.08; C=2.5E-5; KA=1008;