-
A wrapper around the TensorFlow contributed module to solve ODEs.
-
The `delay` variable (as shortcut for the pre pathways delay) is accessible in the `Synapses` objects equations (`model`, `on_event` etc). But `delay` can also be defined as a synaptic variable, which…
-
Hi,
Is it possible to use time delay using delay differential equations? I want to estimate time delay as a parameter
If yes, Could you please share me some example? It would be a great help
Than…
-
**Submitting author:** @gboeing (Geoff Boeing)
**Repository:** https://github.com/gboeing/pynamical
**Version:** 0.1.2
**Editor:** @labarba
**Reviewer:** @drvinceknight, @sdross0
**Archive:** 10.…
-
Dear @Dobrev and @Tzanio Kolev
I have developed MFEM codes and error estimates analytically for Linear Maxwell’s equation.
Also, I have developed analytically error estimates for Nonlinear Electro…
-
I think it's time that we put down a design for a type-based DSL which can specify ODEs, higher order ODEs, SDEs, regular jumps, DAEs, DDEs, PDEs, and all combinations. I think we actually get a DSL f…
-
Jason, could you take a look?
The only issue from new changes in dsDemos comes from last example. Please see below:
```
error: 'netcon' undefined near line 496 column 49
error: called from
…
-
I have a numpy array with dimensions (4, 364, 3969), and try to convert it into a quat_array, e.g.,
`quat.as_quat_array(np.random.rand(4, 364, 3969) )`
and get the error
```
--------…
-
Hi,
I am working on a system of delay differential equations where the vector field is quite nonlinear. My main interest is calculating the largest Lyapunov Exponent as function of vector field param…
ghost updated
7 years ago
-
I'm just writing an introduction to numerical algorithms for DDE solving for my master's thesis, and therefore I'm studying Bellen and Zennaro, Numerical Methods for Delay Differential Equations. In m…