<solutions label="solutions-odd-answers" inline="answer" divisional="answer" worksheet="answer" reading="answer" project="answer" admit="odd">
<title>All Solutions that are Answers to Odd Exercises</title>
<idx><h>solutions</h><h>all even answers</h></idx>
<introduction>
<p>
This should be identical to the previous collection of answers,
<em>except</em> only exercises with an even number are reported
(via the <attr>admit</attr> attribute).
</p>
</introduction>
<!-- content will happen here automatically -->
</solutions>
Appendix E All Solutions that are Answers to Odd Exercises
View Source for solutions
This should be identical to the previous collection of answers, except only exercises with an even number are reported (via the
@admit
attribute).
4 An Interesting Corollary
4.2 A Pedagogical Note about SubsectionΒ 4.1
4.2.2 Advice
Checkpoint 4.9. An Inline Exercise.
Activity 4.3. Hints, Answers, Solutions.
Project 4.5.
4.6 Introductions and Conclusions
4.6.2 Test Two
What Did You Learn?
4.6.2.1.
Exercises
4.6.2.1.
11 Further Reading
11.3 More Exercises
11.3.11.
11.3.13.
11.3.21.
11.3.23.
11.3.25.
Answer.
View Source for answer
<answer>
<sidebyside>
<tabular halign="center">
<row header="yes" bottom="medium">
<cell><m>x</m></cell>
<cell><m>f(x)</m></cell>
</row>
<row>
<cell><m>0</m></cell>
<cell><m>0</m></cell>
</row>
<row>
<cell><m>1</m></cell>
<cell><m>1</m></cell>
</row>
<row>
<cell><m>2</m></cell>
<cell><m>4</m></cell>
</row>
<row>
<cell><m>3</m></cell>
<cell><m>9</m></cell>
</row>
</tabular>
<image xml:id="x-squared">
<latex-image>
\begin{tikzpicture}
\begin{axis}
\addplot[domain=-1.5:4, blue, thick, {stealth}-{stealth}] {x^2};
\end{axis}
\end{tikzpicture}
</latex-image>
</image>
</sidebyside>
</answer>
\(x\) | \(f(x)\) |
---|---|
\(0\) | \(0\) |
\(1\) | \(1\) |
\(2\) | \(4\) |
\(3\) | \(9\) |