-
```
from sympy import *
a, b, k, m, n = symbols('a b k m n', cls=Wild)
x = Symbol('x')
pattern = x**n * (a + b * x**k)**m
expr = x**(S(1)/3)*(3 - x**2)**(S(1)/3)
expr.match(pattern)
```
It w…
-
See http://en.wikipedia.org/wiki/Cauchy_euler_ode . The ODE is of the form `a_n*x**n*f(x).diff(x, n) + … + a_1*x*f(x).diff(x) + a_0 = 0`. These can be solved in a general way, either by making the s…
-
Sympy version 1.0, Python 3, Linux platform.
A DE called the "skydiver equation" relies for its solution on the Lie-group library of dsolve().
The DE: g+u'(t) = k * u(t)^2
(Describes the velo…
-
-
Users find our tool tips confusing. Please change the following:
- [ ] Speed up hover over by a couple hundred milliseconds (run changes by harley)
- [ ] Change lasso tool hover over from “Select” to…
-
The unzipping step creates two copies of the control-flow graph, one holding primal instructions and the other holding differential instructions. The differential blocks run immediately after all the …
-
### NBA API Version
v1.4.1
### Issue
TeamDashboardByGeneralSplits seems to be pulling odd data, or filling in data in the wrong fields. IE PPG = Point differential, which should not be.
### Code
…
-
I had one treated sample and one non-treated sample, but without Chip-Seq mock (or background control). But I want to identify regions that are differentially histone modification between control and …
meihl updated
5 years ago
-
A target to perform differential fuzzing between BDK and Bitcoin Core, especially for BnB, would be nice!
-
There are several extensions of "B-series for Runge-Kutta methods" that could also be implemented in this package:
- [ ] P-series for partitioned methods (see HNW II.15) and NB-series for additive …