You can achieve this with LinearFractionalTransform
:
LinearFractionalTransform[
{{{1, 0, 0},
{0, 1, 0}},
{0, 0},
{0, 0, 1/k},
1}][{x, y, z}]
(* {x/(1 + z/k), y/(1 + z/k)} *)
Is it worth the hassle is another question...
This corresponds to the following TransformationFunction
:
