Difference between revisions of "User:Nv"

From PrattWiki
Jump to navigation Jump to search
 
(One intermediate revision by the same user not shown)
Line 5: Line 5:
  
  
[http://discovermagazine.com/2008/oct/06-can-engineers-achieve-the-holy-grail-of-energy Can Engineers Achieve the Holy Grail of Energy: Infinite and Clean?] Charles Seite, Discover Magazine, accessed 13 September 2014
+
[http://seedmagazine.com/content/article/getting_solar_off_the_ground/ Getting Solar off the Ground], Lee Billings, Seed Magazine, created July 28, 2009, accessed September 13, 2014
 +
 
 +
 
 +
 
 +
----
 +
 
 +
My favorite demonstration in MATLAB is the Traveling Salesman App. It is an algorithm that calculates a visual representation of the traveling salesman problem that aims to calculate the shortest route through certain cities that then returns to the origin. It is a famous problem in graph theory, that can often be complicated to calculate. I like how this is an interactive program where the user inputs the number of cities, and the computer displays points and routes on the map that move around "calculating" until it finishes running. It is a good example of how programming and MATLAB can quickly compute and visually display answers to mathematical problems that would take longer to do by hand. This grabbed my attention because it reminded me of my studies of Graph Theory in my IB Math Class.

Latest revision as of 20:48, 13 September 2014

Nikhil Vanderklaauw

Pratt Student from NYC :)


Getting Solar off the Ground, Lee Billings, Seed Magazine, created July 28, 2009, accessed September 13, 2014



My favorite demonstration in MATLAB is the Traveling Salesman App. It is an algorithm that calculates a visual representation of the traveling salesman problem that aims to calculate the shortest route through certain cities that then returns to the origin. It is a famous problem in graph theory, that can often be complicated to calculate. I like how this is an interactive program where the user inputs the number of cities, and the computer displays points and routes on the map that move around "calculating" until it finishes running. It is a good example of how programming and MATLAB can quickly compute and visually display answers to mathematical problems that would take longer to do by hand. This grabbed my attention because it reminded me of my studies of Graph Theory in my IB Math Class.