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
Parameters
Options
Description
Examples
Compatibility
argument(t,opts)
conjugate(t,opts)
real(t,opts)
imag(t,opts)
t
-
Tensor
opts
zero or more options as specified below
name=string
The value of option name specifies an optional name for this Tensor, to be displayed in output and when visualizing the dataflow graph.
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.
with⁡DeepLearning:
V≔2.1+0.5⁢I,3.0+0.75⁢I
V≔2.1+0.5⁢I3.0+0.75⁢I
t≔Constant⁡V
t≔DeepLearning TensorShape: [2]Data Type: complex[8]
argument⁡t
DeepLearning TensorShape: [2]Data Type: float[8]
conjugate⁡t
DeepLearning TensorShape: [2]Data Type: complex[8]
real⁡t
imag⁡t
The DeepLearning,Tensor,argument, DeepLearning,Tensor,conjugate, DeepLearning,Tensor,real and DeepLearning,Tensor,imag commands were introduced in Maple 2018.
For more information on Maple 2018 changes, see Updates in Maple 2018.
See Also
DeepLearning Overview
Download Help Document