Mathematica > Mathematics and Algorithms > Calculus > Discrete Calculus >
Mathematica > Mathematics and Algorithms > Discrete Mathematics > Discrete Calculus >

Casoratian

Casoratian[{y1, y2, ...}, n]
gives the Casoratian determinant for the sequences y1, y2, ... depending on n.
Casoratian[eqn, y, n]
gives the Casoratian determinant for the basis of the solutions of the linear difference equation eqn involving y[n+m].
Casoratian[eqns, {y1, y2, ...}, n]
gives the Casoratian determinant for the system of linear difference equations eqns.
  • Linear independence of the functions y1, y2, ... is equivalent to the vanishing of the Casoratian.
These sequences are linearly independent:
In[1]:=
Click for copyable input
Out[1]=
In[2]:=
Click for copyable input
Out[2]=
 
The following sequences are linearly dependent:
In[1]:=
Click for copyable input
Out[1]=
In[2]:=
Click for copyable input
Out[2]=
 
Here the sequences are linearly dependent only when a=0:
In[1]:=
Click for copyable input
Out[1]=
 
The Casoratian for a linear equation:
In[1]:=
Click for copyable input
Out[1]=
Except for a constant, the result is the same as for the explicit solution:
In[2]:=
Click for copyable input
Out[2]=
In[3]:=
Click for copyable input
Out[3]=
New in 7
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team