Skip to content

Gain Reported by root_locus is not correct #306

Description

@cdboschen

Given the following code:

import control as con
gol = con.tf(1, [1, 2, 2, 0])
rlist, klist = con.root_locus(gol)

When I click on the root locus trajectory on the plot where it crosses the imaginary axis, the gain is reported to be approx 0.7, but I believe the gain should be 4 at this critical damping location for this transfer function. I have not reviewed the code for root_locus to find the specific issue, but wanted to document the problem if it indeed exists.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions