-
1. Applications of NM in Science & Engineering
2. Taylor Series & it's Application
3. Curve Fitting
4. Finite Element Method
5. Gradient Descent Methods
6. Hyperparameters Optimization
7. Markov…
ErSKS updated
4 years ago
-
This may be less of an issue and more of a discussion. In BrainPy's documention on [numerical solvers](https://brainpy.readthedocs.io/en/latest/tutorial_toolbox/ode_numerical_solvers.html#), it is men…
-
Just a list of schemes that we would like to be implemented into the library:
- [x] explicit schemes:
- [x] Adams-Bashforth schemes see [7]:
- [x] 1 step, namely the forward explicit Euler schem…
-
In addition to the Runge-Kutta method, it is advised to have support for additional numerical methods. Especially, symplectic integrators such as Leapfrog should be considered as they conserve energy.
-
Lightning talk presenting the current status of ODE time integrators in Kokkos Kernels. Specifically the Runge-Kutta explicit methods already available in release 4.2.0 and the upcoming Backward Diffe…
lucbv updated
11 months ago
-
Arrays of arrays work for most explicit solvers, but are not yet supported by stabilized Runge-Kutta solvers such as `RKC`, `ROCK2`, and `ROCK4`. Here's a MWE:
```julia
using Pkg; Pkg.activate(temp=…
-
### Calculator Functions
Description
The calculator allows you to approximate the solution of a first-order ordinary differential equation using different numerical methods. It provides a visual …
-
A came across the article ["Diagonally implicit Runge–Kutta methods for stiff ODEs" of Christopher Kennedy and Mark Carpenter (2019)](https://doi.org/10.1016/j.apnum.2019.07.008) and couldn't find an …
-
Dear Students, select the title from following list & comment your choice with team details, [FIFO Selection]:
- [x] Applications of NM in Science & Engineering
- [x] Taylor Series & Its Applicati…
ErSKS updated
4 years ago
-
I have read through PDE documentation and not sure if there are methods involving Numerical Solution of partial differential equations.
If there isn't I am wiling to work on following methods for s…