Listing Possible RREF Matrix Combinations

MDS
Messages
1
Reaction score
0

Homework Statement


Using the values 1, 0, and *(to represent any number), list all the possible combinations that could result from performing reduced row echelon form on a 2 x 3 matrix.




Homework Equations


Instructor 2 x 2 matrix example:
2ci7nky.png


The Attempt at a Solution


I have found 13 different combinations:
wsa2qp.png


but we have no examples beyond the 2 x 2 matrix so I haven't been able to attempt to model an equation(since I can't find a theorem or definition that models this) to predict the number of combinations I should find for a 2 x 3 matrix.

Any help in determining if this is the correct amount of combinations for a 2 x 3 matrix that has been simplified to RREF or what ones I may be missing would be appreciated.
 
Physics news on Phys.org
how to find all possible rref matrix for m*n matrix. how I create a formula for m*n matrix
 
Aryan patel said:
how to find all possible rref matrix for m*n matrix. how I create a formula for m*n matrix
Start by listing all the constraints that apply to such a matrix.

By the way, I believe @MDS was overcounting in the 2x3 case. You should not count separately a case which can be got by replacing some * with 0s and 1s from another case.
E.g
1**
000
subsumes
100
000

For 2x3, the general formula I get gives 7.
 
Last edited:
Dhruv shrivastava said:
@haruspex what's your general formula
Do you also have this question as homework? If so, you need to show some attempt, per forum rules.
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top