How to write this in LaTeX:
y = {1 if a >b
0 if a <b
How to make the big bracket that contains both and defines the function y?
How to write this in LaTeX:
y = {1 if a >b
0 if a <b
How to make the big bracket that contains both and defines the function y?
casesenvironment is what you should looking for. For example here. – dawu Aug 28 '14 at 19:42:-)– 1010011010 Aug 28 '14 at 19:44