Thread: matrix

  1. #1
    Registered User
    Join Date
    Dec 2011
    Posts
    1

    matrix

    Hello!!! Who could help me with this algebric problem? I'm new into C++ programming...I need a program which shows which is the rank of a matrix, using the Gauss method of elimination... I know how to do this mathematicaly, but I don't know how to make the transformations in C++... to get to the matrix-form with pivots...The rank=the number of pivots.
    Thank you so much!

  2. #2
    [](){}(); manasij7479's Avatar
    Join Date
    Feb 2011
    Location
    *nullptr
    Posts
    2,657
    Well.. nobody is going to hand out code.
    You've to show your effort and we would suggest corrections and improvement.

    5 1/2 steps to get others to doing your homework

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Replies: 6
    Last Post: 05-14-2011, 09:28 AM
  2. Replies: 1
    Last Post: 12-31-2010, 04:43 PM
  3. adjacency matrix and sparse matrix
    By dpp in forum C Programming
    Replies: 3
    Last Post: 07-11-2010, 10:26 AM
  4. Need help in Matrix Addition & finding Inverse of a Matrix
    By ssatyan.129 in forum C Programming
    Replies: 6
    Last Post: 05-15-2009, 02:48 PM
  5. Matrix: Reloaded + Enter The Matrix (the game)
    By LuckY in forum A Brief History of Cprogramming.com
    Replies: 10
    Last Post: 04-18-2003, 12:35 AM