MHB Sizing parentheses appropriately ....

  • Thread starter Thread starter Math Amateur
  • Start date Start date
  • Tags Tags
    Sizing
AI Thread Summary
To size parentheses appropriately around column vectors in mathematical expressions, use the \left and \right delimiters for proper stretching. Instead of using individual dots, it is recommended to employ \ldots, \cdots, or \vdots for clarity. The correct formatting for the determinant expression is provided, ensuring that the vectors are enclosed correctly. This approach enhances the visual presentation of the equation. Proper syntax improves readability and comprehension in mathematical documentation.
Math Amateur
Gold Member
MHB
Messages
3,920
Reaction score
48
Can someone please help me to size the parentheses so they stretch appropriately around the column vectors in the expression/equation:

$$\text{det} ( v_1, \cdot \cdot \cdot , v_n ) = \text{det} ( \begin{bmatrix} a_{ 11} \\ \ \\ . \\ . \\ . \\ \ \\ a_{n1} \end{bmatrix} , \cdot \cdot \cdot , \begin{bmatrix} a_{ 1n} \\ \ \\ . \\ . \\ . \\ \ \\ a_{nn} \end{bmatrix} )$$Help will be appreciated ...

Peter
 
Last edited:
Physics news on Phys.org
Use the \left and \right delimiters. Also, it helps to use \ldots, \cdots or \vdots rather than individual dots.

$$\det ( v_1, \ldots , v_n ) = \det \left(\ \begin{bmatrix} a_{ 11} \\ \vdots \\ a_{n1} \end{bmatrix} , \ldots , \begin{bmatrix} a_{ 1n} \\ \vdots \\ a_{nn} \end{bmatrix}\ \right)$$
 
Last edited:
Opalg said:
Use the \left and \right delimiters. Also, it helps to use \ldots, \cdots or \vdots rather than individual dots.

$$\det ( v_1, \ldots , v_n ) = \det \left(\ \begin{bmatrix} a_{ 11} \\ \vdots \\ a_{n1} \end{bmatrix} , \ldots , \begin{bmatrix} a_{ 1n} \\ \vdots \\ a_{nn} \end{bmatrix}\ \right)$$

Thanks for the help, Opalg ...

Peter
 
Back
Top