iLaplace


NameiLaplace JSON
Version 18.6.3 PyPI version JSON
download
home_pageNone
SummaryA minimal Python interface for computing inverse Laplace transforms using Talbot’s method — designed as a clean and practical wrapper around mpmath, sympy, and numpy.
upload_time2025-06-16 08:45:13
maintainerNone
docs_urlNone
authorMohammad H. Rostami
requires_pythonNone
licenseMIT
keywords laplace inverselaplace inverse calculatorfast laplace inverse calculateilaplacefat ilaplace calculatorfast ilpalace calculatemathtalbotinverse laplace transformslaplace
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            Inverse Laplace is a Simple Interface for Powerful Math
inverse-laplace is a lightweight Python wrapper around advanced symbolic and numerical math tools (sympy, mpmath, scipy) that provides a clean and intuitive interface for computing inverse Laplace transforms using Talbot's method.

Why This Library?
If you've ever tried to compute inverse Laplace transforms numerically in Python, you've probably noticed:
mpmath.invertlaplace() is powerful but raw and low-level
sympy gives symbolic transforms, but not numerical answers
Combining them can be verbose and repetitive

In short: You focus on the math, we handle the machinery.

This project is licensed under the MIT License.
It internally utilizes components from the following libraries:
mpmath, sympy & numpy.

All third-party libraries retain their original licenses and attributions.

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "iLaplace",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "Laplace InverseLaplace Inverse CalculatorFast Laplace Inverse CalculateiLaplaceFat iLaplace CalculatorFast iLpalace CalculateMathTalbotinverse Laplace transformsLaplace",
    "author": "Mohammad H. Rostami",
    "author_email": "mhro.r84@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/94/79/3f6b4a3921d01f3eee016fbd49726dad370f00ecb46c45ce673d05c73d53/ilaplace-18.6.3.tar.gz",
    "platform": null,
    "description": "Inverse Laplace is a Simple Interface for Powerful Math\r\ninverse-laplace is a lightweight Python wrapper around advanced symbolic and numerical math tools (sympy, mpmath, scipy) that provides a clean and intuitive interface for computing inverse Laplace transforms using Talbot's method.\r\n\r\nWhy This Library?\r\nIf you've ever tried to compute inverse Laplace transforms numerically in Python, you've probably noticed:\r\nmpmath.invertlaplace() is powerful but raw and low-level\r\nsympy gives symbolic transforms, but not numerical answers\r\nCombining them can be verbose and repetitive\r\n\r\nIn short: You focus on the math, we handle the machinery.\r\n\r\nThis project is licensed under the MIT License.\r\nIt internally utilizes components from the following libraries:\r\nmpmath, sympy & numpy.\r\n\r\nAll third-party libraries retain their original licenses and attributions.\r\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "A minimal Python interface for computing inverse Laplace transforms using Talbot\u2019s method \u2014 designed as a clean and practical wrapper around mpmath, sympy, and numpy.",
    "version": "18.6.3",
    "project_urls": null,
    "split_keywords": [
        "laplace",
        "inverselaplace",
        "inverse",
        "calculatorfast",
        "laplace",
        "inverse",
        "calculateilaplacefat",
        "ilaplace",
        "calculatorfast",
        "ilpalace",
        "calculatemathtalbotinverse",
        "laplace",
        "transformslaplace"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "94793f6b4a3921d01f3eee016fbd49726dad370f00ecb46c45ce673d05c73d53",
                "md5": "c841cbb784b9c133ab4f5b9042aa1dc2",
                "sha256": "b04c133021cc387bb4252532ccdfaed704d49df396a2d8fd24d1ce5cc66c8d9c"
            },
            "downloads": -1,
            "filename": "ilaplace-18.6.3.tar.gz",
            "has_sig": false,
            "md5_digest": "c841cbb784b9c133ab4f5b9042aa1dc2",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 3501,
            "upload_time": "2025-06-16T08:45:13",
            "upload_time_iso_8601": "2025-06-16T08:45:13.587617Z",
            "url": "https://files.pythonhosted.org/packages/94/79/3f6b4a3921d01f3eee016fbd49726dad370f00ecb46c45ce673d05c73d53/ilaplace-18.6.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-06-16 08:45:13",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "ilaplace"
}
        
Elapsed time: 0.74342s