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 SkipVought 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: ema91
  • Order by date
  1. ema91

    Fortran problem matrix

    Ok I resolved my problems [glasses] here I attach the code (I don't know why but with MATMUL(A,B) the program did not work). I have another question for us, If you start this program you will see that datas of the Matrix C are in column, I'd like that these datas are write in matrix form (like...
  2. ema91

    Fortran problem matrix

    Ok perfect! Now the program works. Sorry if I didn't write the error. I have another question: if I'would like to do a product between to matrixes how the code will change? I have done this code but I have an error at line 45 program matmatr ! ! programma per il calcolo del prodotto matrice...
  3. ema91

    Fortran problem matrix

    Hi! I'm doing a program for the product between a matrix and a vector, after i'll need also the product between two matrixes. My compiler (silverfrost) doesn't work with this code but I think that it is all right :/ program matvett ! ! program for the product Mat x Vect ! implicit none integer...
  4. ema91

    Error: Symbol cannot have a type

    Thank you!!!! I downloaded Silverfrost and now works! Thank you a lot, I was going crazy.
  5. ema91

    Error: Symbol cannot have a type

    I use Force2.0 or codeblocks and I have the same problem. The extension is .f
  6. ema91

    Error: Symbol cannot have a type

    Hi! I'm new here and a few days ago I have started to program in Fortran. I used Fortran 5 years ago in my university but now I have a problem. I use codebloks and when I compile this text I have this error: Symbol 'Square' cannot have a type. I don't understand why? There is anyone can help me...

Part and Inventory Search

Back
Top