Assignment # 1: MA-234 Linear Algebra

Download as pdf or txt
Download as pdf or txt
You are on page 1of 3

MA-234 Linear Algebra

Assignment # 1

Submitted to`
DR. Asma Rashid Butt

Submitted By
______________
2017-EE-__

Section __

Department of Electrical Engineering


University of Engineering & Technology, Lahore
Chapter 1
System of Linear Equations
1.1 Problem Statement 1:
Given is a circuit on which you need to apply the mesh current analysis and express it in form
AX=B and find out the currents using AX=B.

Here Vs = 15V, Ra = Rb = Your Age , Rc = Rd = Re= Age/2

1.2 Problem Statement 2:


Given is a circuit on which you need to apply the node voltage analysis and express it in form
AX=B and find out the voltages using AX=B.

Here
Is = 6A, R1 = R2 = Your Registration Number, R3 = R4 = R5 = Your Age
1.3 Understanding
Answer the following questions:
A) If AB = I and BC = I, how can you prove A = C? A B and C are Matrices of order 2 by 2.
Which property will you use? Prove by supposing matrices of your supposed values.
B) Is the equation x^-3+4x^2-3x^-1+4 linear/non-linear? In either case give reason.
C) What does the determinant of a Matrix physically signify?
Also solve the problem given below for the value(s) of x.

1.4 MATLAB Matrix Operations:


MATLAB is a high-performance language for technical computing. It integrates computation,
visualization, and programming environment. Furthermore, MATLAB is a modern programming
language environment: it has sophisticated data structures, contains built-in editing and
debugging tools, and supports object-oriented programming. These factors make MATLAB an
excellent tool for teaching and research.
You need to install MATLAB R2014A or higher version.

1.5 Problem Statement:


Take any 2 arbitrary matrices of order 3 by 3. You are to perform the following tasks on the
MATLAB command window.
a) Find C = A+B
b) Find D = A*B
c) Find E = inverse of A
d) Find F = inverse of B
e) Find G = E*F
f) Find H = D*F
g) Find I = H*E
h) Find Determinants of Matrices G H and I.
I) What matrix I you got in the end? (Answer the I part along with the written portion. Also write
the reason you got that answer)
Note: You can take help from the internet for this question.

You might also like