AMSTeX: Vertical Line in Matrix

Click For Summary
SUMMARY

The discussion focuses on creating a vertical line between columns in AMSTeX matrices. The user initially sought assistance but later discovered an effective solution using the array environment. The provided code snippet demonstrates how to implement a vertical line using the syntax \texttt{\textbackslash begin\{array\}} and the pipe symbol to separate columns.

PREREQUISITES
  • Familiarity with AMSTeX typesetting
  • Understanding of LaTeX array environments
  • Knowledge of matrix notation in mathematical typesetting
  • Basic experience with LaTeX syntax
NEXT STEPS
  • Explore advanced features of AMSTeX for matrix formatting
  • Learn about LaTeX environments for complex mathematical structures
  • Investigate additional LaTeX packages for enhanced matrix capabilities
  • Study best practices for typesetting mathematical documents in LaTeX
USEFUL FOR

Mathematicians, educators, and researchers who utilize AMSTeX for typesetting matrices and require precise formatting techniques.

BvU
Science Advisor
Homework Helper
Messages
16,219
Reaction score
4,934
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
2K
  • · Replies 9 ·
Replies
9
Views
5K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 12 ·
Replies
12
Views
4K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 1 ·
Replies
1
Views
3K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 12 ·
Replies
12
Views
2K
  • · Replies 2 ·
Replies
2
Views
1K
  • · Replies 1 ·
Replies
1
Views
3K