Skip to content

MatthewNielsen27/Routh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

C++ implementation of an algorithm that computes Routh–Hurwitz stability criterion for a system

$ ./routh 1 5 7 4 9
1	7	9	0	
5	4	0	0	
6	9	0	
-3	0	
9	
Sign changes: 	2
Zeros found:  	0
Is the system stable? 0

About

Routh table calculator for system stability

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published