User Portlet User Portlet

Discussions
Well, I assume that you solved that, but in case someone else is looking for a solution Nest repeatedly applies the function on the result returned `by the previous function call. BUT, you function is expecting a second element in the list for its...
Great, Thank you, I was trying to do this with Cases[] but just ended up further confused. Your technique is perfect.
Hi Otto and Pat, and thanks to both of you. Otto; Sorry I didn't comment on (t-tau) -- you are of course quite correct -- it takes the equation into troubled waters. I skipped over it no doubt because the form CBro was using did not include the...
Excellent! Up and running. Thank you!
Yes, it is possible to retain the same format as it was in the StandardForm.
Hi, I am wondering why when I use Show to combine 6 plots, the plot legend does not show in order? The order should be 150, 250, 350, 450, 550, 650. However when I step through Show adding one plot at a time, I notice that mathematica does something...
Check out Mathematica's help section on the convention of solving equations with DSolve. Also take heed of Bill Simpson's post above. You'll have to get the structure correct before you solve the system. I would start with the simple example Bill...
Thanks Bill! This does work perfectly! Thank You!
Hi, I do these types of things all of the time. I typically take the Manipulate approach. In this approach, wrap the NDSolve function in a Manipulate, and give each parameter a...
Okay great! Thank You.