Hallo zips,
ich schreibe x = x1  ;  y = x2  ;  z = x3  und  w = x4
Bild(Φ) =  { [ x + z  ;  2·z - x  ;  4·x + 3·y + z ]  ∈ ℝ3 |  [ x ; y ; z ; w ] ∈ ℝ4 } 
Φ  ist nicht injektiv und damit auch nicht bijektiv, weil z.B. alle [ 0,0,0,a ] ∈ ℝ4 das gleiche Bild [0,0,0] haben.
Für jedes Element [r,s,t] ∈ ℝ3 hat die Gleichung 
 [ x + z  ;  2·z - x  ;  4·x + 3·y + z ]  = [r ; s ; t]    die Lösung   
           x = 1/3 ·(2·r - s)    ∧   y = - 1/3 · (3·r - s - t)   ∧   z = 1/3 · (r + s)
deshalb ist   [ 1/3 ·(2·r - s)  ;  - 1/3 · (3·r - s - t)   ;  1/3 · (r + s) ;  0 ]  
ein Urbild von   [r ; s ; t]  ∈ ℝ3       →   Φ   ist  surjektiv
Kern Φ  =  { (x,y,z,w) ∈ℝ4 |   [ x + z  ;  2·z - x  ;  4·x + 3·y + z ]  = [ 0,0,0] } 
               = { [ 0 ; 0 ; 0 ; w ] | w∈ℝ }
Gruß Wolfgang