Placing three mathematical formulas next to each other











up vote
5
down vote

favorite












I am new to LaTeX, so please be kind to me. :) I would like to place three mathematical formulas next to each other but I don't seem to get it working.



This is how far I have got up to now:



documentclass[paper=a4,pagesize,fontsize=12pt]{scrartcl}

begin{document}

renewcommand{arraystretch}{1}
begin{tabular}{l}
hspace{1cm} vspace{0.2cm}
(displaystyle widetilde{y_i}=bx_i+a ) hspace{3cm}\
$widetilde{y_i}$ ldots vorhergesagter Wert \
$b$ ldots slope (Steigung der Regressionsgerade) \
$a$ ldots intercept (Gerade schneidet y-Achse, an der Stelle x=0) \

end{tabular}
vspace{0.22cm}
begin{center}


begin{tabular}{cc}
renewcommand{arraystretch}{1.5}
begin{tabular}{l}

( displaystyle b=frac{s_{XY}}{s_X^2} ) \[0.4cm]
end{tabular}
renewcommand{arraystretch}{1.5}
begin{tabular}{ccc}
& ( displaystyle a=bar{y}-bbar{x} ) & \ [0.4cm]
end{tabular}

end{tabular}

end{center}

vspace{0.22cm}
end{document}


This is what it looks like at the moment:
enter image description here



I would like to put the formula for b=sXY... and the formula for a=y-b*x
higher up so that it is in the same line with the first formula (y_i= b*x_i+a).



I hope that you understand my problem and that someone is able to help me.



Thanks a lot already in advance.










share|improve this question









New contributor




Helena Pokrivka is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
















  • 2




    Welcome to TeX.SE! Try documentclass{article} usepackage{amsmath} begin{document} begin{align} b&=frac{s_{XY}}{s_X^2} & a&=bar{y}-bbar{x} end{align} end{document}
    – marmot
    Nov 16 at 17:35










  • Thank you so much :)
    – Helena Pokrivka
    Nov 18 at 9:49















up vote
5
down vote

favorite












I am new to LaTeX, so please be kind to me. :) I would like to place three mathematical formulas next to each other but I don't seem to get it working.



This is how far I have got up to now:



documentclass[paper=a4,pagesize,fontsize=12pt]{scrartcl}

begin{document}

renewcommand{arraystretch}{1}
begin{tabular}{l}
hspace{1cm} vspace{0.2cm}
(displaystyle widetilde{y_i}=bx_i+a ) hspace{3cm}\
$widetilde{y_i}$ ldots vorhergesagter Wert \
$b$ ldots slope (Steigung der Regressionsgerade) \
$a$ ldots intercept (Gerade schneidet y-Achse, an der Stelle x=0) \

end{tabular}
vspace{0.22cm}
begin{center}


begin{tabular}{cc}
renewcommand{arraystretch}{1.5}
begin{tabular}{l}

( displaystyle b=frac{s_{XY}}{s_X^2} ) \[0.4cm]
end{tabular}
renewcommand{arraystretch}{1.5}
begin{tabular}{ccc}
& ( displaystyle a=bar{y}-bbar{x} ) & \ [0.4cm]
end{tabular}

end{tabular}

end{center}

vspace{0.22cm}
end{document}


This is what it looks like at the moment:
enter image description here



I would like to put the formula for b=sXY... and the formula for a=y-b*x
higher up so that it is in the same line with the first formula (y_i= b*x_i+a).



I hope that you understand my problem and that someone is able to help me.



Thanks a lot already in advance.










share|improve this question









New contributor




Helena Pokrivka is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
















  • 2




    Welcome to TeX.SE! Try documentclass{article} usepackage{amsmath} begin{document} begin{align} b&=frac{s_{XY}}{s_X^2} & a&=bar{y}-bbar{x} end{align} end{document}
    – marmot
    Nov 16 at 17:35










  • Thank you so much :)
    – Helena Pokrivka
    Nov 18 at 9:49













up vote
5
down vote

favorite









up vote
5
down vote

favorite











I am new to LaTeX, so please be kind to me. :) I would like to place three mathematical formulas next to each other but I don't seem to get it working.



This is how far I have got up to now:



documentclass[paper=a4,pagesize,fontsize=12pt]{scrartcl}

begin{document}

renewcommand{arraystretch}{1}
begin{tabular}{l}
hspace{1cm} vspace{0.2cm}
(displaystyle widetilde{y_i}=bx_i+a ) hspace{3cm}\
$widetilde{y_i}$ ldots vorhergesagter Wert \
$b$ ldots slope (Steigung der Regressionsgerade) \
$a$ ldots intercept (Gerade schneidet y-Achse, an der Stelle x=0) \

end{tabular}
vspace{0.22cm}
begin{center}


begin{tabular}{cc}
renewcommand{arraystretch}{1.5}
begin{tabular}{l}

( displaystyle b=frac{s_{XY}}{s_X^2} ) \[0.4cm]
end{tabular}
renewcommand{arraystretch}{1.5}
begin{tabular}{ccc}
& ( displaystyle a=bar{y}-bbar{x} ) & \ [0.4cm]
end{tabular}

end{tabular}

end{center}

vspace{0.22cm}
end{document}


This is what it looks like at the moment:
enter image description here



I would like to put the formula for b=sXY... and the formula for a=y-b*x
higher up so that it is in the same line with the first formula (y_i= b*x_i+a).



I hope that you understand my problem and that someone is able to help me.



Thanks a lot already in advance.










share|improve this question









New contributor




Helena Pokrivka is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.











I am new to LaTeX, so please be kind to me. :) I would like to place three mathematical formulas next to each other but I don't seem to get it working.



This is how far I have got up to now:



documentclass[paper=a4,pagesize,fontsize=12pt]{scrartcl}

begin{document}

renewcommand{arraystretch}{1}
begin{tabular}{l}
hspace{1cm} vspace{0.2cm}
(displaystyle widetilde{y_i}=bx_i+a ) hspace{3cm}\
$widetilde{y_i}$ ldots vorhergesagter Wert \
$b$ ldots slope (Steigung der Regressionsgerade) \
$a$ ldots intercept (Gerade schneidet y-Achse, an der Stelle x=0) \

end{tabular}
vspace{0.22cm}
begin{center}


begin{tabular}{cc}
renewcommand{arraystretch}{1.5}
begin{tabular}{l}

( displaystyle b=frac{s_{XY}}{s_X^2} ) \[0.4cm]
end{tabular}
renewcommand{arraystretch}{1.5}
begin{tabular}{ccc}
& ( displaystyle a=bar{y}-bbar{x} ) & \ [0.4cm]
end{tabular}

end{tabular}

end{center}

vspace{0.22cm}
end{document}


This is what it looks like at the moment:
enter image description here



I would like to put the formula for b=sXY... and the formula for a=y-b*x
higher up so that it is in the same line with the first formula (y_i= b*x_i+a).



I hope that you understand my problem and that someone is able to help me.



Thanks a lot already in advance.







math-mode align displaystyle






share|improve this question









New contributor




Helena Pokrivka is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.











share|improve this question









New contributor




Helena Pokrivka is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









share|improve this question




share|improve this question








edited Nov 17 at 10:28









Dũng Vũ

1,12120




1,12120






New contributor




Helena Pokrivka is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









asked Nov 16 at 17:32









Helena Pokrivka

261




261




New contributor




Helena Pokrivka is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.





New contributor





Helena Pokrivka is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.






Helena Pokrivka is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.








  • 2




    Welcome to TeX.SE! Try documentclass{article} usepackage{amsmath} begin{document} begin{align} b&=frac{s_{XY}}{s_X^2} & a&=bar{y}-bbar{x} end{align} end{document}
    – marmot
    Nov 16 at 17:35










  • Thank you so much :)
    – Helena Pokrivka
    Nov 18 at 9:49














  • 2




    Welcome to TeX.SE! Try documentclass{article} usepackage{amsmath} begin{document} begin{align} b&=frac{s_{XY}}{s_X^2} & a&=bar{y}-bbar{x} end{align} end{document}
    – marmot
    Nov 16 at 17:35










  • Thank you so much :)
    – Helena Pokrivka
    Nov 18 at 9:49








2




2




Welcome to TeX.SE! Try documentclass{article} usepackage{amsmath} begin{document} begin{align} b&=frac{s_{XY}}{s_X^2} & a&=bar{y}-bbar{x} end{align} end{document}
– marmot
Nov 16 at 17:35




Welcome to TeX.SE! Try documentclass{article} usepackage{amsmath} begin{document} begin{align} b&=frac{s_{XY}}{s_X^2} & a&=bar{y}-bbar{x} end{align} end{document}
– marmot
Nov 16 at 17:35












Thank you so much :)
– Helena Pokrivka
Nov 18 at 9:49




Thank you so much :)
– Helena Pokrivka
Nov 18 at 9:49










4 Answers
4






active

oldest

votes

















up vote
4
down vote













Maybe like this:



enter image description here



documentclass[paper=a4,pagesize,fontsize=12pt]{scrartcl}
usepackage{amsmath}
begin{document}
Text above
begin{align*}
widetilde{y_i}&=bx_i+a, & b&=frac{s_{XY}}{s_X^2}, & displaystyle a&=bar{y}-bbar{x},
end{align*}
where
begin{align*}
widetilde{y_i} &ldots text{vorhergesagter Wert} \
b &ldots text{slope (Steigung der Regressionsgerade)} \
a &ldots text{intercept (Gerade schneidet $y$-Achse, an der Stelle $x=0$)}
end{align*}
end{document}





share|improve this answer





















  • Thanks a lot :)
    – Helena Pokrivka
    Nov 18 at 9:49


















up vote
2
down vote













Keep it simple:



documentclass[paper=a4,pagesize,fontsize=12pt]{scrartcl}
usepackage{amsmath}
usepackage{enumitem}

usepackage{showframe} % just to show the page margins

begin{document}

begin{gather*}
tilde{y}_i=bx_i+a
qquad
b=frac{s_{XY}}{s_X^2}
qquad
a=bar{y}-bbar{x}
\
begin{minipage}{0.8displaywidth}
begin{itemize}[label=,nosep,leftmargin=0pt]
item $tilde{y}_i$ vorhergesagter Wert
item $b$ slope (Steigung der Regressionsgerade)
item $a$ intercept (Gerade schneidet $y$-Achse, an der Stelle $x=0$)
end{itemize}
end{minipage}
end{gather*}

end{document}


You can later change your mind about the label in the itemize environment.



With gather* we ensure no page break is feasible between the equations and their descriptions.



enter image description here






share|improve this answer





















  • Thank you so much :)
    – Helena Pokrivka
    Nov 18 at 9:48


















up vote
2
down vote













Make it easy.



See if this way of alignment suit you :)



documentclass{scrartcl}
usepackage{amsmath}
begin{document}
Blah blah we have:
begin{align*}
widetilde{y_i}=bx_i+a qquadquad b=frac{s_{XY}}{s_X^2} qquadquad a=bar{y}- bbar{x}
end{align*}
[ % or () for inline mode if you want
text{where }left{
begin{array}{rcl}
widetilde{y_i} & ldots & text{vorhergesagter Wert}\
b & ldots & text{slope (Steigung der Regressionsgerade)}\
a & ldots & text{intercept (Gerade schneidet $y$-Achse, an der Stelle $x=0$)}
end{array}
right.
]
end{document}


enter image description here






share|improve this answer





















  • Thank you so much :)
    – Helena Pokrivka
    Nov 18 at 9:48


















up vote
0
down vote













Thank you guys all so so much for your much-appreciated help. My document looks really good now. :)



I have one last question:
enter image description here



How can I make the



y_i... vorhergesagter Wert, 
b...slope,
a...intercept AND
r_i... Residuum,
y_i... beobachteter Wert,
widetilde y_i... vorhergesagter Wert


make appear aligned under each other. I would like both parts either to be in the center or on the left.



flushleft textbf {Die Regressionsgerade:} 

begin{gather*}

widetilde{y}_i=bx_i+a

qquad

b=frac{s_{XY}}{s_X^2}

qquad

a=bar{y}-bbar{x}

\

begin{minipage}{0.8displaywidth}

begin{itemize}[label=,nosep,leftmargin=0pt]

item $widetilde{y}_i$ ldots vorhergesagter Wert

item $b$ ldots slope (Steigung der Regressionsgerade)

item $a$ ldots intercept (Gerade schneidet $y$-Achse, an der Stelle $x=0$) \[0.4cm]

end{itemize}

end{minipage}

end{gather*}

flushleft textbf {Residuen:}

begin{center}

renewcommand{arraystretch}{1}

begin{tabular}{l}

hspace{1cm} vspace{0.2cm}

(displaystyle r_i = y_i - widetilde{y_i} ) hspace{3cm}\

$r_i$ ldots Residuum für Beobachtung $i$\

$y_i$ ldots beobachteter Wert von Person $i$\

$widetilde{y_i}$ ldots vorhergesagter Wert von Person $i$\[0.4cm]

end{tabular}

end{center}

vspace{0.22cm}


Thank you so much one more time.






share|improve this answer










New contributor




Helena Pokrivka is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.


















  • If you want them to be aligned to the left, why not simply type them as normal text? To make it better, add qquad in front of each of them.
    – Dũng Vũ
    Nov 18 at 10:04











Your Answer








StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "85"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});

function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});


}
});






Helena Pokrivka is a new contributor. Be nice, and check out our Code of Conduct.










 

draft saved


draft discarded


















StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f460345%2fplacing-three-mathematical-formulas-next-to-each-other%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown

























4 Answers
4






active

oldest

votes








4 Answers
4






active

oldest

votes









active

oldest

votes






active

oldest

votes








up vote
4
down vote













Maybe like this:



enter image description here



documentclass[paper=a4,pagesize,fontsize=12pt]{scrartcl}
usepackage{amsmath}
begin{document}
Text above
begin{align*}
widetilde{y_i}&=bx_i+a, & b&=frac{s_{XY}}{s_X^2}, & displaystyle a&=bar{y}-bbar{x},
end{align*}
where
begin{align*}
widetilde{y_i} &ldots text{vorhergesagter Wert} \
b &ldots text{slope (Steigung der Regressionsgerade)} \
a &ldots text{intercept (Gerade schneidet $y$-Achse, an der Stelle $x=0$)}
end{align*}
end{document}





share|improve this answer





















  • Thanks a lot :)
    – Helena Pokrivka
    Nov 18 at 9:49















up vote
4
down vote













Maybe like this:



enter image description here



documentclass[paper=a4,pagesize,fontsize=12pt]{scrartcl}
usepackage{amsmath}
begin{document}
Text above
begin{align*}
widetilde{y_i}&=bx_i+a, & b&=frac{s_{XY}}{s_X^2}, & displaystyle a&=bar{y}-bbar{x},
end{align*}
where
begin{align*}
widetilde{y_i} &ldots text{vorhergesagter Wert} \
b &ldots text{slope (Steigung der Regressionsgerade)} \
a &ldots text{intercept (Gerade schneidet $y$-Achse, an der Stelle $x=0$)}
end{align*}
end{document}





share|improve this answer





















  • Thanks a lot :)
    – Helena Pokrivka
    Nov 18 at 9:49













up vote
4
down vote










up vote
4
down vote









Maybe like this:



enter image description here



documentclass[paper=a4,pagesize,fontsize=12pt]{scrartcl}
usepackage{amsmath}
begin{document}
Text above
begin{align*}
widetilde{y_i}&=bx_i+a, & b&=frac{s_{XY}}{s_X^2}, & displaystyle a&=bar{y}-bbar{x},
end{align*}
where
begin{align*}
widetilde{y_i} &ldots text{vorhergesagter Wert} \
b &ldots text{slope (Steigung der Regressionsgerade)} \
a &ldots text{intercept (Gerade schneidet $y$-Achse, an der Stelle $x=0$)}
end{align*}
end{document}





share|improve this answer












Maybe like this:



enter image description here



documentclass[paper=a4,pagesize,fontsize=12pt]{scrartcl}
usepackage{amsmath}
begin{document}
Text above
begin{align*}
widetilde{y_i}&=bx_i+a, & b&=frac{s_{XY}}{s_X^2}, & displaystyle a&=bar{y}-bbar{x},
end{align*}
where
begin{align*}
widetilde{y_i} &ldots text{vorhergesagter Wert} \
b &ldots text{slope (Steigung der Regressionsgerade)} \
a &ldots text{intercept (Gerade schneidet $y$-Achse, an der Stelle $x=0$)}
end{align*}
end{document}






share|improve this answer












share|improve this answer



share|improve this answer










answered Nov 16 at 17:42









Sigur

23.3k354135




23.3k354135












  • Thanks a lot :)
    – Helena Pokrivka
    Nov 18 at 9:49


















  • Thanks a lot :)
    – Helena Pokrivka
    Nov 18 at 9:49
















Thanks a lot :)
– Helena Pokrivka
Nov 18 at 9:49




Thanks a lot :)
– Helena Pokrivka
Nov 18 at 9:49










up vote
2
down vote













Keep it simple:



documentclass[paper=a4,pagesize,fontsize=12pt]{scrartcl}
usepackage{amsmath}
usepackage{enumitem}

usepackage{showframe} % just to show the page margins

begin{document}

begin{gather*}
tilde{y}_i=bx_i+a
qquad
b=frac{s_{XY}}{s_X^2}
qquad
a=bar{y}-bbar{x}
\
begin{minipage}{0.8displaywidth}
begin{itemize}[label=,nosep,leftmargin=0pt]
item $tilde{y}_i$ vorhergesagter Wert
item $b$ slope (Steigung der Regressionsgerade)
item $a$ intercept (Gerade schneidet $y$-Achse, an der Stelle $x=0$)
end{itemize}
end{minipage}
end{gather*}

end{document}


You can later change your mind about the label in the itemize environment.



With gather* we ensure no page break is feasible between the equations and their descriptions.



enter image description here






share|improve this answer





















  • Thank you so much :)
    – Helena Pokrivka
    Nov 18 at 9:48















up vote
2
down vote













Keep it simple:



documentclass[paper=a4,pagesize,fontsize=12pt]{scrartcl}
usepackage{amsmath}
usepackage{enumitem}

usepackage{showframe} % just to show the page margins

begin{document}

begin{gather*}
tilde{y}_i=bx_i+a
qquad
b=frac{s_{XY}}{s_X^2}
qquad
a=bar{y}-bbar{x}
\
begin{minipage}{0.8displaywidth}
begin{itemize}[label=,nosep,leftmargin=0pt]
item $tilde{y}_i$ vorhergesagter Wert
item $b$ slope (Steigung der Regressionsgerade)
item $a$ intercept (Gerade schneidet $y$-Achse, an der Stelle $x=0$)
end{itemize}
end{minipage}
end{gather*}

end{document}


You can later change your mind about the label in the itemize environment.



With gather* we ensure no page break is feasible between the equations and their descriptions.



enter image description here






share|improve this answer





















  • Thank you so much :)
    – Helena Pokrivka
    Nov 18 at 9:48













up vote
2
down vote










up vote
2
down vote









Keep it simple:



documentclass[paper=a4,pagesize,fontsize=12pt]{scrartcl}
usepackage{amsmath}
usepackage{enumitem}

usepackage{showframe} % just to show the page margins

begin{document}

begin{gather*}
tilde{y}_i=bx_i+a
qquad
b=frac{s_{XY}}{s_X^2}
qquad
a=bar{y}-bbar{x}
\
begin{minipage}{0.8displaywidth}
begin{itemize}[label=,nosep,leftmargin=0pt]
item $tilde{y}_i$ vorhergesagter Wert
item $b$ slope (Steigung der Regressionsgerade)
item $a$ intercept (Gerade schneidet $y$-Achse, an der Stelle $x=0$)
end{itemize}
end{minipage}
end{gather*}

end{document}


You can later change your mind about the label in the itemize environment.



With gather* we ensure no page break is feasible between the equations and their descriptions.



enter image description here






share|improve this answer












Keep it simple:



documentclass[paper=a4,pagesize,fontsize=12pt]{scrartcl}
usepackage{amsmath}
usepackage{enumitem}

usepackage{showframe} % just to show the page margins

begin{document}

begin{gather*}
tilde{y}_i=bx_i+a
qquad
b=frac{s_{XY}}{s_X^2}
qquad
a=bar{y}-bbar{x}
\
begin{minipage}{0.8displaywidth}
begin{itemize}[label=,nosep,leftmargin=0pt]
item $tilde{y}_i$ vorhergesagter Wert
item $b$ slope (Steigung der Regressionsgerade)
item $a$ intercept (Gerade schneidet $y$-Achse, an der Stelle $x=0$)
end{itemize}
end{minipage}
end{gather*}

end{document}


You can later change your mind about the label in the itemize environment.



With gather* we ensure no page break is feasible between the equations and their descriptions.



enter image description here







share|improve this answer












share|improve this answer



share|improve this answer










answered Nov 16 at 21:41









egreg

699k8518583127




699k8518583127












  • Thank you so much :)
    – Helena Pokrivka
    Nov 18 at 9:48


















  • Thank you so much :)
    – Helena Pokrivka
    Nov 18 at 9:48
















Thank you so much :)
– Helena Pokrivka
Nov 18 at 9:48




Thank you so much :)
– Helena Pokrivka
Nov 18 at 9:48










up vote
2
down vote













Make it easy.



See if this way of alignment suit you :)



documentclass{scrartcl}
usepackage{amsmath}
begin{document}
Blah blah we have:
begin{align*}
widetilde{y_i}=bx_i+a qquadquad b=frac{s_{XY}}{s_X^2} qquadquad a=bar{y}- bbar{x}
end{align*}
[ % or () for inline mode if you want
text{where }left{
begin{array}{rcl}
widetilde{y_i} & ldots & text{vorhergesagter Wert}\
b & ldots & text{slope (Steigung der Regressionsgerade)}\
a & ldots & text{intercept (Gerade schneidet $y$-Achse, an der Stelle $x=0$)}
end{array}
right.
]
end{document}


enter image description here






share|improve this answer





















  • Thank you so much :)
    – Helena Pokrivka
    Nov 18 at 9:48















up vote
2
down vote













Make it easy.



See if this way of alignment suit you :)



documentclass{scrartcl}
usepackage{amsmath}
begin{document}
Blah blah we have:
begin{align*}
widetilde{y_i}=bx_i+a qquadquad b=frac{s_{XY}}{s_X^2} qquadquad a=bar{y}- bbar{x}
end{align*}
[ % or () for inline mode if you want
text{where }left{
begin{array}{rcl}
widetilde{y_i} & ldots & text{vorhergesagter Wert}\
b & ldots & text{slope (Steigung der Regressionsgerade)}\
a & ldots & text{intercept (Gerade schneidet $y$-Achse, an der Stelle $x=0$)}
end{array}
right.
]
end{document}


enter image description here






share|improve this answer





















  • Thank you so much :)
    – Helena Pokrivka
    Nov 18 at 9:48













up vote
2
down vote










up vote
2
down vote









Make it easy.



See if this way of alignment suit you :)



documentclass{scrartcl}
usepackage{amsmath}
begin{document}
Blah blah we have:
begin{align*}
widetilde{y_i}=bx_i+a qquadquad b=frac{s_{XY}}{s_X^2} qquadquad a=bar{y}- bbar{x}
end{align*}
[ % or () for inline mode if you want
text{where }left{
begin{array}{rcl}
widetilde{y_i} & ldots & text{vorhergesagter Wert}\
b & ldots & text{slope (Steigung der Regressionsgerade)}\
a & ldots & text{intercept (Gerade schneidet $y$-Achse, an der Stelle $x=0$)}
end{array}
right.
]
end{document}


enter image description here






share|improve this answer












Make it easy.



See if this way of alignment suit you :)



documentclass{scrartcl}
usepackage{amsmath}
begin{document}
Blah blah we have:
begin{align*}
widetilde{y_i}=bx_i+a qquadquad b=frac{s_{XY}}{s_X^2} qquadquad a=bar{y}- bbar{x}
end{align*}
[ % or () for inline mode if you want
text{where }left{
begin{array}{rcl}
widetilde{y_i} & ldots & text{vorhergesagter Wert}\
b & ldots & text{slope (Steigung der Regressionsgerade)}\
a & ldots & text{intercept (Gerade schneidet $y$-Achse, an der Stelle $x=0$)}
end{array}
right.
]
end{document}


enter image description here







share|improve this answer












share|improve this answer



share|improve this answer










answered Nov 17 at 10:23









Dũng Vũ

1,12120




1,12120












  • Thank you so much :)
    – Helena Pokrivka
    Nov 18 at 9:48


















  • Thank you so much :)
    – Helena Pokrivka
    Nov 18 at 9:48
















Thank you so much :)
– Helena Pokrivka
Nov 18 at 9:48




Thank you so much :)
– Helena Pokrivka
Nov 18 at 9:48










up vote
0
down vote













Thank you guys all so so much for your much-appreciated help. My document looks really good now. :)



I have one last question:
enter image description here



How can I make the



y_i... vorhergesagter Wert, 
b...slope,
a...intercept AND
r_i... Residuum,
y_i... beobachteter Wert,
widetilde y_i... vorhergesagter Wert


make appear aligned under each other. I would like both parts either to be in the center or on the left.



flushleft textbf {Die Regressionsgerade:} 

begin{gather*}

widetilde{y}_i=bx_i+a

qquad

b=frac{s_{XY}}{s_X^2}

qquad

a=bar{y}-bbar{x}

\

begin{minipage}{0.8displaywidth}

begin{itemize}[label=,nosep,leftmargin=0pt]

item $widetilde{y}_i$ ldots vorhergesagter Wert

item $b$ ldots slope (Steigung der Regressionsgerade)

item $a$ ldots intercept (Gerade schneidet $y$-Achse, an der Stelle $x=0$) \[0.4cm]

end{itemize}

end{minipage}

end{gather*}

flushleft textbf {Residuen:}

begin{center}

renewcommand{arraystretch}{1}

begin{tabular}{l}

hspace{1cm} vspace{0.2cm}

(displaystyle r_i = y_i - widetilde{y_i} ) hspace{3cm}\

$r_i$ ldots Residuum für Beobachtung $i$\

$y_i$ ldots beobachteter Wert von Person $i$\

$widetilde{y_i}$ ldots vorhergesagter Wert von Person $i$\[0.4cm]

end{tabular}

end{center}

vspace{0.22cm}


Thank you so much one more time.






share|improve this answer










New contributor




Helena Pokrivka is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.


















  • If you want them to be aligned to the left, why not simply type them as normal text? To make it better, add qquad in front of each of them.
    – Dũng Vũ
    Nov 18 at 10:04















up vote
0
down vote













Thank you guys all so so much for your much-appreciated help. My document looks really good now. :)



I have one last question:
enter image description here



How can I make the



y_i... vorhergesagter Wert, 
b...slope,
a...intercept AND
r_i... Residuum,
y_i... beobachteter Wert,
widetilde y_i... vorhergesagter Wert


make appear aligned under each other. I would like both parts either to be in the center or on the left.



flushleft textbf {Die Regressionsgerade:} 

begin{gather*}

widetilde{y}_i=bx_i+a

qquad

b=frac{s_{XY}}{s_X^2}

qquad

a=bar{y}-bbar{x}

\

begin{minipage}{0.8displaywidth}

begin{itemize}[label=,nosep,leftmargin=0pt]

item $widetilde{y}_i$ ldots vorhergesagter Wert

item $b$ ldots slope (Steigung der Regressionsgerade)

item $a$ ldots intercept (Gerade schneidet $y$-Achse, an der Stelle $x=0$) \[0.4cm]

end{itemize}

end{minipage}

end{gather*}

flushleft textbf {Residuen:}

begin{center}

renewcommand{arraystretch}{1}

begin{tabular}{l}

hspace{1cm} vspace{0.2cm}

(displaystyle r_i = y_i - widetilde{y_i} ) hspace{3cm}\

$r_i$ ldots Residuum für Beobachtung $i$\

$y_i$ ldots beobachteter Wert von Person $i$\

$widetilde{y_i}$ ldots vorhergesagter Wert von Person $i$\[0.4cm]

end{tabular}

end{center}

vspace{0.22cm}


Thank you so much one more time.






share|improve this answer










New contributor




Helena Pokrivka is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.


















  • If you want them to be aligned to the left, why not simply type them as normal text? To make it better, add qquad in front of each of them.
    – Dũng Vũ
    Nov 18 at 10:04













up vote
0
down vote










up vote
0
down vote









Thank you guys all so so much for your much-appreciated help. My document looks really good now. :)



I have one last question:
enter image description here



How can I make the



y_i... vorhergesagter Wert, 
b...slope,
a...intercept AND
r_i... Residuum,
y_i... beobachteter Wert,
widetilde y_i... vorhergesagter Wert


make appear aligned under each other. I would like both parts either to be in the center or on the left.



flushleft textbf {Die Regressionsgerade:} 

begin{gather*}

widetilde{y}_i=bx_i+a

qquad

b=frac{s_{XY}}{s_X^2}

qquad

a=bar{y}-bbar{x}

\

begin{minipage}{0.8displaywidth}

begin{itemize}[label=,nosep,leftmargin=0pt]

item $widetilde{y}_i$ ldots vorhergesagter Wert

item $b$ ldots slope (Steigung der Regressionsgerade)

item $a$ ldots intercept (Gerade schneidet $y$-Achse, an der Stelle $x=0$) \[0.4cm]

end{itemize}

end{minipage}

end{gather*}

flushleft textbf {Residuen:}

begin{center}

renewcommand{arraystretch}{1}

begin{tabular}{l}

hspace{1cm} vspace{0.2cm}

(displaystyle r_i = y_i - widetilde{y_i} ) hspace{3cm}\

$r_i$ ldots Residuum für Beobachtung $i$\

$y_i$ ldots beobachteter Wert von Person $i$\

$widetilde{y_i}$ ldots vorhergesagter Wert von Person $i$\[0.4cm]

end{tabular}

end{center}

vspace{0.22cm}


Thank you so much one more time.






share|improve this answer










New contributor




Helena Pokrivka is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









Thank you guys all so so much for your much-appreciated help. My document looks really good now. :)



I have one last question:
enter image description here



How can I make the



y_i... vorhergesagter Wert, 
b...slope,
a...intercept AND
r_i... Residuum,
y_i... beobachteter Wert,
widetilde y_i... vorhergesagter Wert


make appear aligned under each other. I would like both parts either to be in the center or on the left.



flushleft textbf {Die Regressionsgerade:} 

begin{gather*}

widetilde{y}_i=bx_i+a

qquad

b=frac{s_{XY}}{s_X^2}

qquad

a=bar{y}-bbar{x}

\

begin{minipage}{0.8displaywidth}

begin{itemize}[label=,nosep,leftmargin=0pt]

item $widetilde{y}_i$ ldots vorhergesagter Wert

item $b$ ldots slope (Steigung der Regressionsgerade)

item $a$ ldots intercept (Gerade schneidet $y$-Achse, an der Stelle $x=0$) \[0.4cm]

end{itemize}

end{minipage}

end{gather*}

flushleft textbf {Residuen:}

begin{center}

renewcommand{arraystretch}{1}

begin{tabular}{l}

hspace{1cm} vspace{0.2cm}

(displaystyle r_i = y_i - widetilde{y_i} ) hspace{3cm}\

$r_i$ ldots Residuum für Beobachtung $i$\

$y_i$ ldots beobachteter Wert von Person $i$\

$widetilde{y_i}$ ldots vorhergesagter Wert von Person $i$\[0.4cm]

end{tabular}

end{center}

vspace{0.22cm}


Thank you so much one more time.







share|improve this answer










New contributor




Helena Pokrivka is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









share|improve this answer



share|improve this answer








edited Nov 18 at 10:04









Dũng Vũ

1,12120




1,12120






New contributor




Helena Pokrivka is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









answered Nov 18 at 9:47









Helena Pokrivka

261




261




New contributor




Helena Pokrivka is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.





New contributor





Helena Pokrivka is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.






Helena Pokrivka is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.












  • If you want them to be aligned to the left, why not simply type them as normal text? To make it better, add qquad in front of each of them.
    – Dũng Vũ
    Nov 18 at 10:04


















  • If you want them to be aligned to the left, why not simply type them as normal text? To make it better, add qquad in front of each of them.
    – Dũng Vũ
    Nov 18 at 10:04
















If you want them to be aligned to the left, why not simply type them as normal text? To make it better, add qquad in front of each of them.
– Dũng Vũ
Nov 18 at 10:04




If you want them to be aligned to the left, why not simply type them as normal text? To make it better, add qquad in front of each of them.
– Dũng Vũ
Nov 18 at 10:04










Helena Pokrivka is a new contributor. Be nice, and check out our Code of Conduct.










 

draft saved


draft discarded


















Helena Pokrivka is a new contributor. Be nice, and check out our Code of Conduct.













Helena Pokrivka is a new contributor. Be nice, and check out our Code of Conduct.












Helena Pokrivka is a new contributor. Be nice, and check out our Code of Conduct.















 


draft saved


draft discarded














StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f460345%2fplacing-three-mathematical-formulas-next-to-each-other%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown





















































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown

































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown







Popular posts from this blog

How to send String Array data to Server using php in android

Title Spacing in Bjornstrup Chapter, Removing Chapter Number From Contents

Is anime1.com a legal site for watching anime?