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 biv343 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: *

  • Users: Salvanto
  • Content: Threads
  • Order by date
  1. Salvanto

    Library Power Station Fortran

    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...
  2. Salvanto

    max value between many matrix

    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...

Part and Inventory Search

Back
Top