Tagged Questions
1
vote
1answer
53 views
How to add equation with cases inside the table
I want to include the complicated equation into one of the cells of my table. I am using tabular environment, additionally I have some multirows. I would like to add something like this:
...
8
votes
4answers
160 views
How can I align at relation symbols within a cases environment?
I have used the following code in LaTeX -
\documentclass{article}
\usepackage{amssymb,amsmath}
\begin{document}
\begin{table}[H]
\centering
\begin{tabular}{c|c}
\hline
{ $X=y+z$} & {
...
2
votes
3answers
6k views
how to insert multi line equation in the tabular environment?
How can insert multi line equation in the tabular environment?
For example see the following code that can show my request.
\begin{tabular}{rrr}
&a &b\\
&u=\begin{cases} 0;& ...