-
We need a capacitor link that can work in non-linear electrical networks. _GunnsBasicLink_ is not designed for non-linear networks and doesn't work in them - it causes non-linear networks to fail to …
-
Extracted from the discussion in #36:
@jedbrown
> Heterogeneously-dimensioned vectors (and more general linear algebra). A sufficient example is viewing `tests/gas` structures as vectors, supposi…
-
I am trying to find out why I can solve a given linear system in python (`scipy.linalg.lstsq`) but not in Mathnet.
Here is the python code:
import numpy as np
import scipy.linalg
…
-
Hi!
I'm wondering if `gomez` is appropriate to use for implementing a geometric solver (like [this](https://solvespace.com/tech.pl))?
Based on the description in the docs:
```
F(x) = 0,
w…
-
Hi,
I have a general question about the proper workflow to use when recovering unknown dynamics.
My understanding is that if we want to recover Michelis Menten dynamics we would use the implicit…
-
I have a very long objective function (sum of 1000+ terms) which causes `simplify(expr: &LpExpression) -> LpExpression` to overflow the stack when adding the objective function to the problem. Similar…
-
### Description
Consider the MWE:
```
package FindMax
model Test
TimeMax timeMax annotation (
Placement(transformation(origin = {14, 0}, extent = {{-10, -10}, {10, 10}})));
Mode…
-
Consider the following model for calculating conversion and mole output, that contains only linear equations.
```modelica
model Conversion1
Integer Base_C = 1 "Base component";
Real Fin_c[3] =…
-
Python 3
Sympy version: 1.5.1
I am attempting to use rsolve decrease by factor algorithm, but it releases an error. How can rsolve be used correctly? Or this feature is not supported yet?
`s = …
-
### Use Case
Often for perfusion and metabolic modeling, different systems of differential algebraic equations are included as reaction terms to represent kinetic components of overall metabolism. Of…