Please enable JavaScript in your browser!
Home
Explore
Help
Sign In
rparedis
/
pyCBD
Watch
1
Star
0
Fork
0
Files
Issues
27
Pull Requests
0
Wiki
Labels
Milestones
New Issue
#24
Add Multiple Loop Solvers
Open
opened
3 years ago
by
rparedis
· 0 comments
Randy Paredis
commented
3 years ago
Description:
Add more than a simple linear algebraic loop solver.
Tasks:
Linear:
Add actual Gauss-Jordan solver
Add Cramer's rule? (is this already used)
Nonlinear:
What happens for multiple solutions? (e.g. parabola)
Loop tearing algorithm
Sympy loop solver
**Description:** Add more than a simple linear algebraic loop solver. **Tasks:** - [ ] Linear: - [ ] Add actual Gauss-Jordan solver - [ ] Add Cramer's rule? (is this already used) - [ ] Nonlinear: - [ ] What happens for multiple solutions? (e.g. parabola) - [ ] Loop tearing algorithm - [ ] Sympy loop solver
Sign in
to join this conversation.
Labels
Clear labels
BUG
Enhancement
Godot
No Label
BUG
Enhancement
Godot
Milestone
Clear milestone
No Milestone
CBD 1.6
Assignee
Clear assignee
No assignee
1 Participants
Write
Preview
Loading...
Cancel
Save
There is no content yet.
Description:
Add more than a simple linear algebraic loop solver.
Tasks: