Jump to content

Rank of a n x m matrix

Featured Replies

I am building a software package that converts 2-d drawings into 3-d objects.

In the process, I am in the need of knowing an algorithm to determine the rank of a matrix. I am dealing with a 4x3 matrix and need a method (that can be easily coded into a computer programme) which would mechanically compute the rank of such a matrix. I am unable to develop any such method so can anyone help me ?

 

I must add that determination of rank using the definition of rank seems a bit too inefficient to code.

  • Author

Can gaussian elimination also be used to solve a set of simultaneous linear equations ?

Can gaussian elimination also be used to solve a set of simultaneous linear equations ?

 

indeed, infact it's usually introduced as a method of solving s. linear equations.

to save time you could also set up some conditional statements to see if the matrix is already in row reduced echelon form, then just count pivots...that way you dont run guassian elim every time.

 

nathan

Archived

This topic is now archived and is closed to further replies.

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.