How to get the float values for a sympy point?

后端 未结 0 1079
伪装坚强ぢ
伪装坚强ぢ 2021-02-09 03:56

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         


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