Scilab 5.3.0
Please note that the recommended version of Scilab is 6.1.1. 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...
Comments
Add a comment:
Please login to comment this page.