-
-
Notifications
You must be signed in to change notification settings - Fork 4.9k
[WIP] Rational Riccati solver #21459
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 5 commits
Commits
Show all changes
41 commits
Select commit
Hold shift + click to select a range
498244a
Added Rational Riccati solver and some tests
naveensaigit 382ea94
Added riccati submodule
naveensaigit 6c4cef6
Restructure module
naveensaigit 99afeab
Replace Expr with Poly wherever possible, Replace solve with solve_un…
naveensaigit 24339d1
Merge branch 'master' into riccati
naveensaigit 6536d82
Implemented series using Poly
naveensaigit fd64085
Using Poly for auxiliary equation
naveensaigit e709fac
Replaced solve_undetermined_coeffs with linsolve
naveensaigit e57b749
Applied suggestions from code review
naveensaigit 297fb65
Remove IndexedBase, use extension in Poly
naveensaigit a10c95c
Merge branch 'master' of https://github.com/sympy/sympy into riccati
naveensaigit 26f0fe1
Fix necessary conditions
naveensaigit 49a54d8
Fix merge conflicts
naveensaigit 308f19d
Code Quality
naveensaigit e51cce8
Added test_riccati.py
naveensaigit e6ad73f
Added tests for riccati module
naveensaigit 627890f
Remove print statements
naveensaigit 792eaf7
Fix Laurent series
naveensaigit 1c13612
Merge branch 'master' of https://github.com/sympy/sympy into riccati
naveensaigit 25b346c
Fix failing tests
naveensaigit 02b575a
Fixed bug in solver
naveensaigit 5eb7b6c
Changes from code review, fix failing test
naveensaigit c5759f8
Use cancel and other changes
naveensaigit 3426ae8
Fixed and added tests, code review suggestions
naveensaigit 3cf4dd5
Added more tests
naveensaigit 6f81671
Quality
naveensaigit 0c86fee
Moved tests to riccati.py, remove redundant solutions
naveensaigit e4e6ac6
Fix quality
naveensaigit 0fc750a
Speedup by sorting m values, fix tests
naveensaigit 8f0aed3
Added hint general solution
naveensaigit 1bf1f70
Changes from code review
naveensaigit caa2f4a
Removed IndexedBase
naveensaigit db0343a
Merge branch 'master' of https://github.com/sympy/sympy into riccati
naveensaigit 28902a0
Simplified tests
naveensaigit b11958f
Code review suggestions
naveensaigit 0b82662
Code review suggestions, fix failing tests
naveensaigit eb5cff2
Added module to rst docs
naveensaigit c2d3a7f
Fix rst test
naveensaigit ff9e4dd
Checks for Symbol and Float coefficients
naveensaigit 3096162
Changes from code review
naveensaigit b74008a
Docfix
naveensaigit File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.