Creating a Grid w/Square Elements for a Cayley Table

Click For Summary
Creating a grid with square elements on PF is possible by utilizing LaTeX formatting. Users can generate a Cayley table by using the LaTeX array environment, which allows for structured tables with specified cell entries. The syntax involves wrapping the array code between double dollar signs, ensuring to include backslashes before "begin" and "end" to properly format the table. For those who prefer visual representations, drawing the table by hand or using software to create a .pdf or .jpg file is also recommended, which can then be uploaded to the forum. This method provides flexibility for presenting mathematical concepts clearly and effectively.
EinsteinKreuz
Messages
64
Reaction score
1
Is there a way to create a grid here on PF that has square elements?

I ask because I'm yearning to make a post that will require a Cayley table.
 
Physics news on Phys.org
Draw the table with it's cell entries by hand or using your own software and save as a .pdf or .jpg file . Upload to PF .
 
Code:
begin{array}{c|c|c}
1.1&1.2&1.3\\
2.1&2.2&2.3\\
3.1&3.2&3.3
end{array}
between double $-signs generates following table (backslash before begin and end)
$$
\begin{array}{c|c|c}
1.1&1.2&1.3\\
2.1&2.2&2.3\\
3.1&3.2&3.3
\end{array}
$$
 

Similar threads

  • · Replies 6 ·
Replies
6
Views
2K
  • · Replies 3 ·
Replies
3
Views
1K
Replies
2
Views
3K
  • · Replies 6 ·
Replies
6
Views
1K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 0 ·
Replies
0
Views
434
Replies
2
Views
2K
High School CNO Cycle
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 0 ·
Replies
0
Views
1K
  • · Replies 5 ·
Replies
5
Views
2K