I just have a question about how to impose a long constraint in nonlin. For example, I want to impose the following constraint after declaring parameters
Code: Select all
nonlin(parmset=test) a b c d e f g (a^b^c^d^e^f^g+c+f*g $ * suppose this row has no more space
- c^100)/c^5==(a^b^c^d^e^f^g+c+f*g) Code: Select all
## SX20. Expected )
>>>>+c+f*g <<<<Regards