xiao278 / Matrix-Calculator

A matrix calculator that performs elementary row operations. Supports letter variables.
0 stars 0 forks source link

TODO: Keep track of the history during ERO #2

Closed xiao278 closed 2 years ago

xiao278 commented 2 years ago

Probably using stack, save the current state into a stack before applying changes. Probably keep track of the operation done too. Allows undo to be implemented