User Portlet User Portlet

Discussions
Hello everyone, I am trying to calculate a Product, P1, that is a function of NIntegrate. This product is performed over j terms, where j is the number of elements in the list entitled Times1. a = 3/100; b = d = 1; c = 1/2; k = HMax = 2000;...
Please delete this question when possible. I asked the wrong question. Apologies for the inconvenience/confusion!
Hello everyone, I have a function, x12(t), that I solved for using NDSolve. I am hoping to find all of the intervals of time for which x12(t)
That unfortunately does not do what I need. I am hoping to only plot points for the function evaluated at certain times, e.g., t = 0, 10, 20 30, etc. Is this possible? Thank you for your response! Alex
Wow I did not know about this function; thank you so much!
Your method works really nicely for values of g that are sufficiently large, but, for low values of g, I only acquire the minimum if I use {t, tMax, K*100} for NDSolve (as seen in the attached notebook). Is there a way around this problem? I am...
Hello everyone, I am trying to evaluate a function over a range of input parameters and put each output into a common list. For instance, if we have a function f(a) = Exp[-a]*1000, I am hoping to evaluate the function over the range [0,1] and...
Oh, I did not think it could be done that easily. Thank you! I am new to Mathematica, so I apologize for all of the really specific questions. Your help is much appreciated. Alex
This is such a cool way to do it; wish I had thought of that! Thank you so much! And, the lists vary from about 8-15 elements, so I think this will work great. Alex
Thank you!! I see what I was doing wrong now.