Thank you very much for the reply, Frank.
But I mean that why Position command is not working with SparseArray. This gives me blank. When I use data with parenthesis as follows, it gives me the position of the element. Can you give me a hint ?
In[98]:= \[Chi]square = {3, 1, 5, 4}
Out[98]= {3, 1, 5, 4}
In[99]:= Position[\[Chi]square, 1]
Out[99]= {{2}}