Skip to content

Releases: adamLutPhi/Laplace

latest Release

26 Apr 08:21
bb9cab6
Compare
Choose a tag to compare

What's New

Mpmath has been added,
for differentiation and integration

Function List:

  1. isIndexValid(x, arr, margin=0)
  2. isScalar(x)
  3. getTuple(x, start=0)
  4. checkTuple(x)
  5. handleTuple(x)
  6. diff(xVal,yVal, kernel = lambda x,y: 3xy + 2*y - x)
  7. differentiate(kernel =lambda x: x**2 + x ,x=1.0)
  8. f(x)
    and more

First Release

10 Apr 18:33
5ce5023
Compare
Choose a tag to compare

What's Changed

    1. Implementation of an ast lambda parser:
    1. Classic differentiation, Integration: using sympy. Integral however seem to not work, as expected.