[an error occurred while processing this directive]
The courses NE 113 Engineering Computation, NE 216 Advanced Calculus 1 for Nanotechnology Engineering, NE 217 Advanced Calculus 2 for Nanotechnology Engineering, and NE 336 Micro and Nanosystem Computer-aided Design form an integrated core sequence of courses where the student will reach the following outcomes-based objectives:
The course NE 113 Engineering Computation covered numerical techniques for:
The laboratories in the previous course, NE 216 Advanced Calculus 1 for Nanotechnology Engineering, focused on ordinary differential equations and initial-value problems. In each laboratory, the student wrote a fully-commented function in Matlab and used that code to find numerical approximations to given problems. The laboratories peaked with Laboratory 4 which saw the student implement the Dormand-Prince algorithm for approximating solutions to a first-order initial-value problem with a single ordinary differential equation. Dormand-Prince is the algorithm used today in the Matlab routine ode45. Laboratories 5 proceeded to have the student generalize the routine dp45 to allow it to solve systems of coupled first-order initial-value problems as well as understanding how to convert a higher-order initial-value problem into a system of first-order initial-value problems. Laboratory 6 had the student use dp45 to approximate both linear and non-linear boundary-value problems using the initial-problem solver with the shooting method.
The laboratories were:
There were two optional laboratories that students were welcome to read:
The laboratories in this course, NE 217 Advanced Calculus 2 for Nanotechnology Engineering, will focus on boundary-value problems. In this course, we will focus on finite-difference methods, both implicit and explicit—this will lay the framework for understanding the finite-element methods that are taught in NE 336. We will also see both Dirichlet and insulated boundary values (insulated boundary values are a special case of Neumann boundary conditions). The first four laboratories will focus on solving problems in one spatial dimension. In the first laboratory, you will see how to solve a boundary-value problem using finite differences. We will the proceed to elementary explicit methods for finding approximations to problems involving the heat-conduction/diffusion equation. Laboratory 3 looks at implicit means for approximating the same equations. Laboratory 4 proceeds to consider the wave equation, again, only in one dimension (a vibrating string). Laboratory 5 looks at finding solutions to Laplace's equation in two and three dimensions and Laboratory 6 uses the explicit techniques for approximating both the heat-conduction/diffusion and wave equation in two and three spatial dimensions.
The laboratories are:
There are three optional laboratories that will help prepare students for the next course, NE 336:
The last course in this sequence is NE 336 Micro and Nanosystem Computer-aided Design. This course will focus on understanding the numerical techniques used in and using software to modeling and approximating solutions to real-world problems using the finite-element method.
This course will cover:
In the second half of this course, you will start to use software that models systems and finds approximations to solutions of these systems.
Each topic is broken into six pairs of two one-hour laboratories: The first week will be a one-hour lecture on the numerical methods involved and the following week will involve a Matlab-based laboratory on the subject material.
Students may work in pairs.
Correct coding style and comments are provided in the MATLAB Programming Style Guidelines by Richard Johnson.