Processing math: 100%

First time here? Check out the FAQ!

Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

asked 8 years ago

davis gravatar image

solution to homogeneous system of linear equations with coefficients over field F2

Solve the following homogeneous system of linear equations with coefficients over field F2:

 x1+x2+x3+x4+x5+x6+x7 = 0
 x1=0
 x2+x3+x4 =0
 x5=0

I want to output on the sage following:

x1=x5=0
x6=x7
x2+x3+x4=0

I hope that someone can help. Thanks!

solution to homogeneous system of linear equations with coefficients over field F2

Solve the following homogeneous system systems of linear equations with coefficients over field F2:

 x1+x2+x3+x4+x5+x6+x7 = 0
 x1=0
 x2+x3+x4 =0
 x5=0

I want to output on the sage following:

x1=x5=0
x6=x7
x2+x3+x4=0

I want to solve a general homogeneous systems with coefficients over field F2 and output same as above. I hope that someone can help. Thanks! Thanks!

solution to homogeneous system of linear equations with coefficients over field F2

Solve the following homogeneous systems of linear equations with coefficients over field F2:

 x1+x2+x3+x4+x5+x6+x7 = 0
 x1=0
 x2+x3+x4 =0
 x5=0

I want to output on the sage following:

x1=x5=0
x6=x7
x2+x3+x4=0

I want to solve a general homogeneous systems with coefficients over field F2 and output same as above.

I hope that someone can help. Thanks!

solution to homogeneous system of linear equations with coefficients over field F2

Solve the following homogeneous systems of linear equations with coefficients over field F2:

 x1+x2+x3+x4+x5+x6+x7 = 0
 x1=0
 x2+x3+x4 =0
 x5=0

I want to output on the sage following:

x1=x5=0
x6=x7
x2+x3+x4=0

I want to solve a general homogeneous systems with coefficients over field F2 and output same as above.

I hope that someone can help. Thanks!

click to hide/show revision 5
retagged

updated 6 years ago

FrédéricC gravatar image

solution to homogeneous system of linear equations with coefficients over field F2

Solve the following homogeneous systems of linear equations with coefficients over field F2:

 x1+x2+x3+x4+x5+x6+x7 = 0
 x1=0
 x2+x3+x4 =0
 x5=0

I want to output on the sage following:

x1=x5=0
x6=x7
x2+x3+x4=0

I want to solve a general homogeneous systems with coefficients over field F2 and output same as above.

I hope that someone can help. Thanks!