depvar()¶
Define dependent variables to define integral inequalities in QUINOPT.
| Syntax: |
|
|---|---|
| Description: | sets up a symbolic variable modelling a generic function \(U(x)\), where U(POINT)
where U(POINT,DERIVATIVE)
where |
| Syntax: | [U1,U2,...Uq] = depvar(x) |
|---|---|
| Description: | sets up multiple dependent variables, U1, …, Uq. Each
dependent variable depends on the independent variable x. |