Recent content by just physics

  1. J

    Comp Sci Solving a Tridiagonal System of Equations

    we have to write a code to solve system of equations by writing them in matricies (tridiagonal matrix) form ... the first step is to enter the coefficients of the variables (r1,r2,r3,...) and then the answers to the equations (b1,b2,b3,...) by using array , and print the equations in the form...
  2. J

    Fortran Solving System of Equations with Fortran Code

    we have to write a code to solve system of equations by writing them in matricies (tridiagonal matrix) form ... the first step is to enter the coefficients of the variables (r1,r2,r3,...) and then the answers to the equations (b1,b2,b3,...) by using array , and print the equations in the form...
  3. J

    Fortran Fortran: Solving System of Equations with Tridiagonal Matrix

    hi I am just start learning fortran and i have aproblem with my homework: we have to write a code to solve system of equations by writing them in matricies (tridiagonal matrix) form the first step is to enter the coefficients of the variables (r1,r2,r3,...) and then the answers to the...
Back
Top