User Portlet User Portlet

Christopher Wolfram
Discussions
Congratulations! Your post was highlighted on the Wolfram's official social media channels. Thank you for your contribution. We are looking forward to your future posts. - [Twitter][1] - [Facebook][2] [1]:...
Chip and me were discussing his function a few days ago, when I mentioned to him that this can be used to implement Lloyd relaxation in 3D. In the spirit of [this 2D Lloyd implementation][1] and [this spherical Lloyd implementation][2], I present the...
If the `ColorFunction` is of the form `ColorData[...]` it processes it differently from generalized functions. They are equivalent in general, but `GeoRegionValuePlot` treats them differently.
Hi Christopher, thanks very much for sharing your idea! One major problem in both our networks is that they only support a predefined iteration step number $n$. And for any $n$ we'll need to re-generate the networks and re-deploy them to the GPU,...
Thanks for your fruitfull information. Based on it, I tried to find the exact route of Hanzomon Line. Because it does not work well for a wide region, I decided to get a route between adjacent stations. There are 14 stations on Hanzomon Line. ...
I appreciated this post for practicing visual representations in Mathematica. I think I have a simpler way to make the MatrixPlot, however: MatrixPlot[Correlation[Normal@dataset[Values]]]
Thanks Chris and Brad for your replies, That is a lot of useful info, the eigenvector and value aspect is particularly useful, I thought it might be something along those lines but its been a good few years since I touched that stuff. Just want...
The Padé approximants are interesting to look at as well: With[{cols = RGBColor /@ {"#28CC9E", "#132F2B"}}, Manipulate[Plot[Evaluate @ Table[PadeApproximant[BesselJ[0, x], {x, 0, k}], {k, 0, m, 2}], {x,...
Is this for optimizing "RoboCalling"? If so, I would propose that the thread be deleted from the forum by the moderators because while RoboCalling is legal, it probably should not be legal (and certainly should not be sanctioned by Wolfram or anyone...
That will be really helpful for me also in other projects. Thanks a lot!