Learn Before
Inferring a Transformation Matrix
An engineer is debugging a system that applies a transformation to 4-dimensional vectors. They observe that when the input vector is [x₁, x₂, x₃, x₄], the output is consistently [-x₂, x₁, x₃, x₄]. The transformation is known to be a block-diagonal matrix composed of two 2x2 rotation matrices applied to pairs of vector components. Based on this input-output relationship, describe the two 2x2 rotation matrices that make up the transformation.
0
1
Tags
Ch.3 Prompting - Foundations of Large Language Models
Foundations of Large Language Models
Foundations of Large Language Models Course
Computing Sciences
Analysis in Bloom's Taxonomy
Cognitive Psychology
Psychology
Social Science
Empirical Science
Science
Related
A 6-dimensional vector is transformed by multiplying it with a block-diagonal matrix. This matrix is composed of three separate 2x2 rotation matrices placed along its diagonal, with all other elements being zero. Based on this structure, what is the relationship between the transformation applied to the first two components of the vector and the transformation applied to the last two components?
Applying a Block-Diagonal Transformation
Inferring a Transformation Matrix