Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
documentation:language_reference:objects:responsefunction:functions:mergepolesininterval [2024/12/30 09:01] Maurits W. Haverkortdocumentation:language_reference:objects:responsefunction:functions:mergepolesininterval [2024/12/30 09:05] (current) Maurits W. Haverkort
Line 3: Line 3:
  
 ### ###
-//Gnew = ResponseFunction.MergePolesInInterval(Gold, Emin, Emax)// converts $G_{old}$ into a list of poles format and merges all poles in the interval $E_{min}$ to $E_{max}$ into a single pole, thereby conserving the zeroth and first moment.  +//Gnew = ResponseFunction.MergePolesInInterval(Gold, Emin, Emax)// converts $G_{old}$ into a list of poles format and merges all poles in the interval $E_{min}$ $E_{max} ](boundaries included) into a single pole, thereby conserving the zeroth and first moment.  
 ### ###
  
Line 9: Line 9:
  
   * $G_{old}$ : Responsefunction    * $G_{old}$ : Responsefunction 
-  * $E_min  : Double lowest energy of interval of poles to be merged +  * $E_{min}$ : Double lowest energy of interval of poles to be merged 
-  * $E_max  : Double highest energy of interval of poles to be merged+  * $E_{max}$ : Double highest energy of interval of poles to be merged
  
  
Print/export