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
シンボリックな乗算
呼び出し手順
mulf('d','c')
説明
文字列 'c*d'
を返します.
'1*c' = 'c'
のような簡単化が行われます.
例
mulf('1','a') mulf('0','a') 'a'+'b' //注意...
Report an issue | ||
<< ldivf | symbolic | rdivf >> |