Math & ScienceHow i write this equation

Information and discussion about LaTeX's math and science related features (e.g. formulas, graphs).
Post Reply
_hi_zen
Posts: 1
Joined: Sun Jun 11, 2023 5:23 am

How i write this equation

Post by _hi_zen »

Capture.PNG
Capture.PNG (3.74 KiB) Viewed 12371 times
, I don't know how to write Latex , i am totally new , can someone help me

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org
TikZ book
Bartman
Posts: 369
Joined: Fri Jan 03, 2020 2:39 pm

How i write this equation

Post by Bartman »

An introduction to LaTeX should give you the basics you need to be able to set most of the equation shown in math mode.

First try to set the content of the image in LaTeX yourself and then show us a Infominimal working example with marked code of what you have achieved.

There are several ways to have variables printed in bold.

The letter T in the exponent can be set in sans serif with the \mathsf command [1] and the multiplication sign with the \times command.

You can also output strings like out in the index in various ways in text mode so that it differs from a product of variables.

[1] Section 10.2 New-style font commands in the mathmode document by Herbert Voß.
Post Reply