Post Reply 
[Bug or Suggestion]About HP Prime G1 New Beta Firmware
11-29-2019, 02:38 PM
Post: #4
RE: [Bug or Suggestion]About HP Prime G1 New Beta Firmware
Related issues
Code:
∫(∫(e^(-(x^2+y^2)/2),y,-(sqrt(a^2-x^2)),sqrt(a^2-x^2)),x,-a,a)
The answer from XCAS
Code:
integrate(sqrt(pi)*1/(sqrt(2))*erf(sqrt(a^2-x^2)*exp(ln(2)/2)/2)*exp(-x^2/2)-sqrt(pi)*1/(sqrt(2))*erf(-sqrt(a^2-x^2)*exp(ln(2)/2)/2)*exp(-x^2/2),x,-a,a)

In fact, we can get the correct answer through polar transformation.
Code:
∫(∫(e^(-r^2/2)*r,r,0,a),x,0,2π)
Get the answer
Code:
2*pi*(-exp(-a^2/2)+1)

study hard, improve every day
Visit this user's website Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: [Bug or Suggestion]About HP Prime G1 New Beta Firmware - yangyongkang - 11-29-2019 02:38 PM



User(s) browsing this thread: 1 Guest(s)