Math, asked by ModSaYMe, 11 months ago

How to make tables in brainly using Tex codes

Answers

Answered by muakanshakya
4
a straight line between the rows can be added by the `cline{i-j}` command, which adds a horizontal line from the _i_ th column to the _j_ th column

Example

\cline{1-3} will add a horizontal line from the 1st to 3rd column

Example:

`\begin{array}{c|c} 1 & 2 \\ \cline{1-2} 3 &4 \\ \cline{1-2} 5 & 6 \end{array}`

This creates a 3×2 centre aligned array, with inside borders
Similar questions