Math in Economics
eBook - ePub

Math in Economics

Susheng Wang

  1. 272 pages
  2. English
  3. ePUB (adapté aux mobiles)
  4. Disponible sur iOS et Android
eBook - ePub

Math in Economics

Susheng Wang

DĂ©tails du livre
Aperçu du livre
Table des matiĂšres
Citations

À propos de ce livre

This textbook concisely covers math knowledge and tools useful for business and economics studies, including matrix analysis, basic math concepts, general optimization, dynamic optimization, and ordinary differential equations. Basic math tools, particularly optimization tools, are essential for students in a business school, especially for students in economics, accounting, finance, management, and marketing. It is a standard practice nowadays that a graduate program in a business school requires a short and intense course in math just before or immediately after the students enter the program. Math in Economics aims to be the main textbook for such a crash course.

The 1st edition was published by People's University Publisher, China. This new edition contains an added chapter on Probability Theory along with changes and improvements throughout.

Request Inspection Copy

This textbook concisely covers math knowledge and tools useful for business and economics studies, including matrix analysis, basic math concepts, general optimization, dynamic optimization, and ordinary differential equations. Basic math tools, particularly optimization tools, are essential for students in a business school, especially for students in economics, accounting, finance, management, and marketing. It is a standard practice nowadays that a graduate program in a business school requires a short and intense course in math just before or immediately after the students enter the program. Math in Economics aims to be the main textbook for such a crash course.

The 1st edition was published by People's University Publisher, China. This new edition contains an added chapter on Probability Theory along with changes and improvements throughout.

Request Inspection Copy


Readership: Students ranging from final undergraduate year, to master's and PhD level in economics, accounting, finance, management, and marketing courses.
Key Features:

  • It concisely covers main math knowledge and tools useful for business and economics studies, which includes matrix analysis, basic math concepts, general optimization, dynamic optimization, ordinary differential equations, and probability theory
  • Basic math tools, particularly optimization tools, are essential for students in business schools, and especially for students in economics, accounting, finance, management, and marketing

Foire aux questions

Comment puis-je résilier mon abonnement ?
Il vous suffit de vous rendre dans la section compte dans paramĂštres et de cliquer sur « RĂ©silier l’abonnement ». C’est aussi simple que cela ! Une fois que vous aurez rĂ©siliĂ© votre abonnement, il restera actif pour le reste de la pĂ©riode pour laquelle vous avez payĂ©. DĂ©couvrez-en plus ici.
Puis-je / comment puis-je télécharger des livres ?
Pour le moment, tous nos livres en format ePub adaptĂ©s aux mobiles peuvent ĂȘtre tĂ©lĂ©chargĂ©s via l’application. La plupart de nos PDF sont Ă©galement disponibles en tĂ©lĂ©chargement et les autres seront tĂ©lĂ©chargeables trĂšs prochainement. DĂ©couvrez-en plus ici.
Quelle est la différence entre les formules tarifaires ?
Les deux abonnements vous donnent un accĂšs complet Ă  la bibliothĂšque et Ă  toutes les fonctionnalitĂ©s de Perlego. Les seules diffĂ©rences sont les tarifs ainsi que la pĂ©riode d’abonnement : avec l’abonnement annuel, vous Ă©conomiserez environ 30 % par rapport Ă  12 mois d’abonnement mensuel.
Qu’est-ce que Perlego ?
Nous sommes un service d’abonnement Ă  des ouvrages universitaires en ligne, oĂč vous pouvez accĂ©der Ă  toute une bibliothĂšque pour un prix infĂ©rieur Ă  celui d’un seul livre par mois. Avec plus d’un million de livres sur plus de 1 000 sujets, nous avons ce qu’il vous faut ! DĂ©couvrez-en plus ici.
Prenez-vous en charge la synthÚse vocale ?
Recherchez le symbole Écouter sur votre prochain livre pour voir si vous pouvez l’écouter. L’outil Écouter lit le texte Ă  haute voix pour vous, en surlignant le passage qui est en cours de lecture. Vous pouvez le mettre sur pause, l’accĂ©lĂ©rer ou le ralentir. DĂ©couvrez-en plus ici.
Est-ce que Math in Economics est un PDF/ePUB en ligne ?
Oui, vous pouvez accĂ©der Ă  Math in Economics par Susheng Wang en format PDF et/ou ePUB ainsi qu’à d’autres livres populaires dans Commerce et MathĂ©matiques d'entreprise. Nous disposons de plus d’un million d’ouvrages Ă  dĂ©couvrir dans notre catalogue.

Informations

Éditeur
WSPC
Année
2015
ISBN
9789814663830
Chapter 1
Linear Algebra
We will focus on the part of linear algebra that is most useful for business studies — matrices. Basic knowledge of linear algebra is assumed.

1. Vector

A scalar is either a real number a ∈ ℝ or a complex number z ∈ ℂ, where ℝ is the set of all real numbers and ℂ is the set of all complex numbers. A vector is an ordered sequence of numbers:
images
The numbers xi are called entries, coefficients or elements. The entries can generally be complex numbers. However, except when eigenvalues are involved, we assume real entries and denote an n-dimensional vector by x ∈ ℝn. For convenience, we sometimes write it as (xi) or (xi)n. In business studies, for example, a vector can represent a financial asset, with its entries representing features of the financial asset.
A special vector is the zero vector: 0 ∈ ℝn. Given a vector in (1.1), we can define its transpose and denote it by xâ€Č or x T, with
xâ€Č = xT ≡ (x1, x2, . . . , xn).
We typically write a vector as a vertical/column vector; its horizontal/row version is xâ€Č. For a vector x ∈ ℝn, we can define its length as ||x||, where
images
and call it the norm. Then we can define the distance between any two points x and y in ℝn by the norm ||x – y||.
Given two vectors a = (ai)n and b = (bi)n, we can define their summation a + b, subtraction a − b, and multiplication aâ€Čb, 〈a, bâŒȘ or a · b respectively by
images
We can also multiply a vector a ∈ ℝn by a number λ ∈ ℝ:
images
These operations are intuitively shown in Figure 1.1, and, if Ξ is the angle between vectors a and b, we have
a · b = ||a|| · ||b|| · cos(Ξ).
Proposition 1.1.For vectors a, b, c ∈ ℝn, we have
(a) The associative law of summation: (a + b) + c = a + (b + c).
(b) The commutative law of summation: a + b = b + a.
(c) The commutative law of multiplication: a · b = b · a.
(d) The distributive law: a · (b + c) = a · b + a · c. â—Œ
A vector ÎČ âˆˆ ℝn is a linear combination of vectors α1, . . . , αm ∈ ℝn, if there exist λ1, . . . , λm ∈ ℝ such that
ÎČ = λ1α1 + · · · + λmαm.
images
Figure 1.1.Graphical Illustration of Vector Operations
For example, a mutual fund is a linear combination of some basic ass...

Table des matiĂšres

  1. Cover Page
  2. Title
  3. Copyright
  4. Contents
  5. Preface
  6. Chapter 1. Linear Algebra
  7. Chapter 2. Basic Real Analysis
  8. Chapter 3. General Optimization
  9. Chapter 4. Dynamic Optimization
  10. Chapter 5. Ordinary Differential Equations
  11. Chapter 6. Difference Equations
  12. Chapter 7. Probability Theory
  13. References
  14. Index
Normes de citation pour Math in Economics

APA 6 Citation

Wang, S. (2015). Math in Economics (2nd ed.). World Scientific Publishing Company. Retrieved from https://www.perlego.com/book/852017/math-in-economics-pdf (Original work published 2015)

Chicago Citation

Wang, Susheng. (2015) 2015. Math in Economics. 2nd ed. World Scientific Publishing Company. https://www.perlego.com/book/852017/math-in-economics-pdf.

Harvard Citation

Wang, S. (2015) Math in Economics. 2nd edn. World Scientific Publishing Company. Available at: https://www.perlego.com/book/852017/math-in-economics-pdf (Accessed: 14 October 2022).

MLA 7 Citation

Wang, Susheng. Math in Economics. 2nd ed. World Scientific Publishing Company, 2015. Web. 14 Oct. 2022.