sp matrix is a Matlab script for Mathematics scripts design by Trupti Shah.
It runs on following operating system: Windows / Linux / Mac OS / BSD / Solaris.
sp matrix checks whether a given matrix is a (sp) matrix or not.
Publisher review:sp matrix checks whether a given matrix is a (sp) matrix or not. Recently X.Xue and L.Guo has proved the necessary and sufficient condition for checking the asymptotic stability of the zero solution of the discrete system of the form x(n 1) = Ax(n), n = 0,1,2, ....by introducing a new class of matrices called (sp) matrices. The LaTeX code for the definition is as follows. extbf{Definition:} We call $Ain s$ a (sp) matrix if there exists $m in N $ and a sequence of subscript sets ${I_1^{(k)}}$, ${I_2^{(k)}}$, $ k = 0,1, ...,m $ from $I={1,2,... ,n}$ such thategin{eqnarray*}I &=& I_1^{(0)} cup I_2^{(0)},I_1^{(0)}={i:Sigma_{j=1}^{n}a_{ij} < 1 }, I_2^{(0)}= { i:Sigma_{j=1}^{n}a_{ij} = 1 } I_1^{(k)} &=& {i in I_2^{(k-1)} : exists jin I_1^{(k-1)} extrm{ such that } a_{ij} eq 0 } I_2^{(k)} &=& {i in I_2^{(k-1)} : forall j in I_1^{(k-1)} extrm{ such that } a_{ij} = 0 }, k=1,2,...,m-1 I_1^{(m)} &=& I_2^{(m-1)}I_2^{(m)} &=& phiend{eqnarray*}where $I_1^{(k)}$ and $I_2^{(k )}$ , $k=0,1,2,...,m-1$ are nonempty or $I_2^{(0)} = phi $. Here $ s = {A=(a_{ij})_{n imes n} : a_{ij} geq 0, Sigma_{j=1}^{n} a_{ij} leq 1,foralli=1,2,...,n}$. If $I_2^{(0)} = phi$, the matrix $Ain s$ is trivial (sp) matrix.The asymptotic behavior can also be studied by spectral radius of system matrix A but often it turns out to be difficult if the size of the matrix is large. Therefore (sp) matrix condition is convenient to verify in many practical problems. Our program checks a given matrix is a (sp) matrix or not. It displays following messages."True - a (sp) matrix", if the given matrix is a (sp) matrix."True - a trivial (sp) matrix", if the given matrix is a trivial (sp) matrix."False - Not a (sp) matrix", if the given matrix is not a (sp) matrix. Requirements: ยท MATLAB Release: R12.1
Operating system:Windows / Linux / Mac OS / BSD / Solaris