Matricesm

Latest version: v0.9a23

Safety actively analyzes 702421 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 5 of 5

0.8a4

-Allowed slices to change and get rows. Example:
python

a=Matrix(5) a[:2]=a[2:4][:] Change first 2 rows to 3rd and 4th rows



-Allowed giving list of numbers as an argument while creating the matrix, but dim parameter is required.
Example:
python
Matrix(dim=2,listed=[1,2,3,4]) Create a 2x2 matrix


-Bug fixes on rank and echelon methods

0.8a3

-Updated inverse matrix method
-Added reduced row echelon form
-Bug fixes in general
-Updated examples

0.8a2

-Fixed LU decomposition
-Fixed minor method

0.8a1

-Added LU composition
-Updated examples
-Bug fixes

0.8.a0

-Initial alpha release

0.7.4.1

-Bug fix

Page 5 of 5

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.