Difference between revisions of "User:Dcg13"

From PrattWiki
Jump to navigation Jump to search
 
(7 intermediate revisions by the same user not shown)
Line 1: Line 1:
[[Image:HelloWorld.jpg]]
+
[[Image:HelloWorld.jpg|150px]]
 +
 
 +
 
 +
== About Me ==
 +
 
 +
 
 +
== Grand Challenges for Engineering ==
 +
 
 +
[http://oilprice.com/Alternative-Energy/Solar-Energy/New-Technology-to-Reduce-Cost-of-Solar-Energy-by-75.html New Technology to Reduce Cost of Solar Energy], Brian Westenhaus, OilPrice, 08/29/2012, 09/07/2012 (Grand Challenge)
 +
 
 +
 
 +
== Matlab Demonstration ==
 +
My favorite Matlab demonstration was the travelling salesman because of it's simplicity and usefulness.  I liked messing around with the graphical program first, and then looking at the code and seeing how it ran.  First, a random path is chosen between all of the cities.  The distance of this path is calculated and the path is then optimized until the shortest path between all of the cities is found.

Latest revision as of 18:41, 8 September 2012

HelloWorld.jpg


About Me

Grand Challenges for Engineering

New Technology to Reduce Cost of Solar Energy, Brian Westenhaus, OilPrice, 08/29/2012, 09/07/2012 (Grand Challenge)


Matlab Demonstration

My favorite Matlab demonstration was the travelling salesman because of it's simplicity and usefulness. I liked messing around with the graphical program first, and then looking at the code and seeing how it ran. First, a random path is chosen between all of the cities. The distance of this path is calculated and the path is then optimized until the shortest path between all of the cities is found.