Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incomplete or Garbage Result When trying to Integrate. #76

Open
BrettKnoss opened this issue Nov 23, 2023 · 0 comments
Open

Incomplete or Garbage Result When trying to Integrate. #76

BrettKnoss opened this issue Nov 23, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@BrettKnoss
Copy link

Using Julia 1.10.0 on an M1 mac with BigSur, I get a garbage result for

Using Sybolics
Using SymbolicNumericIntegration

@variables x a

E(x)=(x^(3/2)/a^2)*exp(-(x/(2*a^2))) # the function provided
F(X)=integrate(E(x^2),(x,0,Inf);symbolic=true , detailed=false)
print(F(x))

should give 2a but instead gives:

Screenshot 2023-11-21 at 11 10 52 PM
@BrettKnoss BrettKnoss added the bug Something isn't working label Nov 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant