eul = euler_method(["math.sin(x+y)"], [0], [0, 1], 100)[1] eul_cau = euler_caushy(["math.sin(x+y)"], [0], [0, 1], 100) mytable.add_column("i", [i[0] for i in eul ...
A python package for simulating differential equations using TensorFlow. The documentation for this package is hosted here. If you want to learn more about ...
In this paper, we implement the tanh-coth function method to construct the travelling wave solutions for (N + 1)-dimensional nonlinear evolution equations. Four models, namely the (N + 1)-dimensional ...