Respuesta :

If you're talking about MATLAB, the simplify command performs an algebraic simplification within the given parameters in the parenthesis. You can use the command simplify on polynomials, expressions with trigonometric, logarithmic, and special functions. For example the following expression simplify(cos(0)) would return 1. 
ACCESS MORE