Please help fix my mistake. Where is my extra } or forgotten $ in my text here? [closed]
I'm new here, so I apologize if my question is badly formatted.
I'm writing my senior thesis up right now for my first capstone project and this is what I have that is giving me trouble:
Which when solved out, gives us that $(q_1, q_2)^T = (frac{7}{45}, frac{1}(9})^T $
and $(p_1, p_2) = (frac{1}{5}, frac{1}{15})$
Here is what it is in a larger context:
documentclass[11pt]{amsart}
usepackage{amssymb,latexsym,amsmath,amsthm,enumitem,hyperref}
usepackage{graphics,graphicx,multicol,tikz,pgfplots,tkz-euclide,relsize,framed}
usetikzlibrary{calc}
tikzset{fontscale/.style = {font=relsize{#1}}}
setlength{topmargin}{-0.750in}
setlength{textheight}{9.5in}
setlength{textwidth}{6.5in}
setlength{oddsidemargin}{0in}
setlength{evensidemargin}{0in}
allowdisplaybreaks
renewcommand{labelenumi}{arabic{enumi}.}
renewcommand{labelenumii}{alph{enumii}.}
begin{document}
Since by duality we have solutions to each of these problems, we can calculate that
$t = p_1 + p_2 = q_1 +q_2 = (p_1, p_2)G'(q_1, q_2)^T$
Setting up our equations, we have
begin{align*}
5q_1+2q_2 &= ,1 \
0q_1+9q_1 &= ,1 \
end{align*}
and
begin{align*}
5p_1+0p_2 &= ,1 \
2p_1+9p_1 &= ,1 \
end{align*}
which when solved out, gives us that $(q_1, q_2)^T = (7/45, 1/9)^T$ and $(p_1, p_2) = (1/5, 1/15)$
end{document}
I thought I had everything down correctly, but I guess not.
math-mode errors fractions vector
closed as off-topic by CarLaTeX, JouleV, Stefan Pinnow, Kurt, samcarter Mar 7 at 10:53
- This question does not fall within the scope of TeX, LaTeX or related typesetting systems as defined in the help center.
If this question can be reworded to fit the rules in the help center, please edit the question.
|
show 5 more comments
I'm new here, so I apologize if my question is badly formatted.
I'm writing my senior thesis up right now for my first capstone project and this is what I have that is giving me trouble:
Which when solved out, gives us that $(q_1, q_2)^T = (frac{7}{45}, frac{1}(9})^T $
and $(p_1, p_2) = (frac{1}{5}, frac{1}{15})$
Here is what it is in a larger context:
documentclass[11pt]{amsart}
usepackage{amssymb,latexsym,amsmath,amsthm,enumitem,hyperref}
usepackage{graphics,graphicx,multicol,tikz,pgfplots,tkz-euclide,relsize,framed}
usetikzlibrary{calc}
tikzset{fontscale/.style = {font=relsize{#1}}}
setlength{topmargin}{-0.750in}
setlength{textheight}{9.5in}
setlength{textwidth}{6.5in}
setlength{oddsidemargin}{0in}
setlength{evensidemargin}{0in}
allowdisplaybreaks
renewcommand{labelenumi}{arabic{enumi}.}
renewcommand{labelenumii}{alph{enumii}.}
begin{document}
Since by duality we have solutions to each of these problems, we can calculate that
$t = p_1 + p_2 = q_1 +q_2 = (p_1, p_2)G'(q_1, q_2)^T$
Setting up our equations, we have
begin{align*}
5q_1+2q_2 &= ,1 \
0q_1+9q_1 &= ,1 \
end{align*}
and
begin{align*}
5p_1+0p_2 &= ,1 \
2p_1+9p_1 &= ,1 \
end{align*}
which when solved out, gives us that $(q_1, q_2)^T = (7/45, 1/9)^T$ and $(p_1, p_2) = (1/5, 1/15)$
end{document}
I thought I had everything down correctly, but I guess not.
math-mode errors fractions vector
closed as off-topic by CarLaTeX, JouleV, Stefan Pinnow, Kurt, samcarter Mar 7 at 10:53
- This question does not fall within the scope of TeX, LaTeX or related typesetting systems as defined in the help center.
If this question can be reworded to fit the rules in the help center, please edit the question.
2
You have afrac{1}(9}
instead offrac{1}{9}
.
– CarLaTeX
Mar 5 at 21:06
@Werner, can do, thanks!
– Matthew Graham
Mar 5 at 21:08
Write[t = p_1 + p_2 = q_1 +q_2 = (p_1, p_2)G'(q_1, q_2)^T]
instead of$t = p_1 + p_2 = q_1 +q_2 = (p_1, p_2)G'(q_1, q_2)^T$
– CarLaTeX
Mar 5 at 21:15
Have you seen the(9
instead of{9
in my first comment?
– CarLaTeX
Mar 5 at 21:28
4
I'm voting to close this question as off-topic because the problem was only a typo, a ( instead of a {. Solved in comments.
– CarLaTeX
Mar 7 at 9:30
|
show 5 more comments
I'm new here, so I apologize if my question is badly formatted.
I'm writing my senior thesis up right now for my first capstone project and this is what I have that is giving me trouble:
Which when solved out, gives us that $(q_1, q_2)^T = (frac{7}{45}, frac{1}(9})^T $
and $(p_1, p_2) = (frac{1}{5}, frac{1}{15})$
Here is what it is in a larger context:
documentclass[11pt]{amsart}
usepackage{amssymb,latexsym,amsmath,amsthm,enumitem,hyperref}
usepackage{graphics,graphicx,multicol,tikz,pgfplots,tkz-euclide,relsize,framed}
usetikzlibrary{calc}
tikzset{fontscale/.style = {font=relsize{#1}}}
setlength{topmargin}{-0.750in}
setlength{textheight}{9.5in}
setlength{textwidth}{6.5in}
setlength{oddsidemargin}{0in}
setlength{evensidemargin}{0in}
allowdisplaybreaks
renewcommand{labelenumi}{arabic{enumi}.}
renewcommand{labelenumii}{alph{enumii}.}
begin{document}
Since by duality we have solutions to each of these problems, we can calculate that
$t = p_1 + p_2 = q_1 +q_2 = (p_1, p_2)G'(q_1, q_2)^T$
Setting up our equations, we have
begin{align*}
5q_1+2q_2 &= ,1 \
0q_1+9q_1 &= ,1 \
end{align*}
and
begin{align*}
5p_1+0p_2 &= ,1 \
2p_1+9p_1 &= ,1 \
end{align*}
which when solved out, gives us that $(q_1, q_2)^T = (7/45, 1/9)^T$ and $(p_1, p_2) = (1/5, 1/15)$
end{document}
I thought I had everything down correctly, but I guess not.
math-mode errors fractions vector
I'm new here, so I apologize if my question is badly formatted.
I'm writing my senior thesis up right now for my first capstone project and this is what I have that is giving me trouble:
Which when solved out, gives us that $(q_1, q_2)^T = (frac{7}{45}, frac{1}(9})^T $
and $(p_1, p_2) = (frac{1}{5}, frac{1}{15})$
Here is what it is in a larger context:
documentclass[11pt]{amsart}
usepackage{amssymb,latexsym,amsmath,amsthm,enumitem,hyperref}
usepackage{graphics,graphicx,multicol,tikz,pgfplots,tkz-euclide,relsize,framed}
usetikzlibrary{calc}
tikzset{fontscale/.style = {font=relsize{#1}}}
setlength{topmargin}{-0.750in}
setlength{textheight}{9.5in}
setlength{textwidth}{6.5in}
setlength{oddsidemargin}{0in}
setlength{evensidemargin}{0in}
allowdisplaybreaks
renewcommand{labelenumi}{arabic{enumi}.}
renewcommand{labelenumii}{alph{enumii}.}
begin{document}
Since by duality we have solutions to each of these problems, we can calculate that
$t = p_1 + p_2 = q_1 +q_2 = (p_1, p_2)G'(q_1, q_2)^T$
Setting up our equations, we have
begin{align*}
5q_1+2q_2 &= ,1 \
0q_1+9q_1 &= ,1 \
end{align*}
and
begin{align*}
5p_1+0p_2 &= ,1 \
2p_1+9p_1 &= ,1 \
end{align*}
which when solved out, gives us that $(q_1, q_2)^T = (7/45, 1/9)^T$ and $(p_1, p_2) = (1/5, 1/15)$
end{document}
I thought I had everything down correctly, but I guess not.
math-mode errors fractions vector
math-mode errors fractions vector
edited Mar 5 at 21:17
Matthew Graham
asked Mar 5 at 21:03
Matthew GrahamMatthew Graham
11
11
closed as off-topic by CarLaTeX, JouleV, Stefan Pinnow, Kurt, samcarter Mar 7 at 10:53
- This question does not fall within the scope of TeX, LaTeX or related typesetting systems as defined in the help center.
If this question can be reworded to fit the rules in the help center, please edit the question.
closed as off-topic by CarLaTeX, JouleV, Stefan Pinnow, Kurt, samcarter Mar 7 at 10:53
- This question does not fall within the scope of TeX, LaTeX or related typesetting systems as defined in the help center.
If this question can be reworded to fit the rules in the help center, please edit the question.
2
You have afrac{1}(9}
instead offrac{1}{9}
.
– CarLaTeX
Mar 5 at 21:06
@Werner, can do, thanks!
– Matthew Graham
Mar 5 at 21:08
Write[t = p_1 + p_2 = q_1 +q_2 = (p_1, p_2)G'(q_1, q_2)^T]
instead of$t = p_1 + p_2 = q_1 +q_2 = (p_1, p_2)G'(q_1, q_2)^T$
– CarLaTeX
Mar 5 at 21:15
Have you seen the(9
instead of{9
in my first comment?
– CarLaTeX
Mar 5 at 21:28
4
I'm voting to close this question as off-topic because the problem was only a typo, a ( instead of a {. Solved in comments.
– CarLaTeX
Mar 7 at 9:30
|
show 5 more comments
2
You have afrac{1}(9}
instead offrac{1}{9}
.
– CarLaTeX
Mar 5 at 21:06
@Werner, can do, thanks!
– Matthew Graham
Mar 5 at 21:08
Write[t = p_1 + p_2 = q_1 +q_2 = (p_1, p_2)G'(q_1, q_2)^T]
instead of$t = p_1 + p_2 = q_1 +q_2 = (p_1, p_2)G'(q_1, q_2)^T$
– CarLaTeX
Mar 5 at 21:15
Have you seen the(9
instead of{9
in my first comment?
– CarLaTeX
Mar 5 at 21:28
4
I'm voting to close this question as off-topic because the problem was only a typo, a ( instead of a {. Solved in comments.
– CarLaTeX
Mar 7 at 9:30
2
2
You have a
frac{1}(9}
instead of frac{1}{9}
.– CarLaTeX
Mar 5 at 21:06
You have a
frac{1}(9}
instead of frac{1}{9}
.– CarLaTeX
Mar 5 at 21:06
@Werner, can do, thanks!
– Matthew Graham
Mar 5 at 21:08
@Werner, can do, thanks!
– Matthew Graham
Mar 5 at 21:08
Write
[t = p_1 + p_2 = q_1 +q_2 = (p_1, p_2)G'(q_1, q_2)^T]
instead of $t = p_1 + p_2 = q_1 +q_2 = (p_1, p_2)G'(q_1, q_2)^T$
– CarLaTeX
Mar 5 at 21:15
Write
[t = p_1 + p_2 = q_1 +q_2 = (p_1, p_2)G'(q_1, q_2)^T]
instead of $t = p_1 + p_2 = q_1 +q_2 = (p_1, p_2)G'(q_1, q_2)^T$
– CarLaTeX
Mar 5 at 21:15
Have you seen the
(9
instead of {9
in my first comment?– CarLaTeX
Mar 5 at 21:28
Have you seen the
(9
instead of {9
in my first comment?– CarLaTeX
Mar 5 at 21:28
4
4
I'm voting to close this question as off-topic because the problem was only a typo, a ( instead of a {. Solved in comments.
– CarLaTeX
Mar 7 at 9:30
I'm voting to close this question as off-topic because the problem was only a typo, a ( instead of a {. Solved in comments.
– CarLaTeX
Mar 7 at 9:30
|
show 5 more comments
0
active
oldest
votes
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
2
You have a
frac{1}(9}
instead offrac{1}{9}
.– CarLaTeX
Mar 5 at 21:06
@Werner, can do, thanks!
– Matthew Graham
Mar 5 at 21:08
Write
[t = p_1 + p_2 = q_1 +q_2 = (p_1, p_2)G'(q_1, q_2)^T]
instead of$t = p_1 + p_2 = q_1 +q_2 = (p_1, p_2)G'(q_1, q_2)^T$
– CarLaTeX
Mar 5 at 21:15
Have you seen the
(9
instead of{9
in my first comment?– CarLaTeX
Mar 5 at 21:28
4
I'm voting to close this question as off-topic because the problem was only a typo, a ( instead of a {. Solved in comments.
– CarLaTeX
Mar 7 at 9:30