bmxam
bmxam
Hi, I am trying to use the `TwoPointBVPProblem` from `BoundaryValueDiffEq`. I put my code in a file and runs it by including in the REPL. The code runs great but...
As proposed in #80 , here is a PR with the implementation of an `antidifferentiate` function, proposed here : https://github.com/JuliaAlgebra/MultivariatePolynomials.jl/pull/230. I copy below the description of the MultiVariatePolynomials PR#230 below:...
Hi, I was looking for a way to symbolically integrate a MultiVariate polynomial, or at least to find a primitive. I ended up writing the below code to find it....
Hi, I am trying to render a LaTeX formulae containing an integral, using Luxor. I've tried on two different computers, and obtained two different results, but never the correct one....
### What feature or enhancement are you suggesting? I think it would be great to have support for the `subtle.deriveKey` function in QuickCrypto. ### What Platforms whould this feature/enhancement affect?...
Hi, First of all, thank you for this great package that we use every day. I am aware of #139 and #141, but my problem is slightly different. I would...
Hi, I'm trying to render this (simple) Latex string with Luxor : `L"\{42\}"`: ```julia using Luxor using MathTeXEngine d = @draw begin fontsize(30) text(L"\{42\}", O) end display(d) ``` but the...
**Describe the bug 🐞** Using `OrdinaryDiffEq`, I’m trying to solve an ODE involving a mass matrix that (may) evolve depending on the solution, the time, the parameters. So I set...