I'm creating Latex Tables using Array One of the sample table is mentioned below with merging multi-cell of rows.

Can you please help me to understand, how can i merges rows in arrays Sample Latex table with Array is mentioned below;
\[\begin{array}{*{20}{|c}}
\hline
{{\text{Differentiation}}} & {{\text{Integration}}} & {} \\
{{\text{The problem of finding SLOPE}}} & {} & {} \\
{} & {{\text{Leibnitz}}} & {{\text{Archimedes}}} \\
a & b & c \\
d & e & f \\
g & h & i \\
j & k & l \\
m & n & o \\
\hline
\end{array} \]



\text{Leibnitz}would suffice; Why a textual table inside a math display equation?