Displaying a Matrix-Vector Eq with LaTeX

  • Context: LaTeX 
  • Thread starter Thread starter kimspg
  • Start date Start date
  • Tags Tags
    Latex
Click For Summary
SUMMARY

The discussion focuses on displaying matrix-vector equations using LaTeX, specifically how to format matrices inline. Warren demonstrates the use of the array environment combined with appropriate bracketing to achieve this. The example provided shows the correct syntax for a 2x2 matrix, which is essential for clear mathematical representation in documents. Mastery of this formatting technique is crucial for anyone looking to present complex equations effectively.

PREREQUISITES
  • Familiarity with LaTeX syntax and environments
  • Understanding of matrix notation in mathematics
  • Knowledge of the array environment in LaTeX
  • Basic skills in typesetting mathematical equations
NEXT STEPS
  • Research LaTeX array environment for advanced matrix formatting
  • Learn about LaTeX bracketing options for different matrix types
  • Explore LaTeX packages that enhance mathematical typesetting
  • Practice creating complex equations using LaTeX
USEFUL FOR

Mathematicians, researchers, students, and anyone involved in typesetting mathematical documents using LaTeX.

kimspg
Messages
1
Reaction score
0
A bit OT, I know, but there must be a way to get matrices to appear on the same line so I can write matrix-vector equations.
 
Physics news on Phys.org
matrices can usually be displayed with an array argument, plus some bracketing argument
 
Like this?

[tex] \sigma_{3} = \left(<br /> \begin{array}{cc}<br /> 1 & 0\\<br /> 0 & -1<br /> \end{array}<br /> \right)[/tex]

- Warren
 

Similar threads

  • · Replies 13 ·
Replies
13
Views
4K
  • · Replies 1 ·
Replies
1
Views
4K
  • · Replies 12 ·
Replies
12
Views
4K
  • · Replies 12 ·
Replies
12
Views
4K
  • · Replies 1 ·
Replies
1
Views
3K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 0 ·
Replies
0
Views
3K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 5 ·
Replies
5
Views
4K