A Proposal for the Resolution of Lyapunov Matrix

A Proposal for the Resolution of Lyapunov Matrix

A Proposal for the Resolution of Lyapunov Matrix Download Summary

  • Language: Matlab
  • Platform: Windows / Linux / Mac OS / BSD / Solaris
  • License: Freeware
  • Databases: N/A
  • Downloads: 1146
  • Released: Aug 30, 2007

A Proposal for the Resolution of Lyapunov Matrix Description

These m-files allow us to get the solution of A'P PA=-Q, Lyapunov matrix equarion, by using BAck Deletion Method, or any method designeg for solving typical matrix equation of the kinf Ax=b.

These m-files were developed and extensely used by author some years ago, when Matlab package did not offered the its lyap(A,C) function, for solving some stability problems using the Lyapunov Second Stabiliy Method.

Requirements:

· MATLAB Release: R13

A Proposal for the Resolution of Lyapunov Matrix Keywords

A Proposal for the Resolution of Lyapunov Matrix Bookmark

Hyperlink code:
Hyperlink for Forum code:

A Proposal for the Resolution of Lyapunov Matrix Script Download Notice

Top 4 Download periodically updates information of A Proposal for the Resolution of Lyapunov Matrix script from the developer, but some information may be slightly out-of-date.

Our script download links are directly from our mirrors or publisher's website. A Proposal for the Resolution of Lyapunov Matrix torrent files or shared files from free file sharing and free upload services, including Rapidshare, MegaUpload, YouSendIt, MailBigFile, DropSend, HellShare, HotFile, FileServe, MediaMax, zUpload, MyOtherDrive, SendSpace, DepositFiles, Letitbit, LeapFile, DivShare or MediaFire, are not allowed!

IPF

IPF allows one to find a matrix S, close to an input matrix T, but such that the row sums of S are R, and the column sums of S are C.Its useful in a range of tasks like traffic matrix problems, statistics for examining independence assumptions in contingency tables, etc. ...
Matlab

Matlab code for the Kalman filter

It will compute the Kalman gain and the stationary covariance matrix using a Kalman filter with a linear forward looking model. Requirements: · ...
Matlab

REPLICATE

The script currently supports 2D & 3D arrays. Requirements: · MATLAB 7.5 or higher ...
Matlab

Sparse

'sparse' is a matrix class based on a dictionary to store data using 2-element tuples (i,j) as keys (i is the row and j the column index). The common matrix operations such as 'dot' for the inner product, multiplication/division by a scalar, indexing/slicing, etc. are overloaded for convenience.When used in conjunction with the 'vector' class, ...
Python

tvmet

Tiny Vector and Matrix template library uses Meta Templates (MT) and Expression ... at compile time -- which makes it fast for low order (tiny) systems."Tiny" is a subjective term, ... or less.Features: - STL iterator interface. This opens the door to all sorts of great STL applications. ... - works on self defined types such as the std::complex type. - makes no use of ...