<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://www.quanty.org/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="https://www.quanty.org/feed.php">
        <title>Quanty - documentation:language_reference:objects:responsefunction:methods</title>
        <description></description>
        <link>https://www.quanty.org/</link>
        <image rdf:resource="https://www.quanty.org/_media/wiki/dokuwiki.svg" />
       <dc:date>2026-04-30T23:38:21+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://www.quanty.org/documentation/language_reference/objects/responsefunction/methods/chop?rev=1763608825&amp;do=diff"/>
                <rdf:li rdf:resource="https://www.quanty.org/documentation/language_reference/objects/responsefunction/methods/start?rev=1763608825&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://www.quanty.org/_media/wiki/dokuwiki.svg">
        <title>Quanty</title>
        <link>https://www.quanty.org/</link>
        <url>https://www.quanty.org/_media/wiki/dokuwiki.svg</url>
    </image>
    <item rdf:about="https://www.quanty.org/documentation/language_reference/objects/responsefunction/methods/chop?rev=1763608825&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-11-20T03:20:25+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Chop</title>
        <link>https://www.quanty.org/documentation/language_reference/objects/responsefunction/methods/chop?rev=1763608825&amp;do=diff</link>
        <description>Chop
G.Chop(epsilon) removes poles from $G$ with residue smaller than epsilon. If epsilon is not set a standard value of epsilon = 10*DBL_EPSILON is taken. 
Example

Input


a = {10, -1,-0.5, 0,   0.5,  1,  1.5}
b = {  0.1, 0.1, 0.1, 0.1, 0.2, 0.3}
GL = ResponseFunction.New( {a,b,mu=0,type=&quot;ListOfPoles&quot;, name=&quot;GL&quot;} )
GL.Chop(0.15)
print(GL)

responsefunction index</description>
    </item>
    <item rdf:about="https://www.quanty.org/documentation/language_reference/objects/responsefunction/methods/start?rev=1763608825&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-11-20T03:20:25+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Methods</title>
        <link>https://www.quanty.org/documentation/language_reference/objects/responsefunction/methods/start?rev=1763608825&amp;do=diff</link>
        <description>Methods
Methods can be used to modify response functions without the need to make a copy. B = fun(A) leaves A unchanged and assigns a new value to B. A.fun() modifies A. Below you see a list of available methods.
Table of contents
methods index</description>
    </item>
</rdf:RDF>
