Clear Filters
Clear Filters

Using matlab to solve Lyapunov function

3 views (last 30 days)
Tran Paul
Tran Paul on 18 Nov 2018
Commented: Steven Lord on 18 Nov 2018
Consider the following system
dx/dt=z
dz/dt=-x-z^3
Using the Lyapunov function as follows
V(x,z)=(x^2+z^2)
  1. By applying LaSalle's invariance principle what can be said about the stability of the system?
  2. What kind of mechanical system we can think of here?
  3. If the output is y=z, construct an observer for the system.
  1 Comment
Steven Lord
Steven Lord on 18 Nov 2018
This sounds like a homework assignment. If that's correct, show us the code you've written so far to try to solve the problem and ask a specific question about where exactly you're having difficulty and you may receive some guidance.

Sign in to comment.

Answers (0)

Categories

Find more on Matrix Computations in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!