5
$\begingroup$

I have an equation that I want to display, emphasizing one part by putting it in parentheses. However, Mathematica removes the unnecessary parentheses. I'm looking to output something like:

Equation

$\endgroup$
1
  • 1
    $\begingroup$ Would something like TraditionalForm@HoldForm@yourExpression work? $\endgroup$ Commented Apr 28, 2020 at 13:12

1 Answer 1

5
$\begingroup$
TraditionalForm@ HoldForm[((a Subscript[x, i] + b) - Subscript[y, i])^2/(a^2 + 1)] 

formatted output

$\endgroup$

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.