Difference between revisions of "User:ChristineTowns"

From PrattWiki
Jump to navigation Jump to search
 
 
Line 4: Line 4:
 
== Classes ==
 
== Classes ==
 
=== Fall 2014 ===
 
=== Fall 2014 ===
* EGR 103: Computational Methods in Engineering
+
* [[EGR 103]]: Computational Methods in Engineering
 
* Math 122: Calculus II with Lab
 
* Math 122: Calculus II with Lab
 
* Chem 110: Honors Chemistry
 
* Chem 110: Honors Chemistry
Line 11: Line 11:
 
== Engineering Grand Challenges ==
 
== Engineering Grand Challenges ==
 
[http://www.usnews.com/news/articles/2014/08/12/even-in-the-us-access-to-clean-water-can-be-tough Even in the U.S.Access to Clean Water Can be Tough],  Christen Simeral and Cat Boardman, USNews, posted August 12, 2014, accessed September 15, 2014 (Provide Access to Clean Water)
 
[http://www.usnews.com/news/articles/2014/08/12/even-in-the-us-access-to-clean-water-can-be-tough Even in the U.S.Access to Clean Water Can be Tough],  Christen Simeral and Cat Boardman, USNews, posted August 12, 2014, accessed September 15, 2014 (Provide Access to Clean Water)
 +
 +
== Matlab Demonstration ==
 +
My favorite [[Matlab]] demonstration was Traveling Salesman. The code was an interesting example of a combination of nested if trees and loops in a cohesive program.

Latest revision as of 15:56, 15 September 2014

About Me

I am a first-year student at Duke University in the Pratt School of Engineering.

Classes

Fall 2014

  • EGR 103: Computational Methods in Engineering
  • Math 122: Calculus II with Lab
  • Chem 110: Honors Chemistry
  • History 117: Early Modern Europe

Engineering Grand Challenges

Even in the U.S.Access to Clean Water Can be Tough, Christen Simeral and Cat Boardman, USNews, posted August 12, 2014, accessed September 15, 2014 (Provide Access to Clean Water)

Matlab Demonstration

My favorite Matlab demonstration was Traveling Salesman. The code was an interesting example of a combination of nested if trees and loops in a cohesive program.