1

Dear All in attached image how I can put a vertical line with derivative .Any command for this please?

enter image description here

Qamar
  • 23

1 Answers1

4

Like this.

\documentclass{article}
\newcommand\rd{\mathrm d}
\begin{document}
\[
\left.\frac{\rd y}{\rd x}\right|_{x=0}
\]
\end{document}

enter image description here

Ian Thompson
  • 43,767