Skip to main content

Pure Python3 Vector Algebra Module.

Project description

Introduction

This module, written in pure Python 3.2, does not require other modules, only Python 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 scalar variable syntax for the more complex vector operations. Thus, for vector scalar multiplication (aka dot product) of vectors va and vb one simply writes:

scalarresult = va * vb

For the vector product of vectors va and vb, one only needs to write:

vectorresult = va ** vb

Vector naming is left to the end user. The module is well documented with pdf files quickStart, userManual and referenceVectors32.

Documentation and Servicing

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 Vectors32 lists all the methods and functions of the module with a brief explanation of each. In addition to the supplied pdf files, the information may also be accessible on the web at:

http://akabaila.pcug.org.au/vectors32/index.html

The author plans to spend his retirement years to program open source software. He will be interested in your comments of this project and will consider all reasonable requests for extensions and improvements and/or bug fixes of the module. Your emails will be appreciated:

algis.kabaila@gmail.com

The development and initial testing of the package was on a kubuntu 11.04 “natty” platform.

Licence

The module is licensed under LGPL and is Open Source Freeware. You are welcome to copy it and to share it.

Algis Kabaila, Canberra, 2011.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

vectors32-0.0.5.tar.gz (13.4 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page