SupaNerd
- 1
- 0
Hey thanks again, figured these questions out!
Last edited:
This discussion addresses the construction of a basis for R4 using the vectors [1, 2, 3, 4] and [0, 1, 0, 1], confirming their linear independence and proposing orthogonal vectors [1, 0, 0, 0] and [0, 0, 1, 0] to complete the basis. It also explores the definition of non-linear functions f: R2 → R2 that satisfy the condition f(rv) = rf(v) for all r and v, emphasizing the need for a two-variable function. Additionally, the discussion clarifies that applying permutation matrices results in a permutation of vector elements, establishing that the composition of two permutation matrices M3 = M2M1 is valid.
PREREQUISITESStudents and professionals in mathematics, particularly those focusing on linear algebra, matrix theory, and non-linear function analysis. This discussion is beneficial for anyone seeking to deepen their understanding of vector spaces and matrix operations.
SupaNerd said:1) Find a basis of R^4 that contains the vectors [ 1 2 3 4 ] and [ 0 1 0 1].
Note, they are both column vectors but I do not know how to orient them on this site.
2) Find a non linear function f : R^2 ---- > R^2
that still satisfies,
f(rv) = rf(v) for all r and all v.