Recent content by kinbeat

  1. kinbeat

    Comp Sci Laplace expansion in fortran

    ehi there! yeah, i got a bit further now, i realized i didn't declare the n. now i get the "nonconformant arrays" error, at that line, " b(1:i-1,1:n) = a(1:i-1,2:n)what I'm trying to tell the compiler is that the matrix b is a minus the i row and first column. now i changed that part so it...
  2. kinbeat

    Comp Sci Laplace expansion in fortran

    Hi, I'm dealing with an exam problem (which i have 8 days to solve, with no outside help limitations), which is to write a fortran95 program that solves linear systems. the first part asks to find the determinant of a NxN matrix with the laplace expansion, implementing it as a recursive...
  3. kinbeat

    Can Physics Forums Help Me Learn Fortran as a First-Year Student in Italy?

    hi all, I'm francesco, I'm in first year of physics university in italy, trieste. i really stumbled upon this forum to get help with fortran, and i hope you'll be able to teach me something. looking forward to know you all, cheers!
Back
Top