Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place. Commercial Alternative to JupyterHub.
Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place. Commercial Alternative to JupyterHub.
| Download
Jupyter notebook nth_linear_constant_coeff_homogeneous.ipynb
Project: FIUP Ecuaciones Diferenciales 2017-1
Views: 37Kernel: Python 2 (SageMath)
In [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 [ ]: