-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
61a69bf
commit 11c28cf
Showing
1 changed file
with
25 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,25 @@ | ||
# EE5011_ComputerMethodsEE | ||
# EE5011: Computer Methods in Electrical Engineering | ||
|
||
A course from the Electrical Engineering Department at IIT Madras (http://www.ee.iitm.ac.in). | ||
|
||
### Project/Code Description: | ||
|
||
Week 0: Implementations of basic algorithms in Python, Scipy and Numpy | ||
|
||
Week 1: Polynomial Interpolation | ||
|
||
Week 2: Spline Interpolation | ||
|
||
Week 3: Romberg Interpolation | ||
|
||
Week 4: Open Romberg method and Gaussian Quadrature integration | ||
|
||
Week 5: Chebyshev Function Fitting | ||
|
||
Week 6: Unstable Series Summing using Clenshaw Algorithm | ||
|
||
Week 7: Modelling and generating/sampling probability distributions | ||
|
||
Week 8: 1-D Minimization using various methods | ||
|
||
Week 9: n-D Minimization using various methods |