Difference between revisions of "User:Act29"

From PrattWiki
Jump to navigation Jump to search
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
==About Me==
 
==About Me==
I am currently a first-year undergraduate student in the [http://www.pratt.duke.edu/| Pratt School of Engineering] at [http://www.duke.edu/| Duke University].
+
I am currently a first-year undergraduate student in the [http://www.pratt.duke.edu/ Pratt School of Engineering] at [http://www.duke.edu/ Duke University].
 +
 
 
==Current Courses==
 
==Current Courses==
 
For the fall semester, I am currently enrolled in the following classes:  
 
For the fall semester, I am currently enrolled in the following classes:  
Line 9: Line 10:
 
==Homework 1: Grand Challenges Link==
 
==Homework 1: Grand Challenges Link==
 
* Links relevant to the Grand Challenges:
 
* Links relevant to the Grand Challenges:
**[http://www.forbes.com/sites/christopherhelman/2012/09/05/shell-and-chevron-to-green-oil-sands-with-carbon-capture-project/| http://www.forbes.com/sites/christopherhelman/2012/09/05/shell-and-chevron-to-green-oil-sands-with-carbon-capture-project/], Christopher Helman, Forbes, updated 5 September 2012, accessed 8 September 2012.
+
**[http://www.forbes.com/sites/christopherhelman/2012/09/05/shell-and-chevron-to-green-oil-sands-with-carbon-capture-project/ http://www.forbes.com/sites/christopherhelman/2012/09/05/shell-and-chevron-to-green-oil-sands-with-carbon-capture-project/], Christopher Helman, Forbes, updated 5 September 2012, accessed 8 September 2012.
 
==Homework 2: MATLAB Demonstrations==
 
==Homework 2: MATLAB Demonstrations==
* My favorite MATLAB demo is the version of [http://www.bitstorm.org/gameoflife/| Conway's Game of Life]
+
* My favorite MATLAB demo is the version of [http://www.bitstorm.org/gameoflife/ Conway's Game of Life]. It is a cellular automaton, where an initial condition is set, and the result is then observed. Each cell is either "alive" or "dead" and changes states depending on the condition of surrounding cells, resulting in fascinating shapes and animations. It is interesting how MATLAB is able to run the calculations more efficiently than the original program. by using sparse matrices.

Latest revision as of 01:46, 10 September 2012

About Me

I am currently a first-year undergraduate student in the Pratt School of Engineering at Duke University.

Current Courses

For the fall semester, I am currently enrolled in the following classes:

  • EGR 103: Computational Methods in Engineering
  • CHEM 201: Organic Chemistry
  • MATH 216: Linear Algebra & Differential Equations
  • LATIN 101: Elementary Latin

Homework 1: Grand Challenges Link

Homework 2: MATLAB Demonstrations

  • My favorite MATLAB demo is the version of Conway's Game of Life. It is a cellular automaton, where an initial condition is set, and the result is then observed. Each cell is either "alive" or "dead" and changes states depending on the condition of surrounding cells, resulting in fascinating shapes and animations. It is interesting how MATLAB is able to run the calculations more efficiently than the original program. by using sparse matrices.