DEtools[symmetric_product] - obtain the homomorphic image of the tensor product
|
Calling Sequence
|
|
symmetric_product(L1, L2, .., Ln, domain)
|
|
Parameters
|
|
L1, L2, .., Ln
|
-
|
differential operators
|
domain
|
-
|
list containing two names
|
|
|
|
|
Description
|
|
•
|
Note that "symmetric product" is not a proper mathematical name for this construction on the solution space; it is a homomorphic image of the tensor product. The reason for choosing the name symmetric_product is the resemblance with the function symmetric_power.
|
•
|
If the argument domain is omitted then the differential specified by the environment variable _Envdiffopdomain is used. If this environment variable is not set then the argument domain may not be omitted.
|
•
|
This function is part of the DEtools package, and so it can be used in the form symmetric_product(..) only after executing the command with(DEtools). However, it can always be accessed through the long form of the command by using DEtools[symmetric_product](..).
|
|
|
Examples
|
|
>
|
|
>
|
|
>
|
|
| (1) |
A solution of is so the solutions of the following operator equal .
>
|
|
| (2) |
and since is of order 1, M has the same order as L. As an example where the order of M is smaller than n1 * n2 (the respective orders of L1 and L2) consider L1 and L2 the following 2nd and 3rd order differential operators:
>
|
|
| (3) |
>
|
|
| (4) |
The symmetric product of L1,L2 is not of order 6. It is of order 4, that is, equal to :
>
|
|
| (5) |
The solution of M is the product of the solutions of L1 and L2; to see that let's compute first the solutions to L1 and L2 - formally - using DESol:
>
|
|
| (6) |
>
|
|
| (7) |
>
|
|
| (8) |
>
|
|
| (9) |
|
|
Download Help Document
Was this information helpful?