Syntax
Object1×Object2
Description
Multiplication.
Returns the result of multiplying Object1 and Object2. The objects may be numerical values or expressions that return numerical results. The objects may also be lists or matrices of appropriate dimensions.
Example
3*2 returns 6
* — Discussion