-
When performing (6*(s + 50))/(s*(s**2 + 40*s + 300)) it will not evaluate the the Inverse Laplace Transform. However it will evaluate the constituents of the partial fraction decomposition expression…
-
I am testing the new slot configurations on main and I fear there's a big bug in the shell.
### via `rasa interactive`
First I figured I'd try running my form in interactive mode.
```
> ras…
-
`/usr/lib/python2.7/dist-packages/sfepy$ python setup.py build_ext --inplace
Appending applications configuration to
Ignoring attempt to set 'name' (from '' to 'applications')
Appending base confi…
-
To avoid having a big TOC, I propose categorizing the modules in the SymPy Modules Reference section of the documentation.
cc @asmeurer @oscarbenjamin
-
Now that the workflow accepts a manual segmentation (#3) I tested several parameters for the SyN registration:
![Label-label comparison](https://user-images.githubusercontent.com/22661001/99884677-…
-
### Describe your issue.
CircleCI build_docs is failing. The first failure on `main` is after merge of gh-15663.
[https://app.circleci.com/pipelines/github/scipy/scipy?branch=main&filter=all
…
-
# Create a repo `lib-dlf`
## Description
Create a library that stores digital linear filters (DLF). The filters should follow some clear rules (standardized), so it is easy to write functions that…
-
`laplace_transform(DiracDelta(t),t,s)`
should yield 1, but instead yields 1/2 .
version 0.7.6.1 of sympy.
Example at
https://github.com/josephcslater/iPythonExamples/blob/master/Laplace_Transforms_…
-
This relates to #10840, but much of what was discussed there is not valid anymore, because DiracDelta and Heaviside have been changed a lot in the meantime, so I open a new issue.
I run all the fol…
-
The problem is stating that the the normal derivative of u on the curved boundaries is zero but I don't see that boundary condition being used anywhere explicitly in the code. Possible it is not neede…