TranscendArcu
- 277
- 0
Homework Statement
Show that the axiom \vec{A} + (\vec{B} + \vec{C}) = (\vec{A} + \vec{B}) + \vec{C} holds for polynomials of the form a_0 + a_1 x + a_2 x^2
The Attempt at a Solution
I'm pretty new to writing proofs for linear algebra so my first question is should I be treating the polynomials as the vectors? That is, should I write something like,
a^A_0 + a^A_1 x + a^A_2 x^2 + (a^B_0 + a^B_1 x + a^B_2 x^2 + a^C_0 + a^C_1 x + a^C_2 x^2) = (a^A_0 + a^A_1 x + a^A_2 x^2 + a^B_0 + a^B_1 x + a^B_2 x^2) + a^C_0 + a^C_1 x + a^C_2 x^2
?
I don't think this is correct since the polynomials aren't really vectors (right?). But I'm not sure how else to place these polynomials into the axioms.