SymbolicNumericIntegration.jl icon indicating copy to clipboard operation
SymbolicNumericIntegration.jl copied to clipboard

SymbolicNumericIntegration.jl: Symbolic-Numerics for Solving Integrals

Results 19 SymbolicNumericIntegration.jl issues
Sort by recently updated
recently updated
newest added

This pull request sets the compat entry for the `NaNMath` package to `1`. This keeps the compat entries for earlier versions. Note: I have not tested your package with this...

I am trying to integrate an exp function without sucess, as follows: ```julia using Symbolics, SymbolicNumericIntegration @variables x integrate(exp(0.5*x^2), x) ``` Which returns `(0, exp(0.5(x^2)), Inf)`. However, when I try...

question

See this Discourse conversation: https://discourse.julialang.org/t/integrating-symbolic-functions/102545 Thought I'd start a basic MR with the most naive implementation, and let it evolve from here. I've only done the most basic manual testing...

Hi all, Whenever I try to integrate a complex function, the package returns the error message: ERROR: MethodError: ^(::Complex{Num}, ::Num) is ambiguous. This happens, e.g., when I input: integrate(cos(x)+2*im) This...

bug

Minor amount of type piracy needs to be fixed.

@JuliaRegistrator register

question

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 ,...

bug

Hi all, Is there any plan to include SymbolicIntegration.jl in Symbolics.jl ? At the moment, I use SymPy.jl, because it is more complete CAS. Thank you :)

Such that `makedocs` `warnonly = [:missing_docs]` can be removed.