Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there a python version of MATLAB's place function

MATLAB's place function is pretty handy for determining a matrix that gives you the desired eigenvalues of a system.

I'm trying to implement it in Python, but numpy.place doesn't seem to be an analagous function and I can't for the life of me seem to find anything better in the numpy or scipy documentation.

like image 439
Chris Avatar asked Jul 19 '26 18:07

Chris


1 Answers

Found this and other control functions in Python Control Systems Library

like image 109
Chris Avatar answered Jul 22 '26 08:07

Chris



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!