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.
ldivf
シンボリックな左除算
呼び出し手順
ldivf(d, c)
引数
- d, c
文字列.
説明
ldivf('d', 'c')
は,
シンボリックな左除算を行い,
文字列 'c\d'
を返します.
'1\c' = 'c'
のような簡単化が行われます.
例
ldivf('1','1') ldivf('a','0') ldivf('a','x') ldivf('2','4') ldivf('0','a') //注意...
Report an issue | ||
<< cmb_lin | symbolic | mulf >> |