coordinates.core.OrthogonalCoordinateSystem.parameter_symbols#

property OrthogonalCoordinateSystem.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:

dict of str, Symbol

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.