brational


Namebrational JSON
Version 1.1.2 PyPI version JSON
download
home_pagehttps://joshmaglione.com/BRational/
SummaryA SageMath package to beautifully format a class of rational functions.
upload_time2024-12-05 17:41:35
maintainerNone
docs_urlNone
authorJoshua Maglione
requires_pythonNone
licenseNone
keywords sagemath rational functions generating series formatting
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # BRational
A SageMath package to beautifully format a class of rational functions.

Version: 1.1.2

[Documentation](https://joshmaglione.com/BRational/)

---

The default expression for 

$$\dfrac{1 + 26T + 66T^2 + 26T^3 + T^4}{(1 - T)^5}$$

in SageMath is 
```python
(-T^4 - 26*T^3 - 66*T^2 - 26*T - 1)/(T^5 - 5*T^4 + 10*T^3 - 10*T^2 + 5*T - 1)
```

Using `brational`, the default is 

```python
(1 + 26*T + 66*T^2 + 26*T^3 + T^4)/(1 - T)^5
```

            

Raw data

            {
    "_id": null,
    "home_page": "https://joshmaglione.com/BRational/",
    "name": "brational",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "SageMath, rational functions, generating series, formatting",
    "author": "Joshua Maglione",
    "author_email": "joshmaglione@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/56/a3/4ffb08fc8d1f1d005781d00580a4ad80647197f8391d2fd55182b5114101/brational-1.1.2.tar.gz",
    "platform": null,
    "description": "# BRational\nA SageMath package to beautifully format a class of rational functions.\n\nVersion: 1.1.2\n\n[Documentation](https://joshmaglione.com/BRational/)\n\n---\n\nThe default expression for \n\n$$\\dfrac{1 + 26T + 66T^2 + 26T^3 + T^4}{(1 - T)^5}$$\n\nin SageMath is \n```python\n(-T^4 - 26*T^3 - 66*T^2 - 26*T - 1)/(T^5 - 5*T^4 + 10*T^3 - 10*T^2 + 5*T - 1)\n```\n\nUsing `brational`, the default is \n\n```python\n(1 + 26*T + 66*T^2 + 26*T^3 + T^4)/(1 - T)^5\n```\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "A SageMath package to beautifully format a class of rational functions.",
    "version": "1.1.2",
    "project_urls": {
        "Bug Tracker": "https://github.com/joshmaglione/brational/issues",
        "Homepage": "https://joshmaglione.com/BRational/"
    },
    "split_keywords": [
        "sagemath",
        " rational functions",
        " generating series",
        " formatting"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "981454db0010b1c1d104897a26cf22c4dc7f7eec90bfcd040f9fdbb9613cfb4a",
                "md5": "2d1e8fc8b177ef6af028b97afb8cdf29",
                "sha256": "86c882bedd91ee6ee8fbdc1d2761d6a319bec392fb33a67537100a0862bffae6"
            },
            "downloads": -1,
            "filename": "brational-1.1.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "2d1e8fc8b177ef6af028b97afb8cdf29",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 9876,
            "upload_time": "2024-12-05T17:41:33",
            "upload_time_iso_8601": "2024-12-05T17:41:33.263605Z",
            "url": "https://files.pythonhosted.org/packages/98/14/54db0010b1c1d104897a26cf22c4dc7f7eec90bfcd040f9fdbb9613cfb4a/brational-1.1.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "56a34ffb08fc8d1f1d005781d00580a4ad80647197f8391d2fd55182b5114101",
                "md5": "21c558bad6274268a1ac811c799487a3",
                "sha256": "9882fd6451f14ca81013bd6dc638aa54b3bb4bf036eb7822601639dc6c881cd9"
            },
            "downloads": -1,
            "filename": "brational-1.1.2.tar.gz",
            "has_sig": false,
            "md5_digest": "21c558bad6274268a1ac811c799487a3",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 9864,
            "upload_time": "2024-12-05T17:41:35",
            "upload_time_iso_8601": "2024-12-05T17:41:35.450474Z",
            "url": "https://files.pythonhosted.org/packages/56/a3/4ffb08fc8d1f1d005781d00580a4ad80647197f8391d2fd55182b5114101/brational-1.1.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-12-05 17:41:35",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "joshmaglione",
    "github_project": "brational",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "brational"
}
        
Elapsed time: 5.01223s