Symbolic Math Toolbox    
syms

Short-cut for constructing symbolic objects.

Syntax

Description
syms arg1 arg2 ... is short-hand notation for

syms arg1 arg2 ... real is short-hand notation for

syms arg1 arg2 ... unreal is short-hand notation for

Each input argument must begin with a letter and can contain only alphanumeric characters.

Examples
syms x beta real is equivalent to

To clear the symbolic objects x and beta of 'real' status, type

See Also
sym


 sym sym2poly