dolby87

10 Reputation

One Badge

10 years, 237 days

MaplePrimes Activity


These are questions asked by dolby87

Hai everyone.

I try to double integrate this generalized extreme distribution.

q[p] := 6.256: h := .8; t[c] := .45: S[di] := 0: k[v] := .32639: mu[v] := -0.1786e-1: sigma[v] := 2.1694: k[t] := .36132: mu[t] := .63543: sigma[t] := 3.1183:


int(exp(-(1+k[v]*(v-mu[v])/sigma[v])^(-1/k[v]))*(1+k[v]*(v-mu[v])/sigma[v])^(-1-1/k[v])*exp(-(1+k[t]*(t-mu[t])/sigma[t])^(-1/k[t]))*(1+k[t]*(t-mu[t])/sigma[t])^(-1-1/k[t])/(sigma[v]*sigma[t]), [v = q[p]/(2*h*t)+q[p]*t[c]/(2*h)+S[di] .. infinity, t = 0 .. infinity]);

however, I got an error, as follow:

Error, (in assuming) when calling '`root/fraction`'. Received: 'numeric exception: overflow'

Any recomendations and tips to solve this integration? or this integration may cannot solve?

Thank you.

 

Hai everyone. I used maple 12 and have an equation as follow:

int(int(lambda[v]*lambda[t]*exp(-lambda[v]*v-lambda[t]*t), v = (1/2)*(q[p]+q[p]*t[c]*t+2*S[di]*h*t)/(h*t) .. infinity), t = 0 .. infinity)

 

and try to get an outcome as follow:

However, I cannot get the outcome like I want. The maple just diplay the equation. Any tips or suggestion?

Thanks

Regards,

Dolby87

Page 1 of 1