Scilab 5.4.0
Please note that the recommended version of Scilab is 2025.0.0. This page might be outdated.
See the recommended documentation of this function
star
(*) multiplication operator
Description
Multiplication. Usual meaning. Valid for constant,
boolean, polynomial, rational matrices and for syslin
lists (the meaning is series connection).
Element-wise multiplication is denoted x.*y
. If
x
or y
is scalar (1x1 matrix) .*
is the same as *
.
Kronecker product is x.*.y
.
A*.B
is an operator with no predefined meaning. It may be used
to define a new operator (see overloading) with the same
precedence as *
or /
.
See Also
- dot — (.) symbol
- slash — (/) right division and feed back
- backslash — (\) left matrix division.
- syslin — linear system definition
- overloading — display, functions and operators overloading capabilities
Report an issue | ||
<< slash | Scilab keywords | symbols >> |