SlideShare a Scribd company logo
1 of 8
Taller 3 Matemáticas II
Heidy Julitza Mosquera Capera
20202192265
Universidad Surcolombiana
Facultad de Economía y Administración
Neiva-Huila
2021-1
1. Evalué los siguientes determinantes:
a) [
1 2 0 9
2 3 4 6
1 6 0 −1
0 −5 0 8
]
|𝐴| = −9 [
2 3 4
1 6 0
0 −5 0
] + 6[
1 2 0
1 6 0
0 −5 0
] − (−1)[
1 2 0
2 3 4
0 −5 0
]
+ 8 [
1 2 0
2 3 4
1 6 0
]
Regla de Sarrus para hallar los determinantes de 3x3
|𝐴| = −9 [
2 3 4 2 3
1 6 0 1 6
0 −5 0 0 −5
] + 6[
1 2 0 1 2
1 6 0 1 6
0 −5 0 0 −5
]
− (−1)[
1 2 0 1 2
2 3 4 2 3
0 −5 0 0 −5
]
+ 8 [
1 2 0 1 2
2 3 4 2 3
1 6 0 1 6
]
|𝐴| = −9 ((2 ∗ 6 ∗ 0) + (3 ∗ 0 ∗ 0) + (4 ∗ 1 ∗ (−5))
− (4 ∗ 6 ∗ 0) − (2 ∗ 0 ∗ (−5))− (3 ∗ 1 ∗ 0))
+ 6 ((1 ∗ 6 ∗ 0) + (2 ∗ 0 ∗ 0) + (0 ∗ 1 ∗ (−5))
− (0 ∗ 6 ∗ 0) − (1 ∗ 0 ∗ (−5))− (2 ∗ 1 ∗ 0))
+ 1 ((1 ∗ 3 ∗ 0) + (2 ∗ 4 ∗ 0) + (0 ∗ 2 ∗ (−5))
− (0 ∗ 3 ∗ 0) − (1 ∗ 4 ∗ (−5))− (2 ∗ 2 ∗ 0))
+ 8((1∗ 3 ∗ 0) + (2 ∗ 4 ∗ 1) + (0 ∗ 2 ∗ 6)
− (0 ∗ 3 ∗ 1) − (1 ∗ 4 ∗ 6) − (2 ∗ 2 ∗ 0))
|𝐴| = −9(−20) + 6(0) + 1(20) + 8(8− 24)
|𝐴| = 72
b) [
2 7 0 1
5 6 4 8
0 0 9 0
1 −3 1 4
]
|𝐴| = +0 [
5 6 8
0 0 0
1 −3 4
] − 4[
2 7 1
0 0 0
1 −3 4
] + 9[
2 7 1
5 6 8
1 −3 4
]
− 1 [
2 7 1
5 6 8
0 0 0
]
Regla de Sarrus para hallar los determinantes de 3x3
|𝐴| = −4 [
2 7 1 2 7
0 0 0 0 0
1 −3 4 1 −3
] + 9[
2 7 1 2 7
5 6 8 5 6
1 −3 4 1 −3
]
− 1 [
2 7 1 2 7
5 6 8 5 6
0 0 0 0 0
]
|𝐴| = −4(0) + 9(48+ 56 + (−15) − 6 − (−48) − 140)
− 1(0)
|𝐴| = 9(−9)
|𝐴| = −81
c)
[
1
6
2
7 −3 9
0 4 −6 1 0
4 −10 1 0 6
−8 10 0 3 1
1 0 2 5 8]
= 26445
2. Utilice la regla de Cramer para resolver los siguientes sistemas de
ecuaciones:
a)
𝑤1𝑃1 + 𝑤2𝑃2 = −𝑤0
𝑚1𝑃1 + 𝑚2𝑃2 = −𝑚0
𝐴 = (
1 1
1 1
)
𝑋 = (
𝑃1
𝑃2
)
𝐵 = (
−1
−1
)
|𝐴| = |
1 1
1 1
| = 1 − 1 = 0
No Podemos aplicar la regla de Cramer
b) −𝑥1 + 3𝑥2 + 2𝑥3 = 24
𝑥1 + 𝑥3 = 6
5𝑥2 − 𝑥3 = 8
𝐴 = (
−1 3 2
1 0 1
0 5 −1
)
𝑋 = (
𝑥1
𝑥2
𝑥3
)
𝐵 = (
24
6
8
)
|𝐴| = |
−1 3 2
1 0 1
0 5 −1
| = −1(0 − 5) − 3(−1 − 0) + 2(5− 0)
= 18
𝐴1 = (
24 3 2
6 0 1
8 5 −1
)
𝑥1 =
|
24 3 2
6 0 1
8 5 −1
|
|𝐴|
=
24(−5) − 3(−6 − 8) + 2(30)
18
= −
18
18
= −1
𝐴2 = (
−1 24 2
1 6 1
0 8 −1
)
𝑥2 =
|
−1 24 2
1 6 1
0 8 −1
|
|𝐴|
=
−1(−6− 8) − 24(−1) + 2(8)
18
=
54
18
= 3
𝐴3 = (
−1 3 24
1 0 6
0 5 8
)
𝑥2 =
|
−1 3 24
1 0 6
0 5 8
|
|𝐴|
=
−1(−30)− 3(8) + 24(5)
18
=
126
18
= 7
c) −𝑥 + 𝑦 + 𝑧 = 𝑎
𝑥 − 𝑦 + 𝑧 = 𝑏
𝑥 + 𝑦 − 𝑧 = 𝑐
𝐴 = (
−1 1 1
1 −1 1
1 1 −1
)
𝑋 = (
𝑥
𝑦
𝑧
)
𝐵 = (
𝑎
𝑏
𝑐
)
|𝐴| = |
−1 1 1
1 −1 1
1 1 −1
| = −1(0) − 1(−2) + 1(2) = 4
𝐴1 = (
𝑎 1 1
𝑏 −1 1
𝑐 1 −1
)
𝑥 =
|
𝑎 1 1
𝑏 −1 1
𝑐 1 −1
|
|𝐴|
=
𝑎(0) − 1(−1𝑏− 1𝑐) + 1(1𝑏 + 1𝑐)
4
=
1𝑏 + 1𝑐 + 1𝑏 + 1𝑐
4
=
2𝑏 + 2𝑐
4
=
𝑏 + 𝑐
2
𝐴2 = (
−1 𝑎 1
1 𝑏 1
1 𝑐 −1
)
𝑦 =
|
−1 𝑎 1
1 𝑏 1
1 𝑐 −1
|
|𝐴|
=
−1(−1𝑏− 1𝑐) − 𝑎(−2) + 1(1𝑐 − 1𝑏)
4
=
1𝑏 + 1𝑐 + 2𝑎 + 1𝑐 − 1𝑏
4
=
2𝑐 + 2𝑎
4
=
𝑐 + 𝑎
2
𝐴3 = (
−1 1 𝑎
1 −1 𝑏
1 1 𝑐
)
𝑧 =
|
−1 1 𝑎
1 −1 𝑏
1 1 𝑐
|
|𝐴|
=
−1(−1𝑐 − 1𝑏) − 1(1𝑐 − 1𝑏) + 𝑎(2)
4
=
1𝑐 + 1𝑏 + 2𝑎 − 1𝑐 + 1𝑏
4
=
2𝑏 + 2𝑎
4
=
𝑏 + 𝑎
2
d) 4𝑥 + 3𝑦 − 2𝑧 = 1
𝑥 + 2𝑦 = 6
3𝑥 + 𝑧 = 4
𝐴 = (
4 3 −2
1 2 0
3 0 1
)
𝑋 = (
𝑥
𝑦
𝑧
)
𝐵 = (
1
6
4
)
|𝐴| = |
4 3 −2
1 2 0
3 0 1
| = 4(2)− 3(1) − 2(−6) = 17
𝐴1 = (
1 3 −2
6 2 0
4 0 1
)
𝑥 =
|
1 3 −2
6 2 0
4 0 1
|
|𝐴|
=
1(2) − 3(6) − 2(−8)
17
= 0
𝐴2 = (
4 1 −2
1 6 0
3 4 1
)
𝑦 =
|
4 1 −2
1 6 0
3 4 1
|
|𝐴|
=
4(6) − 1(1) − 2(4− 18)
17
=
51
17
= 3
𝐴3 = (
4 3 1
1 2 6
3 0 4
)
𝑧 =
|
4 3 1
1 2 6
3 0 4
|
|𝐴|
=
4(8) − 3(4 − 18) + 1(−6)
17
=
68
17
= 4
3. Halle el Volumen de las siguientes estructuras geométricas por
medio de determinantes (Realice su procedimiento Paso a Paso y
argumentado):
a) La figura geométrica está formada por los puntos
𝑃1 (2,0,1),𝑃2 (1,3, 1),𝑃3 (1,4,2 ).
Establezca su configuración matricial y halle su volumen.
𝑉 = |𝑃1 ∗ (𝑃2 × 𝑃3)|
|𝑃1 ∗ (𝑃2 × 𝑃3)| = |
2 0 1
1 3 1
1 4 2
| = 2(6 − 4) − 0 + 1(4− 3) = 5
𝑉 = 5𝑢3
b) La figura geométrica está formada por los puntos
𝑃1 (2,2,2),𝑃2 (4,1,3),𝑃3 (5,3,4 ),𝑃4 (3,5,1 )
Tenga en cuenta que el área de la figura es 𝐴 =
1
6
.
Establezca su configuración matricial y halle su volumen.
𝑉 =
1
6
|𝑃1 𝑃2
⃗⃗⃗⃗⃗⃗⃗⃗ , 𝑃1𝑃3
⃗⃗⃗⃗⃗⃗⃗⃗ , 𝑃1 𝑃4
⃗⃗⃗⃗⃗⃗⃗⃗ |
𝑃1 𝑃2
⃗⃗⃗⃗⃗⃗⃗⃗ = 𝑃2 − 𝑃1 = (4,1,3) − (2,2,2) = (2,−1,1)
𝑃1 𝑃3
⃗⃗⃗⃗⃗⃗⃗⃗ = 𝑃3 − 𝑃1 = (5,3,4) − (2,2,2) = (3,1,2)
𝑃1 𝑃4
⃗⃗⃗⃗⃗⃗⃗⃗ = 𝑃4 − 𝑃1 = (3,5,1) − (2,2,2) = (1,3,−1)
|𝑃1 𝑃2
⃗⃗⃗⃗⃗⃗⃗⃗ , 𝑃1𝑃3
⃗⃗⃗⃗⃗⃗⃗⃗ , 𝑃1 𝑃4
⃗⃗⃗⃗⃗⃗⃗⃗ | = |
2 −1 1
3 1 2
1 2 −1
|
= 2(−1 − 4) − (−1)(−3− 2) + 1(6 − 1) = |−10|
𝑉 =
1
6
|−10| =
5
3
𝑢3

More Related Content

What's hot

Lista Plantão 03 - 7º ano
Lista Plantão 03 - 7º anoLista Plantão 03 - 7º ano
Lista Plantão 03 - 7º ano
Prof. Materaldo
 
Tugas 5.6 kalkulus aplikasi integral tentu (luas bidang datar)
Tugas 5.6 kalkulus aplikasi integral tentu (luas bidang datar)Tugas 5.6 kalkulus aplikasi integral tentu (luas bidang datar)
Tugas 5.6 kalkulus aplikasi integral tentu (luas bidang datar)
Nurkhalifah Anwar
 

What's hot (19)

Ix class
Ix classIx class
Ix class
 
Solving for x
Solving for xSolving for x
Solving for x
 
Lista Plantão 03 - 7º ano
Lista Plantão 03 - 7º anoLista Plantão 03 - 7º ano
Lista Plantão 03 - 7º ano
 
Taller de formulas y ecuaciones
Taller de formulas y ecuacionesTaller de formulas y ecuaciones
Taller de formulas y ecuaciones
 
経済数学II 「第2章 経済モデル」
経済数学II 「第2章 経済モデル」経済数学II 「第2章 経済モデル」
経済数学II 「第2章 経済モデル」
 
Complex Numbers Mathmatics N4
Complex  Numbers  Mathmatics N4Complex  Numbers  Mathmatics N4
Complex Numbers Mathmatics N4
 
JUEC 初中 (2014 Past Year)
JUEC 初中 (2014 Past Year)JUEC 初中 (2014 Past Year)
JUEC 初中 (2014 Past Year)
 
Vector multiplication dot product
Vector multiplication   dot productVector multiplication   dot product
Vector multiplication dot product
 
経済数学II 「第4章 線型モデルと行列代数」
経済数学II 「第4章 線型モデルと行列代数」経済数学II 「第4章 線型モデルと行列代数」
経済数学II 「第4章 線型モデルと行列代数」
 
Vectors intro
Vectors introVectors intro
Vectors intro
 
Luas daerah bidang datar (kalkulus integral)
Luas daerah bidang datar (kalkulus integral) Luas daerah bidang datar (kalkulus integral)
Luas daerah bidang datar (kalkulus integral)
 
経済数学II 「第6章 比較静学と導関数の概念」
経済数学II 「第6章 比較静学と導関数の概念」経済数学II 「第6章 比較静学と導関数の概念」
経済数学II 「第6章 比較静学と導関数の概念」
 
3e. Pedagogy of Mathematics (Part II) - Algebra (Ex 3.5)
3e. Pedagogy of Mathematics (Part II) - Algebra (Ex 3.5)3e. Pedagogy of Mathematics (Part II) - Algebra (Ex 3.5)
3e. Pedagogy of Mathematics (Part II) - Algebra (Ex 3.5)
 
Ch02 14
Ch02 14Ch02 14
Ch02 14
 
Tugas 5.6 kalkulus aplikasi integral tentu (luas bidang datar)
Tugas 5.6 kalkulus aplikasi integral tentu (luas bidang datar)Tugas 5.6 kalkulus aplikasi integral tentu (luas bidang datar)
Tugas 5.6 kalkulus aplikasi integral tentu (luas bidang datar)
 
Espressioni
EspressioniEspressioni
Espressioni
 
経済数学II 「第7章 微分法とその比較静学への応用」
経済数学II 「第7章 微分法とその比較静学への応用」経済数学II 「第7章 微分法とその比較静学への応用」
経済数学II 「第7章 微分法とその比較静学への応用」
 
Mte (1)
Mte (1)Mte (1)
Mte (1)
 
Absolute Value
Absolute ValueAbsolute Value
Absolute Value
 

Similar to Taller final matematicas ii

Similar to Taller final matematicas ii (20)

Mtk soal latihan bab 3
Mtk soal latihan bab 3Mtk soal latihan bab 3
Mtk soal latihan bab 3
 
Latihan 3.3
Latihan 3.3Latihan 3.3
Latihan 3.3
 
Algebra Lineal con geogebra.pdf
Algebra Lineal con geogebra.pdfAlgebra Lineal con geogebra.pdf
Algebra Lineal con geogebra.pdf
 
Pagina 029
Pagina 029 Pagina 029
Pagina 029
 
Números enteros Quinto
Números enteros Quinto Números enteros Quinto
Números enteros Quinto
 
A026 números enteros
A026   números enterosA026   números enteros
A026 números enteros
 
Ernest f. haeussler, richard s. paul y richard j. wood. matemáticas para admi...
Ernest f. haeussler, richard s. paul y richard j. wood. matemáticas para admi...Ernest f. haeussler, richard s. paul y richard j. wood. matemáticas para admi...
Ernest f. haeussler, richard s. paul y richard j. wood. matemáticas para admi...
 
Sol mat haeussler_by_priale
Sol mat haeussler_by_prialeSol mat haeussler_by_priale
Sol mat haeussler_by_priale
 
31350052 introductory-mathematical-analysis-textbook-solution-manual
31350052 introductory-mathematical-analysis-textbook-solution-manual31350052 introductory-mathematical-analysis-textbook-solution-manual
31350052 introductory-mathematical-analysis-textbook-solution-manual
 
Solucionario de matemáticas para administación y economia
Solucionario de matemáticas para administación y economiaSolucionario de matemáticas para administación y economia
Solucionario de matemáticas para administación y economia
 
Texto de matemática y lógica
Texto de matemática y lógicaTexto de matemática y lógica
Texto de matemática y lógica
 
Texto de matemática y lógica
Texto de matemática y lógicaTexto de matemática y lógica
Texto de matemática y lógica
 
Tema 26
Tema 26Tema 26
Tema 26
 
matrices y determinantes 3x3.pptx
matrices y determinantes 3x3.pptxmatrices y determinantes 3x3.pptx
matrices y determinantes 3x3.pptx
 
Tarea 1 vectores, matrices y determinantes laura montes
Tarea 1   vectores, matrices y determinantes laura montesTarea 1   vectores, matrices y determinantes laura montes
Tarea 1 vectores, matrices y determinantes laura montes
 
Factoring common monomial
Factoring common monomialFactoring common monomial
Factoring common monomial
 
Raices de un polinomio 11
Raices de un polinomio 11Raices de un polinomio 11
Raices de un polinomio 11
 
Matemática
MatemáticaMatemática
Matemática
 
Taller 3 algebra
Taller 3 algebraTaller 3 algebra
Taller 3 algebra
 
ضرب وحيدات الحد
ضرب وحيدات الحدضرب وحيدات الحد
ضرب وحيدات الحد
 

Recently uploaded

VIP Independent Call Girls in Andheri 🌹 9920725232 ( Call Me ) Mumbai Escorts...
VIP Independent Call Girls in Andheri 🌹 9920725232 ( Call Me ) Mumbai Escorts...VIP Independent Call Girls in Andheri 🌹 9920725232 ( Call Me ) Mumbai Escorts...
VIP Independent Call Girls in Andheri 🌹 9920725232 ( Call Me ) Mumbai Escorts...
dipikadinghjn ( Why You Choose Us? ) Escorts
 
VIP Independent Call Girls in Mumbai 🌹 9920725232 ( Call Me ) Mumbai Escorts ...
VIP Independent Call Girls in Mumbai 🌹 9920725232 ( Call Me ) Mumbai Escorts ...VIP Independent Call Girls in Mumbai 🌹 9920725232 ( Call Me ) Mumbai Escorts ...
VIP Independent Call Girls in Mumbai 🌹 9920725232 ( Call Me ) Mumbai Escorts ...
dipikadinghjn ( Why You Choose Us? ) Escorts
 
VIP Call Girl in Mira Road 💧 9920725232 ( Call Me ) Get A New Crush Everyday ...
VIP Call Girl in Mira Road 💧 9920725232 ( Call Me ) Get A New Crush Everyday ...VIP Call Girl in Mira Road 💧 9920725232 ( Call Me ) Get A New Crush Everyday ...
VIP Call Girl in Mira Road 💧 9920725232 ( Call Me ) Get A New Crush Everyday ...
dipikadinghjn ( Why You Choose Us? ) Escorts
 
VIP Call Girl Service Andheri West ⚡ 9920725232 What It Takes To Be The Best ...
VIP Call Girl Service Andheri West ⚡ 9920725232 What It Takes To Be The Best ...VIP Call Girl Service Andheri West ⚡ 9920725232 What It Takes To Be The Best ...
VIP Call Girl Service Andheri West ⚡ 9920725232 What It Takes To Be The Best ...
dipikadinghjn ( Why You Choose Us? ) Escorts
 
Call Girls in New Ashok Nagar, (delhi) call me [9953056974] escort service 24X7
Call Girls in New Ashok Nagar, (delhi) call me [9953056974] escort service 24X7Call Girls in New Ashok Nagar, (delhi) call me [9953056974] escort service 24X7
Call Girls in New Ashok Nagar, (delhi) call me [9953056974] escort service 24X7
9953056974 Low Rate Call Girls In Saket, Delhi NCR
 

Recently uploaded (20)

Top Rated Pune Call Girls Viman Nagar ⟟ 6297143586 ⟟ Call Me For Genuine Sex...
Top Rated  Pune Call Girls Viman Nagar ⟟ 6297143586 ⟟ Call Me For Genuine Sex...Top Rated  Pune Call Girls Viman Nagar ⟟ 6297143586 ⟟ Call Me For Genuine Sex...
Top Rated Pune Call Girls Viman Nagar ⟟ 6297143586 ⟟ Call Me For Genuine Sex...
 
VIP Independent Call Girls in Andheri 🌹 9920725232 ( Call Me ) Mumbai Escorts...
VIP Independent Call Girls in Andheri 🌹 9920725232 ( Call Me ) Mumbai Escorts...VIP Independent Call Girls in Andheri 🌹 9920725232 ( Call Me ) Mumbai Escorts...
VIP Independent Call Girls in Andheri 🌹 9920725232 ( Call Me ) Mumbai Escorts...
 
The Economic History of the U.S. Lecture 25.pdf
The Economic History of the U.S. Lecture 25.pdfThe Economic History of the U.S. Lecture 25.pdf
The Economic History of the U.S. Lecture 25.pdf
 
VVIP Pune Call Girls Katraj (7001035870) Pune Escorts Nearby with Complete Sa...
VVIP Pune Call Girls Katraj (7001035870) Pune Escorts Nearby with Complete Sa...VVIP Pune Call Girls Katraj (7001035870) Pune Escorts Nearby with Complete Sa...
VVIP Pune Call Girls Katraj (7001035870) Pune Escorts Nearby with Complete Sa...
 
Solution Manual for Financial Accounting, 11th Edition by Robert Libby, Patri...
Solution Manual for Financial Accounting, 11th Edition by Robert Libby, Patri...Solution Manual for Financial Accounting, 11th Edition by Robert Libby, Patri...
Solution Manual for Financial Accounting, 11th Edition by Robert Libby, Patri...
 
02_Fabio Colombo_Accenture_MeetupDora&Cybersecurity.pptx
02_Fabio Colombo_Accenture_MeetupDora&Cybersecurity.pptx02_Fabio Colombo_Accenture_MeetupDora&Cybersecurity.pptx
02_Fabio Colombo_Accenture_MeetupDora&Cybersecurity.pptx
 
VIP Independent Call Girls in Mumbai 🌹 9920725232 ( Call Me ) Mumbai Escorts ...
VIP Independent Call Girls in Mumbai 🌹 9920725232 ( Call Me ) Mumbai Escorts ...VIP Independent Call Girls in Mumbai 🌹 9920725232 ( Call Me ) Mumbai Escorts ...
VIP Independent Call Girls in Mumbai 🌹 9920725232 ( Call Me ) Mumbai Escorts ...
 
The Economic History of the U.S. Lecture 21.pdf
The Economic History of the U.S. Lecture 21.pdfThe Economic History of the U.S. Lecture 21.pdf
The Economic History of the U.S. Lecture 21.pdf
 
The Economic History of the U.S. Lecture 23.pdf
The Economic History of the U.S. Lecture 23.pdfThe Economic History of the U.S. Lecture 23.pdf
The Economic History of the U.S. Lecture 23.pdf
 
Shrambal_Distributors_Newsletter_Apr-2024 (1).pdf
Shrambal_Distributors_Newsletter_Apr-2024 (1).pdfShrambal_Distributors_Newsletter_Apr-2024 (1).pdf
Shrambal_Distributors_Newsletter_Apr-2024 (1).pdf
 
The Economic History of the U.S. Lecture 20.pdf
The Economic History of the U.S. Lecture 20.pdfThe Economic History of the U.S. Lecture 20.pdf
The Economic History of the U.S. Lecture 20.pdf
 
06_Joeri Van Speybroek_Dell_MeetupDora&Cybersecurity.pdf
06_Joeri Van Speybroek_Dell_MeetupDora&Cybersecurity.pdf06_Joeri Van Speybroek_Dell_MeetupDora&Cybersecurity.pdf
06_Joeri Van Speybroek_Dell_MeetupDora&Cybersecurity.pdf
 
Gurley shaw Theory of Monetary Economics.
Gurley shaw Theory of Monetary Economics.Gurley shaw Theory of Monetary Economics.
Gurley shaw Theory of Monetary Economics.
 
(Vedika) Low Rate Call Girls in Pune Call Now 8250077686 Pune Escorts 24x7
(Vedika) Low Rate Call Girls in Pune Call Now 8250077686 Pune Escorts 24x7(Vedika) Low Rate Call Girls in Pune Call Now 8250077686 Pune Escorts 24x7
(Vedika) Low Rate Call Girls in Pune Call Now 8250077686 Pune Escorts 24x7
 
Top Rated Pune Call Girls Dighi ⟟ 6297143586 ⟟ Call Me For Genuine Sex Servi...
Top Rated  Pune Call Girls Dighi ⟟ 6297143586 ⟟ Call Me For Genuine Sex Servi...Top Rated  Pune Call Girls Dighi ⟟ 6297143586 ⟟ Call Me For Genuine Sex Servi...
Top Rated Pune Call Girls Dighi ⟟ 6297143586 ⟟ Call Me For Genuine Sex Servi...
 
Top Rated Pune Call Girls Sinhagad Road ⟟ 6297143586 ⟟ Call Me For Genuine S...
Top Rated  Pune Call Girls Sinhagad Road ⟟ 6297143586 ⟟ Call Me For Genuine S...Top Rated  Pune Call Girls Sinhagad Road ⟟ 6297143586 ⟟ Call Me For Genuine S...
Top Rated Pune Call Girls Sinhagad Road ⟟ 6297143586 ⟟ Call Me For Genuine S...
 
VIP Call Girl in Mira Road 💧 9920725232 ( Call Me ) Get A New Crush Everyday ...
VIP Call Girl in Mira Road 💧 9920725232 ( Call Me ) Get A New Crush Everyday ...VIP Call Girl in Mira Road 💧 9920725232 ( Call Me ) Get A New Crush Everyday ...
VIP Call Girl in Mira Road 💧 9920725232 ( Call Me ) Get A New Crush Everyday ...
 
VIP Call Girl Service Andheri West ⚡ 9920725232 What It Takes To Be The Best ...
VIP Call Girl Service Andheri West ⚡ 9920725232 What It Takes To Be The Best ...VIP Call Girl Service Andheri West ⚡ 9920725232 What It Takes To Be The Best ...
VIP Call Girl Service Andheri West ⚡ 9920725232 What It Takes To Be The Best ...
 
Indore Real Estate Market Trends Report.pdf
Indore Real Estate Market Trends Report.pdfIndore Real Estate Market Trends Report.pdf
Indore Real Estate Market Trends Report.pdf
 
Call Girls in New Ashok Nagar, (delhi) call me [9953056974] escort service 24X7
Call Girls in New Ashok Nagar, (delhi) call me [9953056974] escort service 24X7Call Girls in New Ashok Nagar, (delhi) call me [9953056974] escort service 24X7
Call Girls in New Ashok Nagar, (delhi) call me [9953056974] escort service 24X7
 

Taller final matematicas ii

  • 1. Taller 3 Matemáticas II Heidy Julitza Mosquera Capera 20202192265 Universidad Surcolombiana Facultad de Economía y Administración Neiva-Huila 2021-1
  • 2. 1. Evalué los siguientes determinantes: a) [ 1 2 0 9 2 3 4 6 1 6 0 −1 0 −5 0 8 ] |𝐴| = −9 [ 2 3 4 1 6 0 0 −5 0 ] + 6[ 1 2 0 1 6 0 0 −5 0 ] − (−1)[ 1 2 0 2 3 4 0 −5 0 ] + 8 [ 1 2 0 2 3 4 1 6 0 ] Regla de Sarrus para hallar los determinantes de 3x3 |𝐴| = −9 [ 2 3 4 2 3 1 6 0 1 6 0 −5 0 0 −5 ] + 6[ 1 2 0 1 2 1 6 0 1 6 0 −5 0 0 −5 ] − (−1)[ 1 2 0 1 2 2 3 4 2 3 0 −5 0 0 −5 ] + 8 [ 1 2 0 1 2 2 3 4 2 3 1 6 0 1 6 ] |𝐴| = −9 ((2 ∗ 6 ∗ 0) + (3 ∗ 0 ∗ 0) + (4 ∗ 1 ∗ (−5)) − (4 ∗ 6 ∗ 0) − (2 ∗ 0 ∗ (−5))− (3 ∗ 1 ∗ 0)) + 6 ((1 ∗ 6 ∗ 0) + (2 ∗ 0 ∗ 0) + (0 ∗ 1 ∗ (−5)) − (0 ∗ 6 ∗ 0) − (1 ∗ 0 ∗ (−5))− (2 ∗ 1 ∗ 0)) + 1 ((1 ∗ 3 ∗ 0) + (2 ∗ 4 ∗ 0) + (0 ∗ 2 ∗ (−5)) − (0 ∗ 3 ∗ 0) − (1 ∗ 4 ∗ (−5))− (2 ∗ 2 ∗ 0)) + 8((1∗ 3 ∗ 0) + (2 ∗ 4 ∗ 1) + (0 ∗ 2 ∗ 6) − (0 ∗ 3 ∗ 1) − (1 ∗ 4 ∗ 6) − (2 ∗ 2 ∗ 0)) |𝐴| = −9(−20) + 6(0) + 1(20) + 8(8− 24) |𝐴| = 72
  • 3. b) [ 2 7 0 1 5 6 4 8 0 0 9 0 1 −3 1 4 ] |𝐴| = +0 [ 5 6 8 0 0 0 1 −3 4 ] − 4[ 2 7 1 0 0 0 1 −3 4 ] + 9[ 2 7 1 5 6 8 1 −3 4 ] − 1 [ 2 7 1 5 6 8 0 0 0 ] Regla de Sarrus para hallar los determinantes de 3x3 |𝐴| = −4 [ 2 7 1 2 7 0 0 0 0 0 1 −3 4 1 −3 ] + 9[ 2 7 1 2 7 5 6 8 5 6 1 −3 4 1 −3 ] − 1 [ 2 7 1 2 7 5 6 8 5 6 0 0 0 0 0 ] |𝐴| = −4(0) + 9(48+ 56 + (−15) − 6 − (−48) − 140) − 1(0) |𝐴| = 9(−9) |𝐴| = −81 c) [ 1 6 2 7 −3 9 0 4 −6 1 0 4 −10 1 0 6 −8 10 0 3 1 1 0 2 5 8] = 26445 2. Utilice la regla de Cramer para resolver los siguientes sistemas de ecuaciones: a) 𝑤1𝑃1 + 𝑤2𝑃2 = −𝑤0 𝑚1𝑃1 + 𝑚2𝑃2 = −𝑚0 𝐴 = ( 1 1 1 1 ) 𝑋 = ( 𝑃1 𝑃2 ) 𝐵 = ( −1 −1 )
  • 4. |𝐴| = | 1 1 1 1 | = 1 − 1 = 0 No Podemos aplicar la regla de Cramer b) −𝑥1 + 3𝑥2 + 2𝑥3 = 24 𝑥1 + 𝑥3 = 6 5𝑥2 − 𝑥3 = 8 𝐴 = ( −1 3 2 1 0 1 0 5 −1 ) 𝑋 = ( 𝑥1 𝑥2 𝑥3 ) 𝐵 = ( 24 6 8 ) |𝐴| = | −1 3 2 1 0 1 0 5 −1 | = −1(0 − 5) − 3(−1 − 0) + 2(5− 0) = 18 𝐴1 = ( 24 3 2 6 0 1 8 5 −1 ) 𝑥1 = | 24 3 2 6 0 1 8 5 −1 | |𝐴| = 24(−5) − 3(−6 − 8) + 2(30) 18 = − 18 18 = −1 𝐴2 = ( −1 24 2 1 6 1 0 8 −1 ) 𝑥2 = | −1 24 2 1 6 1 0 8 −1 | |𝐴| = −1(−6− 8) − 24(−1) + 2(8) 18 = 54 18 = 3 𝐴3 = ( −1 3 24 1 0 6 0 5 8 )
  • 5. 𝑥2 = | −1 3 24 1 0 6 0 5 8 | |𝐴| = −1(−30)− 3(8) + 24(5) 18 = 126 18 = 7 c) −𝑥 + 𝑦 + 𝑧 = 𝑎 𝑥 − 𝑦 + 𝑧 = 𝑏 𝑥 + 𝑦 − 𝑧 = 𝑐 𝐴 = ( −1 1 1 1 −1 1 1 1 −1 ) 𝑋 = ( 𝑥 𝑦 𝑧 ) 𝐵 = ( 𝑎 𝑏 𝑐 ) |𝐴| = | −1 1 1 1 −1 1 1 1 −1 | = −1(0) − 1(−2) + 1(2) = 4 𝐴1 = ( 𝑎 1 1 𝑏 −1 1 𝑐 1 −1 ) 𝑥 = | 𝑎 1 1 𝑏 −1 1 𝑐 1 −1 | |𝐴| = 𝑎(0) − 1(−1𝑏− 1𝑐) + 1(1𝑏 + 1𝑐) 4 = 1𝑏 + 1𝑐 + 1𝑏 + 1𝑐 4 = 2𝑏 + 2𝑐 4 = 𝑏 + 𝑐 2 𝐴2 = ( −1 𝑎 1 1 𝑏 1 1 𝑐 −1 ) 𝑦 = | −1 𝑎 1 1 𝑏 1 1 𝑐 −1 | |𝐴| = −1(−1𝑏− 1𝑐) − 𝑎(−2) + 1(1𝑐 − 1𝑏) 4 = 1𝑏 + 1𝑐 + 2𝑎 + 1𝑐 − 1𝑏 4 = 2𝑐 + 2𝑎 4 = 𝑐 + 𝑎 2 𝐴3 = ( −1 1 𝑎 1 −1 𝑏 1 1 𝑐 )
  • 6. 𝑧 = | −1 1 𝑎 1 −1 𝑏 1 1 𝑐 | |𝐴| = −1(−1𝑐 − 1𝑏) − 1(1𝑐 − 1𝑏) + 𝑎(2) 4 = 1𝑐 + 1𝑏 + 2𝑎 − 1𝑐 + 1𝑏 4 = 2𝑏 + 2𝑎 4 = 𝑏 + 𝑎 2 d) 4𝑥 + 3𝑦 − 2𝑧 = 1 𝑥 + 2𝑦 = 6 3𝑥 + 𝑧 = 4 𝐴 = ( 4 3 −2 1 2 0 3 0 1 ) 𝑋 = ( 𝑥 𝑦 𝑧 ) 𝐵 = ( 1 6 4 ) |𝐴| = | 4 3 −2 1 2 0 3 0 1 | = 4(2)− 3(1) − 2(−6) = 17 𝐴1 = ( 1 3 −2 6 2 0 4 0 1 ) 𝑥 = | 1 3 −2 6 2 0 4 0 1 | |𝐴| = 1(2) − 3(6) − 2(−8) 17 = 0 𝐴2 = ( 4 1 −2 1 6 0 3 4 1 ) 𝑦 = | 4 1 −2 1 6 0 3 4 1 | |𝐴| = 4(6) − 1(1) − 2(4− 18) 17 = 51 17 = 3 𝐴3 = ( 4 3 1 1 2 6 3 0 4 )
  • 7. 𝑧 = | 4 3 1 1 2 6 3 0 4 | |𝐴| = 4(8) − 3(4 − 18) + 1(−6) 17 = 68 17 = 4 3. Halle el Volumen de las siguientes estructuras geométricas por medio de determinantes (Realice su procedimiento Paso a Paso y argumentado): a) La figura geométrica está formada por los puntos 𝑃1 (2,0,1),𝑃2 (1,3, 1),𝑃3 (1,4,2 ). Establezca su configuración matricial y halle su volumen. 𝑉 = |𝑃1 ∗ (𝑃2 × 𝑃3)| |𝑃1 ∗ (𝑃2 × 𝑃3)| = | 2 0 1 1 3 1 1 4 2 | = 2(6 − 4) − 0 + 1(4− 3) = 5 𝑉 = 5𝑢3 b) La figura geométrica está formada por los puntos 𝑃1 (2,2,2),𝑃2 (4,1,3),𝑃3 (5,3,4 ),𝑃4 (3,5,1 )
  • 8. Tenga en cuenta que el área de la figura es 𝐴 = 1 6 . Establezca su configuración matricial y halle su volumen. 𝑉 = 1 6 |𝑃1 𝑃2 ⃗⃗⃗⃗⃗⃗⃗⃗ , 𝑃1𝑃3 ⃗⃗⃗⃗⃗⃗⃗⃗ , 𝑃1 𝑃4 ⃗⃗⃗⃗⃗⃗⃗⃗ | 𝑃1 𝑃2 ⃗⃗⃗⃗⃗⃗⃗⃗ = 𝑃2 − 𝑃1 = (4,1,3) − (2,2,2) = (2,−1,1) 𝑃1 𝑃3 ⃗⃗⃗⃗⃗⃗⃗⃗ = 𝑃3 − 𝑃1 = (5,3,4) − (2,2,2) = (3,1,2) 𝑃1 𝑃4 ⃗⃗⃗⃗⃗⃗⃗⃗ = 𝑃4 − 𝑃1 = (3,5,1) − (2,2,2) = (1,3,−1) |𝑃1 𝑃2 ⃗⃗⃗⃗⃗⃗⃗⃗ , 𝑃1𝑃3 ⃗⃗⃗⃗⃗⃗⃗⃗ , 𝑃1 𝑃4 ⃗⃗⃗⃗⃗⃗⃗⃗ | = | 2 −1 1 3 1 2 1 2 −1 | = 2(−1 − 4) − (−1)(−3− 2) + 1(6 − 1) = |−10| 𝑉 = 1 6 |−10| = 5 3 𝑢3