注册
登录
大数据安全
>>
Linear-Algebra-Calculator
>>
返回
项目作者:
AlanTurist
项目描述 :
Linear Algebra Calculator with Python
高级语言:
Python
项目主页:
项目地址:
git://github.com/AlanTurist/Linear-Algebra-Calculator.git
创建时间:
2020-01-08T21:24:36Z
项目社区:
https://github.com/AlanTurist/Linear-Algebra-Calculator
开源协议:
MIT License
下载
" class="reference-link">
Linear-Algebra-Calculator
The script calculates:
Determinant.
Trace of a Matrix.
Transpose.
Invertible Matrix.
Rank.
How it works
First the user decides the size of the matrix by entering from the keyboard the number of rows and the number of columns. After this after this the user inserts the matrix and the script does all the calculations and prints the results