Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit8f36848

Browse files
authored
Update control/statesp.py
1 parenta9a846b commit8f36848

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎control/statesp.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -909,7 +909,7 @@ def horner(self, x, warn_infinite=True):
909909
self.C,
910910
solve(x_idx*eye(self.nstates)-self.A,self.B)) \
911911
+self.D
912-
exceptLinAlgErrorase:
912+
exceptLinAlgError:
913913
# Issue a warning messsage, for consistency with xferfcn
914914
ifwarn_infinite:
915915
warn("singular matrix in frequency response",

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp