-
If you want to become a reviewer for ReScience, please post your information here. The format is:
```
[name](github account link)
Scientific expertise - Language expertise
ORCID: [xxxx](http…
-
**Describe the bug 🐞**
HCubature breaks down when passed an ODESolution obtained wih `Trapezoid()`
**Expected behavior**
Calculate the cubature.
**Minimal Reproducible Example 👇**
Witho…
-
This is a suitable GSOC idea.
Currently the ODE module (sympy/solvers/ode.py) which implements the `dsolve` function is messy. The code there would be easier to understand and maintain if each of t…
-
The Vector module does not have support to perform integration of vector/scalar fields over curves, surfaces, and volume.
`Integral` class represents integration over variables. It cannot handle Ve…
-
@cengique I read up a bit on the issue with delays and Kf/Shal you mentioned (mainly the findings in [Choi 2004](http://jn.physiology.org/content/91/5/2353), [Herrera-Valdez 2013](http://www.ncbi.nlm.…
-
Hi,
I'm trying to connect a linear system with a sensor. The output of the sensor is continuous and updated at sampled times, it stays constant in between sampled times.
My issue is that in the …
-
Just wondering if you implemented it and if it is stable enough to use...
I was thinking to apply drag, from thw wikipedia drag equation , then push the fluid away from the normals of the immersed t…
-
Couple of strategy/scenarios
1) train-to-train model
- train a sub-class of PDEs with NeuralOperator
- transfer learning pre-trained prediction from NeuralOperator problem to PINNs
- PINNs train…
-
Hi all, well the actual integrate function don't returns the constant:
```
>>> integrate(x, x)
x**2/2
```
obvs, if the user send an interval of integration shouldn't exist the constant.
Well, would…
latot updated
3 years ago
-
# What
I propose, as discussed earlier with @visr and @Huite, to reformulate the ODE problem that is solved by the core somewhat. It must be emphasized that this does not fundamentally change the p…