From: Hu Qing on 29 May 2010 04:35 "Marcus M. Edvall" <edvall(a)gmail.com> wrote in message <2b5bdccc-99d5-4bc3-aae9-3378192252a6(a)37g2000yqm.googlegroups.com>... > You can solve it with tomSym using the following code: > > n = 300; > x = rand(n,1); > y = rand(n,1); > toms A xs p > sol = ezsolve(y+A*(x+xs).^p); > > There are probably quite a bit of options. > > Best wishes, Marcus > http://tomopt.com/ > http://tomsym.com/ Dear Marcus That's great! Thanks for help. Best wishes, HuQing
From: Hu Qing on 29 May 2010 06:57
Thank you very much! Best Regards |