Function: mexecPurpose Executes a string in Maxima and retrieves Maxima response as a string. For retrieving a symbolic object from Maxima workspace use preferably the function 'maxima'. Synopsis
Input arguments
Output arguments
See also: maxima, str2max2sym.
EXAMPLE
resp = mexec('%pi-b$ cos(%)')
mexec('load(ntrig)')
|