issues
search
3 results
for differintegral
Best match
Best match
Most commented
Newest
Recently updated
Least commented
Oldest
Least recently updated
differint/differint
#5
Is differint is applicable to neural network?
ehtisham409
updated
1 year ago
1
sympy/sympy
#16687
Writing the nth integral of an expression
I can write the nth derivative of a function or expression with: ```julia In [7]: f(x).diff((x, n)) …
oscarbenjamin
updated
5 years ago
9
differint/differint
#21
Show singularities at endpoints
I use this to test: ```python import numpy as np import differint.differint as df import matplotlib.pyplot as plt def f(t): return np.power(t, 3) alpha = 0.6 t_1 = np.linspace(-1, …
CheapMeow
updated
1 year ago
1