Paul D. answered 04/17/21
PhD in Mathematics - Specializing in Linear Algebra
Solution:
Choose u = (10, 1, 1), v = (1, 10, 1), w = (1, 1, 10).
(1) Show that {u, v, w} spans V:
Suppose (a, b, c) ∈ V be any vector. We have
(a, b, c) = (a, 1, 1) ⊕ (1, b, 1) ⊕ (1, 1, c)
= (10^(log a), 1, 1) ⊕ (1, 10^(log b), 1) ⊕ (1, 1, 10^(log c))
= (log a) ¤ (10, 1, 1) ⊕ (log b) ¤ (1, 10, 1) ⊕ (log c) ¤ (1, 1, 10)
= (log a) ¤ u ⊕ (log b) ¤ v ⊕ (log c) ¤ w
This shows that {u, v, w} spans V.
(2) Show that u, v, w are linearly independent:
Let a ¤ u + b ¤ v +c ¤ w = 0. Notice 0 = (1, 1, 1) in V. Then
a ¤ (10, 1, 1) ⊕ b ¤ (1, 10, 1) ⊕ c ¤ (1, 1, 10) = (1, 1, 1)
(10^a, 1, 1,) ⊕ (1, 10^b, 1) ⊕ (1, 1, 10^c) = (1, 1, 1)
(10^a, 10^b, 10^c) = (1, 1, 1)
So 10^a = 1, 10^b =1, and 10^c = 1; or a = b = c = 0.
This shows that u, v, w, are linearly independent.
From (1) and (2) it follows that {u, v, w} is a basis of V, so dim V =3.
(b) Choose u = (e, e, 1). v = (e, 1, 1) and w = (1, 1, e).
We show that u, v, and w are linearly independent.
Let a ¤ u ⊕ b ¤ v ⊕ c ¤ w = (1, 1, 1). Then
a ¤ (e, e, 1) ⊕ b ¤ (1, e, 1) ⊕ c ¤ (1, 1, e) = (1, 1, 1)
(e^a, e^a, 1) ⊕ (1, e^b, 1) ⊕ (1, 1, e^c) = (1, 1, 1)
(e^a, e^(a+b), e^c) = (1, 1, 1)
So e^a = 1, e^(a+b) = 1, e^c = 1; or a = b = c =0.
This shows that u, v, and w are linearly independent.
Because V has dimension 3, {u, v, w} is a basis of V. ◊

Paul D.
Thanks for the comment! The problem presents an elegant example of abstract vector space.04/17/21
Aime F.
Much more pedagogical and complete than my answer.04/17/21