Hi all,

I have a very basic question. Let's assume ;

sage: f,m,a=var("f m a")
sage: f = m*a
sage: f
a*m
sage: m
m

where I want the return of m to be f/a without explicitly defining it.

Any idea how to implement this behavior in Sage ?

Thanks.

-- 
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 [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sage-support.
For more options, visit https://groups.google.com/d/optout.

Reply via email to