중첩 배열과 관련된 라텍스에 대한 질문

중첩 배열과 관련된 라텍스에 대한 질문

Latex에서 중첩 배열로 내보내는 Piecewise 함수의 정의와 관련된 다음 이미지에 해당하는 Mathematica에서 생성하고 내보낸 Latex를 Math StackExchange에 표시하는 데 문제가 있습니다.


Mathematica 정의


Mathematica에서 생성하고 내보낸 라텍스는 다음과 같습니다.


$\begin{array}{cc}
 \{ & 
\begin{array}{cc}
 
\begin{array}{cc}
 \{ & 
\begin{array}{cc}
 1 & \Im\left(1-2 n^s\right)<0 \\
 -1 & \text{True} \\
\end{array}
 \\
\end{array}
 & \Re\left(1-2 n^s\right)<-1 \\
 
\begin{array}{cc}
 \{ & 
\begin{array}{cc}
 -1 & \Im\left(1-2 n^s\right)>0 \\
 1 & \text{True} \\
\end{array}
 \\
\end{array}
 & \Re\left(1-2 n^s\right)>+1 \\
 
\begin{array}{cc}
 \{ & 
\begin{array}{cc}
 1 & \Im\left(1-2 n^s\right)<0 \\
 -1 & \text{True} \\
\end{array}
 \\
\end{array}
 & \text{True} \\
\end{array}
 \\
\end{array}$

Math StackExchange는 다음 이미지에 표시된 대로 "Missing \end{array}"에 대해 불평합니다.


마지막 어레이 이미지 누락


덜 복잡한 배열을 위해 Mathematica에서 생성하고 내보낸 Math StackExchange Latex를 표시하는 데 성공했습니다.


질문: Mathematica에서 생성하고 내보낸 Latex에 문제가 있습니까? 아니면 Math StackExchange에서 이 Latex를 MathJax로 렌더링하는 데 문제가 있습니까?

관련 정보