User Portlet User Portlet

W. Craig Carter
Discussions
![Boids 3: periodic domain eliminates edge effects via rectangular lattice projections][1] &[Wolfram Notebook][2] [1]: https://community.wolfram.com//c/portal/getImageAttachment?filename=8729Boidsonaperiodicdomain.gif&userId=20103 [2]:...
![Boids 2: projections to a sphere][1] &[Wolfram Notebook][2] [1]: https://community.wolfram.com//c/portal/getImageAttachment?filename=boidsOnSphere.gif&userId=20103 [2]:...
![Boids 1: 3D dynamics, velocity-color mapping, and inertia-driven coordination][1] &[Wolfram Notebook][2] [1]: https://community.wolfram.com//c/portal/getImageAttachment?filename=boidsWithEveryonesFriend.gif&userId=20103 [2]:...
Thanks!  This works just fine: rinterp = Interpolation[{First[#], First[Last[#]]} & /@ Reverse /@ interpolationGrid, InterpolationOrder -> All]
It appears that ScalingFunctions is flipping the sign of the y-values. lp = ListContourPlot[tmap,ImageSize->200,FrameTicks->Automatic,ScalingFunctions->{Identity,"Reverse"},DataRange->{{1,10},{1,100}}] ; PlotRange /....
Since at least 13.2, there is a "cite this as" click-to-copy at the bottom of each documentation page. I think that may be the best way to do this if you are using specific functions. For WL without the FrontEnd, I think you have met your moral...
Excellent presentation Paritosh Mokhasi. Will you be making your presentation notebook available?
Yet another way of using regions to constrain the vector arguments to NMinimize by using Regions &[Wolfram Notebook][1] [1]: https://www.wolframcloud.com/obj/86394446-dd0d-48ef-acc2-66a0ada6a079
For importing pdf documents, Version 13 introduced a larger variety of importable elements such as embedded images, etc. These can be very useful. I am wondering if anybody has worked out how to do the following: *Extract equations from a pdf of...
I am not sure exactly what you are asking, but perhaps this might give you an idea for a direction. Here is the finite list generated by repeated multiplications by I: FixedPoint[Union[Join[#, I #]] &, {1}, 1000] So the order is: ...