Jupyter notebook nth_linear_constant_coeff_homogeneous.ipynb
Kernel: Python 2 (SageMath)
In [1]:
Out[1]:
Ecuación diferencial:
72*f(x) - 81*Derivative(f(x), x) + Derivative(f(x), x, x) + Derivative(f(x), x, x, x)=0
Solución:
Eq(f(x), C1*exp(8*x) + C2*exp(3*x*(-3 + sqrt(13))/2) + C3*exp(3*x*(-sqrt(13) - 3)/2))
In [ ]: