wolframalpha - What is the constant term obtained when using Integration in Wolfram Alpha? -


I try to use wolfram alpa to calculate complex integral,

 < Code> integrated (0.0016 * V ^ (- 0.5) * (1-exp (- 0.0112 * v ^ 0.5)) 0.0036 * v ^ (- 0.5) * (1-exp (-0.0090 * v ^ 0.5)))  

I get the following result

  0.285714 e ^ (- 0.0112 sqrt (v)) + 0.8 e ^ (- 0.009 sqrt (v)) + 0.0104 sqrt (v) + constant  

I'm wondering what it means stable ? The reason I am asking for is the same as I need to evaluate the result on certain points of v to get a certain integral.

Cheers


Comments

Popular posts from this blog

java - Can't add JTree to JPanel of a JInternalFrame -

javascript - data.match(var) not working it seems -

javascript - How can I pause a jQuery .each() loop, while waiting for user input? -