alat


Namealat JSON
Version 2.0.1 PyPI version JSON
download
home_pageNone
SummaryAdvanced Linear Algebra Toolkit
upload_time2024-08-15 09:41:18
maintainerNone
docs_urlNone
authorNone
requires_python>=3.8
licenseMIT License Copyright (c) [2024] [ALAT - Advanced Linear Algebra Toolkit] Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
keywords linear algebra matrices vectors math
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # ALAT (Advanced Linear Algebra Toolkit) 

ALAT is a collection of linear algerba applications and offers so many techniques 
to automate calculations. I've developed this project to help me in linear algebra 
lesson, and then noticed that it began bigger than I thought. So I decided to pack 
all of the tehniques, calculations and methods in one project and than ALAT was 
born. In this process, I've made so many major changes. Lately, I'm publishing the 
lastest version of this project. I've separated ALAT into 5 different modules. 
These are `matrices`, `vectors`, `apps`, `crypts` and `complexes`.

+ In `matrices` module, I've developed so many matrix operations from basic to advanced 
techniques like matrix checking, determinant, solving linear equations or so on. It 
is the biggest module in ALAT.

+ In `vectors` module, I've written a lot of vector operations. These operations can be 
made in different coordinate systems, different dimension of vectors. So I think it 
is useful to solve engineering mathematics problems.

+ In `apps` module, there are four linear algebra applications. These are polynomial 
curve fitting, least squares regression, finding area of triangular using 
determinant and finding volume of tetrahedron using determinant. I've found 
these topics in linear algera books. Also I've encounter different applications, 
but for now, I'm not putting those in this version. I hope that those will be in 
next version.

+ In `crypts` module, I've implemented the four cryptography applications. The main aim 
of this module is to encode messages into matrices using encoder matrix. So, 
related functions is defined in here.

+ In `complexes` module, there are complex number applications. I'm packing this module 
newly in this version. So ALAT is growing increasingly.

Also, I'm adding the examples of these applications in every function description. 
You can find how to use these modules.


            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "alat",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": "linear algebra, matrices, vectors, math",
    "author": null,
    "author_email": "Ahmet Can Gulmez <ahmetcangulmez02@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/1b/5e/0a8d2c3d7038bce9ab5b28a9ef25024afe1766682685851918d714e7a6d1/alat-2.0.1.tar.gz",
    "platform": null,
    "description": "# ALAT (Advanced Linear Algebra Toolkit) \n\nALAT is a collection of linear algerba applications and offers so many techniques \nto automate calculations. I've developed this project to help me in linear algebra \nlesson, and then noticed that it began bigger than I thought. So I decided to pack \nall of the tehniques, calculations and methods in one project and than ALAT was \nborn. In this process, I've made so many major changes. Lately, I'm publishing the \nlastest version of this project. I've separated ALAT into 5 different modules. \nThese are `matrices`, `vectors`, `apps`, `crypts` and `complexes`.\n\n+ In `matrices` module, I've developed so many matrix operations from basic to advanced \ntechniques like matrix checking, determinant, solving linear equations or so on. It \nis the biggest module in ALAT.\n\n+ In `vectors` module, I've written a lot of vector operations. These operations can be \nmade in different coordinate systems, different dimension of vectors. So I think it \nis useful to solve engineering mathematics problems.\n\n+ In `apps` module, there are four linear algebra applications. These are polynomial \ncurve fitting, least squares regression, finding area of triangular using \ndeterminant and finding volume of tetrahedron using determinant. I've found \nthese topics in linear algera books. Also I've encounter different applications, \nbut for now, I'm not putting those in this version. I hope that those will be in \nnext version.\n\n+ In `crypts` module, I've implemented the four cryptography applications. The main aim \nof this module is to encode messages into matrices using encoder matrix. So, \nrelated functions is defined in here.\n\n+ In `complexes` module, there are complex number applications. I'm packing this module \nnewly in this version. So ALAT is growing increasingly.\n\nAlso, I'm adding the examples of these applications in every function description. \nYou can find how to use these modules.\n\n",
    "bugtrack_url": null,
    "license": "MIT License  Copyright (c) [2024] [ALAT - Advanced Linear Algebra Toolkit]  Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:  The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.  THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ",
    "summary": "Advanced Linear Algebra Toolkit",
    "version": "2.0.1",
    "project_urls": {
        "repository": "https://github.com/CanGulmez/ALAT.git"
    },
    "split_keywords": [
        "linear algebra",
        " matrices",
        " vectors",
        " math"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "769ed0cccec9a16b0dba4316a003aac32568258cef7f8e372887bdf73821b487",
                "md5": "9ecb52d1199e60bef4ea274679ac0da6",
                "sha256": "b6bb8242970e712369e30c075bd42f8678df74baeab7c06c15fc7067edeeb0f5"
            },
            "downloads": -1,
            "filename": "alat-2.0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "9ecb52d1199e60bef4ea274679ac0da6",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 22517,
            "upload_time": "2024-08-15T09:41:14",
            "upload_time_iso_8601": "2024-08-15T09:41:14.599850Z",
            "url": "https://files.pythonhosted.org/packages/76/9e/d0cccec9a16b0dba4316a003aac32568258cef7f8e372887bdf73821b487/alat-2.0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1b5e0a8d2c3d7038bce9ab5b28a9ef25024afe1766682685851918d714e7a6d1",
                "md5": "654fcdb2acb453afe2bf823e87ecaaa3",
                "sha256": "648de613862482adf6e2fcad04bdd5e6d7b030d041a9110ae88b0232d49ecb69"
            },
            "downloads": -1,
            "filename": "alat-2.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "654fcdb2acb453afe2bf823e87ecaaa3",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 21542,
            "upload_time": "2024-08-15T09:41:18",
            "upload_time_iso_8601": "2024-08-15T09:41:18.112507Z",
            "url": "https://files.pythonhosted.org/packages/1b/5e/0a8d2c3d7038bce9ab5b28a9ef25024afe1766682685851918d714e7a6d1/alat-2.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-08-15 09:41:18",
    "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.28889s