Usage
apply(L, f)
Parameter | Type | Description |
---|---|---|
L | A differential operator | |
f | A rational function |
Returns
Returns .
Example
We can verify that an element is in the kernel of an operator by applying the operator to it:
1 --> L := (x^9+x^3)*D^3 + 18*x^8* D^2 - 90*x*D -30*(11*x^6-3); 2 --> K := kernel(L); 3 --> f := element(K, 1); 4 --> tex(f);
5 --> tex(apply(L, f));
See Also
diff