Skip to content

Instantly share code, notes, and snippets.

@DeeprajPandey
Created July 13, 2018 13:14
Show Gist options
  • Save DeeprajPandey/62e7ac5669c06cae26458e7b1dc99659 to your computer and use it in GitHub Desktop.
Save DeeprajPandey/62e7ac5669c06cae26458e7b1dc99659 to your computer and use it in GitHub Desktop.
\documentclass{article}
\usepackage[utf8]{inputenc}
\usepackage{amsmath}
\title{Experiments with Matrices}
\author{Deepraj Pandey}
\date{July 2018}
\begin{document}
\maketitle
\section{Matrices lol}
\[
\begin{bmatrix}
0 & a \\
-a & 0
\end{bmatrix}
+ \alpha
\begin{bmatrix}
0 & b \\
-b & 0
\end{bmatrix}
\]
\end{document}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment