hoeyyen
July 25th, 2002, 12:34 AM
Hello!is that anyone willing to solve these?? I need to solve P1 to P4 by following equation. The value of T can be any number(from user).
Equation : Pi = exp [ ai - { bi }/ {ci+ T}]
ai, bi and ci have to call from database. How to do it? Where 14. If I define them in the function, can or not ?
a1 = 1.702 b1 = 9.081 x 10-3 c1 = -2.164 x 10-6
a2 = 1.131 b2 = 19.225 x 10-3 c2 = -5.561 x 10-6
a3 = 1.213 b3 = 28.785 x 10 ¨C3 c3 = -8.824 x 10-6
a4 = 1.935 b4 = 36.915 x 10-3 c4 = -11.402 x 10-6
I need to use Visual Basic 6.0 to solve it.
Thank you.
Equation : Pi = exp [ ai - { bi }/ {ci+ T}]
ai, bi and ci have to call from database. How to do it? Where 14. If I define them in the function, can or not ?
a1 = 1.702 b1 = 9.081 x 10-3 c1 = -2.164 x 10-6
a2 = 1.131 b2 = 19.225 x 10-3 c2 = -5.561 x 10-6
a3 = 1.213 b3 = 28.785 x 10 ¨C3 c3 = -8.824 x 10-6
a4 = 1.935 b4 = 36.915 x 10-3 c4 = -11.402 x 10-6
I need to use Visual Basic 6.0 to solve it.
Thank you.