From a14d5de987f540a4f9bcc4ec89f614810633d482 Mon Sep 17 00:00:00 2001 From: JP Appel Date: Fri, 19 Apr 2024 20:18:59 -0400 Subject: created build rules for presentation --- presentation/presentation.md | 35 ++++++++++++++++++++--------------- 1 file changed, 20 insertions(+), 15 deletions(-) (limited to 'presentation/presentation.md') diff --git a/presentation/presentation.md b/presentation/presentation.md index 3de057d..788dc8c 100644 --- a/presentation/presentation.md +++ b/presentation/presentation.md @@ -1,31 +1,36 @@ -# HPC Mandelbrot, Julia and Multibot Sets +--- +title: "HPC Mandelbrot, Julia, and Multibot Sets" +author: +- "JP Appel" +- "David Marrero" +--- ![Mandelbrot Set]() -## Perquisite Knowledge +# Prerequisite Knowledge -### Complex Numbers +## Complex Numbers -### What is the Mandelbrot Set +## What is the Mandelbrot Set -### Fractals +## Fractals -### Handling Recursion +## Handling Recursion -## Implementations +# Implementations -### Serial +## Serial -### Serial Animation +## Serial Animation -### Shared +## Shared -### Shared Animation +## Shared Animation -### GPU +## GPU -### GPU Animation +## GPU Animation -## Analysis +# Analysis -### Speedups +## Speedups -- cgit v1.2.3