Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
documentation:language_reference:objects:responsefunction:operations:sub [2024/12/22 16:17] Maurits W. Haverkortdocumentation:language_reference:objects:responsefunction:operations:sub [2024/12/22 16:18] (current) Maurits W. Haverkort
Line 46: Line 46:
 <code Quanty Example.Quanty> <code Quanty Example.Quanty>
 a1 = {0, -1,   0,   5,   6} a1 = {0, -1,   0,   5,   6}
-b1 = {  0.2, 0.2, 0.2, 0.2}+b1 = {  0.2, 0.2, 0.3, 0.3}
 G1 = ResponseFunction.New( {a1,b1,mu=0,type="ListOfPoles", name="G1"} ) G1 = ResponseFunction.New( {a1,b1,mu=0,type="ListOfPoles", name="G1"} )
  
Line 61: Line 61:
 <file Quanty_Output> <file Quanty_Output>
 { { 0 , -1 , 0 , 5 , 6 } ,  { { 0 , -1 , 0 , 5 , 6 } , 
-  { 0.1 , 0.1 , 0.15 , 0.05 } ,+  { 0.1 , 0.1 , 0.25 , 0.15 } ,
   name = G1 ,   name = G1 ,
   mu = 0 ,   mu = 0 ,
Print/export