differential_geometry.dependence.DenseTensorDependence.to_symbolic_proxy#

DenseTensorDependence.to_symbolic_proxy() Function | MutableDenseNDimArray | Basic[source]#

Construct a symbolic proxy representing this tensor or scalar field.

This method builds a symbolic field or tensor using SymPy function objects. For scalar fields, it returns a single symbolic function depending on the relevant coordinate symbols. For tensors, it returns a dense symbolic array of the appropriate shape, with each component named based on its index.

Returns:

A symbolic scalar or tensor function with coordinate dependence.

Return type:

sympy.Function or sympy.MutableDenseNDimArray