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.
subf
シンボリックな減算
呼び出し手順
[c] = subf(a, b)
引数
- a, b, c
文字列
説明
c = subf("a", "b")
はシンボリックな減算を行い,
文字列c
に"a-b"
を返します.
subf("0","a")
または
subf("1","2")
のような簡単化が行われます.
例
subf('0','a') subf('2','1') subf('a','0')
参照
Report an issue | ||
<< solve | symbolic | trianfml >> |