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 Bronson Solved 16.5.ipynb
Project: FIUP Ecuaciones Diferenciales 2017-1
Views: 28Kernel: SageMath 10.4
In [1]:
In [2]:
In [3]:
In [4]:
In [5]:
In [6]:
[3*t, 3*t, 3*t]
In [7]:
In [8]:
In [9]:
[
[a0 == 1/2*(9*t^2 - 6*t + 2)*e^(3*t), a1 == -(3*t - 1)*e^(3*t), a2 == 1/2*e^(3*t)]
]
In [10]:
{a1: -(3*t - 1)*e^(3*t), a2: 1/2*e^(3*t), a0: 1/2*(9*t^2 - 6*t + 2)*e^(3*t)}
In [11]: