I'm sure I'm not the first person having trouble getting started.  If there 
is a good tutorial, more detailed than the sympy docs tutorial, please 
point me to it!

I want to display the product of two expressions.  Suppose I have

a, b, x, y = symbols('a b x y')
ex1 = Eq(a, x + y)
ex2 = Eq(b, x * y)

How do I display a * b in terms of x and y?

Thainks.

-- 
You received this message because you are subscribed to the Google Groups 
"sympy" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sympy+unsubscr...@googlegroups.com.
To post to this group, send email to sympy@googlegroups.com.
Visit this group at https://groups.google.com/group/sympy.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sympy/2a6226b4-0928-4753-a691-a659a9035072%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to