How to get the float values for a sympy point?

后端 未结 0 1670
梦谈多话
梦谈多话 2021-02-09 03:57

I have the following piece of code

from sympy import Point, Line

l1 = Line((3,5,-2), (1,-1,4))
p1 = Point3D((3, 7, 9))

in         


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