-
Switch out the linear solver with other algorithms to allow for larger systems of equations to be solved
- [ ] Jacobi
- [ ] SOR
- [ ] GMRES
-
> It's so much better to extract the basic knowledge from Precalculus in here.
## Prerequisites
- [x] Precalculus:
- [x] Trigonometry: Unit circle, Inverse trig function
- [x] Geometry: …
-
**Is your feature request related to a problem? Please describe.**
I'm interested in computing the inverse dynamics in terms of the lumped inertial parameters that the manipulator equations are linea…
-
Translated models contain algebraic loops and respective Jacobian matrices that might better be solved analytically. This would reduce model code and should also speed up simulations. In particular, t…
-
# Outline
- introduction
- solving linear equations
- Gauss-Jordan elimination
- implementation
- choosing the pivot
- degenerate cases
- acceleration
- reducing error…
-
Hello,
is it possible to use user defined linear and non-linear solvers for stiff systems, especially sparse solvers? I would like to use odeint for solving partial differential equations. Hence, t…
-
It would be nice to have a simplified interface for a general linear constant coefficient PDE of the form `du/dt + A*du/dx + B*du/dy + C*du/dz = f` where the matrices A, B, C are specified. Assuming c…
-
The current scipy implementation of MINRES algorithm (to solve sparse linear equations)
is a python translation of some _old_ matlab scripts proposed by the authors on https://web.stanford.edu/group/…
ceboy updated
4 years ago
-
### Name
PyPSA
### Screenshots
![pypsa_logo](https://user-images.githubusercontent.com/61968949/139744919-3310e71c-20b2-44fb-8822-cb25e95871d3.png)
![elec_s_X](https://user-images.githubus…
-
A recent paper by @bernhardbachmann and @casella ([DOI:10.1016/j.amc.2021.125991](https://doi.org/10.1016/j.amc.2021.125991), [DOI:10.48550/arXiv.1911.12433](https://doi.org/10.48550/arXiv.1911.12433)…