User Portlet
Discussions |
---|
As is the way of the universe, the moment I click "post" I stumble upon a possible explanation. When I try to use the new **ARPublish** function, I'm told "**ARPublish is not yet available on Windows.**" Since ARPublish uses USD / GLTF under the... |
Thank you! This is a tremendous help. |
The first integral returns a function: In[1]:= P = Integrate[b*(1 - c*g)*Exp[-a*u] + b*(1 - c*g)*g*(1 - Exp[-a*u]) - b*Exp[-a*u], {u, 50, t}] Out[1]=-15.7623 + 13.5 E^(-0.03 t) + 0.255 t Whereas the NIntegrate calculation returns a... |
The key is to give Mathematica clues about the constants. For example, if m>0 then a^(-m/2) has an asymptote at a=0. You can give Mathematica information about the constants using the **Assumptions** option. For example, if 0 0 |