Tagged Questions
7
votes
2answers
71 views
cases environment inside an array
LyX is giving a lot of error messages for my Latex code which runs in other places.
\[
\begin{array}{rl}
p_{Y \mid H_1}(y \mid H_1) & = f_X(g^{-1}(y))\left| \dfrac{dg^{-1}(y)}{dy} \right| \\ \\
...
0
votes
1answer
87 views
Producing \right and \left not related [closed]
I used the commands \right and \left to produce an linear systems using array (putting a period immediately after the \right):
\documentclass[a4paper,12pt]{article}
\usepackage{amssymb}
...
3
votes
3answers
1k views
Clean-Looking Piecewise-Defined Functions
I want to write a clean-looking piecewise defined function.
There's a similar post here: How to write a function (piecewise) with bracket outside?, but I have follow-up questions.
The two options I ...
2
votes
3answers
5k 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;& ...