User Portlet User Portlet

Jack Madden
Discussions
![enter image description here][1] &[Wolfram Notebook][2] [1]: https://community.wolfram.com//c/portal/getImageAttachment?filename=madden_hero.png&userId=20103 [2]: https://www.wolframcloud.com/obj/80d7c1c1-b80e-4fe0-b3db-825208ede8fc
Looks great, thanks for sharing!
**Complete definitions: graphing how words and definitions connect** **Community post:** https://community.wolfram.com/groups/-/m/t/2358728 More details can be found in this video https://youtu.be/qdsXDKxe8iY ![enter image description...
*WOLFRAM MATERIALS for the ART:* > Exhibit 1 + 1 = 22, in the D+M biennial at the [Sol Koffler Gallery][1] in Providence RI through Feb 27 2022. > Gallery photos: https://www.flickr.com/photos/risdexhibitions/albums/72177720296353216 > High...
Great references, thank you! Good to see they found a core size on the same order I did. I'll look into the differences.
Very nice :) Adam Ferriss is an artist who uses this style of sorting with space images. I was working on an angle mode the other day. Code is still a rough draft though, breaks easily if you try to push the cone off the edge. ...
[![enter image description here][1]](https://easyzoom.com/image/238912) The entire text of The Great Gatsby rendered as colored pixels. Zoom interactively in here: https://easyzoom.com/image/238912 [![enter image description...
So I was trying to show the difference between a polynomial interpolation and a spline interpolation for an assignment and I wrote the below code. f[x_] := 1/(1 + 25 x^2) data[n_] := Table[{x, f[x]}, {x, -1, 1, 2/n}]; ...