LaTeX AMSTeX: Vertical Line in Matrix

Click For Summary
To create a vertical line between columns in AMSTeX, users can utilize the array environment with the vertical bar symbol in the column specification. An example provided shows how to format a matrix with a vertical line separating the last column from the others. The solution effectively demonstrates the use of the syntax for achieving the desired visual separation in matrix presentations. This method is useful for enhancing clarity in mathematical representations. The discussion highlights a practical solution for formatting matrices in AMSTeX.
BvU
Science Advisor
Homework Helper
Messages
16,213
Reaction score
4,925
Anyone know how to get a vertical line between two columns ? Like here in AMSTeX
 
Physics news on Phys.org
Never mind, found an alternative:
Code:
\left[
\begin{array}{cccc|c}
1 & 0 & 3 & -1 & 0 \\
0 & 1 & 1 & -1 & 0 \\
0 & 0 & 0 & 0 & 0 \\
\end{array}
\right]
$$
\left[
\begin{array}{cccc|c}
1 & 0 & 3 & -1 & 0 \\
0 & 1 & 1 & -1 & 0 \\
0 & 0 & 0 & 0 & 0 \\
\end{array}
\right]
$$
 

Similar threads

  • · Replies 1 ·
Replies
1
Views
1K
  • · Replies 9 ·
Replies
9
Views
5K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 12 ·
Replies
12
Views
3K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 12 ·
Replies
12
Views
2K
  • · Replies 2 ·
Replies
2
Views
1K
  • · Replies 1 ·
Replies
1
Views
3K