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

Fix canonical form 'observable'#200

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
murrayrm merged 2 commits intopython-control:masterfromlorenz-halt:master
Jul 2, 2018

Conversation

lorenz-halt
Copy link
Contributor

Minor fix to use 'solve' instead of 'inv'.
Asserts with prio 'inv' from (numpy.linalg.inv was also not imported, yet not needed anymore)

@coveralls
Copy link

coveralls commentedApr 18, 2018
edited
Loading

Coverage Status

Coverage increased (+0.5%) to 78.408% when pulling5009e92 on ipa-lth:master into601b581 on python-control:master.

@coveralls
Copy link

Coverage Status

Coverage remained the same at 77.882% when pulling598a91a on ipa-lth:master into601b581 on python-control:master.

@@ -133,7 +133,7 @@ def observable_form(xsys):
Wrz = obsv(zsys.A, zsys.C)

# Transformation from one form to another
Tzx = inv(Wrz) * Wrx
Tzx =solve(Wrz, Wrx) # matrix right division, Tzx =inv(Wrz) * Wrx
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

Thanks, this looks right. I see there are no tests for observable_form - would you mind adding one?

This would be left division inMatlab's terminology

Copy link
ContributorAuthor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

you are right. See my update

@murrayrmmurrayrm added this to the0.8.0 milestoneJun 30, 2018
@murrayrmmurrayrm merged commit077a8bc intopython-control:masterJul 2, 2018
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers

@roryyorkeroryyorkeroryyorke left review comments

Assignees
No one assigned
Labels
None yet
Projects
None yet
Milestone
0.8.0
Development

Successfully merging this pull request may close these issues.

4 participants
@lorenz-halt@coveralls@roryyorke@murrayrm

[8]ページ先頭

©2009-2025 Movatter.jp