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.
subf
subtração simbólica
Seqüência de Chamamento
["c"]=subf("a","b")
Parâmetros
- "a","b","c"
strings
Descrição
Retorna o string c
="a-b"
.
Simplificações triviais como subf("0","a")
ou
subf("1","2")
são realizadas.
Exemplos
subf('0','a') subf('2','1') subf('a','0')
Ver Também
Report an issue | ||
<< solve | Symbolic | trianfml >> |