coordinates.coordinate_systems.CartesianCoordinateSystem2D.lambdify_expression#

CartesianCoordinateSystem2D.lambdify_expression(expression: str | Basic) Callable#

Convert a symbolic expression into a callable function.

Parameters:

expression (str or sp.Basic) – The symbolic expression to lambdify.

Returns:

A callable numerical function.

Return type:

Callable