Releases: adamLutPhi/Laplace
Releases · adamLutPhi/Laplace
latest Release
What's New
Mpmath
has been added,
for differentiation and integration
Function List:
- isIndexValid(x, arr, margin=0)
- isScalar(x)
- getTuple(x, start=0)
- checkTuple(x)
- handleTuple(x)
- diff(xVal,yVal, kernel = lambda x,y: 3xy + 2*y - x)
- differentiate(kernel =lambda x: x**2 + x ,x=1.0)
- f(x)
and more
First Release
What's Changed
-
- Implementation of an
ast
lambdaparser
:
- Implementation of an
-
- Classic
differentiation
,Integration
: usingsympy
.Integral
however seem to not work, as expected.
- Classic