var
mtx1=app.getRotationMatrix(45);
mtx2=app.getScaleMatrix(150,70);
mtx=app.concatenateMatrix(mtx1,mtx2);
alert(mtx);