Linear Systems Analysis (and Matrix Calculator)
This program has been wrote for my senior project. It is for design
and analysis linear time-invariant system. This also includes matrix
calculations, e.g. inversion, eigenvalues. The main functions are
simulation, eigenvalues calculation, controller design, and observer design.
Since it was writen when I started to learn C programing and numberical
method, I think it contains some bugs.
- Name: Linear Systems Analysis (and Matrix Calculator)
- Last Updated: 25 May 1995
- Platform: DOS (version 3.2 or greater)
- Package: linsys.zip
( 143,230 bytes)
- Source Code: Contact
Kittiphan Techakittiroj.
- For More Information:
Kittiphan Techakittiroj
- Warning: The eigenvector finder of this program
is not accurate, because of numerical error. The functions, e.g.
observability and controllability, which use eigenvector
may give the wrong result. One way, to determine whether the
calculated eigenvector is correct, is to compare with the
eigenvalues. If a matrix is not larger than 40*40 elements
the calculated eigenvalue should be acceptable.