I want to check my understanding of matroid concept.
Consider, for example, matrix $\begin{pmatrix} 1 & 0 & 0 & 0 & 0\\ 0 & 1 & 1 & 0 & 0\\ 0 & 1 & 0 & 1 & 0 \end{pmatrix}$.
For convenience, lets denote every column starting from left side as $a,b,c,d,e$.
Then, what will be $\cal{I}$? Is it the set of all independent sets $\cal{I} = \{\emptyset,a,b,c,d,e,ab,bc,bd,ac,ad,cd,abc,abd,acd\}$ or is $\cal{I}$ a particular independent set from this collection? It seems straight from definition that $\cal{I}$ should be the set of all independent sets, but I know that for graphic matroids $\cal{I}$ would be definitely the spanning forest (or spanning tree for connected graph), not the set of all possible combinations of spanning forest edges. I'm a little bit confused with this difference.
What are the bases of that column matroid? Am I right that $\cal{B} = \{abc,abd,acd\}$?
What are the loops? Is it only $e$?
What are coloops? Are there $a,b,c$?
Please correct, if I did any mistakes. Any help and additional explanations will be very appreciative.
To the extent that "$\mathcal{I}$" has a canonical meaning in matroid theory (I guess you could say following Oxley's terminology), $\mathcal{I}$ is the collection of independent sets.
You have a number of things backwards. If you're working from a book on matroid theory, read the first chapter and do some exercises. If you're not, get one.
A spanning forest for a graphic matroid is a basis, and as you know, a basis is an independent set. There's nothing special about any particular basis, or any particular spanning forest. They all have the maximum number of elements (edges) without having any circuits (cycles) within them.
Enumerating independent sets isn't a very efficient task. It's generally a better idea to find all the bases and then use the inheritance axiom of independent sets to say that the subsets are independent (but even that can be computationally hard for large examples).
A loop is an element that is not in any basis, and a coloop is an element that is in every basis. In your linear matroid example, you should say what field the matrix is over (although for such a small example, it doesn't really matter). Then independence or dependence works exactly like it does in linear algebra-- a set of vectors is dependent if some nonzero linear combination of them adds to zero. You can see that $a$ is a coloop because it is the only element that spans row $1$. Without using $a$, you can only have independent sets of size at most $2$.
So what does that say about $e$?