+VincentKnight

@drvinceknight

Un peu de Math

vincent-knight.com/Talks


    from __future__ import division
    import random
    class Drop():
        def __init__(self, r=1):
            self.x = (.5 - random.random()) * 2 * r
            self.y = (.5 - random.random()) * 2 * r
            self.incircle = (self.y) ** 2 + (self.x) ** 2 <= (r) ** 2

    N = 10000
    print 4 * len([k for k in range(N) if Drop().incircle]) / N
            

Freeman et al. 2014 "Active learning increases student performance in science, engineering, and mathematics". PNAS

Scaffolding

  • Tickables
  • Minutes

Tickables

Completion of ticks

Enterprise

Minutes

Fight Club
@1neilcoles

Summary

  • Flipped a large class.
  • Hopefully some independent learners.
  • Embedded entrepreneurial skills.