Hi everyone,

I'm new to SymPy and I'm probably missing something basic. I'm trying to 
create the probability density function of the normal distribution, but 
I've run into a problem. When I try to create the sqrt(2*pi) part of the 
function, Colab displays it as the square of 2 multiplied by the square of 
pi, instead of the square root of their product.

I would really appreciate it if someone could help me with this.

Thanks!
init_printing(use_unicode=True)
result = sqrt(pi*2)
result

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/sympy/190de6eb-d75c-411e-a1e7-167a947242d9n%40googlegroups.com.

Reply via email to