Created
July 13, 2018 13:14
-
-
Save DeeprajPandey/62e7ac5669c06cae26458e7b1dc99659 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
\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