If we have a linear map A, that is Ax=y, then certainly that A has a domain and range, so my question is: how can we know what the domain and the range of the linear map A are? and,
How can we find them in Maple for a particular matrix A?
Definitely if we multiply A with any vector x we will get y which will be in range of A, so what I am thinking is that, if we can find the basis of A, then multiply A with this basis we will get the basis of the range. I am not sure about that, just this is in my mind. So can anyone tell me how to find the domain and range?
Thank you.
I don't know Maple, so I can't help you with doing this in Maple.
However, your idea about the basis is the right one. Since every vector in the domain is a linear combination of basis vectors, multiplying a basis with $A$ certainly gives you a spanning set for the range of $A$, so the range of $A$ is the span of the images of basis vectors. However, you have no way of knowing if these vectors are linearly independent. But, by basic linear algebra, some subset of them will form a basis.
More explicitly, you can multiply $A$ by the standard basis vectors $e_i$, which are $1$ in the $i$-the coordinate and $0$ otherwise. What you get are simply the columns of $A$. Thus, the range of the linear map defined by $A$ is the span of the column vectors. You can do the usual column operations to extract a basis out of the columns of $A$.