Hello

I am searching for a way to have 2D coordinate X and Y vector converted into n-dimensional vector. The transformation needs to be reversible.

The transformation can be a matrix multiplication (1X2 * 2Xn-d = 1Xn-d) but in that case the inverse of the chosen matrix is something that is not easily found because the matrix is not a square matrix. In that case transformation is not reversible.

Is there a method to do this kind of transformation without creating a function that passes through all values ?!

Cheers

More Salah Eddine Ghamri's questions See All
Similar questions and discussions