0

Simple question but couldn't find answer anywhere..

I'm trying to write a coordinate of a point as such: "(" Subscript[x, k] "," Subscript[y, k] ")"

But the output is something like this: (), x_k y_k

How do I write (x_k,y_k) instead?

  • 1
    Some context is needed. What did you do exactly, what happened, and do you expect instead? My best guess is that you want Row, but the question is unclear. – Szabolcs Oct 26 '20 at 17:38
  • pt = {1, 1}; Graphics[{Point[pt], Text[StringForm["(``, ``)", Subscript[x, k], Subscript[y, k]], pt, {-1.25, -1.25}]}] – Bob Hanlon Oct 26 '20 at 18:23
  • Those three questions were exactly the three lines I wrote in my question eheh, but thanks a lot, Row does the trick! :) – MischiefManaged Oct 26 '20 at 21:53

0 Answers0