Hello! I have a problem with the libray of Power Station Fortran.
I write this code:
--------------------
program InverseMatrix
real, dimension (3,3) :: A, B
data A/2,2,7,3,3,3,6,5,9/
do i=1,3
write (*,*) A(i,:)
end do
CALL LINRG (3, A, 3, B, 3)
END
pause
end program InverseMatrix...
Hello, i have a problem to find the maximum value between many array.
I do a "cicle do", and i found 2718 array. I would like to find the maximum value between this 2718 array.
This is one part of the code:
do i=2, 5436, 2
y = Matmul (Om,y) + Matmul (g0, Vm)*H(2,i)+Matmul(g0, Vm)*H(2,i+2)
end...
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.