Introductory university-level calculus, linear algebra, abstract algebra, probability, statistics, and stochastic processes.
Row vectors, column vectors, and matrices
Get link
Facebook
X
Pinterest
Email
Other Apps
-
We define an (-dimensional) (row) vector to be an element of endowed with addition and scalar multiplication.
So, a row vector is something like . We may omit the commas as in . But vectors are not just elements of . We define addition between row vectors by
We also define multiplication by a real number by
In this context, the real numbers are called scalars because it scales the vector.
In summary, vectors are elements of where addition and scalar multiplications are defined. We will give more characterization of vectors in later posts.
Example. are 2-dimensional row vectors. We can add them as
We can multiply them by scalars (real numbers):
□
Instead of writing real numbers in a row like , we could write them in a column like
which we call a column vector. Addition and scalar multiplication can be defined similarly to row vectors.
If is not prime, we can write a point in in multiple rows and columns. For example, a point in may be written as
or
or
or
Such a rectangular array of numbers is called a matrix. If there are rows and columns in a matrix, we call it an matrix and regard it as a member of the set . We can also define element-wise addition and scalar multiplication for matrices. Now we can see that an -dimensional row vector is really a matrix, and an -dimensional column vector is an matrix. Accordingly, we can define addition and scalar multiplication of matrices in the same way as vectors.
Example.
Note that two matrices can be added if and only if they have the same shape. □
Remark. So far, we have worked with to define vectors (including matrices). We can similarly define vectors and matrices on or where scalars are complex or rational numbers, respectively. Note that , and are fields. In fact, we may define vectors and matrices over any field. □
Definition (Linear combination)
Let be vectors and be scalars. The expression of the form
is called the linear combination of the vectors with the coefficients .
Example.
Thus, can be represented as a linear combination of and with coefficients 3 and 2, respectively. □
Defining the birth process Consider a colony of bacteria that never dies. We study the following process known as the birth process , also known as the Yule process . The colony starts with cells at time . Assume that the probability that any individual cell divides in the time interval is proportional to for small . Further assume that each cell division is independent of others. Let be the birth rate. The probability of a cell division for a population of cells during is . We assume that the probability that two or more births take place in the time interval is . That is, it can be ignored. Consequently, the probability that no cell divides during is . Note that this process is an example of the Markov chain with states \({n_0}, {n_0 + 1}, {n_0 + 2}...
Generational growth Consider the following scenario (see the figure below): A single individual (cell, organism, etc.) produces descendants with probability , independently of other individuals. The probability of this reproduction, , is known. That individual produces no further descendants after the first (if any) reproduction. These descendants each produce further descendants at the next subsequent time with the same probabilities. This process carries on, creating successive generations. Figure 1. An example of the branching process. Let be the random variable representing the population size (number of individuals) of generation . In the above figure, we have , , , , We shall assume as the initial condition. Ideally, our goal would be to find how the population size grows through generations, that is, to find the probability for e...
In mathematics, we must prove (almost) everything and the proofs must be done logically and rigorously. Therefore, we need some understanding of basic logic. Here, I will informally explain some rudimentary formal logic. Definitions (Proposition): A proposition is a statement that is either true or false. "True" and "false" are called the truth values, and are often denoted and . Here is an example. "Dr. Akira teaches at UBD." is a statement that is either true or false (we understand the existence of Dr. Akira and UBD), hence a proposition. The following statement is also a proposition, although we don't know if it's true or false (yet): Any even number greater than or equal to 4 is equal to a sum of two primes. See also: Goldbach's conjecture Next, we define several operations on propositions. Note that propositions combined with these operations are again propositions. (Conjunction, logical "and"): Let ...
Comments
Post a Comment