symbolic variable
s = Variable( a ) s = %( a )
symbolic object
symbolic variable
Converts any symbolic object a to a symbolic variable and returns it. This operation works in-place.
Symbolic variables are never deleted by the garbage collection mechanism (cf. gc(..).
Symbolic variables must be deleted manually using free(..) or reset(..).
The value of a symbolic variable may be changed using the Assign(..) operator.
SymEngine: C++ library for fast symbolic manipulation.