jupyter-notebook strange behaviour on render sqrt-root symbol

后端 未结 0 494
再見小時候
再見小時候 2021-02-14 02:17

I note a strange behaviour when I run cells in Jupyter notebook.

from sympy import * 
x, y, z = symbols(\'x y z\')
c =  sqrt(5)

if I put into the

相关标签:
回答
  • 消灭零回复
提交回复
热议问题