-
Intending to refactor the various diophantine solvers to put them under a common interface (i.e., one class that handles parameters, permutations, equation properties, solutions etc).
Task list:
…
-
[See here](https://metafacture.org/playground/?flux=%22https%3A//docs.google.com/spreadsheets/d/16fN1OehuPx61n2O6ial5fYc1h6jJIlPj93SkhBpfypU/gviz/tq%3Ftqx%3Dout%3Acsv%26sheet%3DTabellenblatt1%22%0A%7C…
-
### Name
MATPOWER
### Screenshots
![MATPOWER-Logo](https://user-images.githubusercontent.com/11841545/139923861-6860c119-32ee-4267-be99-ce90eb1069b0.png)
![cpf_example](https://user-images.g…
-
I'm trying to solve the following system with `nonlinsolve`:
```
u00, u01, u10, u11 = symbols("u:2(:2)")
v00, v01, v10, v11 = symbols("v:2(:2)")
a00, a01, a10, a11 = symbols("a:2(:2)")
system =…
-
### Description
The iteration variable becomes NaN at initialization and the solver tries to solve with NaN. This leads to continuous error and warning in the log file.
The models are listed below…
-
Hi, I have been following the Static Equilibrium tutorial and found it very useful so thank you to @h2o-DS for putting this together. I was wondering if the last example could be extended to show how…
-
I'm a student who just got my undergraduate degree in math, and I've got an idea for an exciting video (maybe even a series). In 3B1B's video on eigenvectors, he covers the basic idea of vectors that …
-
### Goal
The continuation of periodic orbits, either from Hopf bifurcation or from orbit guess, is possible and works well. As such, computing the stability of the periodic orbit would be immensely u…
-
@jstac @albop @spencerlyon2 @mmcky
I have implemented a [generic solver](https://github.com/davidrpugh/bvp-solver) that uses projection methods to solve systems of non-linear differential equations …
-
Hello,
Is it possible to, given a circuit topology, export the set of differential equations? I think it could be done using [ModelingToolkit.jl](https://github.com/SciML/ModelingToolkit.jl). This …