SLiCAPfc.py

SLiCAP scripts for determination of the frequency constants matrix.

computeFC(M, var=s)

Returns the frequency constant matrix fc

Parameters:
  • M (sympy.Matrix) – Sympy matrix, where the Laplace variable ‘var’ is in the matrix

  • var (sympy.Symbol) – Laplace variable

Returns:

The frequency constant matrix

Return type:

sympy.Matrix