This commit is contained in:
2020-11-11 08:17:31 -03:00
parent 84b4b80083
commit 64f53bf81d
2 changed files with 4 additions and 4 deletions

View File

@@ -4,11 +4,11 @@ This python namespace is made for applied Numeric Calculus of Linear Algebra. It
* Scan *csv* files to make a numpy matrix. * Scan *csv* files to make a numpy matrix.
* Write a matrix into a *csv* file * Write a matrix into a *csv* file.
* Insert user input into a matrix or a vector. * Insert user input into a matrix or a vector.
* Calculate Eigenvalues and his Eigenvector * Calculate Eigenvalues and his Eigenvectors.
* Use methods to proccess the matrices. * Use methods to proccess the matrices.
* Identity Matrix * Identity Matrix

View File

@@ -4,11 +4,11 @@ This python namespace is made for applied Numeric Calculus of Linear Algebra. It
* Scan *csv* files to make a numpy matrix. * Scan *csv* files to make a numpy matrix.
* Write a matrix into a *csv* file * Write a matrix into a *csv* file.
* Insert user input into a matrix or a vector. * Insert user input into a matrix or a vector.
* Calculate Eigenvalues and his Eigenvector * Calculate Eigenvalues and his Eigenvectors.
* Use methods to proccess the matrices. * Use methods to proccess the matrices.
* Identity Matrix * Identity Matrix