From 3b319573ee10c3fd8f8310c9abeef9a7fed8c062 Mon Sep 17 00:00:00 2001 From: Vitor Hideyoshi Nakazone Batista <60374951+HideyoshiNakazone@users.noreply.github.com> Date: Tue, 5 Jan 2021 15:10:02 -0300 Subject: [PATCH] Update README.md --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 167eb4e..453204d 100644 --- a/README.md +++ b/README.md @@ -10,8 +10,6 @@ This python package is made for applied Numeric Calculus of Algebra Functions. I * Performe integral with received functions -* Use methods to proccess the matrices. - * Find root of functions throw method of bissection and method of newton * Solve Diferential Equations throw method of euler and runge