impose a long constraint in nonlin
Posted: Mon Oct 23, 2017 12:59 am
Dear Tom,
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
I will get an error:
I guess the problem is from the incomplete bracket and I can not shorten the constraint. Could you please let me know how to deal with this situation? Thank you very much.
Regards
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