Symbolic Math Toolbox | ![]() ![]() |
Finds the variables in a symbolic expression or matrix
Syntax
Description
findsym(S)
returns all symbolic variables in S
in alphabetical order, separated by commas. If S
does not contain any variables, findsym
returns an empty string.
findsym(S,n)
returns the n
variables alphabetically closest to x
.
Note
A symbolic variable is an alphanumeric name, other than i or j , that begins with an alphabetic character.
|
Examples
findsym(x+i*y-j*z)
returns
x, y, z
.
See Also
compose
, diff
, int
, limit
, taylor
![]() | factor | finverse | ![]() |