Difference between revisions of "User:Nbrooke"

From PrattWiki
Jump to navigation Jump to search
 
(2 intermediate revisions by the same user not shown)
Line 3: Line 3:
  
 
== Grand Challenges for Engineering Article ==
 
== Grand Challenges for Engineering Article ==
To Be Updated...
+
[http://www.nature.com/news/plasma-physics-the-fusion-upstarts-1.15592 Plasma physics: The fusion upstarts] M. Mitchell Waldrop, Nature, 18 September 2014, 13 September 2015 (Provide energy from Fusion)
 +
 
  
 
== Favorite MATLAB Demonstration ==
 
== Favorite MATLAB Demonstration ==
To Be Updated...
+
My favorite demonstration is the Traveling Salesman example because it models a common yet difficult problem: Determining the fastest route between a series of points. It applies Dijkstra's algorithm, which is the algorithm implemented in Google Maps and the algorithm used to determine UPS delivery truck routes. The algorithm is very computationally difficult as the number of options grows, so seeing such an application run is nice.

Latest revision as of 23:38, 13 September 2015

Nbrooke is Nathaniel Brooke's user account. He is part of Pratt Class of 2019.


Grand Challenges for Engineering Article

Plasma physics: The fusion upstarts M. Mitchell Waldrop, Nature, 18 September 2014, 13 September 2015 (Provide energy from Fusion)


Favorite MATLAB Demonstration

My favorite demonstration is the Traveling Salesman example because it models a common yet difficult problem: Determining the fastest route between a series of points. It applies Dijkstra's algorithm, which is the algorithm implemented in Google Maps and the algorithm used to determine UPS delivery truck routes. The algorithm is very computationally difficult as the number of options grows, so seeing such an application run is nice.