how do I really unassume a variable in Maple?

September 26 2007 by tintin 128
false
Maple

0


Hello everyone, thanks for your help in advance! To perform the integral of this function over rho: >f1 := alpha*(3*lambda^3*rho*d/(rho^2 + d^2)^(5/2)); I need to assume the variable (d > 0): so, >assume(d > 0); >I1 := int(f1,rho=a..b); >I1; 3 2 2 (3/2) 2 2 (3/2) alpha lambda d~ (-(b + d~ ) + (a + d~ ) ) - ----------------------------------------------------- 2 2 3/2 2 2 3/2 (a + d~ ) (b + d~ ) but I cannot now plug in real numbers for d in I1 (e.q. d := 3.0). I get the same I1 expression as above, with d~. I tried unassume(d > 0), but it did not help. Anyway, thanks for your help. -Dan
 
Loading Comments & Answers

You must be logged into your MaplePrimes account in order to post a comment. If you don't have an account, you can create an account here.

     

Forgot Your Password? Create an Account