Question: how can i Roand my answers to 2 number after decimal point

how can i Roand my answers to 2 number after decimal point.

That is, Maple shows me only two digits after the decimal point. like this. 

with(LinearAlgebra);
K := evalf(Matrix(3, [1/3, -20/3, -20/3, 200/3, 70000/3, 4000/3, 1.44]), 6);
 

Please Wait...