-
Draft 5 (detailed in #88) changes the folder and file names. The following links need to be updated:
```
/Users/adowling/DowlingLab/Teaching/data-and-computing/notebooks/01/Python-Basics-III-Lists…
-
Hello,
I am trying to solve equations that are transcendental in nature. Looking at the [solve](https://github.com/symengine/symengine/blob/master/symengine/solve.h) interface, it doesn't look like…
-
* [x] I agree to follow the [Code of Conduct](https://github.com/jgraph/drawio/blob/dev/CODE_OF_CONDUCT.md) that this project adheres to.
* [x] I have searched the issue tracker for a feature request…
-
I have this code solving a PDE. If I set the force inside `equations` to a numerical value, everything is fine but if I try to replace it with a neural network, I get:
```
% python osc.py
Traceba…
-
It is common in parameter identification problem (or even dual parameter id + trajectories) to find solutions that give unstable systems, even when the measurement data comes from a stable system. If …
-
Does math.net numerics have any methods to solve a non-linear system of equations F(x) = 0, namely Ax=b where A=A(x) and/or b=b(x)? The system of course must be solved iteratively and I see there are…
-
> Hic sunt leones
The OOP abstract calculus as the one of Rouson already implemented and tested with the Lorenz equations example _could_ be limiting or problematic...
As a matter of facts, in the L…
-
Hi, I'm trying to model a system where a block slides on a rotating disc using the `CoulombKineticFriction` actuator I implemented recently (#26412). There are some points that are unclear to me, so I…
-
This _may_ be the same problem as #26798, but I figured I should report it just in case. Given matrices _X_ and _B_ (not necessarily square), I'd like to find a unitary matrix _U_ such that _UX=B_. …
-
A standard use case for battery models is when data is provided for current vs time (drive cycle). PyBaMM handles this using the `Interpolant` class.
Documenting possible approaches to do this in …