提供矩阵的基本运算,并用矩阵解线性方程组。同时也求出了方阵的特征值。

Mitra的Python项目详细描述


mitra:1.0.4 python3中的矩阵库

mitra是python中用于矩阵运算的矩阵库。它 支持python3和任何类型的操作系统(独立于操作系统)。米特拉在用物体- 面向现实世界的矩阵问题求解方法。

SOME RESTRICTIONS:
	It will not be applicable on any string or complex number Matrix 
	operations. It will only be able to solve decimal number Matrix 
	operations.

FEATURES:
	1) It is able to perform all the basic operations of Matrix like
	(Transpose, Inverse, Multiplication, Addition) etc.

	2) It handles Matrix and Square Matrix differently.

	3) It can solve linear equation problem with defined global function.


HELP DOCUMENT:
	To get more detail on `how to use Mitra` library in python3, please
	download help document from Github using below link - 
	 <https://github.com/rdsquare/Mitra-Python-Library.git>

#如何安装 这是下载testing mitra库

WINDOWS/MAC:
	1) check whether `python` command is running from terminal or not, using below command
		 python --version
	if it is not running then set environment variables.

	2) Install pip on python3
		 a) Get get-pip.py file from <https://bootstrap.pypa.io/get-pip.py>
		 b) run `python3 get-pip.py` or `python get-pip.py` on terminal from the directory where
		    get-pip.py file is present.

	3) Type below command on terminal to install Mitra
	         pip install Mitra


LINUX:
	1) check whether `python` command is running from terminal or not, using below command
		 $ python --version
	if it is not running then set environment variables.

	2) Install pip on python3
		 a) Run below commands on terminal:
			$ wget https://bootstrap.pypa.io/get-pip.py
			$ sudo python get-pip.py
			         or
			$ sudo python3 get-pip.py

	3) Type below command on terminal to install Mitra
	         $ pip install Mitra

欢迎加入QQ群-->: 979659372 Python中文网_新手群

推荐PyPI第三方库


热门话题
java我可以在J2EE1.4中使用JAXR吗   YouTube数据API超出了未经验证的java每日使用限制   java RED5 RTMPConnManager未设置applicationContext局部变量。这会导致NullPointerException   java多部分/formdata,加载图像(安卓)   java Struts 2<s:select>填充表单中的其他字段   java Eclipse在迁移后不会将邮件属性传递给Spring Boot   java如何检查请求的TLS版本   java如何从包中导入相同的类   如何在java中将BLOB字符串转换为人类可读的格式字符串   java使用Play映射特定的文件路径!框架   java Eclipse重构   在子字符串上使用“预定义字符类”的java   java如何在SeleniumWebDriver中选择li中的锚定标记?   jspjava。木卫一。FileNotFoundException:系统找不到指定的路径   java Hi,在启动cmd\design javafx\cmd eclipse时,我的文件不是删除的,也不是复制的   java Selenium Web驱动程序异常“找不到:taskkill的可执行文件”   java如何获得数组的迭代器?