Questions about interfacing as needed for using Maxima CAS for engineering problems (master thesis)



>
>> I was hoping to find an interface like Yacas (Yet Another Computer
>> Algebra System) has ( see
>> http://yacas.sourceforge.net/essayschapter3.html#c3s4 )
>>
>
> The interface mentioned there takes a string to be evaluated
> and returns a string. Even better would be a interface which
> returns a programming object (a nested list, I suppose),
> so that the result need not be parsed to figure out what it is.
>

I recently also added functions to the Yacas DLL that allow you to  
compose/decompose the
expressions through C code, so you can bypass the parser.
Regards,
Ayal