Chapter 2 Linear Maps

Total Page:16

File Type:pdf, Size:1020Kb

Chapter 2 Linear Maps Chapter 2 Linear Maps 2.1 Definition We consider Rn to be the set of all ordered n-tuples of real numbers. We will refer to the elements of Rn as vectors,anddenotethembyv, w,etc.Wedonotassumeanyadditional geometric or algebraic structure to be associated with Rn.Forexample,R2 is the set of all ordered pairs (x, y),withx, y ∈ R.Thereisnoplane,noorigin,nocoordinateaxes, no lines, no angles, no dot product, no cross product, no vector addition, etc. For various reasons (which you can for now simply consider to be a personal chal- lenge), we will approach our subject from an entirely algebraic point of view, with no recourse to geometry. Functions of the form f (x)=mx have lots of nice algebraic properties. Because real number multiplication distributes over addition, we have that m(x + y)=mx + my,sothatf (x + y)=f (x)+ f (y).Becauserealnumbermultiplication is associative and commutative, we have that m(ax)=a(mx),sothatf (ax)=af(x). Remark. The vast majority of functions do not have either of these properties. For example, if g(x)=x2,theng(ax)=(ax)2 = a2x2,whichformostvaluesofa is not equal (as a function) to ag(x)=ax2.Similarlywehavethatg(x + y)=(x + y)2 = x2 + 2xy + y2, which is not equal (as a function) to g(x)+g(y)=x2 + y2. We therefore define a function L: Rm → Rn to be linear if it satisfies the following properties: (i) L(v + w)=L(v)+L(w) (ii) L(av)=aL(v) where v and w are elements of Rm and a is any real number. Looking at this definition, we see that we need to be able to add elements of Rm, and we need to be able to multiply elements of Rm by real numbers. We define these operations as follows: (i) (x1,...,xn)+(y1,...,yn)=(x1 + y1,...,xn + yn) 5 6 CHAPTER 2. LINEAR MAPS (ii) a(x1,...,xn)=(ax1,...,axn) You may recognize this as vector addition and scalar multiplication from vector calculus, physics, or some other course. These are the only algebraic operations we will need for the purpose of studying linear maps. Because we are now adding elements of Rn to one another, the element (0, . , 0) gains a special importance. We let 0 denote this element, which we call the zero vector of Rn. One can define Cn just as we did Rn,asorderedn-tuples of complex numbers. We define linear maps L: Cm → Cn just as above, where vector addition and scalar multi- plication are also defined as above. Because we want most of ourdiscussionstoapply equally to both Rn and Cn (and other sets later), we will use the letters V, W,etc.,to n n denote one of R or C (and later others). The zero vector of V will be denoted 0V .The reason for the choice of the letter V is that we are thinking of Rn and Cn as vector spaces. Aformaldefinitionwillbegivenlater,butitsufficesfornowto say that we are thinking of Rn and Cn as vector spaces when we are thinking of them as sets whose elements we know how to add and how to multiply by scalars, while explicitly ignoring anything else we may know about the set (like the geometry of the set, concepts like length, angle, operations like cross products, etc.). Here are some examples of linear functions: Example. The map L: R3 → R2 which projects onto the xy-plane is linear. The equation for this map is L(x, y, z)=(x, y,0). Example. The map L: R2 → R2 which rotates about the origin by an angle θ is linear. The equation for this map is L(x, y)=(x cos θ − y sin θ, y cos θ + x sin θ). Example. The map L: R2 → R2 that scales the entire plane by a factor of λ ∈ R is linear. The equation for this map is L(x, y)=(λx, λy). Example. The map L: R2 → R2 with formula L(x, y)=(x + y, y) is linear. You should explore the geometry of this map. Example. The conjugation map L: C → C defined by L(a + bi)=a − bi is linear. Example. The map L: R2 → R2 that shifts everything by a fixed vector (a, b) is not linear (unless a = 0 = b). The equation for this map is L(x, y)=(x + a, y + b).Youcanseethat it is not linear by the fact that L(0, 0)=(a, b) $=(0, 0). Homework. Chapter 5: #9, 49. We will often use the term map for a function between vector spaces. The reason for this will be seen later. We will also use the term linear transformation,especiallywhen the domain and target space are the same set. Thus our purpose is study linear maps L: V → W between vector spaces V and W.ThesetsRn and Cn are not the only vector spaces, but they are the most important examples of such for our purposes, so they are all we will worry about until later. 2.2. BASIC PROPERTIES OF LINEAR MAPS 7 Remark. As mentioned earlier, we are now in the somewhat unfortunate situation that f (x)=mx + b is not alinearfunction!Thissituationisresolvedbygivingsuchfunctions anewname,andthengettingoverit.FunctionsoftheformA(x)=mx + b are affine (or ‘linear plus constant’). We will not have much use for these sorts of functions in this course. Remark. We took as motivation for defining linear functions from R to R those func- tions of the form f (x)=mx.Certainlythesesatisfythedefiningpropertiesforlinear functions, but are these really the only functions R → R satisfying these properties? The answer is yes, as the following proposition shows. Proposition 2.1.1. The function L: R → R is linear if and only if L(x)=mx for some m ∈ R. Proof. Suppose that L is linear. If L(x)=0forallx ∈ R,thenL(x)=0x,andthetheorem is confirmed. Thus we may assume that there is some a ∈ R so that L(a)=b $= 0. Then by the second defining property of linearity we have L(0a)=0L(a)=0 $= b,sothat a $= 0. Then for all x ∈ R we have x x x b L(x)=L a = L(a)= b = x, a a a a ! " so that L(x)=mx with m = b/a. For the other implication we have that L(x + y)=m(x + y)=mx + my = L(x)+L(y) and L(ax)=m(ax)=a(mx)=aL(x). 2.2 Basic Properties of Linear Maps Linear maps are defined so as to send sums to sums and scalar multiples to scalar multiples. It is no surprise, then, that linear maps send sumsofscalarmultiplestosums of scalar multiples. Proposition 2.2.1. Suppose L : V →W is a linear map between vector spaces V and W.Forany v1,...,vn in V and any scalars a1,...,an,wehavethat L(a1v1 + ···+ anvn)=a1L(v1)+···+ an L(vn). Expressions of the form a1v1 + ···+ anvn are called linear combinations.Thusthis proposition can be summarized as saying that linear maps sendlinearcombinationsto linear combinations. One special case of this deserves its own statement. Proposition 2.2.2. Suppose L: V →W is a linear map. Then L(0V )=0W . Proof. We compute: L(0V )=L(00V )=0L(0V )=0W . 8 CHAPTER 2. LINEAR MAPS Homework. Chapter 5: #11, 50. Note that we have made strong use of the fact that for any element x of a vector space V we have that 0x = 0V. This is obvious for the particular vector spaces we are considering (Rn and Cn), but it will be important later on to remember that we used this fact in proving this theorem. 2.2.1 One-to-One One of the most basic things one can ask about a function or map is whether it is one-to- one or not. Recall that a function F : X → Y is called one-to-one if F(x1)=F(x2) implies that x1 = x2.Inotherwords,iftheoutputsarethesame,thentheinputsmust have been the same. Alternatively, one can say that F is one-to-one if different inputs necessarily produce different outputs. As an example, consider the function f : R→ R defined by f (x)=2x3 − 3/2x2 − 12x. This function is not one-to-one in general. For instance, the different inputs 3.5 and −1 produce the same output 7. On the other hand, the only input that produces 32 is 4. So the function is one-to-one at x = 4, but not one-to-one at 3.5 or −1. (In fact, one can easily determine by graphing that the function fails to be one-to-one for all values of x between −2.5 and 3.5, but is one-to-one at all other x-values.) It turns out that linear functions are simpler than this example. Proposition 2.2.3. Suppose L: V → W is a linear map. If L(v1)=L(v2) for some v1 $= v2, then for every u there is some v $= u such that L(u)=L(v).InparticularL(z)=0W for some z $= 0V. Proof. Suppose L(v1)=L(v2) for some v1 $= v2.Setz = v1 − v2,andnotethatsince v1 $= v2,wehavethatz $= 0V.ButthennotethatL(z)=L(v1 − v2)=L(v2) − L(v2)= 0W.Thusforanyu ∈ V we have that L(u + z)=L(u)+L(z)=L(u)+0W = L(u). Note that we have used the fact that v + 0V = v for any v ∈ V.Again,thisisobvious for the vector spaces we’ve been considering, but it will be useful later on to remember that we used this fact. This proposition says that if L fails to be one-to-one anywhere, then it fails to be one-to-one everywhere.
Recommended publications
  • Equivalence of A-Approximate Continuity for Self-Adjoint
    Equivalence of A-Approximate Continuity for Self-Adjoint Expansive Linear Maps a,1 b, ,2 Sz. Gy. R´ev´esz , A. San Antol´ın ∗ aA. R´enyi Institute of Mathematics, Hungarian Academy of Sciences, Budapest, P.O.B. 127, 1364 Hungary bDepartamento de Matem´aticas, Universidad Aut´onoma de Madrid, 28049 Madrid, Spain Abstract Let A : Rd Rd, d 1, be an expansive linear map. The notion of A-approximate −→ ≥ continuity was recently used to give a characterization of scaling functions in a multiresolution analysis (MRA). The definition of A-approximate continuity at a point x – or, equivalently, the definition of the family of sets having x as point of A-density – depend on the expansive linear map A. The aim of the present paper is to characterize those self-adjoint expansive linear maps A , A : Rd Rd for which 1 2 → the respective concepts of Aµ-approximate continuity (µ = 1, 2) coincide. These we apply to analyze the equivalence among dilation matrices for a construction of systems of MRA. In particular, we give a full description for the equivalence class of the dyadic dilation matrix among all self-adjoint expansive maps. If the so-called “four exponentials conjecture” of algebraic number theory holds true, then a similar full description follows even for general self-adjoint expansive linear maps, too. arXiv:math/0703349v2 [math.CA] 7 Sep 2007 Key words: A-approximate continuity, multiresolution analysis, point of A-density, self-adjoint expansive linear map. 1 Supported in part in the framework of the Hungarian-Spanish Scientific and Technological Governmental Cooperation, Project # E-38/04.
    [Show full text]
  • LECTURES on PURE SPINORS and MOMENT MAPS Contents 1
    LECTURES ON PURE SPINORS AND MOMENT MAPS E. MEINRENKEN Contents 1. Introduction 1 2. Volume forms on conjugacy classes 1 3. Clifford algebras and spinors 3 4. Linear Dirac geometry 8 5. The Cartan-Dirac structure 11 6. Dirac structures 13 7. Group-valued moment maps 16 References 20 1. Introduction This article is an expanded version of notes for my lectures at the summer school on `Poisson geometry in mathematics and physics' at Keio University, Yokohama, June 5{9 2006. The plan of these lectures was to give an elementary introduction to the theory of Dirac structures, with applications to Lie group valued moment maps. Special emphasis was given to the pure spinor approach to Dirac structures, developed in Alekseev-Xu [7] and Gualtieri [20]. (See [11, 12, 16] for the more standard approach.) The connection to moment maps was made in the work of Bursztyn-Crainic [10]. Parts of these lecture notes are based on a forthcoming joint paper [1] with Anton Alekseev and Henrique Bursztyn. I would like to thank the organizers of the school, Yoshi Maeda and Guiseppe Dito, for the opportunity to deliver these lectures, and for a greatly enjoyable meeting. I also thank Yvette Kosmann-Schwarzbach and the referee for a number of helpful comments. 2. Volume forms on conjugacy classes We will begin with the following FACT, which at first sight may seem quite unrelated to the theme of these lectures: FACT. Let G be a simply connected semi-simple real Lie group. Then every conjugacy class in G carries a canonical invariant volume form.
    [Show full text]
  • NOTES on DIFFERENTIAL FORMS. PART 3: TENSORS 1. What Is A
    NOTES ON DIFFERENTIAL FORMS. PART 3: TENSORS 1. What is a tensor? 1 n Let V be a finite-dimensional vector space. It could be R , it could be the tangent space to a manifold at a point, or it could just be an abstract vector space. A k-tensor is a map T : V × · · · × V ! R 2 (where there are k factors of V ) that is linear in each factor. That is, for fixed ~v2; : : : ;~vk, T (~v1;~v2; : : : ;~vk−1;~vk) is a linear function of ~v1, and for fixed ~v1;~v3; : : : ;~vk, T (~v1; : : : ;~vk) is a k ∗ linear function of ~v2, and so on. The space of k-tensors on V is denoted T (V ). Examples: n • If V = R , then the inner product P (~v; ~w) = ~v · ~w is a 2-tensor. For fixed ~v it's linear in ~w, and for fixed ~w it's linear in ~v. n • If V = R , D(~v1; : : : ;~vn) = det ~v1 ··· ~vn is an n-tensor. n • If V = R , T hree(~v) = \the 3rd entry of ~v" is a 1-tensor. • A 0-tensor is just a number. It requires no inputs at all to generate an output. Note that the definition of tensor says nothing about how things behave when you rotate vectors or permute their order. The inner product P stays the same when you swap the two vectors, but the determinant D changes sign when you swap two vectors. Both are tensors. For a 1-tensor like T hree, permuting the order of entries doesn't even make sense! ~ ~ Let fb1;:::; bng be a basis for V .
    [Show full text]
  • Tensor Products
    Tensor products Joel Kamnitzer April 5, 2011 1 The definition Let V, W, X be three vector spaces. A bilinear map from V × W to X is a function H : V × W → X such that H(av1 + v2, w) = aH(v1, w) + H(v2, w) for v1,v2 ∈ V, w ∈ W, a ∈ F H(v, aw1 + w2) = aH(v, w1) + H(v, w2) for v ∈ V, w1, w2 ∈ W, a ∈ F Let V and W be vector spaces. A tensor product of V and W is a vector space V ⊗ W along with a bilinear map φ : V × W → V ⊗ W , such that for every vector space X and every bilinear map H : V × W → X, there exists a unique linear map T : V ⊗ W → X such that H = T ◦ φ. In other words, giving a linear map from V ⊗ W to X is the same thing as giving a bilinear map from V × W to X. If V ⊗ W is a tensor product, then we write v ⊗ w := φ(v ⊗ w). Note that there are two pieces of data in a tensor product: a vector space V ⊗ W and a bilinear map φ : V × W → V ⊗ W . Here are the main results about tensor products summarized in one theorem. Theorem 1.1. (i) Any two tensor products of V, W are isomorphic. (ii) V, W has a tensor product. (iii) If v1,...,vn is a basis for V and w1,...,wm is a basis for W , then {vi ⊗ wj }1≤i≤n,1≤j≤m is a basis for V ⊗ W .
    [Show full text]
  • Determinants in Geometric Algebra
    Determinants in Geometric Algebra Eckhard Hitzer 16 June 2003, recovered+expanded May 2020 1 Definition Let f be a linear map1, of a real linear vector space Rn into itself, an endomor- phism n 0 n f : a 2 R ! a 2 R : (1) This map is extended by outermorphism (symbol f) to act linearly on multi- vectors f(a1 ^ a2 ::: ^ ak) = f(a1) ^ f(a2) ::: ^ f(ak); k ≤ n: (2) By definition f is grade-preserving and linear, mapping multivectors to mul- tivectors. Examples are the reflections, rotations and translations described earlier. The outermorphism of a product of two linear maps fg is the product of the outermorphisms f g f[g(a1)] ^ f[g(a2)] ::: ^ f[g(ak)] = f[g(a1) ^ g(a2) ::: ^ g(ak)] = f[g(a1 ^ a2 ::: ^ ak)]; (3) with k ≤ n. The square brackets can safely be omitted. The n{grade pseudoscalars of a geometric algebra are unique up to a scalar factor. This can be used to define the determinant2 of a linear map as det(f) = f(I)I−1 = f(I) ∗ I−1; and therefore f(I) = det(f)I: (4) For an orthonormal basis fe1; e2;:::; eng the unit pseudoscalar is I = e1e2 ::: en −1 q q n(n−1)=2 with inverse I = (−1) enen−1 ::: e1 = (−1) (−1) I, where q gives the number of basis vectors, that square to −1 (the linear space is then Rp;q). According to Grassmann n-grade vectors represent oriented volume elements of dimension n. The determinant therefore shows how these volumes change under linear maps.
    [Show full text]
  • 28. Exterior Powers
    28. Exterior powers 28.1 Desiderata 28.2 Definitions, uniqueness, existence 28.3 Some elementary facts 28.4 Exterior powers Vif of maps 28.5 Exterior powers of free modules 28.6 Determinants revisited 28.7 Minors of matrices 28.8 Uniqueness in the structure theorem 28.9 Cartan's lemma 28.10 Cayley-Hamilton Theorem 28.11 Worked examples While many of the arguments here have analogues for tensor products, it is worthwhile to repeat these arguments with the relevant variations, both for practice, and to be sensitive to the differences. 1. Desiderata Again, we review missing items in our development of linear algebra. We are missing a development of determinants of matrices whose entries may be in commutative rings, rather than fields. We would like an intrinsic definition of determinants of endomorphisms, rather than one that depends upon a choice of coordinates, even if we eventually prove that the determinant is independent of the coordinates. We anticipate that Artin's axiomatization of determinants of matrices should be mirrored in much of what we do here. We want a direct and natural proof of the Cayley-Hamilton theorem. Linear algebra over fields is insufficient, since the introduction of the indeterminate x in the definition of the characteristic polynomial takes us outside the class of vector spaces over fields. We want to give a conceptual proof for the uniqueness part of the structure theorem for finitely-generated modules over principal ideal domains. Multi-linear algebra over fields is surely insufficient for this. 417 418 Exterior powers 2. Definitions, uniqueness, existence Let R be a commutative ring with 1.
    [Show full text]
  • Math 395. Tensor Products and Bases Let V and V Be Finite-Dimensional
    Math 395. Tensor products and bases Let V and V 0 be finite-dimensional vector spaces over a field F . Recall that a tensor product of V and V 0 is a pait (T, t) consisting of a vector space T over F and a bilinear pairing t : V × V 0 → T with the following universal property: for any bilinear pairing B : V × V 0 → W to any vector space W over F , there exists a unique linear map L : T → W such that B = L ◦ t. Roughly speaking, t “uniquely linearizes” all bilinear pairings of V and V 0 into arbitrary F -vector spaces. In class it was proved that if (T, t) and (T 0, t0) are two tensor products of V and V 0, then there exists a unique linear isomorphism T ' T 0 carrying t and t0 (and vice-versa). In this sense, the tensor product of V and V 0 (equipped with its “universal” bilinear pairing from V × V 0!) is unique up to unique isomorphism, and so we may speak of “the” tensor product of V and V 0. You must never forget to think about the data of t when you contemplate the tensor product of V and V 0: it is the pair (T, t) and not merely the underlying vector space T that is the focus of interest. In this handout, we review a method of construction of tensor products (there is another method that involved no choices, but is horribly “big”-looking and is needed when considering modules over commutative rings) and we work out some examples related to the construction.
    [Show full text]
  • 1 the Spin Homomorphism SL2(C) → SO1,3(R) a Summary from Multiple Sources Written by Y
    1 The spin homomorphism SL2(C) ! SO1;3(R) A summary from multiple sources written by Y. Feng and Katherine E. Stange Abstract We will discuss the spin homomorphism SL2(C) ! SO1;3(R) in three manners. Firstly we interpret SL2(C) as acting on the Minkowski 1;3 spacetime R ; secondly by viewing the quadratic form as a twisted 1 1 P × P ; and finally using Clifford groups. 1.1 Introduction The spin homomorphism SL2(C) ! SO1;3(R) is a homomorphism of classical matrix Lie groups. The lefthand group con- sists of 2 × 2 complex matrices with determinant 1. The righthand group consists of 4 × 4 real matrices with determinant 1 which preserve some fixed real quadratic form Q of signature (1; 3). This map is alternately called the spinor map and variations. The image of this map is the identity component + of SO1;3(R), denoted SO1;3(R). The kernel is {±Ig. Therefore, we obtain an isomorphism + PSL2(C) = SL2(C)= ± I ' SO1;3(R): This is one of a family of isomorphisms of Lie groups called exceptional iso- morphisms. In Section 1.3, we give the spin homomorphism explicitly, al- though these formulae are unenlightening by themselves. In Section 1.4 we describe O1;3(R) in greater detail as the group of Lorentz transformations. This document describes this homomorphism from three distinct per- spectives. The first is very concrete, and constructs, using the language of Minkowski space, Lorentz transformations and Hermitian matrices, an ex- 4 plicit action of SL2(C) on R preserving Q (Section 1.5).
    [Show full text]
  • Inner Product Spaces
    CHAPTER 6 Woman teaching geometry, from a fourteenth-century edition of Euclid’s geometry book. Inner Product Spaces In making the definition of a vector space, we generalized the linear structure (addition and scalar multiplication) of R2 and R3. We ignored other important features, such as the notions of length and angle. These ideas are embedded in the concept we now investigate, inner products. Our standing assumptions are as follows: 6.1 Notation F, V F denotes R or C. V denotes a vector space over F. LEARNING OBJECTIVES FOR THIS CHAPTER Cauchy–Schwarz Inequality Gram–Schmidt Procedure linear functionals on inner product spaces calculating minimum distance to a subspace Linear Algebra Done Right, third edition, by Sheldon Axler 164 CHAPTER 6 Inner Product Spaces 6.A Inner Products and Norms Inner Products To motivate the concept of inner prod- 2 3 x1 , x 2 uct, think of vectors in R and R as x arrows with initial point at the origin. x R2 R3 H L The length of a vector in or is called the norm of x, denoted x . 2 k k Thus for x .x1; x2/ R , we have The length of this vector x is p D2 2 2 x x1 x2 . p 2 2 x1 x2 . k k D C 3 C Similarly, if x .x1; x2; x3/ R , p 2D 2 2 2 then x x1 x2 x3 . k k D C C Even though we cannot draw pictures in higher dimensions, the gener- n n alization to R is obvious: we define the norm of x .x1; : : : ; xn/ R D 2 by p 2 2 x x1 xn : k k D C C The norm is not linear on Rn.
    [Show full text]
  • Linear Maps on Rn
    Linear maps on Rn Linear structure of Rn n I The vector space R has a linear structure with two features: n n I Vector addition: For all u; v 2 R we have u + v 2 R with the components (u + v)i = ui + vi for 1 ≤ i ≤ n with respect, say, to the standard basis vectors of Rn. n I Scalar multiplication: For all u 2 R and all c 2 R, we n have cu 2 R with the components (cu)i = cui for 1 ≤ i ≤ n. I Note that these two structures exist independent of any particular basis we choose to represent the coordinates of vectors. cu u+v v u u Convex combination of vectors 2 I The convex combination of any two vectors u; v 2 R is the line segment au + bv joining u and v, where 0 ≤ a ≤ 1, 0 ≤ b ≤ 1 and a + b = 1. v u I Similarly, the convex combination of three vectors u; v; w 2 R3 is the triangle au + bv + cw with vertices u, v and w, where 0 ≤ a; b; c ≤ 1 and a + b + c = 1. w v u Scalar product of vectors 3 I Given two vectors u; v 2 R , with coordinates 2 3 2 3 u1 v1 u = 4u25 v = 4v25 u3 v3 their scalar product is given by 3 X u · v = ui vi = kukkvk cos θ; i=1 q 2 2 2 where kuk = u1 + u2 + u3 and θ is the angle between u and v. Check this formula in R2! v u θ Scalar product and coordinates I Note that the lengths kuk and kvk as well as the angle θ are independent of the three mutually perpendicular axes used to determine the coordinates of u and v.
    [Show full text]
  • Differential Geometry: Discrete Exterior Calculus
    Differential Geometry: Discrete Exterior Calculus [Discrete Exterior Calculus (Thesis). Hirani, 2003] [Discrete Differential Forms for Computational Modeling. Desbrun et al., 2005] [Build Your Own DEC at Home. Elcott et al., 2006] Chains Recall: A k-chain of a simplicial complex Κ is linear combination of the k-simplices in Κ: c = ∑c(σ )⋅σ σ∈Κ k where c is a real-valued function. The dual of a k-chain is a k-cochain which is a linear map taking a k-chain to a real value. Chains and cochains related through evaluation: –Cochains: What we integrate –Chains: What we integrate over Boundary Operator Recall: The boundary ∂σ of a k-simplex σ is the signed union of all (k-1)-faces. ∂ ∂ ∂ ∂ +1 -1 The boundary operator extends linearly to act on chains: ∂c = ∂ ∑c(σ )⋅σ = ∑c(σ )⋅∂σ σ∈Κ k σ∈Κ k Discrete Exterior Derivative Recall: The exterior derivative d:Ωk→ Ωk+1 is the operator on cochains that is the complement of the boundary operator, defined to satisfy Stokes’ Theorem. -1 -2 -1 -3.5 -2 0.5 0.5 2 0 0.5 2 0 0.5 2 1.5 1 1 Since the boundary of the boundary is empty: ∂∂ = 0 dd = 0 The Laplacian Definition: The Laplacian of a function f is a function defined as the divergence of the gradient of f: ∆f = div(∇f ) = ∇ ⋅∇f The Laplacian Definition: The Laplacian of a function f is a function defined as the divergence of the gradient of f: ∆f = div(∇f ) = ∇ ⋅∇f Q.
    [Show full text]
  • 4 Exterior Algebra
    4 Exterior algebra 4.1 Lines and 2-vectors The time has come now to develop some new linear algebra in order to handle the space of lines in a projective space P (V ). In the projective plane we have seen that duality can deal with this but lines in higher dimensional spaces behave differently. From the point of view of linear algebra we are looking at 2-dimensional vector sub- spaces U ⊂ V . To motivate what we shall do, consider how in Euclidean geometry we describe a 2-dimensional subspace of R3. We could describe it through its unit normal n, which is also parallel to u×v where u and v are linearly independent vectors in the space and u×v is the vector cross product. The vector product has the following properties: • u×v = −v×u • (λ1u1 + λ2u2)×v = λ1u1×v + λ2u2×v We shall generalize these properties to vectors in any vector space V – the difference is that the product will not be a vector in V , but will lie in another associated vector space. Definition 12 An alternating bilinear form on a vector space V is a map B : V × V → F such that • B(v, w) = −B(w, v) • B(λ1v1 + λ2v2, w) = λ1B(v1, w) + λ2B(v2, w) This is the skew-symmetric version of the symmetric bilinear forms we used to define quadrics. Given a basis {v1, . , vn}, B is uniquely determined by the skew symmetric matrix B(vi, vj). We can add alternating forms and multiply by scalars so they form a vector space, isomorphic to the space of skew-symmetric n × n matrices.
    [Show full text]