Recent content by MRLX69

  1. M

    How to Convert Least Squares Problems into Independent Equations

    I think that this is best suited here as it is linear algebra specific... sorry if I'm wrong. Please look at: I can do parts a,b and c. But I can't do part d. I've been trying to turn it into n independent least squares equations. Let me know if this is not the way to go or you have...
  2. M

    Fortran How to Read in Execution Flags in Fortran

    Ah, thanks! This is what I needed.
  3. M

    Fortran How to Read in Execution Flags in Fortran

    Hi All, Just like to know if it's possible for a Fortran program to read in data on execution. For example, in JAVA, say if I've written a program for matrix factorization, I can type in the command line: "java mfact q" for QR factorization or "java mfact c" for Cholesky...
Back
Top