I\'ve written a library of functions to make my engineering homework easier, and use them in the python interpreter (kinda like a calculator). Some return matrices, some ret
You could add str methods (assuming you don't already have them) for your number and matrix results, and make them always use the same .format or %f.