Post Reply 
Script to find the root locus
11-29-2018, 08:41 AM
Post: #2
RE: Script to find the root locus
Inside CAS, point(proot(polynomial)) will display the list of roots of a polynomial. For several polynomials you can create an empty list l and run l:=concat(l,(proot(..)) inside the loop and run point(l) after the loop.
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
Script to find the root locus - rushfan - 11-27-2018, 04:56 PM
RE: Script to find the root locus - parisse - 11-29-2018 08:41 AM



User(s) browsing this thread: 1 Guest(s)