Math2Matrices

时间:2021-04-21 01:02:47
【文件属性】:
文件名称:Math2Matrices
文件大小:3KB
文件格式:ZIP
更新时间:2021-04-21 01:02:47
Python Math2矩阵 入门 如何使用 下载此存储库,将归档文件math2matrices.py放入您的项目中,然后将其导入。 from math2matrices import Matrix 如何创建矩阵对象: Matrix ([ [ 1 , 2 , 3 ], # Each list is a line [ 3 , 2 , 1 ], # And each item inside the list is a column [ 2 , 1 , 3 ], ]) # If you want to make a list integrally of a value... Matrix ( 2 , ( 3 , 3 )) # The tuple(x, y) represents the size of your matrix # Returns -> Matrix object # [[2,
【文件预览】:
Math2Matrices-main
----LICENSE(1KB)
----math2matrices.py(5KB)
----README.md(702B)

网友评论