Math & Sciencewriting delta V and T bar together in an equation

Information and discussion about LaTeX's math and science related features (e.g. formulas, graphs).
Post Reply
kalai2542
Posts: 1
Joined: Thu May 04, 2023 8:42 am

writing delta V and T bar together in an equation

Post by kalai2542 »

I am trying to write "Volume flowrate = $\Delta$P/$\overline {T} $" in latex with the equation number, but the equation number doesn't go to the right side. And the equation looks weird.

Can someone help me how to write this equation with the equation number and the label? That will be very helpful. I am using Texstudio.

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

User avatar
Stefan Kottwitz
Site Admin
Posts: 10322
Joined: Mon Mar 10, 2008 9:44 pm

writing delta V and T bar together in an equation

Post by Stefan Kottwitz »

Hi,

welcome to the forum!

You can write it that way:

Code: Select all

\documentclass{article}
\usepackage{amsmath}
\begin{document}
\begin{equation}
\text{Volume flowrate} = \frac{\Delta P}{\overline{T}}
\end{equation}
\end{document}
equation.png
equation.png (4.32 KiB) Viewed 13451 times
Stefan
LaTeX.org admin
Post Reply