9.3. Symbolic Mathematics

In MATLAB, generally all the calculations are done numerically, i.e., for every problem, the answer obtained is a numeric value. Another way of calculation is symbolic computation, i.e., the computation is done symbolically. For performing symbolic computation, ‘Symbolic Math Toolbox’ is available. This toolbox specifies a data type in MATLAB called a symbolic object. This data type stores a string representation of the symbol. The symbols as objects are used to express symbolic variables, expressions and matrices. The difference in numeric and symbolic computations is illustrated as follows:

9.3.1. Use of Symbolic Mathematics

9.3.1.1. sym and syms Functions
sym Function

sym function is used to create a symbolic ...

Get MATLAB® and Its Applications in Engineering: [Based on MATLAB 7.5 (R2007b)] now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.