argument - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

Online Help

All Products    Maple    MapleSim


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

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

• 

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.

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

withDeepLearning:

V2.1+0.5I,3.0+0.75I

V2.1+0.5I3.0+0.75I

(1)

tConstantV

tDeepLearning TensorShape: [2]Data Type: complex[8]

(2)

argumentt

DeepLearning TensorShape: [2]Data Type: float[8]

(3)

conjugatet

DeepLearning TensorShape: [2]Data Type: complex[8]

(4)

realt

DeepLearning TensorShape: [2]Data Type: float[8]

(5)

imagt

DeepLearning TensorShape: [2]Data Type: float[8]

(6)

Compatibility

• 

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

Tensor