How does one write a matrix in this forum?

  • Thread starter Thread starter interested_learner
  • Start date Start date
  • Tags Tags
    Forum Matrix
Click For Summary
SUMMARY

This discussion focuses on the challenges of formatting matrices in forum posts, specifically addressing issues with spacing loss during preview. The user highlights the importance of spaces in matrices and provides examples using LaTeX syntax for proper matrix representation. The recommended LaTeX commands include \begin{array} for basic matrices and \left[ \begin{array} for matrices with brackets. The discussion emphasizes the necessity of using LaTeX for clear mathematical expression in online forums.

PREREQUISITES
  • Understanding of LaTeX syntax for mathematical formatting
  • Familiarity with matrix notation and representation
  • Basic knowledge of forum posting tools and preview functions
  • Awareness of common formatting issues in online discussions
NEXT STEPS
  • Research LaTeX documentation for advanced matrix formatting techniques
  • Explore forums that support LaTeX for mathematical expressions
  • Learn about troubleshooting common formatting issues in online posts
  • Investigate alternative tools for mathematical typesetting in discussions
USEFUL FOR

Mathematicians, educators, students, and anyone involved in online discussions requiring precise mathematical formatting.

interested_learner
Messages
210
Reaction score
1
I tried to enter a matrix in this forum and all I get is a big mess when I go to preview the matrix. It seems that the tool decides to get rid of the spaces in the matrix. These spaces are important. For instance if k = the rotation matrix with the first row 0 -1 and the second row 1 0

_ _
| 0 -1 |
k= |_ 1 0 _|

Does someone have a suggestion on a better way to write this?
 
Physics news on Phys.org
Click on the following to see the code:

[tex]\begin{array}{cc} 1 & 0 \\ 0 & 1 \end{array}[/tex]

If you want brackets, then:

[tex]\left[ \begin{array}{cc} 1 & 0 \\ 0 & 1 \end{array} \right][/tex]

Notice that the amount of c's control the columns, such as:

[tex]\left( \begin{array}{cccc} 1 & 0 & 0 & 0 \\ 0 & 1 & 0 & 0 \\ 0 & 0 & 1 & 0 \\ 0 & 0 & 0 & 1\end{array} \right)[/tex]
 

Similar threads

  • · Replies 8 ·
Replies
8
Views
1K
Replies
2
Views
2K
  • · Replies 4 ·
Replies
4
Views
1K
  • · Replies 3 ·
Replies
3
Views
3K
  • · Replies 7 ·
Replies
7
Views
2K
  • · Replies 6 ·
Replies
6
Views
1K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 2 ·
Replies
2
Views
1K
  • · Replies 2 ·
Replies
2
Views
2K