pycba.load.add_LM#

add_LM(LM1, LM2)[source]#

Adds two load matrices and returns the sum; this enables superposition

Parameters:
  • LM1 (List[List[Union[int, float]]]) – The first LoadMatrix object

  • LM2 (List[List[Union[int, float]]]) – The second LoadMatrix object

Returns:

LM – The superimposed LoadMatrix object

Return type:

List[List[Union[int, float]]]