Community Tip - Stay updated on what is happening on the PTC Community by subscribing to PTC Community Announcements. X
Hello,
I'm trying to recreate a student's work presented in a paper and I just can't seem to get it to work. I've gone through as many of the posts here on this issue as I can but don't see many of the common errors (incorrect equal sign etc). Occasionally i'll see a stray typo and fix it, but I think may have been staring at this too long to see what's wrong with it.
Error message is "Too few initial conditions". Mathcad doesn't seem very flexible in trying to track down erros like this.
I really appreciate your time and assistance,
- T
Solved! Go to Solution.
You have initial conditions for V.P and V.T,
but you have a derivative for V(t),
that's not V.T(t) and not V.P(t)...
Besides that, you don't have an initial condition for V.p(t)...(That's lower case p here).
I suppose you deliberately disabled the first equation with the derivative of Z(t) ...
Success!
Luc
You have initial conditions for V.P and V.T,
but you have a derivative for V(t),
that's not V.T(t) and not V.P(t)...
Besides that, you don't have an initial condition for V.p(t)...(That's lower case p here).
I suppose you deliberately disabled the first equation with the derivative of Z(t) ...
Success!
Luc
Thanks for catching that! That explains it, was driving me nuts.
Now onto researching the next error, "The return value of this function must match the problem size."
Thanks for the help!
See if you have accidentally used array notation instead of a literal subscript (Typed a "[" instead of a ".").
Success!
Luc
It was an issue with the odesolve's intvls value being too large, it wouldn't find a solution until reduced to a smaller value.
Thanks for all your help.
Your welcome.
Success with your work!
Luc