Skip to content

Incomplete or Garbage Result When trying to Integrate. #76

@BrettKnoss

Description

@BrettKnoss

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions