Creating a Grid w/Square Elements for a Cayley Table

In summary, to create a Cayley table with square elements, determine the size based on the operation, draw a grid, and fill it with results. Its purpose is to visually represent binary operation results for better understanding. Elements can be organized by order or similarity. A Cayley table can be used for any binary operation, but may have limitations such as large elements or non-numeric elements. It should be used with other methods for comprehensive analysis.
  • #1
EinsteinKreuz
64
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
  • #2
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 .
 
  • #3
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

Back
Top