Usage
exteriorPower(L, n)
| Parameter | Type | Description |
|---|---|---|
| L |
|
A differential operator |
| n | A positive integer |
Returns
Returns a differential operatorof minimal order whose kernel is generated by the Wronskians of
elements of a basis of
.
Example
The second exterior power of
can be computed as follows:
1 --> L := D^4 - 2*x*D^2 - 2*D + x^2; 2 --> Le2 := exteriorPower(L,2); 3 --> tex(Le2);
See Also
symmetricPower