mirror of
https://github.com/Brandon-Rozek/website.git
synced 2025-05-23 13:59:17 +00:00
Added math labels to posts that use mathjax
This commit is contained in:
parent
8d4b1536a0
commit
f78b4525ff
7 changed files with 9 additions and 2 deletions
|
@ -21,6 +21,7 @@ mf2_syndication:
|
|||
format: aside
|
||||
kind:
|
||||
- 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.
|
||||
|
||||
|
|
|
@ -3,6 +3,7 @@ title: "Useful Abstract Definitions"
|
|||
date: 2019-10-27T23:49:57-04:00
|
||||
draft: false
|
||||
tags: [ "abstract algebra" ]
|
||||
math: true
|
||||
---
|
||||
|
||||
## Chapter 17
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
title: "Cryptographic Games"
|
||||
date: 2020-01-13T21:35:09-05:00
|
||||
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.
|
||||
|
|
|
@ -3,6 +3,7 @@ title: "Groups Simplified"
|
|||
date: 2019-12-10T21:40:00-05:00
|
||||
draft: false
|
||||
tags: [ "abstract algebra" ]
|
||||
math: true
|
||||
---
|
||||
|
||||
This post is inspired by the book "Term Rewriting & All That" by Franz Baader and Tobias Nipkow.
|
||||
|
|
|
@ -3,6 +3,7 @@ title: "Theorem Proving Definitions"
|
|||
date: 2019-12-29T11:21:07-05:00
|
||||
draft: false
|
||||
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.
|
||||
|
|
|
@ -3,6 +3,7 @@ title: "Symmetric Groups in Python"
|
|||
date: 2019-05-22T20:02:21-04:00
|
||||
draft: false
|
||||
tags: [ "abstract algebra" ]
|
||||
math: true
|
||||
---
|
||||
|
||||
**Warning:** This post is meant for someone whose familiar with concepts of Abstract Algebra.
|
||||
|
|
|
@ -3,6 +3,7 @@ title: RSA Cryptography
|
|||
date: 2019-12-10T22:15:21-05:00
|
||||
draft: false
|
||||
images: []
|
||||
math: true
|
||||
---
|
||||
|
||||
# Introduction
|
||||
|
|
Loading…
Add table
Reference in a new issue