Difference between revisions of "User:Eol"

From PrattWiki
Jump to navigation Jump to search
 
 
Line 1: Line 1:
 
==About Me==
 
==About Me==
 
I am Edgar Loaiza, but I prefer to be called by my nickname, Tavo (pronounced like "Taco" with a "v" instead of a "c"). I am currently a freshman in Trinity, but I hope to transfer to Pratt where I plan to double major in Electrical & Computer Engineering and Computer Science.
 
I am Edgar Loaiza, but I prefer to be called by my nickname, Tavo (pronounced like "Taco" with a "v" instead of a "c"). I am currently a freshman in Trinity, but I hope to transfer to Pratt where I plan to double major in Electrical & Computer Engineering and Computer Science.
 +
 +
==MATLAB Demonstrations==
 +
My favorite MATLAB demonstration was the traveling salesman app. The traveling salesman is a well known optimization problem in computer science where you attempt to find the shortest path between a set of cities, making sure that you visit each city at least once. The app shows MATLABs ability to make complex computations, as well as create practical GUIs and figures.

Latest revision as of 00:46, 28 January 2015

About Me

I am Edgar Loaiza, but I prefer to be called by my nickname, Tavo (pronounced like "Taco" with a "v" instead of a "c"). I am currently a freshman in Trinity, but I hope to transfer to Pratt where I plan to double major in Electrical & Computer Engineering and Computer Science.

MATLAB Demonstrations

My favorite MATLAB demonstration was the traveling salesman app. The traveling salesman is a well known optimization problem in computer science where you attempt to find the shortest path between a set of cities, making sure that you visit each city at least once. The app shows MATLABs ability to make complex computations, as well as create practical GUIs and figures.