Skip to main content

New answers tagged

1 vote

Solve a system of linear equations with Gauss algorithm

I somewhat doubt that the original poster is still around, but for posterity: 700 lines is too long for such a program. It's too hard-coded (a, b, ...), and not flexible enough - it only supports up ...
Reinderien's user avatar
  • 71.1k
2 votes

Solve a system of linear equations with Gauss algorithm

Not only are names like a1 and b2 non-descriptive, but they all of these objects should probably be in lists or dictionaries ...
Chris's user avatar
  • 4,574
2 votes

Solve a system of linear equations with Gauss algorithm

UX When I run the code, the GUI title has the acronym "LGS". It would be helpful to spell out the acronym somewhere in the window. Also, I do not know what I should enter into each field. ...
toolic's user avatar
  • 15.8k
0 votes

A tabbed calculator with tkinter

Portability I get a syntax error when I run the code: NameError: name 'my_subtraction' is not defined In all_tabs.py, this line ...
toolic's user avatar
  • 15.8k

Top 50 recent answers are included