From d079168ca5214bb10c68806af82eb1b06b840b94 Mon Sep 17 00:00:00 2001 From: Vitor Hideyoshi Date: Sat, 24 Oct 2020 15:23:52 -0300 Subject: [PATCH] v1.3.3 --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index ef4af91..c0e5d4c 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,8 @@ This python namespace is made for applied Numeric Calculus of Linear Algebra. It * LU Decomposition * Cramer +* Calculate eigenvalues and its' corresponding eigenvector (by the methods of Power Method for the eigenvalues, and Shifted Inverse Power Method for the eigenvector) + ## Syntax To call the package *scan* use the syntax: `from Seals import scan`. The package also has a function for *Numpy* arrays and *Pandas* dataframes, and used the following syntax `scan.np(path)` for *Numpy* and `scan.pd(path)` for *Pandas*, where `path` is the path to your directory.