symbolic multiplication
mulf(d, c)
character strings.
mulf('d', 'c')
performs the symbolic multiplication and returns
the string 'c*d'
. Trivial simplifications such as '1*c' = 'c'
are performed.
Version | Description |
5.5.2 | mulf was removed after Scilab 5.5.2. |