Department of Electrical Engineering
Faculty of Engineering
Assiut University
Temporary website
Eng. George and Eng. Mostafa
Email: numerical2010@googlegroups.com
Web: http://groups.google.com/group/numerical2010
Thursday: 1:3
Sunday: 11:2
Office location: Electrical Engineering Department. First Floor, Ask about Dr. Yasser's office.
Main TextItem | Degrees |
Final Exam | 100 |
Mid-term exam 1 | 15 |
Mid Term Exam 2 | 25 |
Project | Bonus |
TA Class Activities | 10 |
Mid term exam 1 October 29th 2010
Mid term exam 2 December 10th 2010
ID | Subject | Deadline | Remarks |
1 | Matlab | 2/10/2010 | |
2 | Error Analysis and Binary System | 9/10/2010 | |
3 | Bracketing Methods and Fixed Point | 16/10/2010 | |
4 | Locally Convergent Methods | 23/10/2010 | |
5 | Initial Approximation | 30/10/2010 | |
6 | Introduction to Matrices | 6/11/2010 | |
7 | Upper Triangulation | 13/11/2010 | |
8 | Gaussian Elimination | 20/11/2010 | |
9 | Triangular Facorization | 20/11/2010 | |
10 | Iterative Methods | 27/11/2010 | |
11 | Least Squares and Least Norm | ||
12 |
|
Introduction
Even though Matlab is a handy tool for experimenting with numerical methods, lower level languages like C++ can potentially achieve higher performance (with careful implementation) and sometimes are the only available tools for some platforms (e.g. embedded systems). In this project you are required to write a simple C++ library that implements one of the following topics including ALL the algorithms studied to solve them in this course:
Rules
You MUST implement the specified algorithm yourself and using ANY third-party libraries or code within your project will be considered CHEATING.
EVERY student MUST write his own code and substantial similarity between codes will also be considered cheating.
You will be asked to present your project within 5 minutes (Within the second week of December).
Deliverables: