egison-4.0.0: lib/math/geometry/4d-euclidean-space.egi
coordinates := [x, y, z, w]
metric :=
generateTensor
(\match as (integer, integer) with
| ($n, #n) -> 1
| (_, _) -> 0)
[4, 4]
coordinates := [x, y, z, w]
metric :=
generateTensor
(\match as (integer, integer) with
| ($n, #n) -> 1
| (_, _) -> 0)
[4, 4]