0%

Markdown and Latex Test

This post is to check markdown and mathjax setting

Markdown Test

Title

big

big

big

big

big

Code Block

1
2
3
4
#python test
import numpy as np
import matplotlib.pyplot as plt
import torch

1
2
3
4
#include <iostream>
#include <fstream>
#include "Eigen/Core"
#include "ros.h"

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}