0% found this document useful (0 votes)
45 views1 page

Algebra Lineal Y Teoria Matricial: Practico

This document contains instructions to solve various systems of linear equations using MATLAB and problems involving linear programming that should be solved in Excel. Specifically, it provides 10 systems of linear equations and 6 problems in linear programming involving minimizing or maximizing objective functions subject to constraints. The document aims to help students practice solving systems of equations and linear programming problems computationally.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
45 views1 page

Algebra Lineal Y Teoria Matricial: Practico

This document contains instructions to solve various systems of linear equations using MATLAB and problems involving linear programming that should be solved in Excel. Specifically, it provides 10 systems of linear equations and 6 problems in linear programming involving minimizing or maximizing objective functions subject to constraints. The document aims to help students practice solving systems of equations and linear programming problems computationally.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

PRACTICO

ALGEBRA LINEAL Y TEORIA MATRICIAL


CARRERA: INGENIERIA PETROLEO Y GAS NATURAL MATERIA: MAT
103

Resolver los sistemas de ecuaciones lineales que se dan mediante el programa MAT LAB

 x1  3 x2  1  x 1 y  2
2 x1  x2  4 3x1  2 x2  2   1   4
1.-  2)  3)  4 3 4)  2 3
 x1  x2  2 6 x1  2 x2  14 2 x1  x2  12 
x  2 y  5

3x1  2 x2  4 x3  1  x1  2 x2  4 x3  11  x1  2 x2  7 x3  4
  
5)  x1  x2  2 x3  3 6) 3x1  7 x2  15 x3  38 7) 2 x1  x2  x3  13
2x  3x  6 x  8 2x  5 x  11x  27 3x  9 x  36 x  33
 1 2 3  1 2 3  1 2 3

 x1  x2  x3  x4  6  x1  2 x2  x3  3x4  9  x1  3x4  4
2 x  3x  
 1 2  x4  0 3x1  7 x2  6 x3  11x4  33  2 x2 -x3  x4  0
8)  9)  10) 
3x1  4 x2  x3  2 x4  4  x1  6 x2  14 x3  15 x4  34  3x2  2 x4  1
 x1  2 x2  x3  x4  0 2x1  6 x2  11x3  23x4  33  2x1  x2  4 x3 5

Dado el siguiente problema de programación lineal: resolver en Excel

1.- 2.-
Minimizar x1 + x2 − x3 maximizar 3x1 + 2x2 + 3x3
Sujeto a 3x1 − x3 = 5 sujeto a 4 <= 2x1 + x2 + x3
x2 − x3 = 1 <= 20
3x1 − x2 + 2x3 <= 6
x1, x2, x3 >= 0. x1 >= 0,
x2 >= 3.

3.- maximizar 2x1 − 2x2 + 3x3 4.- minimizar x1 − x3 + x4


Sujeto a x1 + x2 + x3 = 4 sujeto a − 2x1 − 2x2 + x3 + x4 = −3
−x1 + 3x2 >= 4 x1 + 2x2 + 3x3 = 6
x >= 0, 2x1 + 2x2 + x3 + x4 = 5
x >= 0.

5.- maximizar x1 + 2x2 + x3 6.- minimizar x1 + x2 + x3


Sujeto a x1 + x2 + x3 <=2 Sujeto a 2x1 − x2 + x3 = 3
x1 + x2 − x3 <=3 x1 + x3 >= 1
2x1 + x2 + 2x3 >=1 x1 − 2x2 <= 0
x >= 0. x >= 0.

You might also like