Lesson 10 of 15
The Lie Bracket
The Lie Bracket
Two vector fields and can be applied in sequence to a function : first apply to get , then apply to get . In general, the result depends on the order:
The Lie bracket measures this failure to commute:
The Lie bracket is itself a vector field! This is a fundamental result: the space of vector fields is closed under the Lie bracket.
In Coordinates
For and :
Geometric Meaning
The Lie bracket measures the obstruction to commutativity of flows. If you flow along for time , then along for , then back along for , then back along for , you end up displaced by from where you started.
Examples
| (commute) | ||
Your Task
Implement lie_bracket(V, W) where and are vector fields (as built by vector_field). Return the Lie bracket as a vector field.
Python runtime loading...
Loading...
Click "Run" to execute your code.