Math & Scienceshowing the set

Information and discussion about LaTeX's math and science related features (e.g. formulas, graphs).
Post Reply
mathselpi
Posts: 30
Joined: Wed Dec 31, 2008 4:50 pm

showing the set

Post by mathselpi »

hi!,I want to show "A={a,b,c}".How?

thanks...

Recommended reading 2024:

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

Learn LaTeX easily with newest books:

The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis

The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more

LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis

User avatar
gmedina
Posts: 2313
Joined: Wed Jul 11, 2007 11:45 pm

showing the set

Post by gmedina »

Hi,

in line math:

Code: Select all

$A=\{a,b,c\}$
displayed math:

Code: Select all

\[
A=\{a,b,c\}
\]
1,1,2,3,5,8,13,21,34,55,89,144,233,...
mathselpi
Posts: 30
Joined: Wed Dec 31, 2008 4:50 pm

Re: showing the set

Post by mathselpi »

Thank you very much
Post Reply