Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. nitsmistry

    Write a Fortran program to implement the Jacobi algorithm.

    hello, i decided to start again...however im stuck on part (b) where i need to check for convergence...here is my code so far... program JacobiAlgorithm implicit none real, allocatable,dimension (:,:):: A,D,invD,B integer::n,p,q,r,s real::tolerance,m integer,dimension(2)::loc print*,'What are...
  2. nitsmistry

    Write a Fortran program to implement the Jacobi algorithm.

    ok thank you, im goin to work on this program tonight and tomorrow. Hopefully il be a lot clearer by then. Thanks again!
  3. nitsmistry

    Write a Fortran program to implement the Jacobi algorithm.

    hi, im using plato 3 with the salford compiler, ive started writing the program but there are a few errors which occured. Also i think my code needs to be more efficient, my friend has helped me write some of it but i cant understand where a few bits have come from (for instance the block...
  4. nitsmistry

    Write a Fortran program to implement the Jacobi algorithm.

    Hi, I'm having a bit of a problem with a project i'm undertaking and i was wondering if anyone could help. The problem is: Write a Fortran program to implement the Jacobi algorithm that includes the following steps. (a) Find the off-diagonal element a[pq] of largest magnitude. (b) Compute the...

Part and Inventory Search

Back
Top