This document contains a MATLAB program that performs stability analysis using the Routh-Hurwitz criterion. It allows the user to input the coefficients of a characteristic equation and analyzes the stability of the system based on the signs of the resulting Routh array. The program displays the number of roots in each quadrant of the s-plane and whether the system is stable, unstable, or marginally stable based on the Routh array calculations. It also provides options for the user to rerun the analysis or clear variables and end the program.