symbolic predicate
t = isSym( s )
any type
boolean
Returns true (%t) if s is symbolic and false (%f) otherwise.
// some variables a = 1.234 b = zeros(5,5) c = Sym("(x+y)*(x-y)^10") // what is symbolic? isSym(a) isSym(b) isSym(c) | ![]() | ![]() |
SymEngine: C++ library for fast symbolic manipulation.