On Ellipsis from sincos and numerical range
An interesting phenomenon encountered while examining the numerical range of a simple matrix. A series of plots reveals an ellipsis emerging from some equation with some beautiful patterns when visualising it.
Project about OpenCV and WebAssembly without the opencv.js library. This increases performance when using multiple OpenCV functions and obfuscates your C code.
This is a post that on how to optimize and efficiently compute linear solvers with several systems of matrices.
Implementation of various fitting procedures concerning the chebyshev polynomials. This kind of polynomials are orthogonal to each other, this gives enough motivation use them.
This is a easy to visualize problem. Given a set of points, we look for the circle with the minimum radius such as it covers all the points. The problem is analogous with an ellipsis and it is extended to hyper dimensional spaces.