Difference between revisions of "User:Philjae.chang"

From PrattWiki
Jump to navigation Jump to search
m
 
(One intermediate revision by the same user not shown)
Line 22: Line 22:
 
[http://www.eetimes.com/document.asp?doc_id=1332185 Google Fellow: Neural Nets Need Optimized Hardware],  
 
[http://www.eetimes.com/document.asp?doc_id=1332185 Google Fellow: Neural Nets Need Optimized Hardware],  
 
Dylan McGrath, EE Times, 23 Aug 2017, accessed 14 Sept 2017 (Engineer the tools of scientific discovery
 
Dylan McGrath, EE Times, 23 Aug 2017, accessed 14 Sept 2017 (Engineer the tools of scientific discovery
 +
 +
 +
== My Favorite MATLAB Demonstration ==
 +
 +
My favorite MATLAB demonstration is "Basic Matrix Operation" because it provided the most helpful information for me. Even though it was a repetition of what I learned during EGR 103 lectures, I could have a better understanding by thoroughly reviewing this material. Also, since matrix is an integral part of many MATLAB functions, I think it is very important to have strong foundation in basic matrix operations.
 +
 +
In this demonstration, I learned how to:
 +
 +
*create a matrix
 +
*create graphs
 +
*label graphs
 +
*separate the rows of a matrix
 +
*find the transpose of a matrix
 +
*multiply two matrices
 +
*solve matrix equations
 +
*use "poly" function to generate a vector containing the coefficients of the characteristic polynomial
 +
*use "who" and "whos" function

Latest revision as of 20:59, 14 September 2017

About Me

I am a freshman in Pratt School of Engineering, and I am thinking of majoring in Biomedical Engineering in future. I was born in Seoul, South Korea, on Oct.27.1998.

Name Pronunciation

My name is Philjae Chang, and the correct way to pronounce my name is "Phil-jay Chang." Very straightforward.

Current Courses

In 2017 fall, I am currently taking:

  • EGR 103L
  • EGR 190L
  • BIO 202L
  • MATH 212

Grand Challenges for Engineering Articles

Google Fellow: Neural Nets Need Optimized Hardware, Dylan McGrath, EE Times, 23 Aug 2017, accessed 14 Sept 2017 (Engineer the tools of scientific discovery


My Favorite MATLAB Demonstration

My favorite MATLAB demonstration is "Basic Matrix Operation" because it provided the most helpful information for me. Even though it was a repetition of what I learned during EGR 103 lectures, I could have a better understanding by thoroughly reviewing this material. Also, since matrix is an integral part of many MATLAB functions, I think it is very important to have strong foundation in basic matrix operations.

In this demonstration, I learned how to:

  • create a matrix
  • create graphs
  • label graphs
  • separate the rows of a matrix
  • find the transpose of a matrix
  • multiply two matrices
  • solve matrix equations
  • use "poly" function to generate a vector containing the coefficients of the characteristic polynomial
  • use "who" and "whos" function