A Java Swing-based GUI application that calculates the inverse of a 3x3 matrix, along with its determinant, adjoint, and transpose. Developed by Nuknov. Normal programming project for students.
- Graphical User Interface using Java Swing
- Calculates:
- Determinant
- Transpose
- Adjoint
- Inverse (with fractional precision)
- Colorful styled buttons
- Clean logic with OOP (classes, inheritance, overriding)
- Executable
.exefile included - It saves the result in an output file in the same folder
- ✅ Accuracy Rate: 98.01%
- https://github.com/Nuknov
- Ensure you have Java JDK installed.
- Open the
GUIWrapper.javafile in VS Code or IntelliJ. - Run the
main()method fromGUIWrapper.
Just double-click matrix_inverse_gui.exe
No Java installation required.
Nuknov
This project is licensed under the MIT License.
See the LICENSE file for more info.
A Java GUI-based 3x3 matrix inverse calculator with .exe export. A small programming project for students.

