{ "info": { "author": "Algis Kabaila", "author_email": "algis.Kabaila@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Environment :: Console", "Intended Audience :: Developers", "Intended Audience :: End Users/Desktop", "License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)", "Operating System :: POSIX", "Programming Language :: Python", "Programming Language :: Python :: 3.2", "Topic :: Education" ], "description": "==================================\nPure Python3 Linear Algebra Module\n==================================\n\nIntroduction\n============\n\nThis module, written in pure Python 3.2, does not require other modules, only\nPython 3.2 or higher. Consequently the module is as portable as Python3 itself. The well documented module is easy to use and allows use of the usual\nscalar variable syntax for the more complex matrix operations. Thus, for matrix multiplication of matrices **amat** and **bmat** one writes simply::\n\n resultmat = amat * bmat\n\nFor the inversion of **amat**, one only needs to write::\n\n resultmat = ~ amat\n\nMatrix naming convention is freely chosen by the end user. The module is well documented with pdf files **quickStart**, **userManual** and **referenceMatalg**. \n\nDocumentation and Servicing\n===========================\n\n**Quick Start** will get an experienced user up to speed very quickly. **User Manual** has an explanation and examples of most capabilities of the package, whilst the **Reference of Matalg** lists all the methods and functions of the module with brief explanation of each. In addition to the supplied pdf files, the information is also accessible on the web at::\n\n http://akabaila.pcug.org.au/matalg-doc/index.html\n\nThe author is an experienced university lecturer and professor, who is prepared in his retirement to consider all reasonable requests for extensions and improvements and/or bug fixes of the module. Your emails will be appreciated::\n\n algis.kabaila@gmail.com\n\nLast but not least, this module is ideal for the period of transition between Python2.x and Python3.x, as it is powerful enough for medium size examples of several hundred simultaneous linear equations whilst considerably more extensive numerical analysis packages are not readily available in most popular Linux distributions. The development and initial testing of the package was on a kubuntu 11.04 \"natty\" platform.\n\nLicence\n========\n\nThe module is licensed under LGPL and is Open Source Freeware. You are welcome to copy it and to share it.\n\nAlgis Kabaila, Canberra, 2011.", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://akabaila.pcug.org.au/matalg-doc/index.html", "keywords": null, "license": "LGPL", "maintainer": null, "maintainer_email": null, "name": "Matalg", "package_url": "https://pypi.org/project/Matalg/", "platform": "POSIX", "project_url": "https://pypi.org/project/Matalg/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://akabaila.pcug.org.au/matalg-doc/index.html" }, "release_url": "https://pypi.org/project/Matalg/0.1.0/", "requires_dist": null, "requires_python": null, "summary": "Pure Python3 Matrix Algebra Module.", "version": "0.1.0" }, "last_serial": 784685, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "587a9499c78c34149956d82b752675c8", "sha256": "7d1baac17f942df3653f96a8ad33496943aac38514ae554eb99680887fb7bde8" }, "downloads": -1, "filename": "Matalg-0.1.0.tar.gz", "has_sig": false, "md5_digest": "587a9499c78c34149956d82b752675c8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 21924, "upload_time": "2011-07-27T18:51:17", "url": "https://files.pythonhosted.org/packages/0b/44/68fc72870755155c2e8767a222cefd71bfd082adaa3b7427ec0f1dabbeac/Matalg-0.1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "587a9499c78c34149956d82b752675c8", "sha256": "7d1baac17f942df3653f96a8ad33496943aac38514ae554eb99680887fb7bde8" }, "downloads": -1, "filename": "Matalg-0.1.0.tar.gz", "has_sig": false, "md5_digest": "587a9499c78c34149956d82b752675c8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 21924, "upload_time": "2011-07-27T18:51:17", "url": "https://files.pythonhosted.org/packages/0b/44/68fc72870755155c2e8767a222cefd71bfd082adaa3b7427ec0f1dabbeac/Matalg-0.1.0.tar.gz" } ] }