From ed6e7655a2b170f19d9a0440d79c16edb6618873 Mon Sep 17 00:00:00 2001 From: nandard Date: Thu, 8 Sep 2022 03:07:12 +0700 Subject: [PATCH] Add documentation --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 834b577..40b9120 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,9 @@ # routh_table -This repo is belong to Control System class contains with Automated Routh Table Calculator based on Python +This repo is belong to Control System class contains with Automated Routh Table Calculator based on Python. This code 100% original made by my hand :), please leave some notes if you're going to use it. Thanks! + +## Libraries +Libraries that used in this program is ```numpy``` and ```pandas```. ```numpy``` works by define and perform array while ```pandas``` is the final form after ```numpy.array``` to simplify the presentation. They imported by write +``` +import numpy as np +import pandas as pd +``` \ No newline at end of file