User Portlet User Portlet

Discussions
I am unable to find the FindPeaks function. I have Mathematica 9 student edition. How can I get it ?
I want subscripted, superscripted symbols used as symbols themselves. Subscripted : I tried this and it works, Subscript[M, 5][x_] := x^2 It doesn't work for Superscript, because it interprets as raised to the power I have both subscript and...
Table[M_(i j) , {i, 0, 1},{j, 0, 1} ] I am trying to iterate over i and j, and am not getting the desired result i.e. {{M_{00}},{M_{01}}, {M_{10}, M_{11}}}