Probably a simple task.

Environment: cocalc sage worksheet

PROBLEM 
Background) It seems that I understand how to send a variable from e.g. 
Maxima mode (%maxima) to Sage mode.
e.g. using this code in CoCalc:
-------Maxima mode---------------
%maxima
x=2
-------Sage mode-------------------
y=maxima('x')

So the value 2  of x variable defined in Maxima appears as a value of y 
variable in Sage.

Problem statement) However, I am not able to do a reverse.
I have no idea how to send a variable from Sage to Maxima.

Any advice, link or comment?

-- 
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