Skip to content

This is a GNU/Linux utility for manipulating and performing matrix operations.

Notifications You must be signed in to change notification settings

gioretikto/matrixlab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Matrixlab v. 2.1

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see https://www.gnu.org/licenses/.

USAGE

This is a GNU/Linux utility for manipulating and performing matrix operations. The matrix file containing the input data can be formatted in two ways:

  1. by listing matrices seaparated by operators:

    2 1 4
    0 1 1
    *
    6 3 -1 0
    1 1 0 4
    -2 5 0 2
    

    Execute with the following command:

    ./matrixlab matrix matrmax_dim
    • where matrix is the file containing the matrices

    • matrmax_dim is the dimension of the largest matrix (3 in the example above)

    in the example above run: ./matrixlab matrix 3

    In addition to multiplications, additions, and subtractions, matrixlab can also perform:

    Determinant Calculation

    To calculate the determinant format the input file thus:

    4 -3 0
    2 -1 2
    1 5 7
    det
    

    Transpositions

    1 -2 4 
    3 0 -5 
    tr
    

    Inverse of a matrix:

    4 -3 0
    2 -1 2
    1 5 7
    inv
    

    Contacts

    giovannirestadev@gmail.com

About

This is a GNU/Linux utility for manipulating and performing matrix operations.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published