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...
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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.