hello everyone

I can't make solve() do what I want.

Look at this:

sage>  (2+I)*(1+7*I)
15I-5

sage> (2+I)*(1-7*I)
-13I+9

sage>solve([a*b==15*I-5,a*conjugate(b)==-13*I+9],[a,b])
[]

So, from the first two lines I know that a=2+I, b=1+7I should
be a solution to the system in the third, yet solve()  returns empty.

What am I missing?





-- 
Robin Hankin
Uncertainty Analyst
hankin.ro...@gmail.com

-- 
To post to this group, send email to sage-support@googlegroups.com
To unsubscribe from this group, send email to 
sage-support+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/sage-support
URL: http://www.sagemath.org

Reply via email to