Hi all,

i've used d1,d2 as variables in symbolic equation. Solving this
equation returns some unexpected (at least for me) results. Simplest
case:

x,d1=var('x,d1'); solve(x^2-d1==0, x)

returns

[x == -sqrt(factorial(k + 2*n - 1)/factorial(2*k + 4*n)), x ==
sqrt(factorial(k + 2*n - 1)/factorial(2*k + 4*n))]

This happens only with d1 and d2. a1 or what ever works well.

Am i missing something?

Thanks,
Kiran

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

Reply via email to