Calculates various operations of matrices.
Project description
##########################################
###### MatrixCalculator by AlexKang ######
################# v0.1.5 #################
##########################################
DESCRIPTION
------------------------------------------
This is a python application that lets you compute basic matrix operations.
Current features include:
-addition
-subtraction
-multiplication
-scalar multiplication
-transpose
-determinant
CHANGES
------------------------------------------
v0.1.0, 2013/10/07 -- Initial release.
v0.1.1, 2013/10/07 -- Finished implementing all matrix functions and reorganized some code. Also added a changelog.
v0.1.2, 2013/10/07 -- Revised README file and put changelog within the README. Reworked some prompt_row function in matrixcalc_ui.py so that it doesn't break abstraction barriers.
v0.1.3, 2013/10/07 -- No changes. Trying to fix bug where pip installs wrong version.
v0.1.4, 2013/10/07 -- Fixed bugs and reuploaded package.
v0.1.5, 2013/10/07 -- Updated README to reflect accurate methods of installation.
INSTALLATION
------------------------------------------
Installation of MatrixCalc requires pip-3.x. If you have Ubuntu 13.04 or newer, install it by typing in, "sudo apt-get install python3-pip". If you have an older version of Ubuntu, follow the instructions here:
http://stackoverflow.com/a/11272201
If your OS doesn't work with these methods, download the source file on the PyPi site, extract it, cd into its location, and type in "sudo python3 setup.py install".
Before you install make sure your version of pip is at least 1.4.1 so that upgrading works. To install the program, type in the terminal: "sudo pip-3.x install MatrixCalc". (replace "x" with your version of Python 3)
USING MATRIXCALC
-------------------------------------------
To run the program, type in, "matrixcalculator".
UNINSTALLATION
-------------------------------------------
To uninstall the program, type in, "sudo pip-3.x uninstall MatrixCalc" (with x being the version of Python 3 you have).
###### MatrixCalculator by AlexKang ######
################# v0.1.5 #################
##########################################
DESCRIPTION
------------------------------------------
This is a python application that lets you compute basic matrix operations.
Current features include:
-addition
-subtraction
-multiplication
-scalar multiplication
-transpose
-determinant
CHANGES
------------------------------------------
v0.1.0, 2013/10/07 -- Initial release.
v0.1.1, 2013/10/07 -- Finished implementing all matrix functions and reorganized some code. Also added a changelog.
v0.1.2, 2013/10/07 -- Revised README file and put changelog within the README. Reworked some prompt_row function in matrixcalc_ui.py so that it doesn't break abstraction barriers.
v0.1.3, 2013/10/07 -- No changes. Trying to fix bug where pip installs wrong version.
v0.1.4, 2013/10/07 -- Fixed bugs and reuploaded package.
v0.1.5, 2013/10/07 -- Updated README to reflect accurate methods of installation.
INSTALLATION
------------------------------------------
Installation of MatrixCalc requires pip-3.x. If you have Ubuntu 13.04 or newer, install it by typing in, "sudo apt-get install python3-pip". If you have an older version of Ubuntu, follow the instructions here:
http://stackoverflow.com/a/11272201
If your OS doesn't work with these methods, download the source file on the PyPi site, extract it, cd into its location, and type in "sudo python3 setup.py install".
Before you install make sure your version of pip is at least 1.4.1 so that upgrading works. To install the program, type in the terminal: "sudo pip-3.x install MatrixCalc". (replace "x" with your version of Python 3)
USING MATRIXCALC
-------------------------------------------
To run the program, type in, "matrixcalculator".
UNINSTALLATION
-------------------------------------------
To uninstall the program, type in, "sudo pip-3.x uninstall MatrixCalc" (with x being the version of Python 3 you have).
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
File details
Details for the file MatrixCalculator-0.1.5.tar.gz
.
File metadata
- Download URL: MatrixCalculator-0.1.5.tar.gz
- Upload date:
- Size: 4.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 667c6e05aef88dff51f486bedf9fa2df3c13cc5776b6de49aa5f0a82c42c4cbe |
|
MD5 | bcf6edb4a0ec360ae47333b22467257c |
|
BLAKE2b-256 | 0ca1b65f08966b5b098b52d6858135b0522158a3068f911ef84e9c215bf713dc |