John Travis
Mississippi College
Playing around with the effects of an impulse forcing term in a second order differential equation.
Click to the left again to hide and once more to show the dynamic interactive window |
ilt(((g2842^2*y(0) + g2842*(2*y(0) + D[0](y)(0)))*e^(2*g2842) + 3)*e^(-2*g2842)/(g2842^3 + 2*g2842^2 + 2*g2842), g2842, t) ilt(((g2842^2*y(0) + g2842*(2*y(0) + D[0](y)(0)))*e^(2*g2842) + 3)*e^(-2*g2842)/(g2842^3 + 2*g2842^2 + 2*g2842), g2842, t) |
Traceback (click to the left of this block for traceback) ... NameError: name 'laplace_transform' is not defined Traceback (most recent call last): transform.show() File "", line 1, in <module> File "/tmp/tmpNcLX82/___code___.py", line 6, in <module> transform = laplace_transform(eq, t, s, y(_sage_const_0 ) == y0, y(_sage_const_0 ).diff(t) == yp0) NameError: name 'laplace_transform' is not defined |
Traceback (click to the left of this block for traceback) ... NameError: name 'laplace_transform' is not defined Traceback (most recent call last): y = function('y')(t) # Define function 'y' as a function of 't' File "", line 1, in <module> File "/tmp/tmppBU5Zv/___code___.py", line 29, in <module> Y = laplace_transform(de, t, s, y(_sage_const_0 ) == y_0, y(_sage_const_0 ).diff(t) == y_dot_0) NameError: name 'laplace_transform' is not defined |
Click to the left again to hide and once more to show the dynamic interactive window |
|