- 116
- 3 152
Rizwan Ahmed
Pakistan
Приєднався 19 лис 2011
Algorithm for Gauss elimination and back-substitution
Algorithm for Gauss elimination and back-substitution
Переглядів: 7
Відео
Carrying out an elementary row operation-2
Переглядів 619 годин тому
This screencast is a continuation of the earlier demonstration@ (ua-cam.com/video/Lw2qbz1CkTo/v-deo.html) , where there was an error.
Carrying out an elementary row operation-1
Переглядів 420 годин тому
This screencast demonstrates elementary row operation which is a fundamental operation in Gauss elimination algorithm. There was a bug in this demonstration, which later corrected in the screencast @ ua-cam.com/video/YfvDivMMlmc/v-deo.html.
Dealing with direct access files in Fortran
Переглядів 64 години тому
Dealing with direct access files in Fortran
Dealing with sequential files in Fortran
Переглядів 24 години тому
Dealing with sequential files in Fortran
Matrix writing routine
Переглядів 3614 годин тому
This screencast was developed during a session on writing Fortran subroutine to write a matrix data on a file specified by its unit number.
Matrix reading routine-Part-I (input error)
Переглядів 1914 годин тому
This screencast was recorded during the classroom session on writing a Fortran subroutine for reading a matrix from an input file. Due to the inadequate data in input file the program generated an error of end-of-file. The demonstration was continued in the next video with correction @ua-cam.com/video/pkSozsjteyo/v-deo.html.
Matrix reading routine-Part-2
Переглядів 2514 годин тому
This screencast is a continuation of earlier session @ua-cam.com/video/KACNiseY6EA/v-deo.html which encountered an error due to inadequate input data. In this session the error was discovered and corrected.
Sales in a day-Subroutine Example
Переглядів 1921 годину тому
This screencast shows the development of a Fortran program to calculate sales in a day from the purchases of all customers. The program utilizes an earlier developed program @ua-cam.com/video/Gfxu1GJZtJA/v-deo.html as a subprogram for the calculation of a customer's bill.
Failure of print statement in Fortran function
Переглядів 1121 день тому
Failure of print statement in Fortran function
Details of exponential Function's algorithm
Переглядів 521 день тому
Details of exponential Function's algorithm
Fortran program for exponential function
Переглядів 1421 день тому
Fortran program for exponential function
Solutions of quadratic equation-Fortran
Переглядів 37Місяць тому
Solutions of quadratic equation-Fortran