How to Fix Overflow Error in FORTRAN Matrix Program?

  • Context: Fortran 
  • Thread starter Thread starter shasa
  • Start date Start date
  • Tags Tags
    Error Flow Fortran
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
1 reply · 3K views
shasa
Messages
7
Reaction score
0
hi

i have over flow error in FORTRAN for a program that do some function and summation on matrix elements , then multiply them and at last find its determinant, the dimension is SET by input

when it is more than 7 i have this error

what should i do?
 
Physics news on Phys.org
shasa said:
hi

i have over flow error in FORTRAN for a program that do some function and summation on matrix elements , then multiply them and at last find its determinant, the dimension is SET by input

when it is more than 7 i have this error

what should i do?

IMO, your description is too vague for anyone to be able to diagnose the problem. If you show the code that is generating the error, maybe we can help.