Difference between revisions of "User:Chasteenco"

From PrattWiki
Jump to navigation Jump to search
 
 
(2 intermediate revisions by the same user not shown)
Line 10: Line 10:
 
*PHYSICS152 Electricity and Magnetism
 
*PHYSICS152 Electricity and Magnetism
 
*MUS140 Introduction to Jazz
 
*MUS140 Introduction to Jazz
 +
 +
== [http://pundit.pratt.duke.edu/wiki/Grand_Challenges_for_Engineering Grand Challenges for Engineering] ==
 +
The folllowing is an article I found related to the Grand Challenges for Engineering:
 +
*[http://www.uncommondescent.com/intelligent-design/reverse-engineer-the-brain-%E2%80%93-nae%E2%80%99s-grand-challenge/ Reverse-engineer the brain – NAE’s grand challenge], Uncommon Descent, created 28 February 2008, accessed 14 September 2014 (Grand Challenge)
 +
 +
== MATLAB Demonstrations ==
 +
Although simple, my favorite demonstration was the Masic Math Operations demonstration. It is one of the most useful and practical demonstrations, and gives commands to automatically calulate many matrix operations that I am learning in Math 216. I can now utilize MATLAB to make sure that I am completing problems correctly, and can go recheck my work in the case of inconsistencies. Also, having previously programmed in C++, it is good to become more comfortable with the direct syntax of MATLAB; a C++ matrix multiplication function would have taken 4-5 lines of code to write while MATLAB has it built in and accessible in just one line of code.

Latest revision as of 03:13, 15 September 2014

About Me

I am a second year Biomedical Engineering student at Duke University. I am from Saint Johns, FL, where I attended Creekside High School.

Name Pronunciation

My name, Cody Chasteen, is pronounced "Co-Dee Chahs-TEEN".

Current Courses

  • EGR103 Computational Methods in Engineering
  • MATH216 Linear Algebra and Differential Equations
  • PHYSICS152 Electricity and Magnetism
  • MUS140 Introduction to Jazz

Grand Challenges for Engineering

The folllowing is an article I found related to the Grand Challenges for Engineering:

MATLAB Demonstrations

Although simple, my favorite demonstration was the Masic Math Operations demonstration. It is one of the most useful and practical demonstrations, and gives commands to automatically calulate many matrix operations that I am learning in Math 216. I can now utilize MATLAB to make sure that I am completing problems correctly, and can go recheck my work in the case of inconsistencies. Also, having previously programmed in C++, it is good to become more comfortable with the direct syntax of MATLAB; a C++ matrix multiplication function would have taken 4-5 lines of code to write while MATLAB has it built in and accessible in just one line of code.