\begin{equation} a_n(x) y^{(n)}(x) + a_{n-1}(x) y^{(n-1)}(x) + \dots + a_0(x) y(x) = b(x)\label{linearinhomo} \end{equation}
A linear equation is homogeneous if $b(x) = 0$ and inhomogeneous if $b(x)\ne 0$.
There are several different notations for derivatives in common use. You should be comfortable with all of them. Leibniz's notation for derivatives is: \begin{equation} \frac{dy}{dx}, \qquad \frac{d^2 y}{dx^2}\qquad\frac{d^3 y}{dx^3}\qquad\dots\qquad\frac{d^n y}{dx^n} \end{equation} Lagrange's notation for the same derivatives (wrt to the independent variable $x$) is: \begin{equation} y^{\prime} \qquad y^{\prime\prime}\qquad y^{\prime\prime\prime} \qquad \dots \qquad y^{(n)} \end{equation} Newton, who used time ($t$) as the independent variable, rather than $x$, used dots instead of primes: \begin{equation} \dot{y} \qquad \ddot{y} \qquad \dots \qquad y^{(n)} \end{equation}
The equation for the general linear inhomogeneous differential equation, eqn.(\ref{linearinhomo}) above is long and messy looking. To simplify this equation, it is common to pull out all the derivative operators with their coefficients into a single differential operator acting on the unknown function $y$ and denoting the big messy operator by the single caligraphic letter $\cal{L}$, i.e. $$\cal{L}\equiv a_n(x) \frac{d^{n}}{dx^{n}} + a_{n-1}(x) \frac{d^{n-1}}{dx^{n-1}} + \dots + a_0(x)$$ so that eqn.(\ref{linearinhomo}) becomes $$\cal{L} y(x)=b(x).$$