Skip to article frontmatterSkip to article content
Site not loading correctly?

This may be due to an incorrect BASE_URL configuration. See the MyST Documentation for reference.

sdynpy.fem.sdynpy_dof.by_condition_number

Signature

def sdynpy.fem.sdynpy_dof.by_condition_number(sensors_to_keep, shape_matrix, return_condition_numbers=False)

Get the best set of degrees of freedom by mode shape condition number

This function accepts a shape matrix and returns the set of degrees of freedom that corresponds to the lowest condition number.

Parameters

Returns