Dear all,
Can anyone help me to solve the following integration equation. I encountered the following difficulty:
"Cloud::timelimit: This computation has exceeded the time limit for your plan"
The equation which i am trying to solve is as following:
partWm = ( alpha * ( s - r ) / ( L - r ) - alpha ) ^ ( 1 / beta )
Wm = ( -1 / 100 ) * e ^ ( partWm )
dWmdL = D [ Wm , L ]
K = ( Ks * A ) / ( A + ( - 100 * Wm ) ^ B )
y = ( L - n ) * K * dWmdL
( 2 / ( o - n ) ^ 2 ) * integrate [ y , { L , f1 , f2 } ]
Can someone please help?
Thanks,
Goh