Mathematica subscript error : Mathematica
www.reddit.com › mathematica_subscript_errorMathematica does not work like Excel... (and notebook interfaces are very bad because of this). Otherwise it should work. This works for me: Subscript [h, 1] [x_] := Sin [x] Subscript [j, 2] [x_] := 1.5*Cos [2 x] Plot [ {Subscript [h, 1] [x], Subscript [j, 2] [x]}, {x, -3, 3}] (here Subscript [] is Mathematica's textual encoding for ctrl+_; on ...