Scilab 5.5.2
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
symbolic linear combination
Calling Sequence
[x] = cmb_lin(alfa, x, beta, y)
Arguments
- alfa, beta, x, y
character strings.
Description
Evaluates symbolic linear combination alfa*x-beta*y
. (low-level routine)
Examples
cmb_lin('alfa','x','beta','y') cmb_lin('alfa','x','beta','-y')
Report an issue | ||
<< addf | Symbolic | ldivf >> |