Skip to content

Instantly share code, notes, and snippets.

View mpawliuk's full-sized avatar

Mike Pawliuk mpawliuk

View GitHub Profile
@mpawliuk
mpawliuk / riemann.py
Created July 3, 2019 21:58
Class 19 - Riemann sum
N = 1
a = 1
b = 3
delta = (b-a)/N
left_sum = delta * sum([(a + i*delta)**2 for i in range(N)])
right_sum = delta * sum([(a + i*delta)**2 for i in range(1,N+1)])
print(left_sum, right_sum)
@mpawliuk
mpawliuk / preCUMC_panel_workshop.txt
Created July 23, 2019 17:46
Agenda for preCUMC Panel/Workshop
Workshop/Panel
Hour 1:
Learning Objectives:
By the end of this hour, participants will be able to
1. Describe a typical day at the CUMC.
2. Introduce yourself to a (math) stranger.
3. Network with other undergrads in math.
@mpawliuk
mpawliuk / feedback_rubric.tex
Created July 23, 2019 18:22
Tex for a feedback form for math presentations
\documentclass{article}
\usepackage[utf8]{inputenc}
\usepackage[english]{babel}
\usepackage{graphicx}% Include CC license
\usepackage[margin=0.5in]{geometry}% Shrink margins
\usepackage{booktabs}% http://ctan.org/pkg/booktabs
\newcommand\tabitem{\makebox[1em][r]{\textbullet~}} % Item list in table. Source: https://tex.stackexchange.com/a/257485
\pagenumbering{gobble}% No page numbering