Nanda Riangga Damanik (19/442385/PA/19134)
Go to file
2022-09-08 03:07:12 +07:00
442385_Nanda_Sisken_Assign_3.ipynb Correct slight space 2022-09-08 03:07:03 +07:00
README.md Add documentation 2022-09-08 03:07:12 +07:00

routh_table

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