User Portlet User Portlet

W. Craig Carter
Discussions
Szabolcs is a bona fide Mathematica expert and I am reluctant to post after him. Nevertheless, here is a way that may help you understand how you might want to use Dynamic to achieve the display-both. Dynamic[{data, listPlot}] ...
I interpret your question as find the extrema of the function f[x,y] where x and y lie on some curve. In that case: f[x_, y_] := 10 Log[x^2 + 2 y^2 + 1] - x^2 - y^2 Plot[f[Cos[t], Sin[t]], {t, 0, 2 Pi}] Plot3D[f[x, y],...
Differences between u[x,y,t] vs. u[x,y][t] vs. u[x][y][t].
Hello, I am not sure if I understand your question, so please excuse my answer if I have misunderstood. How about something like this: With[{points = SpherePoints[24], length = 10}, Manipulate[ Graphics3D[{{Yellow, Opacity[0.5],...
LIkely something that crept into Google's n-gram data base through latin https://books.google.com/ngrams/graph?content=eminem&year_start=1800&year_end=2008&corpus=15&smoothing=3&share=&direct_url=t1%3B%2Ceminem%3B%2Cc0 Via latin: ...
Thanks, George, for the tip on sidecar. I've been using Wolfram Player to look at the documentation. But, I believe the documentation is not being stored locally. In any case, navigating the documentation is very slow and the openers are not...
Hi Seth, Any updates on the book? I know such things take longer than expected, but it will be very useful. WCC
Thank you @vitaliy (as always, helpful) and thank you very much @Neil Singer
Take a look at the extensive documentation [“Advanced Solutions to Numerical Differential Equations“][1] and for NDSolve. There are methods to track solutions (combinations of EvaluationMonitor, StepMonitor, and Dynamic. There are also good...
Hello John, I mean the documentation itself (for example the documentation page for ParamettricPlot3D which might have a link to another documentation page for ColorFunction, etc...) I ride the bus to work and fly a lot—and like to disconnect...