DeepLearning,Tensor,argument
compute the argument of entries in a Tensor
DeepLearning,Tensor,conjugate
compute the complex conjugate of entries in a Tensor
DeepLearning,Tensor,real
compute the real part of entries in a Tensor
DeepLearning,Tensor,imag
compute the imaginary part of entries in a Tensor
|
Calling Sequence
|
|
argument(t,opts)
conjugate(t,opts)
real(t,opts)
imag(t,opts)
|
|
Parameters
|
|
t
|
-
|
Tensor
|
opts
|
-
|
zero or more options as specified below
|
|
|
|
|
Options
|
|
The value of option name specifies an optional name for this Tensor, to be displayed in output and when visualizing the dataflow graph.
|
|
Description
|
|
•
|
The argument(t,opts) command computes the argument of entries in a Tensor.
|
•
|
The conjugate(t,opts) command computes the complex conjugate of entries in a Tensor.
|
•
|
The real(t,opts) command computes the real part of entries in a Tensor.
|
•
|
The imag(t,opts) command computes the imaginary part of entries in a Tensor.
|
|
|
Examples
|
|
>
|
|
>
|
|
| (1) |
| (2) |
| (3) |
| (4) |
| (5) |
| (6) |
|
|
Compatibility
|
|
•
|
The DeepLearning,Tensor,argument, DeepLearning,Tensor,conjugate, DeepLearning,Tensor,real and DeepLearning,Tensor,imag commands were introduced in Maple 2018.
|
|
|
|
|
|
|