Added math labels to posts that use mathjax

This commit is contained in:
Brandon Rozek 2020-12-22 10:20:51 -05:00
parent 8d4b1536a0
commit f78b4525ff
7 changed files with 9 additions and 2 deletions

View file

@ -21,6 +21,7 @@ mf2_syndication:
format: aside format: aside
kind: kind:
- note - note
math: true
--- ---
Using Monte Carlo methods, we can create a simulation that approximates pi. In this post, we will go over the math behind the approximation and the code. Using Monte Carlo methods, we can create a simulation that approximates pi. In this post, we will go over the math behind the approximation and the code.

View file

@ -3,6 +3,7 @@ title: "Useful Abstract Definitions"
date: 2019-10-27T23:49:57-04:00 date: 2019-10-27T23:49:57-04:00
draft: false draft: false
tags: [ "abstract algebra" ] tags: [ "abstract algebra" ]
math: true
--- ---
## Chapter 17 ## Chapter 17

View file

@ -2,6 +2,7 @@
title: "Cryptographic Games" title: "Cryptographic Games"
date: 2020-01-13T21:35:09-05:00 date: 2020-01-13T21:35:09-05:00
draft: false draft: false
math: true
--- ---
When analyzing cryptographic algorithms, we characterize the strength of the crypto-system by analyzing what happens in various crypto games. Below are a couple examples of crypto games used in literature. When analyzing cryptographic algorithms, we characterize the strength of the crypto-system by analyzing what happens in various crypto games. Below are a couple examples of crypto games used in literature.

View file

@ -3,6 +3,7 @@ title: "Groups Simplified"
date: 2019-12-10T21:40:00-05:00 date: 2019-12-10T21:40:00-05:00
draft: false draft: false
tags: [ "abstract algebra" ] tags: [ "abstract algebra" ]
math: true
--- ---
This post is inspired by the book "Term Rewriting & All That" by Franz Baader and Tobias Nipkow. This post is inspired by the book "Term Rewriting & All That" by Franz Baader and Tobias Nipkow.

View file

@ -3,6 +3,7 @@ title: "Theorem Proving Definitions"
date: 2019-12-29T11:21:07-05:00 date: 2019-12-29T11:21:07-05:00
draft: false draft: false
images: [] images: []
math: true
--- ---
When I look into a new field, sometimes I get confused by the whole new set of vocab terms I need to encounter. This post will serve to keep me straight with the terms involved in theorem proving. When I look into a new field, sometimes I get confused by the whole new set of vocab terms I need to encounter. This post will serve to keep me straight with the terms involved in theorem proving.

View file

@ -3,6 +3,7 @@ title: "Symmetric Groups in Python"
date: 2019-05-22T20:02:21-04:00 date: 2019-05-22T20:02:21-04:00
draft: false draft: false
tags: [ "abstract algebra" ] tags: [ "abstract algebra" ]
math: true
--- ---
**Warning:** This post is meant for someone whose familiar with concepts of Abstract Algebra. **Warning:** This post is meant for someone whose familiar with concepts of Abstract Algebra.

View file

@ -3,6 +3,7 @@ title: RSA Cryptography
date: 2019-12-10T22:15:21-05:00 date: 2019-12-10T22:15:21-05:00
draft: false draft: false
images: [] images: []
math: true
--- ---
# Introduction # Introduction