alat


Namealat JSON
Version 1.2.0 PyPI version JSON
download
home_page
SummaryALAT: Advanced Linear Algebra Toolkit
upload_time2023-07-12 14:34:16
maintainer
docs_urlNone
author
requires_python>=3.8
license
keywords math linear algebra matrices vectors
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ## ALAT: Advanced Linear Algebra Toolkit

ALAT project was developed for calculating linear algebratic 
problems automatically. Especially, in engineering and science,
linear algebratic problems are so hot topic. So, I've decided to 
write this project. 

Of course, I may have made mistake in some methods. Please, 
contact the with me over my e-mail address.

Resource: Elementary Linear Algebra, Sixth Edition by Ron LARSON, 
David C. FALVO

Starting date: 04-07-2022

### Features

I've seperated this project into 4 parts  mainly. First is `Matrices`
class which contain the methods related to matrix operations. Second is 
`Vectors` class which contain the methods about vector operations. Third 
is `Apps` class which contain the common applications related with linear 
algebra. Fourth is `Crypts` which provide the cryptography 
operations in 4 step.

### Installition

+ `pip intall alat`

### License

+ MIT License

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "alat",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "",
    "keywords": "math, linear algebra, matrices, vectors",
    "author": "",
    "author_email": "Can Gulmez <ahmetcangulmez02@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/03/bf/34a41cd18d57df87e55ba4d354c7028dd389c7f675f3cedfa561fb7fbb97/alat-1.2.0.tar.gz",
    "platform": null,
    "description": "## ALAT: Advanced Linear Algebra Toolkit\n\nALAT project was developed for calculating linear algebratic \nproblems automatically. Especially, in engineering and science,\nlinear algebratic problems are so hot topic. So, I've decided to \nwrite this project. \n\nOf course, I may have made mistake in some methods. Please, \ncontact the with me over my e-mail address.\n\nResource: Elementary Linear Algebra, Sixth Edition by Ron LARSON, \nDavid C. FALVO\n\nStarting date: 04-07-2022\n\n### Features\n\nI've seperated this project into 4 parts  mainly. First is `Matrices`\nclass which contain the methods related to matrix operations. Second is \n`Vectors` class which contain the methods about vector operations. Third \nis `Apps` class which contain the common applications related with linear \nalgebra. Fourth is `Crypts` which provide the cryptography \noperations in 4 step.\n\n### Installition\n\n+ `pip intall alat`\n\n### License\n\n+ MIT License\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "ALAT: Advanced Linear Algebra Toolkit",
    "version": "1.2.0",
    "project_urls": {
        "Homepage": "https://github.com/CanGulmez/alat"
    },
    "split_keywords": [
        "math",
        " linear algebra",
        " matrices",
        " vectors"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "12d1014516e9b7f8f0fc36e35680007bb0e2a9b82e5d81190c72b4ab013ec086",
                "md5": "755f92d80edb595f8898b7c2fb429b8c",
                "sha256": "c90b7384773a142eab05ffd8bf42c9abf4eaf74fadeb2537febf4c2c32114504"
            },
            "downloads": -1,
            "filename": "alat-1.2.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "755f92d80edb595f8898b7c2fb429b8c",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 19091,
            "upload_time": "2023-07-12T14:34:14",
            "upload_time_iso_8601": "2023-07-12T14:34:14.976873Z",
            "url": "https://files.pythonhosted.org/packages/12/d1/014516e9b7f8f0fc36e35680007bb0e2a9b82e5d81190c72b4ab013ec086/alat-1.2.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "03bf34a41cd18d57df87e55ba4d354c7028dd389c7f675f3cedfa561fb7fbb97",
                "md5": "4c82eba8bc5b3f1702e8c91ad4a79678",
                "sha256": "c27378a15ae2d376f93313fa50e86bf953595774ccbfd81a8eba7c5571907e7d"
            },
            "downloads": -1,
            "filename": "alat-1.2.0.tar.gz",
            "has_sig": false,
            "md5_digest": "4c82eba8bc5b3f1702e8c91ad4a79678",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 16314,
            "upload_time": "2023-07-12T14:34:16",
            "upload_time_iso_8601": "2023-07-12T14:34:16.988408Z",
            "url": "https://files.pythonhosted.org/packages/03/bf/34a41cd18d57df87e55ba4d354c7028dd389c7f675f3cedfa561fb7fbb97/alat-1.2.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-07-12 14:34:16",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "CanGulmez",
    "github_project": "alat",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "alat"
}
        
Elapsed time: 0.08761s