Skip to content

Instantly share code, notes, and snippets.

@louridas
Created March 31, 2018 10:19
Show Gist options
  • Save louridas/97fdff49c813c8d50939d3c60fb96b2a to your computer and use it in GitHub Desktop.
Save louridas/97fdff49c813c8d50939d3c60fb96b2a to your computer and use it in GitHub Desktop.
{
"cells": [
{
"cell_type": "markdown",
"metadata": {},
"source": [
"$$\n",
"\\begin{bmatrix}\n",
"0 & 2 & 3 & 1\\\\\n",
"3 & 1 & 0 & 2\\\\\n",
"1 & 3 & 2 & 0\\\\\n",
"2 & 0 & 1 & 3\\\\\n",
"\\end{bmatrix} =\n",
"\\begin{bmatrix}\n",
"a & c & d & b\\\\\n",
"d & b & a & c\\\\\n",
"b & d & c & a\\\\\n",
"c & a & b & d\\\\\n",
"\\end{bmatrix}\n",
"$$"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": []
}
],
"metadata": {
"kernelspec": {
"display_name": "Python 3",
"language": "python",
"name": "python3"
},
"language_info": {
"codemirror_mode": {
"name": "ipython",
"version": 3
},
"file_extension": ".py",
"mimetype": "text/x-python",
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.6.4"
}
},
"nbformat": 4,
"nbformat_minor": 2
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment