User Portlet
Featured Contributor
Discussions |
---|
if the section in the .nb is marked as "code" instead of "input" only real comments have (* *) in the .wl Happily if a section is marked as code mathematica isn't constantly changing where line ends the only down side is when you run the .nb... |
Hi Maxim, From reading your post, I believe you are trying to assert the boundary condition that D[su[x, y], x] == 0 when x == 0. I think Masiusz implemented that. However, I believe Sangdon Lee implemented the condition that D[su[x, y], x] == 0... |
&[FOMC][1] [1]: https://www.wolframcloud.com/obj/382fd4fd-7860-4163-be3b-eb6dd2c916c0 |
![enter image description here][2] -- you have earned ***Featured Contributor Badge*** ![enter image description here][1] Your exceptional post has been selected for our editorial column ***Staff Picks*** http://wolfr.am/StaffPicks and [Your... |
Sorry I'm seeing this years later. You are right that FeedbackType has no effect on the plot itself. But it does effect the StabilityMargins. |
I have a different take. Once you must type out something like exportPlot /@ Unevaluated[{myPlot2, myPlot3}] then it seems to me like the OP should rethink the strategy from the start. That's because you could have just as easily done this:... |
Hi Jim, I'll take the liberty of answering for Marius. His very useful model is a Tanh[r Sin[k (x - x0)]]+b Assuming a and r are chosen not negative. By inspection, it is at a maxima when the Sin function is at +1, where it has a value of... |
Sammy, depending on your data (!) you alternatively can try with `InterpolatingPolynomial[]`, e.g. like so: inputs = {16, 22, 114, 118, 120, 121, 122, 126, 128, 131, 141, 161, 177, 213, 225, 237}; outputs = {1.6, 2.2, 10.9, 11.3, 11.5,... |
Thank you, Ahmed. I replied to your email. |
So, (and I'm in 14.1), why have the Evaluate->Debugger menu item at all if it's not going to be documented and taught? What am I missing? |