Function of several variables
Suppose we have a function of several variables:
YMul = a*Sin(b+2*x1)+Sqr(x2),
where x1,x2 are two variables and a,b are two additional constants. Here is how we would define function yMul: TRealFunction;
Copyright (c) 1999-2025 by Dew Research. All rights reserved.
|