i have this integration:
int(q*exp((1-b)^2* qz^2/lambda )/((1+b^2*q^2+b^2*qz^2)*(q^2+qz^2)),qz=-infinity..infinity) then w.r.t q from (0......infinity)
the problem is how to get rid of float (infinity ) from results to be able continue the problem and make minimize for the results terms. by the way i used simpson method and making change variables q to (1-y) /y then the integration become q from 0 to 1 because numerical method does not deal with infinity ...
spam
I might help you if you didn't post that 6 times in the forums and 4 times in private messages.
Alec
Community Guidelines
Zher,
I suggest you read over the MaplePrimes Community Guidelines, more specifically point #5.
The 5 repeated posts have been removed.
ranges
I think, you made some mistakes in your equations (if I understand them right.).
Nevertheless. In the form they are written, the double integral is infinity for b=1 (because of the singularity at 0) and is positve and approaching 0 for lambda approaching -0 (if lambda is positive, the double integral is infinite. and for lambda=0 it is not defined) if b is not equal to 1. So your minimization problem doesn't have much sense unless you also state the ranges for b and lambda.
Alec
expectation value?
none
Proff. Alec I am sorry
Proff. Alec
I am sorry if I made any trouble for you
sorry , i forget the term so
sorry , i forget the term so the question is :
int ( q * exp((1-b)^2* qz^2 / lambda[1] ) * exp((1-b)^2* q^2 / lambda[2]) / ((1+b^2*q^2+b^2*qz^2)*(q^2+qz^2)) , qz= -infinity..infinity) then w.r.t q from (0......infinity)
after integration we want to minimize the results , the range is as (b=0..1), ( lambda[1]) =1....100000) , (lambda[2]) =1....100000
then
worksheet
How can I send my worksheet to help me in solving problem? (I used maple 11)