mirror of
				https://github.com/gabrielkheisa/control-system.git
				synced 2025-11-03 22:09:20 +00:00 
			
		
		
		
	Add documentation
This commit is contained in:
		@@ -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
 | 
			
		||||
```
 | 
			
		||||
		Reference in New Issue
	
	Block a user