Beispiel: Einheitsmatrix static int[][] einheitsmatrix( int dim) { // dim>0 int[][] m = new int[dim][dim]; for( int row=0; row