symbolic value
b: Value( a ) b: #( a ) c = Value( a ) c = #( a )
symbolic object
symbolic variable
symbolic value
Converts any symbolic object a to a symbolic value and returns it. This operation works in-place.
Symbolic values are deleted by the garbage collection mechanism (cf. gc(..)).
It is not advisable to assign a symbolic value directly to a Scilab variable, using the "="-operator, especially when the garbage collection mode is set to automatic. Unless, you know what you are doing.
Symbolic values are useful as return values within Scilab functions written by the user.
SymEngine: C++ library for fast symbolic manipulation.