Scilab 5.5.1
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
multiplication symbolique
Séquence d'appel
mulf('d','c')
Description
Renvoie la chaîne de caractères 'c*d'
. Des simplifications triviales du type '1*c' = 'c'
sont effectuées.
Exemples
mulf('1','a') mulf('0','a') 'a'+'b' // attention ...
Voir aussi
Report an issue | ||
<< ldivf | Calcul symbolique | rdivf >> |