Let's say $\boldsymbol{\vec F}$ is a field vector with a liner relationship
$$\boldsymbol{\vec F}(\boldsymbol{\vec x})=\boldsymbol A \boldsymbol{\vec x}$$
where $\boldsymbol{\vec x}$ is a vector of size $n$ and $\boldsymbol A$ is a constant $n\times n$ square matrix.
For a given point $\boldsymbol{\vec x}_0$, how can I find the hyper-surface $S(\boldsymbol{\vec x})=0$ which crosses $\boldsymbol{\vec x}_0$ and it is perpendicular to the vector field $\boldsymbol{\vec F}$?
I believe this there is an explicit form of the surface which depends on $\boldsymbol{\vec x}_0$ and $\boldsymbol A$.
On hyper-surface $S$, there will be $n-1$ degree of freedom.
I am looking for a solution for an $n$ dimension vector field. This image is just for illustration.
PS. This question is a special case (linear form) of my previous question.


Such orthogonal hypersurfaces need not exist if $n\geq3$. Relevant here is Frobenius' theorem that gives the necessary and sufficient local integrability condition. The following source
http://staff.ustc.edu.cn/~wangzuoq/Courses/16F-Manifolds/Notes/Lec11.pdf
contains a readable introduction. Note that your vector field ${\bf F}$ defines at each point ${\bf x}$ an $(n-1)$-dimensional orthogonal hyperplane, called a distribution in the quoted notes.
Frobenius' theorem expands to a condition on the matrix $A$ in your question. The case $n=3$ should be intuitively comprehensible. About this case I can say the following: If the vector field ${\bf F}$ has orthogonal surfaces these can be regarded as level surfaces of some scalar function $g$. This $g$ has an associated gradient field $\nabla g$ which then is orthogonal to these same surfaces, hence parallel to ${\bf F}$. It follows that there is a scalar function $\lambda$ such that $${\bf F}=\lambda\>\nabla g\ .$$ We now compute $${\rm curl}({\bf F})=\nabla\lambda\times\nabla g\ .$$ It follows that ${\rm curl}({\bf F})$ is orthogonal to $\nabla g$, hence to the given ${\bf F}$. In this way we have derived the integrability condition $${\rm curl}({\bf F})\cdot{\bf F}\equiv0\ .\tag{1}$$ This is a necessary condition for the existence of such a family of orthogonal surfaces. Frobenius' theorem says that this condition is also (locally) sufficient. (Unfortunately I could not find a proof of this simple case of Frobenius' theorem on the web.)
In the case of your ${\bf F}:=A{\bf x}$ this means the following: Being a linear function of ${\bf x}$ the field ${\bf F}$ has constant curl ${\bf c}=(A_{32}-A_{23},A_{13}-A_{31}, A_{21}-A_{12})$. The condition $(1)$ then expands to $$A^{\top}{\bf c}={\bf 0}\ .\tag{2}$$ If $A$ is nonsingular then $(2)$ enforces ${\bf c}={\bf 0}$, which means that $A$ has to be a symmetric matrix. Rodrigo de Azevedo's solution shows that in this case we indeed can find orthogonal surfaces.