-
Imported from SourceForge on 2024-07-07 08:34:28
Created by **[aleksasd](https://sourceforge.net/u/aleksasd/)** on 2013-02-05 09:41:10
Original: https://sourceforge.net/p/maxima/bugs/2542
---
Error …
rtoy updated
4 months ago
-
There are a number of Stan files with very similar structure. This redundancy will make it harder to extend functionality, test etc. So I propose we combine them into a single file.
-
On my long-term to do list (as part of the Integrated Earth project) is to implement algorithms and data structures to allow coupling bulk and surface processes. For sequential computations, this shou…
-
From the doc
https://lcapy.readthedocs.io/en/latest/circuits.html#state-space-analysis
After creating the circuit:
> from lcapy import Circuit
> a = Circuit("""
> V 1 0 {v(t)}; down
> R1 1 2…
-
Just wanted to let you know: the Laplace transform got major updates in SymPy 1.11 and 1.12 (and is still being updated for 1.13).
In `Laplace Transforms.ipynb`, you have an example *More complicat…
-
Following code performing a Laplace transformation on an ODE does not do what is expected to do, ie the constants with first/second derivatives are not appearing :
```
c_1, c_2 = sympy.symbols('c_1,…
-
### Avoid duplicates
- [X] I searched existing issues
### Bug Summary
Poles and zeros are expected to be in radians per second by the sac program, and likely other programs that read these fi…
-
`commit` https://github.com/PaddlePaddle/Paddle/commit/bff34fb14dd9d9111bfcbc2f523a403b6a589d2a
**⚠️提示⚠️** `python/paddle/distributed` 模块难度稍高,可先认领其他模块任务 🤟🤟🤟
#### 🔚 第 1 批 🎉
|…
-
Runs are based on the following script:
`https://github.com/Jammy2211/autofit_workspace/blob/master/scripts/howtofit/chapter_graphical_models/tutorial_3_expectation_propagation.py`
**API:**
I…
-
On building my packages I'm using `sphinx-build` command with `-n` switch which shows warmings about missing references. These are not critical issues.
Before sphinx starts reporting broken refs it…