9
Homework Cover Sheet Name: Satchitanand Raj Bharma Date: 02-01-2015 Course: EGCP-541 HW #: 1 Grading Criteria: Problem Earned Points Possible Points Problem 1: 9 10 Problem 2: 10 10 Problem 3: 10 10 Total: 29 30 PLEASE UPLOAD YOUR HOMEWORK IN TITANIUM. NO PAPER SUBMISSIONS. Professor Comments: 1/9

Homework 1

Embed Size (px)

Citation preview

Page 1: Homework 1

Homework Cover Sheet

Name: Satchitanand Raj Bharma Date: 02-01-2015Course: EGCP-541 HW #: 1

Grading Criteria:Problem Earned Points Possible Points

Problem 1: 9 10Problem 2: 10 10Problem 3: 10 10

Total: 29 30

PLEASE UPLOAD YOUR HOMEWORK IN TITANIUM. NO PAPER SUBMISSIONS.

Professor Comments:

1/8

Page 2: Homework 1

1. (10 Points) Write a MATLAB script that will solve the system of linear equations shown below. This can be done by solving for the vector of unknowns (X ) in the equation AX=B where A is the coefficient matrix and B is the vector on the right-hand side. In the script, also include code to verify that the result is correct.

3 x−2 y=−1−x−6 y=−5

A=[3 -2;-1 -6];B=[-1;-5];

FunctionX=inv(A)*B

end

2/8

Windows User, 02/09/15,
Didn’t write code to verify (-1)
Windows User, 02/09/15,
This is not a function!!!
Page 3: Homework 1

2. (10 Points) Create the following circuit in LTSpice and conduct a DC analysis (SPICE directive .op). Provide a screenshot of the output and your LTSpice circuit to receive full credit.

3/8

Page 4: Homework 1

4/8

Page 5: Homework 1

1. (10 Points) Create the following circuit in LTSpice and conduct an AC analysis (SPICE directive .ac). Provide a screenshot of the voltage (magnitude and phase) between the capacitor and the resistor to receive full credit.

5/8

Windows User, 02/09/15,
???
Page 6: Homework 1

6/8

Page 7: Homework 1

7/8

Page 8: Homework 1

8/8

Windows User, 02/09/15,
???