<p>
[quote]
I am just tired of engineers telling me how much harder their major is, and how much better they are than me. When these people have 2.5 GPA, and I have a 3.5. My major might not be engineering but it isn't easy.
<p>I breezed through all of those and they mostly involved looking up some values in a table (well the Taguchi used Qualitek software). I got a 4.0 GPA out of those graduate stat courses.</p>
<p>Why am I mentioning this?....I didn't have a 3.0 GPA as an undergrad.</p>
<p>Also, engineering and computer science is different for the arts. You interview for a job in the arts and you gotta go through 4 rounds of interviews, show off an artistic portfolio and be the best candidate in a 500-mile radius.</p>
<p>In computer science, especially if in the "hot areas" of I.T., all you do is e-mail a resume, do a 10-min phone technical screen, have one formal interview (doesn't even have to be in a suit) and the offer letter is FedEX to you house.</p>
<p>So a 2.5 in engineering is not bad at all. You will still get hired.</p>
<p>Global no those are not the hardest stat courses. The hardest ones includes Real Analysis and Measure Theory based Probability and Statistics. Fourier Analysis (Spectral Analysis) based times series, Bayesian Analysis, and Multivariate Analysis. These are NOT about looking up values in a table.</p>
<p>Ok, those would have been hard for me, given that as an undergrad Computational Math major...Real Analysis and Complex Variables were snatched out (required for regular math majors) and replaced by all of those Numerical Analysis, Numerical Solutions for ODE/PDE, and Discrete Mathematics courses.</p>
<p>I am going to assume that the first one "Numerical Analysis in Solutions of Equations" pertains more to the solution of simultaneous (or homogeneous) equations.</p>
<p>I hate to give you a cop-out answer, but both are fun.</p>
<p>Numerical Analysis in Solutions of Equations will be more of solving using computational linear algebra techniques like solving vectors, matrices, LU decomposition (which figures into Stats & Regression).</p>
<p>Numerical Analysis in Differential Equations will be solving 1st, 2nd and maybe 3rd order differential equations. I don't know (by that course title) if partial differential equations will be included. Usually, with Diff Eq computer solution courses, the professor witll go over various methods because for a certain type of Diff Eq, one method will be more accurate than another.</p>
<p>Also, because you will writing programs, make sure you know about data structures like arrays and loops in order to simulate vectors and matrices.</p>