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 changes the compat entry for the `Documenter` package from `0.27` to `0.27, 1` for package docs. This keeps the compat entries for earlier versions. Note: I have...

```julia julia> using Symbolics, SymbolicNumericIntegration julia> @variables α; ``` Noticing that the case ```julia julia> integrate(2 * α, α) (α^2, 0, 0) ``` is correct, going element-wise works essentially as...

reference https://discourse.julialang.org/t/basic-question-on-julia-symbolic-how-to-keep-exp-1-as-is-and-not-convert-it-to-a-floating-point-number/86476 Using this code ``` using Symbolics using SymbolicNumericIntegration using SymbolicUtils @syms x expr=x*Symbolics.Term(exp,[1]) julia> SymbolicNumericIntegration.integrate(expr,x) (1.3591409142295223(x^2), 0, 2.220446049250313e-16) ``` As can be seen, exp(1) before the call remained...

Update the workflows in this repository to use SciML's reusable workflows. This is part of a larger effort to standardize the SciML's CI workflows for more generic and common requirements,...

**Describe the bug 🐞** I cannot run anything in the examples code beyond the first example Did not work on Julia 1.9.3 Installed Julia 1.10.3 (error persists). I tried to...

bug

**Describe the bug 🐞** The library fails to compile **Expected behavior** The library should compile **Minimal Reproducible Example 👇** ```julia using Pkg Pkg.add("SymbolicNumericIntegration") ``` **Error & Stacktrace ⚠️** ```julia julia>...

bug

**Describe the bug 🐞** When integrating a vector of symbolic expressions, for example `integrate([x])` the result is wrong. **Expected behavior** It should either throw an error because vectors are not...

bug

@JuliaRegistrator register