FranSoloFran
Results
1
comments of
FranSoloFran
hi @xflyyxfl could you explain how you solved it? i have a solver for Euler Differential Equation: ``` def EulerEcDif(self): f = Expression(self.dxdyfld.get(), ["y", "x"]) x = float(self.x0cifld.get()) y =...