differential equation : from Lagrange to Leibniz notation

68 Views Asked by At

I have this differential equation written in a Lagrange way (which I've bee taught):

$x''=a-bx-cx'$

I need to plug this into a computer software that seems to only understand the Leibniz notation.

Is this correct or am I wrong ?

$\frac{d^2x}{dt} = a-bx-c\frac{dx}{dt}$

Thanks

1

There are 1 best solutions below

0
On BEST ANSWER

I think you can try $\frac{d^2x}{dt^2}$ instead of $\frac{d^2x}{dt}$.