Network Science

By Myla James, Shania Johnson, Maya Mukerjee, and Savitha Saminathan.

 

Graph Theory

Here’s some definitions to help you understand our assignment:

Nodes – vertex/point.
Edges – lines connecting vertices.
Adjacent – two nodes (vertices) are adjacent if they share an edge (line).
Degree – number of edges adjacent to a particular node.

We started this problem set with learning about the difference between connected and disconnected graphs.

Connected Graph – able to travel from one node to any other through its edges.
Disconnected graph – more complex; it has components.
Components – parts of the graphs that are connected.

Continue reading

Network Science

By Cameron Farrar, Elizabeth Gross, Shiropa Noor, and Rebecca Rozansky

Girls Talk Math was an eyeopening experience to a brand new world of mathematics. Over the past two weeks, we have been introduced to multiple topics and related professions. We learned about: quantum mechanics, surface classification, knot theory, computing & dynamics, elliptic curve cryptography, RSA encryption, special relativity and the most interesting of them all- NETWORK SCIENCE!

During our time at Girls Talk Math, we learned about the wonders of network science and graph theory. The difficult part of this otherwise enjoyable journey? Mathematica. Mathematica is a software created to make you suffer, especially if you already know computer science (AHEM BECKY). Basically, we created graphs, did calculations and got confused on Mathematica. Typing out all the commands took ages. We’ll show you some examples as we go through the different concepts we explored. Don’t worry- once you spend some time on Mathematica, you’ll get used to it.

Continue reading

Scientific Computing: Recurrence Relations

By: Kathryn Benedict, Kate Allen, Sarai Ross, Rosy Nuam

Girls Talk Math is an all girls camp that introduces new topics that students would not normally see in their everyday math class at school. This camp also brings together many young women to better explore a field that is male dominated. During this camp we were able to research many important women that we able to make their own legacy while facing much adversity along the way. The camp wants to show not only the campers but also other women going into the field of math and science to not be afraid due to the gender difference, but instead use it as motivation to carry on doing what you love and making your own legacy along the way.

Our group consisted of four young women. Kathryn is a rising sophomore at Cedar Ridge High School. Kate is a rising sophomore at Carrboro High School. Sarai is a rising junior at Northern Vance High School. Rosy is a rising senior at East Chapel Hill High School.

Continue reading

Monte Carlo and the Coding Tale

By: Michelle Chen, Cameron Farrar, Laura O’Sullivan, and Cat Bassett

Introduction

Everything we do in life has a chance. That chance may come from picking the right card, picking a certain marble out of a bag or maybe deciding to give the first person who walks through a random door $100. Essentially,each chance has a certain trade-off of benefits. Often times we think about the chances as something will happen over the chance of something else taking place as we weigh possible outcomes. This is called risk analysis. One of the ways we can determine risk is we can use Monte Carlo simulations to replicate real life situations a large number of times in order to observe the long-term patterns without having the complications (cost, labor, materials, etc.) of manual repetition.

Continue reading