|
@@ -274,13 +274,13 @@ const updateObjective = () => {
|
|
|
tex = TeXZilla.toMathML(String.raw`
|
|
|
${mathArgBest("min", "P")}
|
|
|
\left[
|
|
|
- ${includeX ? String.raw`I\left(P\right)` : ""}
|
|
|
+ ${includeX ? String.raw`${includeScaleFactor(muArg)}I\left(P\right)` : ""}
|
|
|
${closeCoeff === 0 ? "" : String.raw`
|
|
|
-
|
|
|
${closeCoeff}
|
|
|
${qyMod("\\vec{q}")}
|
|
|
\cdot
|
|
|
- ${qyMod(String.raw`\vec{\mu}\left(${muArg}\right)`)}
|
|
|
+ ${includeScaleFactor(muArg)}${qyMod(String.raw`\vec{\mu}\left(${muArg}\right)`)}
|
|
|
`}
|
|
|
\right]
|
|
|
`);
|