Please note that the recommended version of Scilab is 2025.0.0. This page might be outdated.
However, this page did not exist in the previous stable version.
mulf
symbolic multiplication
Calling Sequence
mulf('d','c')
Description
returns the string 'c*d'
Trivial simplifications such as '1*c' = 'c'
are performed.
Examples
mulf('1','a') mulf('0','a') 'a'+'b' //Caution...
<< ldivf | Symbolic | rdivf >> |