Demo

 22nd September 2024 at 3:46pm

Before

[123][321]\displaystyle \left [ \begin{matrix} 1 \\ 2 \\ 3 \end{matrix} \right ] \cdot \left [ \begin{matrix} 3 & 2 & 1 \end{matrix} \right ]

[321][123]=[31+22+13]=[10]=10\displaystyle \left [ \begin{matrix} 3 & 2 & 1 \end{matrix} \right ] \cdot \left [ \begin{matrix} 1 \\ 2 \\ 3 \end{matrix} \right ] = \left [ 3 \cdot 1 + 2 \cdot 2 + 1 \cdot 3 \right ] = \left [ 10 \right ] = 10

After

[123][321]\displaystyle \left [ \begin{matrix} 1 \\ 2 \\ 3 \end{matrix} \right ] \cdot \left [ \begin{matrix} 3 & 2 & 1 \end{matrix} \right ]

[321][123]=[31+22+13]=[10]=10\displaystyle \left [ \begin{matrix} 3 & 2 & 1 \end{matrix} \right ] \cdot \left [ \begin{matrix} 1 \\ 2 \\ 3 \end{matrix} \right ] = \left [ 3 \cdot 1 + 2 \cdot 2 + 1 \cdot 3 \right ] = \left [ 10 \right ] = 10

Style

 22nd September 2024 at 3:54pm

.fix-applied {
    /** Fix begin **/
    .katex :is(.delimsizing.size1, .delimcenter) {
        font-weight: 600;
    }
    /** Fix end **/
}

.fix-not-applied {
    border-right: solid 1px;
}

.fix-not-applied,.fix-applied {
    display: inline-block;
    width: 50%;
    padding: 1ch;
}