(
If
the argument
is
an
array, the function
is
extended
to
each of the elements:
B~2
3p-2
-1
0 1 2 3
B
-~~
-1
0
1 2
~5
xB
"'1
-1
0
1
:I. :I.
Dyadic (Two-Argument) Form: Times
AxB
The times function result
is
the product of argument A times argument
B.
The
arguments can
be
numeric scalars, vectors, or other arrays. The arguments must
be
the same shape, unless one of the arguments
is
a scalar or any single-element array.
Arguments of the same shape
have
the same shape result:
2x2.1
4·
. 2
2
1+
12.2
"'16
6.1
-1+
If
one argument
is
a scalar or a single-element array, the shape of the result
is
the
same
as
that of the other input argument. The
single
element
is
applied
to
every
element of the multielement array:
:I.
2 3
B~2
3p1
2 3
~
5 6
B
'+
5 6
3xB
369
:1.2 :1.5
18
47