Matematika Pertemuan 26 Matakuliah: D0024/Matematika Industri II Tahun : 2008.

Slides:



Advertisements
Similar presentations
Computer Graphics - Geometry & Representation -
Advertisements

Vector Spaces A set V is called a vector space over a set K denoted V(K) if is an Abelian group, is a field, and For every element vV and K there exists.
5.4 Basis And Dimension.
Demetriou/Loizidou – ACSC330 – Chapter 4 Geometric Objects and Transformations Dr. Giorgos A. Demetriou Dr. Stephania Loizidou Himona Computer Science.
Matematika Pertemuan 13 Matakuliah: D0024/Matematika Industri II Tahun : 2008.
Signal , Weight Vector Spaces and Linear Transformations
Signal , Weight Vector Spaces and Linear Transformations
THE DIMENSION OF A VECTOR SPACE
Matematika Pertemuan 20 Matakuliah: D0024/Matematika Industri II Tahun : 2008.
Matematika Pertemuan 24 Matakuliah: D0024/Matematika Industri II Tahun : 2008.
Chapter Two: Vector Spaces I.Definition of Vector Space II.Linear Independence III.Basis and Dimension Topic: Fields Topic: Crystals Topic: Voting Paradoxes.
Mathematics1 Mathematics 1 Applied Informatics Štefan BEREŽNÝ.
Quantum One: Lecture 7. The General Formalism of Quantum Mechanics.
University of Texas at Austin CS395T - Advanced Image Synthesis Spring 2006 Don Fussell Orthogonal Functions and Fourier Series.
Signal-Space Analysis ENSC 428 – Spring 2008 Reference: Lecture 10 of Gallager.
Graphics CSE 581 – Interactive Computer Graphics Mathematics for Computer Graphics CSE 581 – Roger Crawfis (slides developed from Korea University slides)
1 February 24 Matrices 3.2 Matrices; Row reduction Standard form of a set of linear equations: Chapter 3 Linear Algebra Matrix of coefficients: Augmented.
Review of basic concepts and facts in linear algebra Matrix HITSZ Instructor: Zijun Luo Fall 2012.
Geometry CSC 2141 Introduction to Computer Graphics.
Linear Algebra Chapter 4 Vector Spaces.
University of Texas at Austin CS384G - Computer Graphics Fall 2008 Don Fussell Orthogonal Functions and Fourier Series.
Chapter 2: Vector spaces
A vector space containing infinitely many vectors can be efficiently described by listing a set of vectors that SPAN the space. eg: describe the solutions.
Chapter 3 Vector Spaces. The operations of addition and scalar multiplication are used in many contexts in mathematics. Regardless of the context, however,
Trace and Norm Pertemuan 8 Matakuliah: MATRIX ALGEBRA FOR STATISTICS Tahun: 2009.
Chap. 4 Vector Spaces 4.1 Vectors in Rn 4.2 Vector Spaces
AGC DSP AGC DSP Professor A G Constantinides©1 Signal Spaces The purpose of this part of the course is to introduce the basic concepts behind generalised.
1 MAC 2103 Module 8 General Vector Spaces I. 2 Rev.F09 Learning Objectives Upon completing this module, you should be able to: 1. Recognize from the standard.
4.3 Linearly Independent Sets; Bases
Mathematical Tools of Quantum Mechanics
Signal & Weight Vector Spaces
BASIC MATHEMATICAL Session 2 Course: S Introduction to Finite Element Method Year: 2010.
4.1 Introduction to Linear Spaces (a.k.a. Vector Spaces)
Ch 6 Vector Spaces. Vector Space Axioms X,Y,Z elements of  and α, β elements of  Def of vector addition Def of multiplication of scalar and vector These.
4 4.1 © 2016 Pearson Education, Ltd. Vector Spaces VECTOR SPACES AND SUBSPACES.
Matrices and Linear Systems Roughly speaking, matrix is a rectangle array We shall discuss existence and uniqueness of solution for a system of linear.
4 4.5 © 2016 Pearson Education, Inc. Vector Spaces THE DIMENSION OF A VECTOR SPACE.
Summary of the Last Lecture This is our second lecture. In our first lecture, we discussed The vector spaces briefly and proved some basic inequalities.
MAT 2401 Linear Algebra 4.2 Vector Spaces
Extending a displacement A displacement defined by a pair where l is the length of the displacement and  the angle between its direction and the x-axix.
 Matrix Operations  Inverse of a Matrix  Characteristics of Invertible Matrices …
Spaces.
Vector Spaces B.A./B.Sc. III: Mathematics (Paper II) 1 Vectors in Rn
Lecture 7 Vector Space Last Time - Properties of Determinants
Linear Algebra Lecture 26.
Week 2 Introduction to Hilbert spaces Review of vector spaces
Vectors.
Matematika Pertemuan 11 Matakuliah : D0024/Matematika Industri II
VECTOR SPACES AND SUBSPACES
Projection Pertemuan 10 Matakuliah : Matrix Algebra for Statistics
Complex Number Field Properties
Section 4.1: Vector Spaces and Subspaces
Section 4.1: Vector Spaces and Subspaces
SPANNING.
Quantum One.
VECTOR SPACES AND SUBSPACES
1.3 Vector Equations.
Signal & Weight Vector Spaces
Signal & Weight Vector Spaces
Elementary Linear Algebra
Linear Algebra Lecture 20.
MA5242 Wavelets Lecture 1 Numbers and Vector Spaces
ABASAHEB KAKADE ARTS COLLEGE BODHEGAON
General Vector Spaces I
Linear Vector Space and Matrix Mechanics
Vectors in Three-Dimensional Space
THE DIMENSION OF A VECTOR SPACE
Elementary Linear Algebra Anton & Rorres, 9th Edition
VECTOR SPACES AND SUBSPACES
Presentation transcript:

Matematika Pertemuan 26 Matakuliah: D0024/Matematika Industri II Tahun : 2008

Bina Nusantara A vector space is a set that is closed under finite vector addition and scalar multiplication. The basic example is - dimensional Euclidean space, where every element is represented by a list of real numbers, scalars are real numbers, addition is componentwise, and scalar multiplication is multiplication on each term separately.vector additionscalar multiplicationEuclidean space For a general vector space, the scalars are members of a field, in which case is called a vector space over. field Euclidean -space is called a real vector space, and is called a complex vector space.real vector spacecomplex vector space Vector Space

Bina Nusantara In order for to be a vector space, the following conditions must hold for all elements and any scalars :scalars 1. Commutativity:Commutativity (1) (1) 2. Associativity of vector addition:Associativityvector addition (2) (2) 3. Additive identity: For all, (3) (3) 4. Existence of additive inverse: For any, there exists a such that 5. Associativity of scalar multiplication:Associativity (5) (5) 6. Distributivity of scalar sums:Distributivity 7. Distributivity of vector sums:Distributivity (7) (7) 8. Scalar multiplication identity:

Bina Nusantara A basis of a vector space is defined as a subset of vectors in that are linearly independent and vector space span. Consequently, if is a list of vectors in, then these vectors form a basis if and only if every vector can be uniquely written asvector spacelinearly independentvector space span Vector Space Basis where,..., are elements of the base field. (Outside of pure mathematics, the base field is almost always or, but fields of positive characteristic are often considered in algebra, number theory, and algebraic geometry). A vector space will have many different bases, but there are always the same number of basis vectors in each of them. The number of basis vectors in is called the dimension of. Every spanning list in a vector space can be reduced to a basis of the vector space.algebraic geometryvector space dimension

Bina Nusantara The simplest example of a basis is the standard basis in consisting of the coordinate axes. For example, in, the standard basis consists of two vectors and. Any vector can be written uniquely as the linear combination. Indeed, a vector is defined by its coordinates. The vectors and are also a basis for because any vector can be uniquely written as. The above figure shows, which are linear combinations of the basis. vectorsvector linear combinationvectors vector

Bina Nusantara When a vector space is infinite dimensional, then a basis exists, as long as one assumes the axiom of choice. A subset of the basis which is linearly independent and whose span is dense is called a complete set, and is similar to a basis. When is a Hilbert space, a complete set is called a Hilbert basis.vector spaceaxiom of choicedenseHilbert spaceHilbert basis

Bina Nusantara Kerjakan latihan dalam modul soal