coordinates.coordinate_systems.CylindricalCoordinateSystem.parameter_symbols#
- property CylindricalCoordinateSystem.parameter_symbols#
Get the symbolic representations of the coordinate system parameters.
- Returns:
A dictionary mapping parameter names to their corresponding SymPy symbols. These symbols are used in all symbolic expressions defined by the coordinate system.
- Return type:
Notes
The returned dictionary is a copy, so modifying it will not affect the internal state.
These symbols are created during class setup and correspond to keys in self.parameters.