Restricted Diagonalisation

Suppose that row operations and column operations are restricted in a way that

Row Operations:

(R1) Add an integral multiple of a row to another.

(R2) Exchange two rows.

(R3) Multiply a row by -1 .

Column Operations:

(C1) Add an integral multiple of a column to another.

(C2) Exchange two columns.

(C3) Multiply a column by -1 .

With such rules, is there a mean for us to diagonalise

say [abcdefghi] \begin{bmatrix} a & b &c \\ d&e & f\\ g& h & i \end{bmatrix} , that is of integral elements, to [ab0de000i] \begin{bmatrix} a' & b' &0 \\ d'&e' & 0\\ 0& 0 & i' \end{bmatrix} , that is also of integral elements only, without resorting to Gaussian Elimination?

#NumberTheory

Note by A Former Brilliant Member
4 years, 3 months ago

No vote yet
1 vote

  Easy Math Editor

This discussion board is a place to discuss our Daily Challenges and the math and science related to those challenges. Explanations are more than just a solution — they should explain the steps and thinking strategies that you used to obtain the solution. Comments should further the discussion of math and science.

When posting on Brilliant:

  • Use the emojis to react to an explanation, whether you're congratulating a job well done , or just really confused .
  • Ask specific questions about the challenge or the steps in somebody's explanation. Well-posed questions can add a lot to the discussion, but posting "I don't understand!" doesn't help anyone.
  • Try to contribute something new to the discussion, whether it is an extension, generalization or other idea related to the challenge.
  • Stay on topic — we're all here to learn more about math and science, not to hear about your favorite get-rich-quick scheme or current world events.

MarkdownAppears as
*italics* or _italics_ italics
**bold** or __bold__ bold

- bulleted
- list

  • bulleted
  • list

1. numbered
2. list

  1. numbered
  2. list
Note: you must add a full line of space before and after lists for them to show up correctly
paragraph 1

paragraph 2

paragraph 1

paragraph 2

[example link](https://brilliant.org)example link
> This is a quote
This is a quote
    # I indented these lines
    # 4 spaces, and now they show
    # up as a code block.

    print "hello world"
# I indented these lines
# 4 spaces, and now they show
# up as a code block.

print "hello world"
MathAppears as
Remember to wrap math in \( ... \) or \[ ... \] to ensure proper formatting.
2 \times 3 2×3 2 \times 3
2^{34} 234 2^{34}
a_{i-1} ai1 a_{i-1}
\frac{2}{3} 23 \frac{2}{3}
\sqrt{2} 2 \sqrt{2}
\sum_{i=1}^3 i=13 \sum_{i=1}^3
\sin \theta sinθ \sin \theta
\boxed{123} 123 \boxed{123}

Comments

What's the difference between your set of rules, and the rules of Gaussian elimination?

That will provide some insight into which steps of Gaussian are invalid, and then we can hope to fix them. If it turns out that we cannot fix them, that might provide an idea of finding a counter example. If we can fix all the steps, then the answer would be yes :)

Calvin Lin Staff - 4 years, 3 months ago

The rules of the restricted row operation can be thought as be the subset of the rules of normal row operations,

in rules of normal row operations, say in (R1), (R1), we can multiply an multiple of a real number and one of the row to another row.

Besides, the restricted operations are rules on the manipulation on diophantine equation, based on the fact that {a1x+a2y+a3z=n1b1x+b2y+b3z=n2{k1(a1x+a2y+a3z)+k2(b1x+b2y+b3z)=k1n1+k2n21(b1x+b2y+b3z)=n2 \begin{cases} & a_1x+a_2y+a_3z= n_1 \\ & b_1x+b_2y+b_3z= n_2 \end{cases}\Leftrightarrow \begin{cases} & k_1(a_1x+a_2y+a_3z)+ k_2 (b_1x+b_2y+b_3z)= k_1 n_1 +k_2 n_2 \\ & -1( b_1x+b_2y+b_3z )= -n_2 \end{cases}

A Former Brilliant Member - 4 years, 3 months ago

Log in to reply

Great! So you identified that "We changed the condition from real multiples to integer multiples". We know that for real multiples, this can always be done. We want to know what happens for integer multiples.

So, that's a great place to start. Think of a system which requires you to use real, but not integer, multiples. Does that provide a counter example?
If yes, why? How can we explain that this is impossible?
If no, why not? How did we circumvent it?

Calvin Lin Staff - 4 years, 3 months ago
×

Problem Loading...

Note Loading...

Set Loading...