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.
cmb_lin
シンボリックな線形結合
呼び出し手順
[x] = cmb_lin(alfa, x, beta, y)
引数
- alfa, beta, x, y
文字列.
説明
alfa*x-beta*y
を評価します.
(低レベルルーチン)
例
cmb_lin('alfa','x','beta','y') cmb_lin('alfa','x','beta','-y')
Report an issue | ||
<< addf | symbolic | ldivf >> |