Mathematica 9 is now available
THIS IS DOCUMENTATION FOR AN OBSOLETE PRODUCT.
SEE THE DOCUMENTATION CENTER FOR THE LATEST INFORMATION.
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:
The following sequences are linearly dependent:
Here the sequences are linearly dependent only when a=0:
The Casoratian for a linear equation:
Except for a constant, the result is the same as for the explicit solution:
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]=
Polynomials:
Rational functions:
Exponentials and polynomial exponentials:
Trigonometric and polynomial trigonometric:
Hypergeometric term sequences:
Constant coefficient linear equation:
The Casoratian for a difference equation is usually simpler than for its solutions:
Polynomial coefficient linear equation:
The corresponding Casoratian from the general solution:
Factorial coefficient linear equation:
Periodic coefficients:
Periodic products:
Variation of parameters for second-order inhomogeneous equations:
Verify that the components of the general solution for an OCapitalDeltaE are linearly independent:
Casoratian is equivalent to a determinant:
Casoratian detects linear dependence:
Wronskian performs linear dependence for functions of a continuous argument:
Functions of continuous arguments may be independent:
But sampling those functions may generate dependent sequences or aliasing:
Use Orthogonalize to generate a set of linearly independent sequences:
Express a sequence in the basis:
The last component is linearly dependent on the previous ones:
Use Reduce to express polynomials and rational sequences in terms of each other:
New in 7
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team