This post is to check markdown and mathjax setting
Markdown Test
Title
big
big
big
big
big
Code Block1
2
3
4#python test
import numpy as np
import matplotlib.pyplot as plt
import torch1
2
3
4
Latex Test
\begin{pmatrix}
1 & a_1 & a_1^2 & \cdots & a_1^n \\\\
1 & a_2 & a_2^2 & \cdots & a_2^n \\\\
\vdots & \vdots& \vdots & \ddots & \vdots \\\\
1 & a_m & a_m^2 & \cdots & a_m^n
\end{pmatrix}