This document discusses a system to recognize handwritten mathematical equations. It aims to analyze handwritten equation images and output the corresponding characters in LaTeX format. This would allow users to easily convert handwritten equations into an editable digital format. The system uses machine learning algorithms including K-nearest neighbors and support vector machines applied to character geometry features extracted from the images. It outlines the process of preprocessing images, extracting line segment features from the character skeleton, and classifying characters using the two algorithms to recognize handwritten mathematical equations.