Dipa/Help
From Maths
Contents
[hide]Overview
This is a quick reference for how to do things that are not symbols, like matrices and stuff
Left & Right
- Example <mm>(\frac{a+b}{\sqrt{c} })</mm> - looks like (a+b√c)
- We use \left( and \right) to get the things after the left and right big enough to fit through the middle, in this case:
- <mm>\left(\frac{a+b}{\sqrt{c} }\right)</mm> gives (a+b√c) - notice the bigger brackets
- Suppose you just want a left thing but no right thing. A . means "nothing". So for example:
- {f(2t)if t∈[0,12]g(2t)if t∈[12,1] - here we have a \left\{ and \right. around the array. So it sizes to match.
Manual sizing
- \big, \Big, \Bigg make things bigger, for example:
- (\big(\Big(\Bigg( looks like: ((((
A matrix
This is just \left( and \right) around an array, like:
- (abcdefhij) This is just \left( then an array then a \right)