-
In #15422 there is a system of equations identified which runs into problem with `nonlinsolve` that might be resolved, but there is also the issue that systems of equations may be partially linear and…
-
It looks like there's no support for array and matrix operations in `linear_expansion`, e.g. `broadcast`.
I also have found that the workaround of performing `scalarize` on everything prior to `lin…
-
Dear Laurent,
we discussed already about the extension of scipy's capabilities in solving differential algebraic equations in your (PR)(https://github.com/scipy/scipy/pull/13068).
In the meanti…
-
Hello,
I'm testing the library to find solutions of systems of linear equations, and the result I get is always wrong.
I give a couple of examples:
The following system has no solution:
x-y = 0
x…
-
## *Repository Creation Request*
Use this to get your experiment repository created or updated on GitHub under Virtual Labs organization.
1. #### Coordinating Institute: IIT Bombay
2. #### Appr…
-
# Linear Algebra - 1.1 Systems of Linear Equations | Sehyup
Technical Summary Blog - Portfolio and Development Challenges
[https://epheria.github.io/posts/LinearAlgebraChapter1/](https://epheria.git…
-
**Reported by victor.avila on 28 Jan 2016 08:56 UTC**
In the model [SimpleMSLpump.mo](https://github.com/modelica/ModelicaStandardLibrary/files/2048363/SimpleMSLpump.zip), one simple MSL pump an…
-
The model IBPSA.Fluid.Interfaces.Examples.Humidifier_u shows oscillations if simulated with CVODE:
![image](https://user-images.githubusercontent.com/1329080/98037002-cd049f00-1dcf-11eb-8c25-be8367…
-
### 🚀 The feature, motivation and pitch
I am a compute fluid dynamic software developer. Pytorch really helped me for using GPU to accelerate computing. However, in compute fluid dynamic or other m…
-
## 🐛 Bug
Certain methods defined in `BatchedLinearAlgebra.cpp`, such as
```
torch.solve
torch.cholesky_solve
torch.triangular_solve
torch.lu_solve
```
solve the system of linear equations …