Ceci est étonnant:

In [24]: A= Point(5,4)

In [25]: K = Point(2,3)

In [26]: A
Out[26]: (5, 4)

In [27]: K
Out[27]: (2, 3)

In [42]: d = Line(Point(0,0),A)

In [43]: d.equation()
Out[43]: -4⋅x + 5⋅y

solve(d.equation(),y)
[]

In [46]: solve(-4*x+5*y,y)
Out[46]:
⎡4⋅x⎤
⎢───⎥
⎣ 5 ⎦


J'ai manqué un chapitre ??

merci à tous