-
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…
-
The documentation of Modelica.Electrical.Analog.Examples.Resistor says
> This is a very simple circuit consisting of a voltage source and a resistor.
I don't agree with that.
Clearly the model lo…
-
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…
-
-
The following was proposed:
```
p = finite_state(Bool)
p[]::Bool
event!(cond, dir=:both) do
transition!(p, !p[])
end
```
-
Not sure how hard it is to implement this. Library I'm working on has a pretty detailed hierarchical books classification, and I've generated 268 respective hierarchical tags if this kind:
```
...…
-
Currently, when you change a potentiometer or other circuit control, the simulation has to be resolved, which takes a while, and loses the state of the circuit.
A while back, this worked differentl…
-
I have been testing the accuracy of Phi-3.5 Vision models in Web-LLM https://chat.webllm.ai/#/chat vs Nvidia nims available https://build.nvidia.com/microsoft/phi-3_5-vision-instruct
1. The Nvidia …
-
Trying heat equation example from
https://www.mathworks.com/help/matlab/ref/pdepe.html
It fails with:
```
octave:3> sol = pdepe(m,@heatcyl,@heatic,@heatbc,x,t)
[IDA ERROR] IDASolve
At …
-
Dear @martinjrobins,
Thank you for your continuous development and support of Aboria.
I have been solving large systems of equations using Aboria and recently I found myself needing to use a diffe…