On Thursday, June 22, 2017 at 7:40:43 PM UTC+2, kcrisman wrote:
>
> Just in general, you should be able to do
>
> f = stuff
>
> y = maxima(f)
>
> z = y._sage_() # or maybe sage(y)
>
Furthermore, results transferred to interfaces are assigned to variables 

sage: U=maxima(sin(x))
sage: U.name()
'sage4'
sage: maxima('sage4')
sin(_SAGE_VAR_x)

-- 
You received this message because you are subscribed to the Google Groups 
"sage-support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-support+unsubscr...@googlegroups.com.
To post to this group, send email to sage-support@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-support.
For more options, visit https://groups.google.com/d/optout.

Reply via email to