presentation at penn state math club on computer engineering

16
Math in industry

Upload: daniil-boykis

Post on 05-Jul-2015

90 views

Category:

Education


3 download

DESCRIPTION

A few brief slides on how math in industry differs from math at the academic level.

TRANSCRIPT

Page 1: Presentation at Penn State Math Club on Computer Engineering

Math in industry

Page 2: Presentation at Penn State Math Club on Computer Engineering
Page 3: Presentation at Penn State Math Club on Computer Engineering

Disclaimer.

Page 4: Presentation at Penn State Math Club on Computer Engineering
Page 5: Presentation at Penn State Math Club on Computer Engineering

That Math is so hot right now.

Page 6: Presentation at Penn State Math Club on Computer Engineering

MEDIAN HOUSEHOLD INCOME Let’s talk…

$51,017 $51,230

For 2012 h"p://www.census.gov/prod/2013pubs/p60-­‐245.pdf  

Page 7: Presentation at Penn State Math Club on Computer Engineering

jobs Let’s talk…

Page 8: Presentation at Penn State Math Club on Computer Engineering
Page 9: Presentation at Penn State Math Club on Computer Engineering

Industry:

Doing

is more important than

knowing.

Page 10: Presentation at Penn State Math Club on Computer Engineering

Academia is proofs

Page 11: Presentation at Penn State Math Club on Computer Engineering

     

(define  (good-­‐enough?  guess  x)      (<  (abs  (-­‐  (square  guess)  x))  0.001))  

(define  (average  x  y)      (/  (+  x  y)  2))  (define  (improve  guess  x)      (average  guess  (/  x  guess)))  

(define  (sqrt-­‐iter  guess  x)      (if  (good-­‐enough?  guess  x)              guess              (sqrt-­‐iter  (improve  guess  x)                                    x)))  

(define  (sqrt  x)      (sqrt-­‐iter  1.0  x))  

Industry is programs

Page 12: Presentation at Penn State Math Club on Computer Engineering
Page 13: Presentation at Penn State Math Club on Computer Engineering

Probability

Statistics

Linear Algebra

Number Theory

Group Theory

Numerical

Analysis

Calculus

Graph Theory

Algorithms

Machine Learning

Algorithms

Automata

(Theory of

Computation)

Math skills Software Engineering

Data Science

Actuarial

Security

Page 14: Presentation at Penn State Math Club on Computer Engineering

SECONDARY SKILLS

Communication skills Complexity Politics

Page 15: Presentation at Penn State Math Club on Computer Engineering
Page 16: Presentation at Penn State Math Club on Computer Engineering

[email protected]

Questions?

Image  sources:    h"p://pixelbedlam.co.uk/wp-­‐content/uploads/2012/11/peter1.jpg  h"p://www.wallsave.com/wallpapers/1680x1050/matrix/425888/matrix-­‐geek-­‐blue-­‐binary-­‐code-­‐425888.jpg  h"p://www.luxuo.com/wp-­‐content/uploads/2011/04/Scrooge-­‐McDuck.jpeg  h"p://images.ientrymail.com/devwebpro/tutorials/textonpath/screenshot25.gif  1.bp.blogspot.com/-­‐LRqjgvD7KtE/UTVClrYGsTI/AAAAAAAABng/MAQaX4wrnj4/s1600/macklemore+3.png  h"p://freshnewtracks.com/wp-­‐content/uploads/2011/10/Play-­‐N-­‐Skillz-­‐Im-­‐The-­‐Man.jpg  h"p://www.petersoto.com/wp-­‐content/uploads/2013/04/server-­‐room-­‐mess.jpg