im trying the llama 4 scout model and have run in to 2 formatting errors now here is one
Matrix Addition
Given two matrices A and B, the sum A + B is defined as:
\(A + B = \begin{bmatrix}
a_{11} & a_{12} \\
a_{21} & a_{22}
\end{bmatrix}\)
\begin{bmatrix}
b_{11} & b_{12} \
b_{21} & b_{22}
\end{bmatrix}
= \begin{bmatrix}
a_{11} + b_{11} & a_{12} + b_{12} \
a_{21} + b_{21} & a_{22} + b_{22}
\end{bmatrix}
Please authenticate to join the conversation.
Closed
Bug Reports
Get notified by email when there are changes.
Closed
Bug Reports
Get notified by email when there are changes.