Linear timeiinvariant systems can be represented by the differential equation , where A is an matrix, x is an vector representing the system state, B is a matrix, and u is a vector representing the control input. Feedback control seeks to stabilize this system with a control of the form , where K is an matrix defined by a user. The closed-loop system can be represented by , and is asymptotically stable if and only if all the eigenvalues of have negative real parts.
Write a function that takes an A, B, and K and returns a logical scalar that is true when the system is asymptotically stable and false when it is not stable.

Solution Stats

16 Solutions

7 Solvers

Last Solution submitted on Sep 11, 2025

Last 200 Solutions

Problem Comments

Solution Comments

Show comments
Loading...

Problem Recent Solvers7

Suggested Problems

Problem Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!