Post #3064487
2022-12-10 21:39 UTC
My current hobby programming project got me into a math rabbit hole: I needed to calculate the shape of the intersection of the sRGB color-space with a Y-plane in the xyY space and couldn't find the answer online.
To solve it, I used symbolic math in #Python with #sympy for the first time. Was a lot of fun, despite some smaller hiccups.
The rendered notebook describing my solution is here: https://mapeper.github.io/sRGB_Y_section_in_xyY_space/ (⚠ comparatively large page)
So my math education wasn't useless after all! 🥳
Replies (0)
No replies.