# Non linear differential equation

**URL:** https://discourse.jupyter.org/t/non-linear-differential-equation/20262
**Category:** Show and Tell
**Created:** [July 6, 2023, 12:58pm UTC](https://discourse.jupyter.org/t/non-linear-differential-equation/20262 "2023-07-06T12:58:13Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![profyjd](https://avatars.discourse-cdn.com/v4/letter/p/e19b73/32.png) [@profyjd](https://discourse.jupyter.org/u/profyjd)
#### Post date: [July 6, 2023, 12:58pm UTC](https://discourse.jupyter.org/t/non-linear-differential-equation/20262/1 "2023-07-06T12:58:13Z")

</div>

How do solve the following differential equation using python in Jupyterlab A := diff(f(x), x, x, x, x) + R\*f(x)_diff(f(x), x, x, x) - diff(f(x), x, x)_(mp + mh) = 0
