Herman Sletmoen
Herman Sletmoen
This is the way I see it. Consider a system of ODEs where some can be solved analytically. Suppose also that their initial values are constrained. For example (with "alternative...
The problem here is just the equation `x_eq.DX.c ~ y_eq.c`. This creates an equation relating two parameters, which makes no sense to MTK inside an ODE because parameters are always...
Maybe it can be caused by something similar as https://github.com/SciML/ModelingToolkit.jl/issues/3619? I'm only guessing, though.
See #2823, #2646, #1615 and #619 for context/discussion/workarounds.
This works: ```julia using ModelingToolkit using ModelingToolkit: t_nounits as t, D_nounits as D using DataInterpolations using DifferentialEquations u = rand(5) x = 0:4 interp = CubicSpline(u, x) @variables y(t) =...
Beautiful! I would love to use this.
Bump. Now there's also another new version v0.15.1 of Interpolations.jl.
I have come across the same. Could [make use of `mult_symbol`](https://korsbo.github.io/Latexify.jl/stable/arguments/) after https://github.com/korsbo/Latexify.jl/pull/325.
Thanks for reporting! I will try to fix it when I get time.
Thank you very much for the helpful feedback! I haven't gotten my hands on the Paper Pro myself. I just pushed [a small change to accept the SSH connection with...