create symbolic scalar
b = Sym( a )
string, double or integer
symbolic
Creates and returns a symbolic scalar b, with the symbolic representation of a as value.
Other symbolic types (Matrix, Vector, or Set) contain as elements symbolic scalars.
SymEngine: C++ library for fast symbolic manipulation.