(eBook PDF) Linear Algebra with Applications 9th Editioninstant download
(eBook PDF) Linear Algebra with Applications 9th Editioninstant download
Edition download
https://ebooksecure.com/product/ebook-pdf-linear-algebra-with-
applications-9th-edition/
http://ebooksecure.com/product/ebook-pdf-elementary-linear-
algebra-with-applications-9th-edition/
http://ebooksecure.com/product/ebook-pdf-linear-algebra-with-
applications-10th-edition-2/
http://ebooksecure.com/product/ebook-pdf-linear-algebra-with-
applications-10th-edition/
http://ebooksecure.com/product/ebook-pdf-linear-algebra-with-
applications-10th-edition-3/
Instructor's Solutions Manual for Elementary Linear
Algebra with Applications, 9th Edition Bernard Kolman -
eBook PDF
https://ebooksecure.com/download/instructors-solutions-manual-
for-elementary-linear-algebra-with-applications-9th-edition-
ebook-pdf/
http://ebooksecure.com/product/ebook-pdf-linear-algebra-and-its-
applications-4th-edition/
http://ebooksecure.com/product/linear-algebra-and-its-
applications-5th-edition-ebook-pdf/
http://ebooksecure.com/product/ebook-pdf-elementary-linear-
algebra-applications-version-10th-edition/
http://ebooksecure.com/product/ebook-pdf-elementary-linear-
algebra-applications-version-12th-edition/
9781284120097_FMxx_i_xvii 26/10/17 10:39 AM Page vii
Contents vii
Appendices 459
A Cross Product 459
B Equations of Planes and Lines in Three-Space 469
C Graphing Calculator Manual 477
C1 Reduced Echelon Form of a Matrix 477
9781284120097_FMxx_i_xvii 26/10/17 10:39 AM Page viii
viii Contents
Contents ix
Index 589
9781284120097_FMxx_i_xvii 26/10/17 10:39 AM Page x
9781284120097_FMxx_i_xvii 26/10/17 10:39 AM Page xi
Preface
T
his text is an introduction to linear algebra suitable for a course usually offered at the
sophomore level. The material is arranged in three parts. Part 1 consists of what I
regard as basic material—discussions of systems of linear equations, vectors in Rn
(including the concepts of linear combination, basis, and dimension), matrices, linear trans-
formations, determinants, eigenvalues, and eigenspaces, as well as optional applications.
Part 2 builds on this material to discuss general vector spaces, such as spaces of matrices
and functions. It includes topics such as the rank/nullity theorem, inner products, and coor-
dinate representations. Part 3 completes the course with some of the important ideas and
methods in numerical linear algebra such as ill-conditioning, pivoting, LU decomposition,
and singular value decomposition.
This edition continues the tradition of earlier editions by being a flexible blend of the-
ory, important numerical techniques, and interesting applications. The book is arranged
around 29 core sections. These sections include topics that I think are essential to an intro-
ductory linear algebra course. There is then ample time for the instructor to select further
topics that give the course the desired flavor.
Ninth Edition The vector space Rn, subspaces, bases, and dimension are introduced early
(Chapter 1). These ideas are then used in a natural, gradual way to discuss such concepts
as linear transformations in Rn (Chapter 2) and eigenspaces (Chapter 3), leading to general
vector spaces (Chapter 4). The level of abstraction gradually increases as students progress
in the course, and the big jump that often exists for students in going from matrix algebra
to general vector spaces is no longer there. The first three chapters give the foundation of
the vector space Rn; they really form a fairly complete elementary minicourse for the vec-
tor space Rn. The rest of the course builds on this solid foundation.
Changes This edition is a refinement of the Eighth Edition. Certain sections have been
rewritten, others added, and new exercises have been included. One aim has been to improve
the clarity, flow, and selection of material. For example, Sections 1.3, 1.4, and 1.5 on the vector
space Rn, subspaces, independence, bases, and the concept of dimension have been rewritten.
It is important that the students thoroughly master these concepts at this time and be able to look
at them from the algebraic and geometric viewpoints. They are used throughout the book.
In the previous edition I used the concept of a shear to help motivate matrix multipli-
cation. I have decided that this approach is too laborious at this time. I have decided that
“simple is best” here—master the algebraic ideas first: size of the product of two matrices,
associative property, partitioning of matrices, etc.
On the other hand, I have now discussed some more advanced topics in greater depth.
Whereas in previous editions I went the route of discussing some topics in example form,
xi
9781284120097_FMxx_i_xvii 26/10/17 10:39 AM Page xii
xii Preface
I have tended to be more theoretical here. In the previous edition, diagonalization of quad-
ratic forms was discussed by means of an example in R2; here we discuss it in Rn. The prin-
cipal axes theorem is included here.
While some illustration of how linear algebra is used in calculus was presented in the pre-
vious edition (use of linear mappings to analyze certain differential equations, Section 4.9), it
was minimal. I have decided in this edition to illustrate more of the overlap between linear
algebra and calculus, seeing some of the concepts of differential equations through the eyes of
linear algebra. For example, systems of linear differential equations are solved using eigen-
values and eigenvectors. Another application of linear algebra in calculus is the use of a
Wronskian to confirm that a given set of functions is linearly independent. I believe that a
number of students either take a course in calculus concurrently with linear algebra or have
had a course in differential equations prior to linear algebra. These students should have the
opportunity to see how various areas of mathematics build on one another’s shoulders; how-
ever, calculus is not a prerequisite for the book—various calculus discussions can be omitted.
Computation Although linear algebra has its abstract side, it also has its numerical side.
Students should feel comfortable with the term “algorithm” by the end of the course. The
student participates in the process of determining exactly where certain algorithms are more
efficient than others.
9781284120097_FMxx_i_xvii 26/10/17 10:39 AM Page xiii
Preface xiii
For those who wish to integrate the computer into the course, a MATLAB manual has
been included in Appendix D. MATLAB is the most widely used software for working with
matrices. The manual consists of 31 sections that tie into the regular course material. A brief
summary of the relevant mathematics is given at the beginning of each section. Built-in
functions of MATLAB—such as inv(A) for finding the inverse of a matrix A—are intro-
duced, and programs written in the MATLAB language also are available and can be down-
loaded from www.stetson.edu/~gwilliam/mfiles.htm. The programs include not only
computational programs such as Gauss-Jordan elimination with an all-steps option, but also
applications such as digraphs, Markov chains, and a simulated space–time voyage. Although
this manual is presented in terms of MATLAB, the ideas should be of general interest. The
exercises can be implemented on other matrix algebra software packages.
A graphing calculator also can be used in linear algebra. Calculators are available for
performing matrix computation and for computing reduced echelon forms. A calculator
manual for the course has been included in Appendix C.
Applications Linear algebra is a subject of great breadth. Its spectrum ranges from the
abstract through numerical techniques to applications. In this book I have attempted to give
the reader a glimpse of many interesting applications. These applications range from the-
oretical applications—such as the use of linear algebra in differential equations, difference
equations, and least squares analyses—to many practical applications in fields such as
archaeology, demography, electrical engineering, traffic analysis, fractal geometry, rela-
tivity, and history. All such discussions are self-contained. There should be something here
to interest everyone! I have tried to involve the reader in the applications by using exer-
cises that extend the discussions given. Students have to be trained in the art of applying
mathematics. Where better than in the linear algebra course, with its wealth of applications?
Time is always a challenge when teaching. It becomes important to tap that out-of-class
time as much as possible. A good way to do this is with group application projects. The
instructor can select those applications that are of most interest to the class.
Chapter 1 Linear Equations and Vectors The reader is led from solving systems of two
linear equations to solving general systems. The Gauss-Jordan method of forward elimina-
tion is used—it is a clean, uncomplicated algorithm for the small systems encountered. (The
Gauss method that uses forward elimination to arrive at the echelon form, and then back sub-
stitution to get the reduced echelon form, can be easily substituted if preferred, based on the
discussion in Section 7.1. The examples then in fact become useful exercises for checking
mastery of the method.) Solutions in many variables lead to the vector space Rn. Concepts
of linear independence, basis, and dimension are discussed. They are illustrated within the
framework of subspaces of solutions to specific homogeneous systems. I have tried to make
9781284120097_FMxx_i_xvii 26/10/17 10:39 AM Page xiv
xiv Preface
this an informal introduction to these ideas, which will be followed in Chapter 4 by a more
in-depth discussion. The significance of these concepts to the large picture will then be appar-
ent right from the outset. Exercises at this stage require a brief explanation involving sim-
ple vectors. The aim is to get the students to understand the ideas without having to attempt
it through a haze of arithmetic. In the following sections, the course then becomes a natural,
beautiful buildup of ideas. The dot product leads to the concepts of angle, vector magnitude,
distance, and geometry of Rn. (This section on the dot product can be deferred to just before
Section 4.6, which is on orthonormal vectors, if desired.) The chapter closes with three
optional applications. Fitting a polynomial of degree n – 1 to n data points leads to a system
of linear equations that has a unique solution. The analyses of electrical networks and traf-
fic flow give rise to systems that have unique solutions and many solutions. The model for
traffic flow is similar to that of electrical networks, but has fewer restrictions, leading to
more freedom and thus many solutions in place of a unique solution.
Chapter 2 Matrices and Linear Transformations Matrices were used in the first chapter to
handle systems of equations. This application motivates the algebraic development of the the-
ory of matrices in this chapter. A beautiful application of matrices in archaeology that illus-
trates the usefulness of matrix multiplication, transpose, and symmetric matrices, is included
in this chapter. The reader can anticipate, for physical reasons, why the product of a matrix
and its transpose has to be symmetric and can then arrive at the result mathematically. This
is mathematics at its best! A derivation of the general result that the set of solutions to a homo-
geneous system of linear equations forms a subspace builds on the discussion of specific sys-
tems in Chapter 1. A discussion of dilations, reflections, and rotations leads to matrix
transformations and an early introduction of linear transformations on Rn. Matrix represen-
tations of linear transformations with respect to standard bases of Rn are derived and applied.
A self-contained illustration of the role of linear transformations in computer graphics is pre-
sented. The chapter closes with three optional sections on applications that should have broad
appeal. The Leontief Input-Output Model in Economics is used to analyze the interdepend-
ence of industries. (Wassily Leontief received a Nobel Prize in 1973 for his work in this area.)
A Markov chain model is used in demography and genetics, and digraphs are used in com-
munication and sociology. Instructors who cannot fit these sections into their formal class
schedule should encourage readers to browse through them. All discussions are self-con-
tained. These sections can be given as out-of-class projects or as reading assignments.
Chapter 3 Determinants and Eigenvectors Determinants and their properties are intro-
duced as quickly and painlessly as possible. Some proofs are included for the sake of com-
pleteness, but can be skipped if the instructor so desires. The chapter closes with an introduction
to eigenvalues, eigenvectors, and eigenspaces. The student will see applications in demog-
raphy and weather prediction and a discussion of the Leslie Model used for predicting births
and deaths of animals. The importance of eigenvalues to the implementation of Google is dis-
cussed. Some instructors may wish to discuss diagonalization of matrices from Section 5.3
at this time.
Chapter 4 General Vector Spaces The structure of the abstract vector space is based on
that of Rn. The concepts of subspace, linear dependence, basis, and dimension are defined
rigorously and are extended to spaces of matrices and functions. The Wronskian test (optional),
which can often reveal that a set of functions is linearly independent, is introduced. The
section on rank brings together many of the earlier concepts. The reader will see that matrix
inverse, determinant, rank, and uniqueness of solutions are all related. This chapter includes
an introduction to projections—onto one and many dimensional spaces. A discussion of
linear transformations completes the earlier introduction. Topics such as kernel, range, and
the rank/nullity theorem are presented. Linear transformations, kernel, and range are used
9781284120097_FMxx_i_xvii 26/10/17 10:39 AM Page xv
Preface xv
to give the reader a geometrical picture of the sets of solutions to systems of linear equa-
tions, both homogeneous and nonhomogeneous.
Chapter 5 Coordinate Representations The reader will see that every finite dimensional
vector space is isomorphic to Rn. This implies that every such vector space is, in a mathe-
matical sense, “the same as” Rn. These isomorphisms are defined by the bases of the space.
Different bases also lead to different matrix representations of linear transformation. The
central role of eigenvalues and eigenvectors in finding diagonal representations is discussed.
These techniques are used to arrive at the normal modes of oscillating systems. This chapter
ends with an optional section on linear algebra and linear differential equations. It shows
how the concepts of eigenvalues, eigenvectors, and diagonalization play a role in solving
systems of linear differential equations.
Chapter 6 Inner Product Spaces The axioms of inner products are presented and inner
products are used (as was the dot product earlier in Rn) to define norms of vectors, angles
between vectors, and distances in general vector spaces. These ideas are used to approxi-
mate functions by polynomials. The importance of such approximations to computer soft-
ware is discussed. I could not resist including a discussion of the use of vector space theory
to detect errors in codes. The Hamming code, whose elements are vectors over a finite field,
is introduced. The reader is also introduced to non-Euclidean geometry, leading to a self-
contained discussion of the special relativity model of space–time. Having developed the
general inner product space, the reader finds that the framework is not appropriate for the
mathematical description of space–time. The positive definite axiom is discarded, opening
up the door first for the pseudo inner product that is used in special relativity, and later for
one that describes gravity in general relativity. It is appropriate at this time to discuss the
importance of first mastering standard mathematical structures, such as inner product spaces,
and then to indicate that mathematical research often involves changing the axioms of such
standard structures. The chapter closes with a discussion of the use of a pseudoinverse to
determine least squares curves for given data.
Chapter 8 Linear Programming This final chapter gives the student a brief introduction
to the ideas of linear programming. The field, developed by George Dantzig and his asso-
ciates at the U.S. Department of the Air Force in 1947, is now widely used in industry and
has its foundation in linear algebra. Problems are described by systems of linear inequali-
ties. The reader sees how small systems can be solved in a geometrical manner, but that
large systems are solved using row operations on matrices using the simplex algorithm.
9781284120097_FMxx_i_xvii 26/10/17 10:39 AM Page xvi
xvi Preface
Chapter Features
• Each section begins with a motivating introduction, which ties the material to previ-
ously learned topics.
• The pace of the book gradually increases. As the student matures mathematically, the
explanations gradually become more sophisticated.
• Notation is carefully developed. It is important that notation at this level be standard,
but there is some flexibility. Good notation helps understanding; poor notation clouds
the picture.
• Much attention has been given to the layout of the text. Readability is vital.
• Many carefully explained examples illustrate the concepts.
• There is an abundance of exercises. Initial exercises are usually of a computational
nature, then become more theoretical in flavor.
• Many, but not all, exercises are based on examples given in the text. It is important
that students have the maximum opportunity to develop their creative abilities.
• Review exercises at the end of each chapter have been carefully selected to give the
student an overview of material covered in that chapter.
Supplements
• Complete Solutions Manual, with detailed solutions to all exercises.
• Student Solutions Manual, available in eBook format, with complete answers to
selected exercises.
• MATLAB programs for those who wish to integrate MATLAB into the course are
available from www.stetson.edu/~gwilliam/mfiles.htm.
• WebAssign online homework and assessment with eBook.
• Test Bank
• Slides in PowerPoint format
Designated instructor’s materials are for qualified instructors only. For more information
or to request access to these resources, please visit www.jblearning.com or contact your
account representative. Jones & Bartlett Learning reserves the right to evaluate all requests.
Acknowledgments
My deepest thanks go to my friend Dennis Kletzing for sharing his many insights into the
teaching of linear algebra. A special thanks to my colleague Lisa Coulter of Stetson University
for her conversations on linear algebra and her collaboration on software development.
Some of Lisa’s M-Files appear in the MATLAB Appendix.
I am grateful to The MathWorks for their continued support for the project—
especially to my contact, Meg Vuliez.
I would also like to thank the following reviewers for their feedback:
Hongwei Chen
Christopher Newport University
Eddie Cheng
Oakland University
9781284120097_FMxx_i_xvii 27/10/17 10:37 AM Page xvii
Preface xvii
Bill Cook
Appalachian State University
Danilo Diedrichs
Wheaton College
William Donnell
University of Texas at Dallas
Kseniya Fuhrman
Milwaukee School of Engineering
Katarina Jegdic
University of Houston, Downtown
Lew Ludwig
Denison University
Jean-Marie Magnier
Springfield Technical Community College
James E. Martin
Christopher Newport University
Betsy McCall
Anne Arundel Community College
Douglas Norton
Villanova University
Jonathan Oaks
Macomb Community College
Lesley Wiglesworth
Centre College
I am as usual grateful to my wife Donna for all her mathematical and computer sup-
port. This book would not have been possible without her involvement and encouragement.
My deep thanks go to Amy Rose, Director of Vendor Management of Jones & Bartlett
Learning, who oversaw the production of this book in such an efficient, patient, and under-
standing manner. I am especially grateful to Laura Pagluica, Product Manager, for her
enthusiastic backing and encouragement. Thanks, also, to Andrea DeFronzo, Director of
Marketing, for her support and hard work. I am most grateful to Mary Menzemer, Product
Assistant of Mathematics and Computer Science, who oversaw the development of this
work. It has been a pleasure working with her. I owe much to Juna Abrams, Vendor Manager,
for her guidance and encouragement in this writing. I am very grateful to Thais Miller,
Rights & Media Specialist of Ascend Learning, who spent much careful time selecting
appropriate pictures.
9781284120097_CH01_002_067.qxd 10/25/17 6:58 AM Page 2
© nito/ShutterStock, Inc.
P A R T
Linear Equations,
Vectors, and Matrices 1
1 Linear Equations and Vectors
2 Matrices and Linear Transformations
3 Determinants and Eigenvectors
3
9781284120097_CH01_002_067.qxd 10/25/17 6:59 AM Page 4
© okeyphotos/Getty Images
C H A P T E R
Linear Equations
and Vectors 1
M
athematics is, of course, a discipline in its own right. It is, however, more
than that—it is a tool used in many other fields. Linear algebra is a branch
of mathematics that plays a central role in modern mathematics, and also
is of importance to engineers and physical, social, and behavioral scientists. In this course
the reader will learn mathematics, will learn to think mathematically, and will be instructed
in the art of applying mathematics. The course is a blend of theory, numerical techniques,
and interesting applications.
When mathematics is used to solve a problem it often becomes necessary to find
a solution to a so-called system of linear equations. Historically, linear algebra developed
from studying methods for solving such equations. This chapter introduces methods for
solving systems of linear equations and looks at some of the properties of the solutions.
It is important to know not only what the solutions to a given system of equations are
but why they are the solutions. If the system describes some real-life situation, then an
understanding of the behavior of the solutions can lead to a better understanding of the
circumstances. The solutions form subsets of spaces called vector spaces. We develop
the basic algebraic structure of vector spaces. We shall discuss two applications of sys-
tems of linear equations. We shall determine currents through electrical networks and
analyze traffic flows through road networks.
5
9781284120097_CH01_002_067.qxd 10/25/17 6:59 AM Page 6
A pair of values of x and y that satisfies both equations is called a solution. It can be seen
by substitution that x 5 3, y 5 2 is a solution to this system. A solution to such a system
will be a point at which the graphs of the two equations intersect. The following examples,
Figures 1.1, 1.2, and 1.3, illustrate that three possibilities can arise for such systems of
equations. There can be a unique solution, no solution, or many solutions. We use the
point/slope form y 5 mx 1 b, where m is the slope and b is the y-intercept, to graph these
lines.
4x – 2y = 6
–2x + y = 3 – 4x + 2y = 2 6x – 3y = 9
(3, 2)
x x x
Our aim in this chapter is to analyze larger systems of linear equations. A linear equa-
tion in n variables x1, x2, x3, c, xn is one that can be written in the form
a1x1 1 a2x2 1 a3x3 1 c1 anxn 5 b,
where the coefficients a1, a2, c, an and b are constants. The following is an example of
a system of three linear equations.
Unique solution
B
B
A P
P C
C
Three planes A, B, and C intersect at a single point P.
P corresponds to a unique solution.
A
No solution B
A
C C
A Q
P C
Figure 1.4
to calculate the orbits of asteroids. He taught for forty-seven years at the University of Göttingen, Germany. He made con-
tributions to many areas of mathematics, including number theory, probability, and statistics. Gauss has been described as
“not really a physicist in the sense of searching for new phenomena, but rather a mathematician who attempted to formulate
in exact mathematical terms the experimental results of others.” Gauss had a turbulent personal life, suffering financial and
political problems because of revolutions in Germany.
Wilhelm Jordan (1842–1899) taught geodesy at the Technical College of Karlsruhe, Germany. His most important work
was a handbook on geodesy that contained his research on systems of equations. Jordan was recognized as being a master
teacher and an excellent writer.
9781284120097_CH01_002_067.qxd 10/25/17 6:59 AM Page 8
DEFINITION A matrix is a rectangular array of numbers. The numbers in the array are called the elements of the
matrix.
Matrices are usually denoted by capital letters. Examples of matrices in standard nota-
tion are
7 1 3 5 6
A5 c d, B5 £ 0 5§, C 5 £ 0 22 5§
2 3 24
7 5 21
28 3 8 9 12
Rows and Columns Matrices consist of rows and columns. Rows are labeled from the top
of the matrix, columns from the left. The following matrix has two rows and three columns.
c d
2 3 24
7 5 21
The rows are:
32 3 24 4 , 37 5 21 4
row 1 row 2
c d, c d, c d
2 3 24
7 5 21
column 1 column 2 column 3
Size and Type The size of a matrix is described by specifying the number of rows and
columns in the matrix. For example, a matrix having two rows and three columns is said
to be a 2 3 3 matrix; the first number indicates the number of rows, and the second indicates
the number of columns. When the number of rows is equal to the number of columns, the
matrix is said to be a square matrix. A matrix consisting of one row is called a row matrix.
A matrix consisting of one column is a column matrix. The following matrices are of the
stated sizes and types.
2 5 7 8
c d £ 29 1§ 3 4 23 54 £3§
1 0 3
0 8
22 4 5
23 5 8 2
2 3 3 matrix 3 3 3 matrix 1 3 4 matrix 3 3 1 matrix
a square matrix a row matrix a column matrix
Location The location of an element in a matrix is described by giving the row and col-
umn in which the element lies. For example, consider the following matrix.
c d
2 3 24
7 5 21
The element 7 is in row 2, column 1. We say that it is in location (2, 1).
Discovering Diverse Content Through
Random Scribd Documents
The Mexican shrugged his shoulders and seized the pistol in his
girdle.
It is impossible to say how this scene would have ended, had not a
new incident happened to change its features completely. From the
same tree in which the Mexican had been hidden a few moments
previously, another individual suddenly fell, rushed on the chief, and
hurled him to the ground before he could make a gesture to defend
himself, so thoroughly was he off his guard.
"By Jove!" Belhumeur muttered with a stifled laugh, "there must be
a legion of devils in that tree."
The Mexican and the man who had come so luckily to his help had
securely tied the Indian with a reata.
"Now you are in my power, chief," the Mexican said, "and you will be
obliged to consent to my terms."
The Apache grinned, and uttered a shrill whistle.
At this signal fifty Indian warriors appeared, as if they had sprung
from the ground, and that so suddenly, that the two white men were
surrounded in an instant by an impassable circle.
"Deuce!" Belhumeur said in an aside, "that complicates matters.
How will they get out of that?"
"And we?" Louis whispered in his ear.
The Canadian replied by that shrug of the shoulders which signifies
in all languages, "We must trust in Heaven," and began looking
again, interested as he was in the highest degree by the unexpected
changes of scene.
"Cucharés!" the Mexican said to his companion, "Hold that scoundrel
tight and at the least suspicious movement kill him like a dog."
"Be calm, Don Martial," the lepero answered, pulling from his
vaquera boot a knife, whose sharp blade flashed with a bluish tinge
in the moon's rays.
"What decision does the Black Bear come to?" the Tigrero went on,
addressing the chief lying at his feet.
"The life of a chief belongs to thee, dog of the palefaces: take it if
thou darest!" the Apache replied with a smile of contempt.
"I will not kill you: not because I am afraid, for I know not such a
feeling," the Mexican said, "but because I disdain to shed the blood
of an enemy who is defenceless, even if he be, like you, an unclean
coyote."
"Kill me, I say, if thou canst, but insult me not. Hasten! For my
warriors may lose patience, sacrifice thee to their wrath, and thou
mightest die unavenged."
"You are jesting; you know perfectly well that your warriors will not
move an inch so long as I hold you thus. I propose to offer you
peace."
"Peace!" the chief said, and his eyes flashed. "On what conditions?"
"Two only. Cucharés, unfasten the reata, but watch him closely."
The lepero obeyed.
"Thanks," the chief said as he rose to his knees. "Speak; I am
listening—my ears are open. What are these conditions?"
"First, my comrade and myself will be free to retire whither we
please."
"Good, and next?"
"Next, you will pledge yourself to remain with your warriors, and not
return to the hacienda in the disguise you have assumed for the
next twenty-four hours."
"Is that all?"
"It is all."
"Listen to me in your turn, then, paleface. I accept your conditions,
but I must tell you mine."
"Speak."
"I will not re-enter the hacienda save with the eagle feather in my
war-tuft, at the head of my warriors, and that before the sun has
thrice set behind the lofty peaks of the mountains of the day."
"You are boasting, Apache; it is impossible for you to enter the
hacienda save by treachery."
"We shall see;" and smiling with a sinister air, he added, "the singing
bird will go into the hut of an Apache chief to cook his game."
The Mexican shrugged his shoulders contemptuously.
"Try to take the hacienda and carry off the maiden," he said.
"I will try. Your hand."
"Here it is."
The chief turned to his warriors, holding the Tigrero's hand clasped
in his own.
"Brothers!" he said in a loud voice, and with an accent of supreme
majesty, "this paleface is the friend of the Black Bear—let no one
molest him."
The warriors bowed respectfully, and fell back to the right and left,
to leave a passage for the two white men.
"Farewell!" the Black Bear said, saluting his enemy. "In twenty-four
hours I shall be on your trail."
"You are mistaken, dog of an Apache," Don Martial replied
disdainfully; "I shall be on yours."
"Good! We are, then, certain of meeting," the Black Bear said.
And he retired with a slow and firm step, followed by his warriors,
whose footfalls soon died away in the depths of the forest.
"On my faith, Don Martial," the lepero said, "I believe that you were
wrong to let that Indian dog escape so easily."
The Tigrero shrugged his shoulders.
"Were we not obliged to get out of the wasp's nest into which we
had thrust our heads?" he said. "Bah! It is only put off for a time.
Let us go and find our horses."
"One moment if you will grant it me," Belhumeur said, leaving his
hiding place, and advancing politely with his two comrades.
"What's this?" Cucharés said, pulling out his knife again, while Don
Martial coolly cocked his pistols.
"This? Caballero," Belhumeur said quietly, "I fancy you can see
plainly; enough."
"I see three men."
"Indeed, you are not at all mistaken. Three men who have been
unseen witnesses of the scene you ended so bravely—three men
who held themselves ready to come to your aid had it been
necessary, and who now offer to make common cause with you, to
prevent the plunder of the hacienda by the Apaches. Does that suit
you?"
"That depends," the Tigrero said. "I must know first what interest
urges you to act in this manner."
"That of being agreeable to you in the first place," Belhumeur replied
politely, "and next, the desire to save the scalps of the poor
wretches menaced by those infernal redskins."
"In that case I heartily accept your offer."
"Be good enough, then, to follow us to our camping ground, that we
may discuss the plan of the campaign."
So soon as Cucharés noticed that the men who presented
themselves so strangely were really friends, he returned his knife to
his boot, and went in search of the horses, which had been left a
short distance off. He arrived at this moment, leading the two
horses, and the five men proceeded together to the camping
ground.
"Take care," Belhumeur said to Don Martial; "you have made
yourself an implacable enemy this night. If you do not make haste to
kill him, one day or another the Black Bear will kill you. The Apaches
never pardon an insult."
"I know it; so I shall take my precautions, you may be sure."
"That is your concern. Perhaps it would have been better to get rid
of him, at the risk of what might have happened afterwards."
"How could I imagine I had friends so near me? Oh, had I but
known it!"
"Well, it is of no use crying over spilt milk."
"Do you believe that he will keep scrupulously the conditions he
accepted?"
"You do not know the Black Bear; he is a man of noble sentiments
and has a way of his own for understanding points of honour. You
saw that during your entire discussion he disdained to play any
trickery: his words were always frank."
"They were."
"Be certain, therefore, that he will keep his promise."
The conversation was interrupted. Don Martial had suddenly become
pensive. The Apache's menaces gave him a good deal to think
about. The camp was reached, and Eagle-head immediately set to
work rekindling the fire.
"What are you about?" Belhumeur observed to him. "You will reveal
our presence."
"No," the Indian said, shaking his head. "The Black Bear has retired
with his warriors: they are far away at present; so we need not take
useless precautions."
The fire soon cracked again. The five men crouched round it joyfully,
lit their pipes and began smoking.
"I don't care," the Canadian presently said. "Had it not been for the
extraordinary coolness you displayed I do not know how you would
have escaped."
"Let us now see how best to foil the plans of those red devils," said
the Mexican.
"It is very simple," Louis interposed. "One of us will proceed
tomorrow to the hacienda, to warn the owner of what has passed
this night. He will be on his guard and all will be right."
"Yes, I believe those are the best means, and we will employ them."
"Five men are as nothing against five hundred," observed Eagle-
head; "we must warn the palefaces."
"That is assuredly the plan we must follow," the Tigrero remarked;
"but which of us will consent to go to the hacienda? Neither my
comrade nor myself can do so."
"I fancy there is some love story hidden under all this," the Canadian
observed cunningly. "I can understand that you would find a
difficulty in—"
"What need of further discussion?" Louis interrupted. "With
tomorrow's dawn I will go to the hacienda; I undertake to explain to
the owner all the dangers that menace him in their fullest details."
"That is agreed on, then, and all is settled," Belhumeur said.
"Then, so soon as our horses have rested, my comrade and myself
will return to Guaymas."
"No, you will not, if you please," the Frenchman objected. "I fancy it
is proper that you should know the result of the mission I undertake,
for it concerns you even more than us. I suspect—"
The Mexican repressed a lively movement of annoyance.
"You are right," he replied; "I did not think of that. I will therefore
await your return."
The hunters interchanged a few more remarks, then wrapped
themselves in their blankets, lay down on the ground, and speedily
fell asleep. The profoundest silence fell on the clearing, which was
but dimly lighted by the reddish rays of the expiring fire. The
adventurers had been asleep about two hours, when the branches of
a shrub were gently parted and a man made his appearance.
He stopped for a moment, seemed to be listening, then crawled
without the slightest sound toward the spot where the Tigrero was
reposing. It would have been easy to recognise the Black Bear by
the light of the fire. The Apache chief plucked his scalping knife from
his girdle, and laid it gently on the Tigrero's chest; then casting a
parting glance around, to convince himself that the five men slept,
he retired with the same precautions, and soon disappeared in the
shrub, which closed upon him.
CHAPTER X.
CHAPTER XI.
CHAPTER XII.
A WOMAN'S STRATAGEM.
The next day at the rising of the moon, as had been agreed, the
Jester ordered his detachment to set out. Presently a party of
horsemen who had hurried onwards threw lighted torches amid the
shrubs, and in a few minutes an immense curtain of flames rose to
the sky, and completely veiled the horizon. The Comanches carried
out the orders of the Apache chief with such rapidity and
intelligence, that in less than an hour all was consumed.
The Black Bear, concealed in the island with his war party, had not
made a move. The traces left by the Comanches were, alas! very
visible, for the country only that morning so lovely, rich, and
luxuriant, was at present gloomy and desolate. There was no
verdure, no flowers, no birds hidden beneath the frondage, and
twittering as if to outrival each other.
The Indians' plan would have met with perfect success through the
arrangement of the campaigners, and the Guetzalli colonists would
have been surprised, had other men than Belhumeur and his friends
been on the route of the Indian army.
The Canadian was watching. At the first smoke that arose in the
distance he understood the intention of the redskins, and without
losing a moment he sent off Eagle-head to the colony to inform the
count of what was taking place. Still, behind the fire, the Comanches
were arriving at full speed destroying and trampling beneath their
horse's hoofs what the flames might have spared.
Night had completely set in when the Jester had arrived in sight of
the colony. Supposing that, through the rapidity of his march, the
white men would not have had time to place themselves on the
defensive, he ambushed a portion of his men, placed himself at the
head of the rest, and crawled with all the precautions employed in
such cases toward the isthmus battery.
No one appeared: the glacis and entrenchments seemed abandoned.
The Jester uttered his war cry, rose suddenly, and bounding forward
like a jaguar, crossed the entrenchment, followed by his warriors.
But, at the moment when the Comanches prepared to leap into the
interior, a fearful discharge at point blank range levelled more than
one half of the Indian detachment, while the survivors took to flight.
The Comanches had one great disadvantage—they possessed no
firearms. The musketry decimated them, and they could only reply
by firing their arrows, or by hurling their javelins. Noticing, therefore,
though too late for himself, that the French were on their guard, the
Jester, desperate at the check he had experienced, and his serious
losses, was unwilling to further weaken the confidence of his
warriors by useless tentatives. He concealed his detachment under
the cover of the virgin forest, and resolved to wait for the Black
Bear's signal ere he made a move.
Don Louis had followed Eagle-head. The Indian, after several
turnings, led him almost opposite the isthmus battery to the
entrance of a dense thicket of cactus, aloes, and floripondios.
"My brother can dismount," he said to the Frenchman; "we have
arrived."
"Arrived where?" Louis asked, looking around him in vain.
Without replying the chief took the horse, and led it away. Louis,
during the interval looked all around him: but his researches had no
result.
"Well," Eagle-head asked on his return, "has my brother found it?"
"On my faith, no, chief. I give it up."
Welcome to Our Bookstore - The Ultimate Destination for Book Lovers
Are you passionate about testbank and eager to explore new worlds of
knowledge? At our website, we offer a vast collection of books that
cater to every interest and age group. From classic literature to
specialized publications, self-help books, and children’s stories, we
have it all! Each book is a gateway to new adventures, helping you
expand your knowledge and nourish your soul
Experience Convenient and Enjoyable Book Shopping Our website is more
than just an online bookstore—it’s a bridge connecting readers to the
timeless values of culture and wisdom. With a sleek and user-friendly
interface and a smart search system, you can find your favorite books
quickly and easily. Enjoy special promotions, fast home delivery, and
a seamless shopping experience that saves you time and enhances your
love for reading.
Let us accompany you on the journey of exploring knowledge and
personal growth!
ebooksecure.com