Xah Talk Show 2023-02-21 chatGPT, WolframLang Coding, Geometric Inversion 3D Spheres

- https://youtu.be/wh3RPwudDRs
- Xah Talk Show 2023-02-21 chatGPT, WolframLang Coding, Geometric Inversion 3D Spheres
geoInv = ((With[{x662 = #.#}, If[ x662 < 0.00000001, #, #/x662] ]) &); xb = 5; xr = 0.1; xr2 = 0.1; xcoord = CoordinateBoundsArray[ {{0,xb}, {0,xb}, {0,xb}} ]; gp = Map[ ((Sphere[#, xr]) &), xcoord, {-2}]; Graphics3D[ gp, Axes -> True ] gp2 = ReplaceAll[ gp, Sphere[x_, r_] -> Sphere[ geoInv[x] , r * xr2] ]; Graphics3D[ gp2, Axes -> True ]

Geometric Inversion
- Xah Talk Show 2021-10-01 math geometric inversion, WolframLang coding, emacs xah wolfram mode
- Xah Talk Show 2023-01-31 WolframLang Coding, Graphics, Geometric Inversion with Tubes
- Xah Talk Show 2023-02-02 WolframLang Coding, Graphics, Geometric Inversion 3D Tubes
- Xah Talk Show 2023-02-21 WolframLang Coding, Graphics, Geometric Inversion 3D Spheres