I have a problem with the definition of Orthogonal Space. On linear algebra Serge Lang, it is defined: Let V a vector space with a scalar product. If S is a subset of V, we denote by $S^\perp$ the set of all elements $w\in V$ which are perpendicular to all elements of S, i.e $\langle w,v \rangle =0$ for all $v\in S$. My problem here is to interpret it for the space of solutions of a linear system in such way that the order of the terms fix it. Let's recall:
Let $(a_{ij})$ be a $m \times n$ matrix over a field K. Let $A_1,...,A_m$ its row vectors and $X=(x_1,...,x_n)^T$ as usual. The system of homogeneous linear equations
$$a_{11}x_1 +...+a_{1n}x_n=0$$ $$\vdots$$ $$a_{m1}x_1 +...+a_{mn}x_n=0$$
can also be written in an abbreviated form, namely $A_1X=0,...,A_mX=0$
In this case, I can not define
$$\text{space of solutions}=\{X^n\in K^n \mid \langle X,A_i \rangle =0, i=1,...,m \}$$
because if you multiply those elements you get a $n \times n$ matrix and not zero. I'm following the definition but in cant order it. It has to be $\langle A_i,X \rangle=A_iX=0$ but with the definition the order is confusing.