Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 585 Bytes

File metadata and controls

6 lines (4 loc) · 585 Bytes

Programming-for-Numerical-Computation

Programming for Numerical Computation using C-OpenMP (Parallel Programming)

https://www.nptel.ac.in/content/syllabus_pdf/103106118.pdf

This course introduces students to MATLAB programming, and demonstrate it’s use for scientific computations. The basis of computational techniques are expounded through various coding examples and problems. Although the course uses MATLAB as the programming language, with this project, I have tried to solve the exercises using C language. An attempt to parallelize the C code using OpenMP has been made.