Scilab 5.5.0
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
multiplicação simbólica
Seqüência de Chamamento
mulf('d','c')
Descrição
Retorna o string 'c*d'
Simplificações triviais
tais como '1*c' = 'c'
são realizadas.
Exemplos
mulf('1','a') mulf('0','a') 'a'+'b' //Cuidado...
Ver Também
Report an issue | ||
<< ldivf | Symbolic | rdivf >> |