62 printf(
"f depends on x \n");
63 else printf(
"f is not depending on x \n");
66 printf(
"f is linear in x \n");
67 else printf(
"f is not linear in x \n");
70 printf(
"f is polynomial in x \n");
71 else printf(
"f is not polynomial in x \n");
74 printf(
"f is rational in x \n");
75 else printf(
"f is transcendental in x \n");
78 printf(
"f is rational in y \n");
79 else printf(
"f is transcendental in y \n");
82 printf(
"f is polynomial in z \n");
83 else printf(
"f is not polynomial in z \n");
86 printf(
"f is rational in z \n");
87 else printf(
"f is transcendental in z \n");
90 printf(
"f is linear in t \n");
91 else printf(
"f is not linear in t \n");
BooleanType isRationalIn(const Expression &variable)
USING_NAMESPACE_ACADO IntermediateState sin(const Expression &arg)
Allows to setup and evaluate a general function based on SymbolicExpressions.
#define USING_NAMESPACE_ACADO
BooleanType isLinearIn(const Expression &variable)
BooleanType isDependingOn(const Expression &variable)
BooleanType isPolynomialIn(const Expression &variable)