Math & ScienceMultiple Lines in Equation with opening Brace

Information and discussion about LaTeX's math and science related features (e.g. formulas, graphs).
Post Reply
akhmel
Posts: 1
Joined: Thu Nov 17, 2011 5:41 pm

Multiple Lines in Equation with opening Brace

Post by akhmel »

I have equation which starts with one line then goes equal sign, then big opening curly brace and three lines of possible answers, depending on certain conditions. How do I program in LaTeX this big bracket and three lines?

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
localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

Multiple Lines in Equation with opening Brace

Post by localghost »

Usually this is done by the »cases« environment from the amsmath package. There are packages that enhance it.

Thorsten
Post Reply