- 117
- 3 698
Rizwan Ahmed
Pakistan
เข้าร่วมเมื่อ 19 พ.ย. 2011
วีดีโอ
Algorithm for Gauss elimination and back-substitution
มุมมอง 4521 วันที่ผ่านมา
Algorithm for Gauss elimination and back-substitution
Carrying out an elementary row operation-2
มุมมอง 3021 วันที่ผ่านมา
This screencast is a continuation of the earlier demonstration@ (th-cam.com/video/Lw2qbz1CkTo/w-d-xo.html) , where there was an error.
Carrying out an elementary row operation-1
มุมมอง 3621 วันที่ผ่านมา
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 @ th-cam.com/video/YfvDivMMlmc/w-d-xo.html.
Dealing with direct access files in Fortran
มุมมอง 2021 วันที่ผ่านมา
Dealing with direct access files in Fortran
Dealing with sequential files in Fortran
มุมมอง 1821 วันที่ผ่านมา
Dealing with sequential files in Fortran
Matrix writing routine
มุมมอง 66หลายเดือนก่อน
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)
มุมมอง 36หลายเดือนก่อน
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 @th-cam.com/video/pkSozsjteyo/w-d-xo.html.
Matrix reading routine-Part-2
มุมมอง 48หลายเดือนก่อน
This screencast is a continuation of earlier session @th-cam.com/video/KACNiseY6EA/w-d-xo.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
มุมมอง 25หลายเดือนก่อน
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 @th-cam.com/video/Gfxu1GJZtJA/w-d-xo.html as a subprogram for the calculation of a customer's bill.
Failure of print statement in Fortran function
มุมมอง 16หลายเดือนก่อน
Failure of print statement in Fortran function
Details of exponential Function's algorithm
มุมมอง 11หลายเดือนก่อน
Details of exponential Function's algorithm
Fortran program for exponential function
มุมมอง 19หลายเดือนก่อน
Fortran program for exponential function