18 Commits (405b7305b0af30bca7fb1c3601a17f31e59f591c)

Author SHA1 Message Date
Lukas Reichwein 8339da416d correct some typos, and finishing up to get verion 1 of the Matrix Calculator ready to merge 5 years ago
Lukas Reichwein 2077778546 REFACTORING, extracted more form the event Heandler to get even more Readabillity 5 years ago
Lukas Reichwein a1ec4a577c Added try catch around the operations of addition, transponation and multiplication. 5 years ago
Lukas Reichwein 1e2f5969d9 REFACTORING, mainly extracting multiple try catch blocks to get the code more Readable. 5 years ago
Lukas Reichwein 0871928e84 Added IllegalArgumentException to checkInput instead of returning false, get tests and invoking methodes adapted 5 years ago
Lukas Reichwein 197721b332 Added try catch to DetA and subtraction inOrder to Display the reason why the input is Invalid 5 years ago
Lukas Reichwein 04bbd02fae Added try catch to DetB inOrder to Display the reason why the input is Invalid 5 years ago
Lukas Reichwein 95d3d1cb28 linked calculating the Determinants of the input Matrices to their Buttons 5 years ago
Lukas Reichwein 638ecdb125 connected Matrix Substraction to the substract Button 5 years ago
Lukas Reichwein 067e433763 connected matrix Addition to the add Button 5 years ago
Lukas Reichwein 2d2c08e674 connected Transponation to the tranpose Button 5 years ago
Lukas Reichwein e7a4fe7a7d REFACTORING Moved some methodes in order to get a cleaner Struckture 5 years ago
Lukas Reichwein 4d92178abe Refactoring, mostly extracting code 5 years ago
Lukas Reichwein 9ad79c0f2e connected matrixMultiplication to the multiply Button 5 years ago
Lukas Reichwein 05c259c0d1 Added and changed some Documentaion 5 years ago
Lukas Reichwein 5f8198e046 Adding CheckInput for a matrix with basic checks 5 years ago
Lukas Reichwein 28c0a349e6 Matrix Multiplication and linked check implemented 5 years ago
Lukas Reichwein 7cba186f82 Added MatrixCalcGui and some dummy Methodes 5 years ago