SlideShare a Scribd company logo
1 of 19
MATRICES AND LINEAR
ALGEBRA IN EXCEL 2007
CAROLINA MARIA CAMACHO ZAMBRANO
3rd CYCLE 2016-2
SYSTEMS ENGINEERING
EAN UNIVERSITY
How can excel studying motivate and help in
understanding and learning the matrix concept
and its associated operations?
Matrix is an associated concept in
programming and finance, so Excel can
help show the correlation between items,
and in this way, it can be a booster for
understanding and learning this notion
and its related operations.
1. How to organize (enter) data into matrices?
•According to Wacha
(n.d.), in order to
organize data into
matrices, you type each
matrix info into each
cell, as you can see in the
image on the right.
Source:Wacha, n.d., online
2. How to add matrices?
Step-by-step Instructions (Wacha, n.d.,online)
1. Enter the data of each matrix onto the worksheet.
2. Highlight another section of the worksheet that has the same
dimensions as the answer matrix.
3. Type: =(A2:C4)+(E2:G4) (This will appear in the formula bar.)
4. Since this answer will result in an array (matrix), you will need to:
CRTL+SHIFT+ENTER
Source:Wacha, n.d., online
3. How to subtract matrices?
Step-by-step Instructions (Wacha, n.d.,online)
1. Enter the data of each matrix onto the worksheet.
2. Highlight another section of the worksheet that has the same
dimensions as the answer matrix.
3. Type: =(A2:C4)-(E2:G4) (This will appear in the formula bar.)
4. Since this answer will result in an array (matrix), you will need to:
CRTL+SHIFT+ENTER
Source:Wacha, n.d., online
4. How to find the transpose of a matrix?
Step-by-step Instructions (Wacha, n.d.,online)
1. Enter the data of each matrix onto the worksheet.
2. Highlight another section of the worksheet that has the same dimensions as the answer
matrix.
NOTE: Since we are finding the transpose of a 3x2 matrix, the answer will be a 2x3
matrix. Recall that the transpose of a matrix swaps the given rows for columns and the
given columns for rows. So, if the given matrix as an order of RxC then its transpose will
have an order of CxR
3.Type: =TRANSPOSE(A2:B4)(This will appear in the formula bar.)
4. Since this answer will result in an array (matrix), you will need to: CRTL+SHIFT+ENTER
Source:Wacha, n.d., online
5. How to multiply a matrix by a scalar (real number)?
Step-by-step Instructions (Wacha, n.d.,online)
1. Enter the data of each matrix onto the worksheet.
2. Highlight another section of the worksheet that has the same dimensions as the
answer matrix.
NOTE: Since we are multiplying a 4x3 matrix by the scalar, the answer will be a
4x3 matrix.
3. Type: =3*(A2:C5) (This will appear in the formula bar.)
4. Since this answer will result in an array (matrix), you will need to:
CRTL+SHIFT+ENTER
Source:Wacha, n.d., online
6. How to multiply two matrices?
Step-by-step Instructions (Wacha, n.d.,online)
1. Enter the data of each matrix onto the worksheet.
2. Highlight another section of the worksheet that has the same dimensions as the
answer matrix.
NOTE: Since we are multiplying a 4x3 matrix by the scalar, the answer will be a
4x3 matrix.
3. Type: =3*(A2:C5) (This will appear in the formula bar.)
4. Since this answer will result in an array (matrix), you will need to:
CRTL+SHIFT+ENTER
Source:Wacha, n.d., online
6. How to multiply two matrices?
Step-by-step Instructions (Wacha, n.d.,online)
1. Enter the data of each matrix onto the worksheet.
2. Highlight another section of the worksheet that has the same dimensions as the
answer matrix.
NOTE: Since we are multiplying a 4x3 matrix by the scalar, the answer will be a
4x3 matrix.
3. Type: =3*(A2:C5) (This will appear in the formula bar.)
4. Since this answer will result in an array (matrix), you will need to:
CRTL+SHIFT+ENTER
Source:Wacha, n.d., online
7. How to find the inverse of a square matrix?
Step-by-step Instructions (Wacha, n.d.,online)
1. Enter the data of each matrix onto the worksheet.
2. Highlight another section of the worksheet that has the same dimensions as the
answer matrix.
NOTE: Since we are multiplying a 4x3 matrix by the scalar, the answer will be a
4x3 matrix.
3. Type: =3*(A2:C5) (This will appear in the formula bar.)
4. Since this answer will result in an array (matrix), you will need to:
CRTL+SHIFT+ENTER
Source:Wacha, n.d., online
8. How to find the determinant of a square matrix:
Step-by-step Instructions (Wacha, n.d.,online)
1. Enter the data of each matrix onto the worksheet.
2. Highlight another section of the worksheet that has the same dimensions as the answer
matrix.
NOTE: Since we are finding the determinant of a matrix, we need to highlight just one
cell (F2 in the diagram).
3. Type: =MDETERM(A2:C4;E2:H4) (This will appear in the formula bar.)
4. Since this answer will result in an array (matrix), you will need to: CRTL+SHIFT+ENTER
NOTE: Recall that multiplication of matrices is NOT commutative. So, if we reversed the
two matrices (BA), we would be attempting to multiply a 3x4 matrix by a 3x3 matrix.
Since the two middle numbers do not match, the multiplication cannot be completed.
Source:Wacha, n.d., online
9. How to use inverse matrices to solve systems of equations?
Step-by-step Instructions (Wacha, n.d.,online)
1. Enter the data of the coefficient matrix onto the worksheet (cells
A2 to E6).
2. Find the determinant of the coefficient matrix:
Highlight another section of the worksheet (cell G2) where the
determinant will be displayed.
Type: =MDETERM(A2:E6)
Remember to: ENTER . . . or . . . CRTL+SHIFT+ENTER
NOTE: A matrix will have no inverse if its determinant is zero (0). If
the coefficient matrix of a system of equations has a determinant
equal to zero (0), the system will not have a unique solution.
However, you will need to determine whether the given system of
equations has a general solution or no solution at all by completing
the Gauss-Jordan Elimination (row operations) method.
Remember to: CRTL+SHIFT+ENTER
9. How to use inverse matrices to solve systems of equations?
Source:Wacha, n.d., online
9. How to use inverse matrices to solve systems of equations?
Step-by-step Instructions (Wacha, n.d.,online)
3. Find the inverse of this coefficient matrix: Highlight
another section of the worksheet that has the
dimensions as the inverse. Since we are finding the
inverse of a 5x5 matrix, its inverse will also be 5x5 matrix.
Type: =MINVERSE(A2:E6)
Remember to: CRTL+SHIFT+ENTER
4. Enter the data of the constant matrix onto the worksheet
(cells O2 to O6).
9. How to use inverse matrices to solve systems of equations?
Source:Wacha, n.d., online
9. How to use inverse matrices to solve systems of equations?
Step-by-step Instructions (Wacha, n.d.,online)
5. Multiply the “inverse matrix” (cells I2 to M6) by the “constant
matrix” (cells O2 to O6):
Highlight another section of the worksheet that has the dimensions
of the answer matrix. For this example, we will be multiplying a 5x5
matrix with a 5x1 matrix which will result in a product that should
be a 5x1 matrix.
Type: =MMULT(I2:M6,O2:O6) (This will appear in the formula bar.)
Remember to: CRTL+SHIFT+ENTERFind the inverse of this
coefficient matrix:
6. The final solution for the system of equations will appear in resulting
matrix. For this example, in the matrix that appears in cells R2 to
R6.Therefore, the solutions for the given system is:
a = 1 b = 2 c = 3 d = 4 e = 5
9. How to use inverse matrices to solve systems of equations?
Source:Wacha, n.d., online
References
• Canahuire C., A. (February 2010) Cálculo Matricial en el Excel. Retrieved
from: https://goo.gl/VMKfWP
• García, J. (2013). Operaciones básicas de matrices en Excel. Retrieved from:
http://goo.gl/6ha1MY
• Wacha, D. (n.d.) Matrix (Array) Operations. Monmouth University.
Mathematics Department. Retrieved from http://goo.gl/MwbzjN
THANKYOU!

More Related Content

What's hot

matrices and algbra
matrices and algbramatrices and algbra
matrices and algbragandhinagar
 
Module 1 linear functions
Module 1   linear functionsModule 1   linear functions
Module 1 linear functionsdionesioable
 
Mathematics 8 Systems of Linear Inequalities
Mathematics 8 Systems of Linear InequalitiesMathematics 8 Systems of Linear Inequalities
Mathematics 8 Systems of Linear InequalitiesJuan Miguel Palero
 
Module 4 exponential and logarithmic functions
Module 4   exponential and logarithmic functionsModule 4   exponential and logarithmic functions
Module 4 exponential and logarithmic functionsAya Chavez
 
Solving system of linear equations
Solving system of linear equationsSolving system of linear equations
Solving system of linear equationsMew Aornwara
 
Module 2 exponential functions
Module 2   exponential functionsModule 2   exponential functions
Module 2 exponential functionsdionesioable
 
Exercises in Linear Algebra - Matrices and determinants
Exercises in Linear Algebra - Matrices and determinantsExercises in Linear Algebra - Matrices and determinants
Exercises in Linear Algebra - Matrices and determinantsMaths Tutoring
 
Lesson 4a - permutation matrices
Lesson 4a - permutation matricesLesson 4a - permutation matrices
Lesson 4a - permutation matricesJonathan Templin
 
System Of Linear Equations
System Of Linear EquationsSystem Of Linear Equations
System Of Linear Equationssaahil kshatriya
 
Bab 11 matriks SPM 2015
Bab 11 matriks SPM 2015Bab 11 matriks SPM 2015
Bab 11 matriks SPM 2015aloysiusapat
 
Module on Relations in a function
Module on Relations in a functionModule on Relations in a function
Module on Relations in a functionjune eslao
 
Identity matrix
Identity matrixIdentity matrix
Identity matrixphyene
 
Solving systems of Linear Equations
Solving systems of Linear EquationsSolving systems of Linear Equations
Solving systems of Linear Equationsswartzje
 
7 3elimination
7 3elimination7 3elimination
7 3eliminationtaco40
 

What's hot (17)

matrices and algbra
matrices and algbramatrices and algbra
matrices and algbra
 
Module 1 linear functions
Module 1   linear functionsModule 1   linear functions
Module 1 linear functions
 
Mathematics 8 Systems of Linear Inequalities
Mathematics 8 Systems of Linear InequalitiesMathematics 8 Systems of Linear Inequalities
Mathematics 8 Systems of Linear Inequalities
 
Module 4 exponential and logarithmic functions
Module 4   exponential and logarithmic functionsModule 4   exponential and logarithmic functions
Module 4 exponential and logarithmic functions
 
Ch02 se
Ch02 seCh02 se
Ch02 se
 
Solving system of linear equations
Solving system of linear equationsSolving system of linear equations
Solving system of linear equations
 
Module 2 exponential functions
Module 2   exponential functionsModule 2   exponential functions
Module 2 exponential functions
 
Exercises in Linear Algebra - Matrices and determinants
Exercises in Linear Algebra - Matrices and determinantsExercises in Linear Algebra - Matrices and determinants
Exercises in Linear Algebra - Matrices and determinants
 
Lesson 4a - permutation matrices
Lesson 4a - permutation matricesLesson 4a - permutation matrices
Lesson 4a - permutation matrices
 
System Of Linear Equations
System Of Linear EquationsSystem Of Linear Equations
System Of Linear Equations
 
Linear algebra
Linear algebraLinear algebra
Linear algebra
 
Bab 11 matriks SPM 2015
Bab 11 matriks SPM 2015Bab 11 matriks SPM 2015
Bab 11 matriks SPM 2015
 
Module on Relations in a function
Module on Relations in a functionModule on Relations in a function
Module on Relations in a function
 
Identity matrix
Identity matrixIdentity matrix
Identity matrix
 
Solving systems of Linear Equations
Solving systems of Linear EquationsSolving systems of Linear Equations
Solving systems of Linear Equations
 
7 3elimination
7 3elimination7 3elimination
7 3elimination
 
Matrices
MatricesMatrices
Matrices
 

Viewers also liked

Real life application of Enginneering mathematics
Real life application of Enginneering mathematicsReal life application of Enginneering mathematics
Real life application of Enginneering mathematicsNasrin Rinky
 
ppt on Vector spaces (VCLA) by dhrumil patel and harshid panchal
ppt on Vector spaces (VCLA) by dhrumil patel and harshid panchalppt on Vector spaces (VCLA) by dhrumil patel and harshid panchal
ppt on Vector spaces (VCLA) by dhrumil patel and harshid panchalharshid panchal
 
Appilation of matrices in real life
Appilation of matrices in real lifeAppilation of matrices in real life
Appilation of matrices in real lifeStudent
 
Applications of Matrices
Applications of MatricesApplications of Matrices
Applications of Matricessanthosh kumar
 
Importance of Maths in Engineering
Importance of Maths in EngineeringImportance of Maths in Engineering
Importance of Maths in EngineeringYash Wani
 
application of mathematics in business and economics
application of mathematics in business and economicsapplication of mathematics in business and economics
application of mathematics in business and economicsManojkumar Mishra
 
MATRICES
MATRICESMATRICES
MATRICESfaijmsk
 
APPLICATION OF MATHEMATICS IN ENGINEERING FIELDS
APPLICATION OF MATHEMATICS IN ENGINEERING FIELDSAPPLICATION OF MATHEMATICS IN ENGINEERING FIELDS
APPLICATION OF MATHEMATICS IN ENGINEERING FIELDSDMANIMALA
 
presentation on matrix
 presentation on matrix presentation on matrix
presentation on matrixNikhi Jain
 
Matrices And Application Of Matrices
Matrices And Application Of MatricesMatrices And Application Of Matrices
Matrices And Application Of Matricesmailrenuka
 
math in daily life
math in daily lifemath in daily life
math in daily lifesudharsan11
 
Applications of mathematics in our daily life
Applications of mathematics in our daily lifeApplications of mathematics in our daily life
Applications of mathematics in our daily lifeAbhinav Somani
 
Tolman theory of learning
Tolman theory of learningTolman theory of learning
Tolman theory of learningAjay Guleria
 

Viewers also liked (19)

Matrices
MatricesMatrices
Matrices
 
Vector space
Vector spaceVector space
Vector space
 
Real life application of Enginneering mathematics
Real life application of Enginneering mathematicsReal life application of Enginneering mathematics
Real life application of Enginneering mathematics
 
ppt on Vector spaces (VCLA) by dhrumil patel and harshid panchal
ppt on Vector spaces (VCLA) by dhrumil patel and harshid panchalppt on Vector spaces (VCLA) by dhrumil patel and harshid panchal
ppt on Vector spaces (VCLA) by dhrumil patel and harshid panchal
 
Appilation of matrices in real life
Appilation of matrices in real lifeAppilation of matrices in real life
Appilation of matrices in real life
 
Applications of Matrices
Applications of MatricesApplications of Matrices
Applications of Matrices
 
Importance of Maths in Engineering
Importance of Maths in EngineeringImportance of Maths in Engineering
Importance of Maths in Engineering
 
application of mathematics in business and economics
application of mathematics in business and economicsapplication of mathematics in business and economics
application of mathematics in business and economics
 
MATRICES
MATRICESMATRICES
MATRICES
 
Application of matrices in real life
Application of matrices in real lifeApplication of matrices in real life
Application of matrices in real life
 
APPLICATION OF MATHEMATICS IN ENGINEERING FIELDS
APPLICATION OF MATHEMATICS IN ENGINEERING FIELDSAPPLICATION OF MATHEMATICS IN ENGINEERING FIELDS
APPLICATION OF MATHEMATICS IN ENGINEERING FIELDS
 
presentation on matrix
 presentation on matrix presentation on matrix
presentation on matrix
 
Matrices And Application Of Matrices
Matrices And Application Of MatricesMatrices And Application Of Matrices
Matrices And Application Of Matrices
 
math in daily life
math in daily lifemath in daily life
math in daily life
 
Maths in Our Daily Life
Maths in Our Daily LifeMaths in Our Daily Life
Maths in Our Daily Life
 
Applications of mathematics in our daily life
Applications of mathematics in our daily lifeApplications of mathematics in our daily life
Applications of mathematics in our daily life
 
Cryptography
CryptographyCryptography
Cryptography
 
Tolman theory of learning
Tolman theory of learningTolman theory of learning
Tolman theory of learning
 
Cryptography.ppt
Cryptography.pptCryptography.ppt
Cryptography.ppt
 

Similar to Matrices and linear algebra

Importance of matlab
Importance of matlabImportance of matlab
Importance of matlabkrajeshk1980
 
1 linear algebra matrices
1 linear algebra matrices1 linear algebra matrices
1 linear algebra matricesAmanSaeed11
 
Linear Algebra Presentation including basic of linear Algebra
Linear Algebra Presentation including basic of linear AlgebraLinear Algebra Presentation including basic of linear Algebra
Linear Algebra Presentation including basic of linear AlgebraMUHAMMADUSMAN93058
 
Introduction To Matrix
Introduction To MatrixIntroduction To Matrix
Introduction To MatrixAnnie Koh
 
Matlab Overviiew 2
Matlab Overviiew 2Matlab Overviiew 2
Matlab Overviiew 2Nazim Naeem
 
Discrete_Matrices
Discrete_MatricesDiscrete_Matrices
Discrete_Matricesguest78c418
 
ArrayBasics.ppt
ArrayBasics.pptArrayBasics.ppt
ArrayBasics.pptRaselAzam1
 
Matrices
MatricesMatrices
Matriceskja29
 
Matlab matrices and arrays
Matlab matrices and arraysMatlab matrices and arrays
Matlab matrices and arraysAmeen San
 
Matrix basic operations
Matrix basic operationsMatrix basic operations
Matrix basic operationsJessica Garcia
 
Matrix basic operations
Matrix basic operationsMatrix basic operations
Matrix basic operationsJessica Garcia
 
Museum Paper Rubric50 pointsRubric below is a chart form of .docx
Museum Paper Rubric50 pointsRubric below is a chart form of .docxMuseum Paper Rubric50 pointsRubric below is a chart form of .docx
Museum Paper Rubric50 pointsRubric below is a chart form of .docxgilpinleeanna
 

Similar to Matrices and linear algebra (20)

Final project
Final projectFinal project
Final project
 
Importance of matlab
Importance of matlabImportance of matlab
Importance of matlab
 
Ses 2 matrix opt
Ses 2 matrix optSes 2 matrix opt
Ses 2 matrix opt
 
1 linear algebra matrices
1 linear algebra matrices1 linear algebra matrices
1 linear algebra matrices
 
Linear Algebra Presentation including basic of linear Algebra
Linear Algebra Presentation including basic of linear AlgebraLinear Algebra Presentation including basic of linear Algebra
Linear Algebra Presentation including basic of linear Algebra
 
Introduction To Matrix
Introduction To MatrixIntroduction To Matrix
Introduction To Matrix
 
Matlab for marketing people
Matlab for marketing peopleMatlab for marketing people
Matlab for marketing people
 
MATLAB
MATLABMATLAB
MATLAB
 
Matlab Overviiew 2
Matlab Overviiew 2Matlab Overviiew 2
Matlab Overviiew 2
 
Lesson 6
Lesson 6Lesson 6
Lesson 6
 
Discrete_Matrices
Discrete_MatricesDiscrete_Matrices
Discrete_Matrices
 
ArrayBasics.ppt
ArrayBasics.pptArrayBasics.ppt
ArrayBasics.ppt
 
Matrices
MatricesMatrices
Matrices
 
bobok
bobokbobok
bobok
 
Matrices
MatricesMatrices
Matrices
 
Matlab matrices and arrays
Matlab matrices and arraysMatlab matrices and arrays
Matlab matrices and arrays
 
Matrix basic operations
Matrix basic operationsMatrix basic operations
Matrix basic operations
 
Matrix basic operations
Matrix basic operationsMatrix basic operations
Matrix basic operations
 
Museum Paper Rubric50 pointsRubric below is a chart form of .docx
Museum Paper Rubric50 pointsRubric below is a chart form of .docxMuseum Paper Rubric50 pointsRubric below is a chart form of .docx
Museum Paper Rubric50 pointsRubric below is a chart form of .docx
 
Lesson 1 matrix
Lesson 1 matrixLesson 1 matrix
Lesson 1 matrix
 

Recently uploaded

(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escortsranjana rawat
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Dr.Costas Sachpazis
 
GDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSCAESB
 
Heart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxHeart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxPoojaBan
 
SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )Tsuyoshi Horigome
 
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130Suhani Kapoor
 
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
main PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidmain PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidNikhilNagaraju
 
HARMONY IN THE HUMAN BEING - Unit-II UHV-2
HARMONY IN THE HUMAN BEING - Unit-II UHV-2HARMONY IN THE HUMAN BEING - Unit-II UHV-2
HARMONY IN THE HUMAN BEING - Unit-II UHV-2RajaP95
 
Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...VICTOR MAESTRE RAMIREZ
 
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝soniya singh
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxpurnimasatapathy1234
 
Call Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call GirlsCall Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call Girlsssuser7cb4ff
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...Soham Mondal
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVRajaP95
 
Call Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile serviceCall Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile servicerehmti665
 
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdfCCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdfAsst.prof M.Gokilavani
 
chaitra-1.pptx fake news detection using machine learning
chaitra-1.pptx  fake news detection using machine learningchaitra-1.pptx  fake news detection using machine learning
chaitra-1.pptx fake news detection using machine learningmisbanausheenparvam
 

Recently uploaded (20)

(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
 
GDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentation
 
Heart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxHeart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptx
 
SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )
 
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
 
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
 
main PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidmain PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfid
 
young call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Service
young call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Serviceyoung call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Service
young call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Service
 
HARMONY IN THE HUMAN BEING - Unit-II UHV-2
HARMONY IN THE HUMAN BEING - Unit-II UHV-2HARMONY IN THE HUMAN BEING - Unit-II UHV-2
HARMONY IN THE HUMAN BEING - Unit-II UHV-2
 
Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...
 
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptx
 
Call Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call GirlsCall Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call Girls
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
 
Call Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile serviceCall Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile service
 
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdfCCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
 
chaitra-1.pptx fake news detection using machine learning
chaitra-1.pptx  fake news detection using machine learningchaitra-1.pptx  fake news detection using machine learning
chaitra-1.pptx fake news detection using machine learning
 

Matrices and linear algebra

  • 1. MATRICES AND LINEAR ALGEBRA IN EXCEL 2007 CAROLINA MARIA CAMACHO ZAMBRANO 3rd CYCLE 2016-2 SYSTEMS ENGINEERING EAN UNIVERSITY
  • 2. How can excel studying motivate and help in understanding and learning the matrix concept and its associated operations? Matrix is an associated concept in programming and finance, so Excel can help show the correlation between items, and in this way, it can be a booster for understanding and learning this notion and its related operations.
  • 3. 1. How to organize (enter) data into matrices? •According to Wacha (n.d.), in order to organize data into matrices, you type each matrix info into each cell, as you can see in the image on the right. Source:Wacha, n.d., online
  • 4. 2. How to add matrices? Step-by-step Instructions (Wacha, n.d.,online) 1. Enter the data of each matrix onto the worksheet. 2. Highlight another section of the worksheet that has the same dimensions as the answer matrix. 3. Type: =(A2:C4)+(E2:G4) (This will appear in the formula bar.) 4. Since this answer will result in an array (matrix), you will need to: CRTL+SHIFT+ENTER Source:Wacha, n.d., online
  • 5. 3. How to subtract matrices? Step-by-step Instructions (Wacha, n.d.,online) 1. Enter the data of each matrix onto the worksheet. 2. Highlight another section of the worksheet that has the same dimensions as the answer matrix. 3. Type: =(A2:C4)-(E2:G4) (This will appear in the formula bar.) 4. Since this answer will result in an array (matrix), you will need to: CRTL+SHIFT+ENTER Source:Wacha, n.d., online
  • 6. 4. How to find the transpose of a matrix? Step-by-step Instructions (Wacha, n.d.,online) 1. Enter the data of each matrix onto the worksheet. 2. Highlight another section of the worksheet that has the same dimensions as the answer matrix. NOTE: Since we are finding the transpose of a 3x2 matrix, the answer will be a 2x3 matrix. Recall that the transpose of a matrix swaps the given rows for columns and the given columns for rows. So, if the given matrix as an order of RxC then its transpose will have an order of CxR 3.Type: =TRANSPOSE(A2:B4)(This will appear in the formula bar.) 4. Since this answer will result in an array (matrix), you will need to: CRTL+SHIFT+ENTER Source:Wacha, n.d., online
  • 7. 5. How to multiply a matrix by a scalar (real number)? Step-by-step Instructions (Wacha, n.d.,online) 1. Enter the data of each matrix onto the worksheet. 2. Highlight another section of the worksheet that has the same dimensions as the answer matrix. NOTE: Since we are multiplying a 4x3 matrix by the scalar, the answer will be a 4x3 matrix. 3. Type: =3*(A2:C5) (This will appear in the formula bar.) 4. Since this answer will result in an array (matrix), you will need to: CRTL+SHIFT+ENTER Source:Wacha, n.d., online
  • 8. 6. How to multiply two matrices? Step-by-step Instructions (Wacha, n.d.,online) 1. Enter the data of each matrix onto the worksheet. 2. Highlight another section of the worksheet that has the same dimensions as the answer matrix. NOTE: Since we are multiplying a 4x3 matrix by the scalar, the answer will be a 4x3 matrix. 3. Type: =3*(A2:C5) (This will appear in the formula bar.) 4. Since this answer will result in an array (matrix), you will need to: CRTL+SHIFT+ENTER Source:Wacha, n.d., online
  • 9. 6. How to multiply two matrices? Step-by-step Instructions (Wacha, n.d.,online) 1. Enter the data of each matrix onto the worksheet. 2. Highlight another section of the worksheet that has the same dimensions as the answer matrix. NOTE: Since we are multiplying a 4x3 matrix by the scalar, the answer will be a 4x3 matrix. 3. Type: =3*(A2:C5) (This will appear in the formula bar.) 4. Since this answer will result in an array (matrix), you will need to: CRTL+SHIFT+ENTER Source:Wacha, n.d., online
  • 10. 7. How to find the inverse of a square matrix? Step-by-step Instructions (Wacha, n.d.,online) 1. Enter the data of each matrix onto the worksheet. 2. Highlight another section of the worksheet that has the same dimensions as the answer matrix. NOTE: Since we are multiplying a 4x3 matrix by the scalar, the answer will be a 4x3 matrix. 3. Type: =3*(A2:C5) (This will appear in the formula bar.) 4. Since this answer will result in an array (matrix), you will need to: CRTL+SHIFT+ENTER Source:Wacha, n.d., online
  • 11. 8. How to find the determinant of a square matrix: Step-by-step Instructions (Wacha, n.d.,online) 1. Enter the data of each matrix onto the worksheet. 2. Highlight another section of the worksheet that has the same dimensions as the answer matrix. NOTE: Since we are finding the determinant of a matrix, we need to highlight just one cell (F2 in the diagram). 3. Type: =MDETERM(A2:C4;E2:H4) (This will appear in the formula bar.) 4. Since this answer will result in an array (matrix), you will need to: CRTL+SHIFT+ENTER NOTE: Recall that multiplication of matrices is NOT commutative. So, if we reversed the two matrices (BA), we would be attempting to multiply a 3x4 matrix by a 3x3 matrix. Since the two middle numbers do not match, the multiplication cannot be completed. Source:Wacha, n.d., online
  • 12. 9. How to use inverse matrices to solve systems of equations? Step-by-step Instructions (Wacha, n.d.,online) 1. Enter the data of the coefficient matrix onto the worksheet (cells A2 to E6). 2. Find the determinant of the coefficient matrix: Highlight another section of the worksheet (cell G2) where the determinant will be displayed. Type: =MDETERM(A2:E6) Remember to: ENTER . . . or . . . CRTL+SHIFT+ENTER NOTE: A matrix will have no inverse if its determinant is zero (0). If the coefficient matrix of a system of equations has a determinant equal to zero (0), the system will not have a unique solution. However, you will need to determine whether the given system of equations has a general solution or no solution at all by completing the Gauss-Jordan Elimination (row operations) method. Remember to: CRTL+SHIFT+ENTER
  • 13. 9. How to use inverse matrices to solve systems of equations? Source:Wacha, n.d., online
  • 14. 9. How to use inverse matrices to solve systems of equations? Step-by-step Instructions (Wacha, n.d.,online) 3. Find the inverse of this coefficient matrix: Highlight another section of the worksheet that has the dimensions as the inverse. Since we are finding the inverse of a 5x5 matrix, its inverse will also be 5x5 matrix. Type: =MINVERSE(A2:E6) Remember to: CRTL+SHIFT+ENTER 4. Enter the data of the constant matrix onto the worksheet (cells O2 to O6).
  • 15. 9. How to use inverse matrices to solve systems of equations? Source:Wacha, n.d., online
  • 16. 9. How to use inverse matrices to solve systems of equations? Step-by-step Instructions (Wacha, n.d.,online) 5. Multiply the “inverse matrix” (cells I2 to M6) by the “constant matrix” (cells O2 to O6): Highlight another section of the worksheet that has the dimensions of the answer matrix. For this example, we will be multiplying a 5x5 matrix with a 5x1 matrix which will result in a product that should be a 5x1 matrix. Type: =MMULT(I2:M6,O2:O6) (This will appear in the formula bar.) Remember to: CRTL+SHIFT+ENTERFind the inverse of this coefficient matrix: 6. The final solution for the system of equations will appear in resulting matrix. For this example, in the matrix that appears in cells R2 to R6.Therefore, the solutions for the given system is: a = 1 b = 2 c = 3 d = 4 e = 5
  • 17. 9. How to use inverse matrices to solve systems of equations? Source:Wacha, n.d., online
  • 18. References • Canahuire C., A. (February 2010) Cálculo Matricial en el Excel. Retrieved from: https://goo.gl/VMKfWP • García, J. (2013). Operaciones básicas de matrices en Excel. Retrieved from: http://goo.gl/6ha1MY • Wacha, D. (n.d.) Matrix (Array) Operations. Monmouth University. Mathematics Department. Retrieved from http://goo.gl/MwbzjN