Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Some collected housekeeping changes #326

Merged
merged 3 commits into from
Feb 19, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 9 additions & 3 deletions ptx/apex-UL-accelerated.ptx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<title>APEX Calculus</title>
<subtitle>for University of Lethbridge</subtitle>
<frontmatter label="frontmatter">
<titlepage>
<bibinfo>
<author>
<personname>Gregory Hartman, Ph.D.</personname>
<department>Department of Applied Mathematics</department>
Expand All @@ -33,9 +33,7 @@
</editor>

<date><today/></date>
</titlepage>

<colophon label="colophon">
<credit>
<role>Contributors to the <m>4</m>th Edition</role>
<entity>Jennifer Bowen, Troy Siemers, Brian Heinold, Dimplekumar Chalishajar</entity>
Expand All @@ -55,6 +53,14 @@
Licensed to the public under Creative Commons Attribution-Noncommercial 4.0 International Public License
</shortlicense>
</copyright>
</bibinfo>


<titlepage label="titlepage">
<titlepage-items/>
</titlepage>
<colophon label="colophon">
<colophon-items/>
</colophon>

<xi:include href="./acknowledgement.ptx"/>
Expand Down
14 changes: 10 additions & 4 deletions ptx/apex-UL-standard.ptx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<title>APEX Calculus</title>
<subtitle>for University of Lethbridge</subtitle>
<frontmatter label="frontmatter">
<titlepage>
<bibinfo>
<author>
<personname>Gregory Hartman, Ph.D.</personname>
<department>Department of Applied Mathematics</department>
Expand All @@ -33,9 +33,7 @@
</editor>

<date><today/></date>
</titlepage>

<colophon label="colophon">

<credit>
<role>Contributors to the <m>4</m>th Edition</role>
<entity>Jennifer Bowen, Troy Siemers, Brian Heinold, Dimplekumar Chalishajar</entity>
Expand All @@ -55,6 +53,14 @@
Licensed to the public under Creative Commons Attribution-Noncommercial 4.0 International Public License
</shortlicense>
</copyright>
</bibinfo>


<titlepage label="titlepage">
<titlepage-items/>
</titlepage>
<colophon label="colophon">
<colophon-items/>
</colophon>

<xi:include href="./acknowledgement.ptx"/>
Expand Down
13 changes: 9 additions & 4 deletions ptx/apex.ptx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<book xml:id="apex-calculus">
<title>APEX Calculus</title>
<frontmatter label="frontmatter">
<titlepage>
<bibinfo>
<author>
<personname>Gregory Hartman, Ph.D.</personname>
<department>Department of Applied Mathematics</department>
Expand All @@ -31,10 +31,8 @@
<institution>Portland Community College</institution>
</editor>

<date><today/></date>
</titlepage>
<date><today /></date>

<colophon label="colophon">
<credit>
<role>Contributors to the <m>4</m>th Edition</role>
<entity>Jennifer Bowen, Troy Siemers, Brian Heinold, Dimplekumar Chalishajar</entity>
Expand All @@ -54,6 +52,13 @@
Licensed to the public under Creative Commons Attribution-Noncommercial 4.0 International Public License
</shortlicense>
</copyright>
</bibinfo>

<titlepage label="titlepage">
<titlepage-items/>
</titlepage>
<colophon label="colophon">
<colophon-items/>
</colophon>

<xi:include href="./acknowledgement.ptx"/>
Expand Down
4 changes: 2 additions & 2 deletions ptx/sec_def_int.ptx
Original file line number Diff line number Diff line change
Expand Up @@ -2169,7 +2169,7 @@
xmin=-.2,
xmax=3.1,
xlabel={\(t\) (s)},
ylabel={\(y\) (ft/s)}
ylabel={\(v\) (ft/s)}
]
\addplot+ [domain=0:3] {-x+2};
\end{axis}
Expand Down Expand Up @@ -2243,7 +2243,7 @@
xmin=-.2,
xmax=5.3,
xlabel={\(t\) (s)},
ylabel={\(y\) (ft/s)}
ylabel={\(v\) (ft/s)}
]
\addplot+ [domain=0:1] {3};
\addplot [firstcurvestyle,domain=1:2] {-3*(x-2)};
Expand Down
10 changes: 5 additions & 5 deletions ptx/sec_taylor_poly.ptx
Original file line number Diff line number Diff line change
Expand Up @@ -2031,7 +2031,7 @@
</pg-code>
<statement>
<p>
Find the degree <m>n=5</m> Taylor poplynomial for
Find the degree <m>n=5</m> Taylor polynomial for
<m>f(x) = \sin(x)</m>, at <m>c=\pi/6</m>.
</p>

Expand All @@ -2046,11 +2046,11 @@
<webwork xml:id="webwork-ex-taylor-poly-compute-5">
<pg-code>
$x = 'x';
$taypoly = Formula("(1/2)-(1/4)*($x-2)+(1/8)*($x-2)^2-(1/16)*($x-2)^3+(1/32)*($x-2)^4+(1/64)*($x-2)^5");
$taypoly = Formula("(1/2)-(1/4)*($x-2)+(1/8)*($x-2)^2-(1/16)*($x-2)^3+(1/32)*($x-2)^4-(1/64)*($x-2)^5");
</pg-code>
<statement>
<p>
Find the degree <m>n=5</m> Taylor poplynomial for
Find the degree <m>n=5</m> Taylor polynomial for
<m>f(x) = \frac1x</m>, at <m>c=2</m>.
</p>

Expand All @@ -2069,7 +2069,7 @@
</pg-code>
<statement>
<p>
Find the degree <m>n=8</m> Taylor poplynomial for
Find the degree <m>n=8</m> Taylor polynomial for
<m>\ds f(x) = \frac{1}{x^2}</m>, at <m>c=1</m>.
</p>

Expand All @@ -2088,7 +2088,7 @@
</pg-code>
<statement>
<p>
Find the degree <m>n=3</m> Taylor poplynomial for
Find the degree <m>n=3</m> Taylor polynomial for
<m>\ds f(x) = \frac{1}{x^2+1}</m>, at <m>c=-1</m>.
</p>

Expand Down