star - (*) multiplication operator (original) (raw)
Scilab 5.3.3
- Scilab help
- Scilab
- Scilab keywords
- ans
- backslash (\)
- brackets
- case
- colon
- comma
- comments
- comparison
- do
- dot
- else
- elseif
- empty
- end
- equal
- for
- global
- hat
- if then else
- left
- less
- minus
- not
- parents
- percent
- plus
- power
- quote
- return
- select
- semicolon (;)
- slash
- star
- then
- tilda
- try
- while
Please note that the recommended version of Scilab is 2026.0.1. This page might be outdated.
See the recommended documentation of this function
Scilab help >> Scilab > Scilab keywords > 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. Ifx 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
- slash — (/) right division and feed back
- backslash — left matrix division.
- syslin — linear system definition