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

  1. happykaren100

    Problem with the rank of the matrix

    As I am dealing with problems with the concept of graph theory, I can only connect the graph from computed solutions if the rank is 22. For the first example, I can't connect the graph from the computed solutions, therefore the rank should not be 22. For the second example, the rank of the...
  2. happykaren100

    Problem with the rank of the matrix

    the rank should only have the [highlight #FCE94F]maximum value[/highlight] of min(m,n). For example: the matrix of (24 x 52 ) should only have the maximum value of 24, ie rank <= 24.
  3. happykaren100

    Problem with the rank of the matrix

    Thanks for your prompt reply!!! Maybe you can refer to the below computed solution : 1 3.48827114198402 2 3.37462191652958 3 3.23705539495131 4 3.03411736006571 5 2.96196709783348 6...
  4. happykaren100

    Problem with the rank of the matrix

    thread214-1724643 Referring to previous post regarding the calculation of rank of the matrix. I can successfully call the function DGESVD and used the suggested code as stated in the last post. When I computed the matrix ( 24 * 46 ) which only contains binary number. The result is computed as...
  5. happykaren100

    Problem with the rank of the matrix

    In fact, I have not solved the problem mentioned yet... I have tried to use the gfortran, but I still could not solve the problem since the installation was so complicated. what's more, the gfortran even created more problems in my program as it did not support the library "Portlib" I am now...
  6. happykaren100

    Problem with the rank of the matrix

    Thanks for your reply! May I ask how can I call the DGESVD function / use LAPACK ? It shows "unresolved external symbol _DGESVD@64" when the program ran. I am writing the program by the Microsoft Developer Studio. In fact I cannot find this function on it.....
  7. happykaren100

    Problem with the rank of the matrix

    Hey guys, I am writing a program relating the traffic problem. In some parts, I need to calculate the rank of the given matrix (not a square matrix). May I ask any function can be called in fortran to do so? Or what else can I write? Thanks!

Part and Inventory Search

Back
Top