This document introduces symbolic math in MATLAB. It discusses how to create symbolic variables and expressions, perform operations like differentiation and integration symbolically, solve differential equations, compute limits, and simplify symbolic expressions. Some key capabilities covered include creating symbolic variables with sym, defining symbolic expressions, using commands like diff, int, dsolve, limit, simplify, and plotting symbolic functions with ezplot. The goal is to illustrate how to manipulate and analyze mathematical expressions symbolically in MATLAB.