Casorati matrix

6.1k Views Asked by At

Does anyone know what the Casorati matrix is?

I read that the Casorati matrix is useful in the study of linear difference equations. However, I couldn't find what the Casorati matrix is.

Any help?

1

There are 1 best solutions below

2
On

As I understand it, it is a tool for establishing linear independence of solutions of a linear difference equation. For instance, given two sequences $(x_n)$ and $(y_n)$, we can form their Casorati matrix: $$ \left(\begin{array}{cc} x_n & y_n\\ x_{n+1} & y_{n+1} \end{array}\right). $$ One sees that, if $(x_n)$ and $(y_n)$ are solutions of a linear (homogeneous) first order difference equation, the determinant (often called Casoratian) of their Casorati matrix is zero iff they are linearly independent.

Analogous propositions hold for more than two sequences (solutions) for correspondingly high order linear difference equations.

It is not dissimilar from the use of the Wronskian for linear ordinary differential equations.