Magma

MAGMA Computational Algebra System

Magma
 •  How to get it
 •  Download
 •  Online Demo
 
Resources
 •  Online Help
 •  Discovering Mathematics with Magma
 •  Citations
 •  How to cite Magma
 •  Links
 •  Contact us
 
[Next][Prev] [Right] [Left] [Up] [Index] [Root]

Wronskian Matrix

Let R be a differential ring and let y1, y2, ..., yn be elements of R. The wronskian matrix of y1, y2, ..., yn is defined as the n x n matrix

The wronskian determinant, or simply the wronskian, of y1, y2, ..., yn is the determinant of the wronskian matrix W(y1, y2, ..., yn).

WronskianMatrix(L) : [RngDiffElt] -> AlgMatElt
Given a sequence of differential ring elements L, return the Wronskian matrix of L whose entries are elements of the universe of L.
WronskianDeterminant(L) : [RngDiffElt] -> RngDiffElt, AlgMatElt
Given a sequence of differential ring elements L, return the determinant of the Wronskian matrix of L as well as the matrix itself.

Example RngDiff_wronskian-mat-det (H97E23)

> F<z> := RationalDifferentialField(Rationals());
> WronskianMatrix([1,z,z^2]);
[1 z z^2]
[0 1 2*z]
[0 0 2]
> WronskianDeterminant([1,z^2,1/z]);
6/z 
[z z^2 1/z]
[1 2*z -1/z^2]
[0 2 2/z^3]

 [Next][Prev] [Right] [Left] [Up] [Index] [Root]
                       

Version: V2.14 of Tue Oct 30 14:01:03 EST 2007

Valid HTML 4.01! Valid CSS!