Community Tip - Did you get called away in the middle of writing a post? Don't worry you can find your unfinished post later in the Drafts section of your profile page. X
I wanna estimate k0, n, and k in the ODEs, but cannot let Minerr() run in my calculating sheet.
but flexPDE can give a reasonable answer
see the attached picture:
Solved! Go to Solution.
Main error was that the interval for odesolve was just up to 1000, but one of the values in tau.exp which you then feed into the resulting functions was 1500.
Minor errors are a typo in the variable name tau.exp (extra period at the and of the name) and the definition of the range t which should be tau.
Main error was that the interval for odesolve was just up to 1000, but one of the values in tau.exp which you then feed into the resulting functions was 1500.
Minor errors are a typo in the variable name tau.exp (extra period at the and of the name) and the definition of the range t which should be tau.
Thank you very much, esp. my "minor" error you pointed out!!!!!!
...And in Given/Odesolve block must be C.A(tau)^n but not C.A(tau)^2.
See in attached file.
Viktor Korobov wrote:
...And in Given/Odesolve block must be C.A(tau)^n but not C.A(tau)^2.
See in attached file.
Well spotted! That was the reason for the unsatisfactoy fit.
Oh, yeah, I mis-typed the reaction order, that's why the optimized reaction order is equal to inintial guess, I made so many mistakes in the calculation
Fan CG wrote:
Oh, yeah, I mis-typed the reaction order, that's why the optimized reaction order is equal to inintial guess, I made so many mistakes in the calculation
As long as you learn from them