Displaying 1 result from an estimated 1 matches for "ic501".
Did you mean:
3c501
2014 Apr 22
1
finding value for a parameter in an equation
Dear All,
please provide some insights for the following:
we have:
D1 <-c(0.2,0.6,0.8)
D2 <-c(114,190,304)
IC501 <-0.62
IC502 <-137.8
ECON <-5.95
ALPHA <-0.00005
M1 <-0.84
M2 <-0.96
and the equation:
1 = D1/(IC501*((E/(ECON-E))^(1/M1)))+D2/(IC502*((E/(ECON-E))^(1/M2)))+(ALPHA*D1*D2)/(IC501*IC502*((E/(ECON-E))^(0.5/M1+0.5/M2)))
In this equation the value for parameter &quo...