Hello user,
For example, I have a matrix A = (1.12132, 3.036563, 3.2323 \ 2.60223, 3.710003, 4.5343342 ).
How could I format the matrix A round every element with 2 decimal) as follows:
A = (1.12, 3.04, 3.23 \ 2.60, 3.71, 4.53 ).
Thanks a lot in advance.
For example, I have a matrix A = (1.12132, 3.036563, 3.2323 \ 2.60223, 3.710003, 4.5343342 ).
How could I format the matrix A round every element with 2 decimal) as follows:
A = (1.12, 3.04, 3.23 \ 2.60, 3.71, 4.53 ).
Thanks a lot in advance.
Comment