Operator
|
Keyboard Shortcut
|
*
|
x and y
|
Description
|
Two scalars
|
Returns the product of x and y.
|
Two vectors of the same length
|
Returns the dot product (inner product) of x and y: a scalar formed by multiplying element-wise the entries of the first vector with the complex conjugate of the entries of the second vector and summing the results.
|
An m x n and an n x p matrix
|
Returns an m x p matrix which is the matrix product of x and y.
|
An array and a scalar, in any combination
|
Returns an array formed by multiplying element-wise the entries of the array with the scalar.
|