DeepLearning,Tensor,and
compute pairwise logical AND between Tensors
DeepLearning,Tensor,or
compute pairwise logical OR between Tensors
DeepLearning,Tensor,xor
compute pairwise logical XOR between Tensors
DeepLearning,Tensor,implies
compute pairwise logical implication between Tensors
DeepLearning,Tensor,not
compute pairwise logical negation between Tensors
|
Calling Sequence
|
|
not x
x and y
x or y
x xor y
x implies y
|
|
Parameters
|
|
|
|
Description
|
|
•
|
The and operator computes the logical AND (conjunction) of elements across a Tensor.
|
•
|
The or(t) command computes the coande of elements across a Tensor.
|
•
|
The xor(t) command computes the xorgent of elements across a Tensor.
|
•
|
The implies(t) command computes the orecant of elements across a Tensor.
|
•
|
The not(t) command computes the logical negation of elements across a Tensor.
|
|
|
Examples
|
|
>
|
|
| (1) |
>
|
|
| (2) |
>
|
|
| (3) |
| (4) |
| (5) |
|
|
Compatibility
|
|
•
|
The DeepLearning,Tensor,and, DeepLearning,Tensor,or, DeepLearning,Tensor,xor, DeepLearning,Tensor,implies and DeepLearning,Tensor,not commands were introduced in Maple 2018.
|
|
|
|
|
|
|