LUMS EE - 2nd Year Course Outlines
LUMS EE - 2nd Year Course Outlines
Instructor
Room No.
Office Hours
Email
Telephone
Secretary/TA
TA Office Hours
Course URL (if any)
Fall 2014-15
Naveed Arshad
9-124
TBA
[email protected]
8190,
TBA
TBA
TBA
Course Basics
Credit Hours
Lecture(s)
Recitation/Lab (per week)
Tutorial (per week)
3
Nbr of Lec(s) Per Week
Nbr of Lec(s) Per Week
Nbr of Lec(s) Per Week
2
1
1
Duration
Duration
Duration
Course Distribution
Core
Elective
Open for Student Category
Close for Student Category
COURSE DESCRIPTION
This course teaches computer programming using a mix of on-paper and on-computer exercises. It focuses on procedural as well as objectoriented programming using C++.The main concepts discussed are: Variables, functions, structures, classes, objects, some commonly useful data
structures, algorithms and algorithmic complexity.
COURSE PREREQUISITE(S)
None
COURSE OBJECTIVES
Become familiar with breaking down a problem into objects rather than procedures
Learn object-oriented programming in C++
Learn what is available o_ the shelf to facilitate C++ development (tools, libraries)
Learning Outcomes
Yes
Final Exam
COURSE OVERVIEW
Module
1.
2.
3.
4.
5.
6.
7.
8.
9.
10.
11.
Topics
Introduction, Binary, Bits and Bytes, ASCII, Programming, Algorithms, Statements,
Boolean expressions, Conditions, Loops, Variables, Threads, Events
C++ Source code, Compilers, Object code, SSH, GCC, Functions, Comments, Standard output, Arithmetic operators, Precedence,
Associativity, Local variables, Types,
Casting, Standard input, Libraries, Boolean expressions continued, Conditions continued, Loops continued
Functions continued, Global variables, Parameters, Return values, Stack Frames, Scope,Arrays, Strings, Command line
arguments, Recursion, Cryptography
Linear search, Binary search, Big-O notation, Bubble sort, Selection sort, Insertionsort, Debugging
Merge sort, Structures, Dynamic memory allocation, Stack and heap, Pointers, Debugging continued
Pointers continued, File I/O, Forensics, Linked lists
Bitwise operators, Hash tables, Trees, Binary search trees
Object oriented programming, Classes and objects, Inheritance, Constructors and destructors, Polymorphism
Virtual Functions, Abstract classes, verloading, Overriding
Stream I/O
Exception handling, Templates, STL
Textbook(s)/Supplementary Readings
Spring 2015
Instructor
Class Timings
Room No.
Office Hours
Email
Telephone
Teaching Assistants (TAs)
TA Office Hours
Course URL
Course Basics
Credit Hours
Lecture(s)
Tutorial (per week)
3 credit hours
2 Per Week
1 Per Week
Course Distribution
Core
Elective
Open for Student Category
Close for Student Category
Duration
Duration
75 mins
60 mins
COURSE DESCRIPTION
Data structures are essential building blocks for designing efficient algorithms. Thus, they play a central role in computer science
and are important in many areas of electrical engineering, computational biology, computational finance, etc. They are used in a
variety of applications today including web search (e.g., Google, Bing), social networking (e.g., Facebook, Twitter), embedded
systems (e.g., cell phones, robots), and DNA analysis. This course will introduce the fundamentals of data structures and shall
provide a thorough understanding of systematic ways for organizing data in a computer system. In addition to introducing a variety
of data structures and algorithms, this course will provide exposure to analytical tools for comparing data structures in terms of
their time and space complexities. Moreover, students will appreciate that the right programming structures, abstractions and
algorithms are necessary for improving the efficiency and complexity of computer programs.
COURSE PREREQUISITE(S)
CS 200 Introduction to Programming
COURSE OBJECTIVES
To understand the design of fundamental data structures as well as algorithms that operate on them
To introduce tools for analyzing the time and space complexity of data structures
To provide rigorous hands-on experience with implementing different data structures in a programming language
Learning Outcomes
Students
Students
Students
Students
will
will
will
will
(GTM) Data Structures and Algorithms in C++ by Michael T. Goodrich, Roberto Tamassia, and David Mount (2nd Edition)
(Weiss) Data Structures and Algorithm Analysis in C++ by Mark Allen Weiss (2nd Edition)
Session
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
Topics
Overview (Data Structures, Abstract Data Types, Applications)
Analysis Tools, Asymptotic Notation
Arrays, Lists (Singly, Doubly, Circular Linked Lists)
Lists (continued), Stacks
Stacks, Queues
Introduction to Trees, Tree Traversals
Tree Traversals (continued), Binary Trees
Binary Trees (continued)
Binary Search Trees (BST), BST Analysis
AVL Trees
AVL Trees, Red-Black Trees (optional)
Hashing
Hash Tables
Midterm Exam
Priority Queues, Binary Heaps
Binary Heaps, HeapSort
Sorting (Insertion Sort, Mergesort)
Sorting (Quicksort, Radix-Sort [optional], Bucket-Sort [optional])
Data Compression (Huffman Coding)
Tries (Standard, Compressed, Suffix)
Graphs, Data Structures for Graphs
Graph Traversals (Depth First Search, Breadth First Search)
Directed Graphs, Topological Sort
Shortest-Path Algorithms (including Dijkstra's Algorithm)
Shortest-Path Algorithms, Minimum Spanning Trees
Network Flow Problems
Advanced DS: Distributed Hash Tables & Bloom Filters
Advanced DS (continued) + Review
Recommended Readings
(GTM) Chapters 4.1-4.2 + (Weiss) Chapters 1.1, 1.2,2
(GTM) Chapters 3.1-3.4 + (Weiss) Chapters 3.2, 3.5
Above + (GTM) Chapters 5.1 + (Weiss) Chapter 3.6
(GTM) Chapters 5.1-5.3 + (Weiss) Chapter 3.7
(GTM) Chapters 7.1, 7.2 + (Weiss) Chapter 4.1, 4.6
Above + (GTM) Chapters 7.3 + (Weiss) Chapter 4.2
(GTM) Chapters 7.3 + (Weiss) Chapter 4.2
(GTM) Chapters 10.1 + (Weiss) Chapter 4.3
(GTM) Chapters 10.2 + (Weiss) Chapter 4.4
Above + (GTM) Chapters 10.5 + (Weiss) Chapter 12.2
(GTM) Chapters 9.2 + (Weiss) Chapter 5.1-5.3
(GTM) Chapters 9.2 + (Weiss) Chapter 5.4-5.6
(GTM)
(GTM)
(GTM)
(GTM)
(GTM)
(GTM)
(GTM)
(GTM)
(GTM)
(GTM)
(GTM)
Notes
Notes
Notes
Chapters
Chapters
Chapters
Chapters
Chapters
Chapters
Chapters
Chapters
Chapters
Chapters
Chapters
CS/EE220DigitalLogicCircuits
Spring2015
Instructor
Dr.JahangirIkramandDr.AdeelPasha
RoomNo.
9317Aand9301A
OfficeHours
TBA
Email
[email protected]@lums.edu.pk
Telephone
8201,8359
Secretary/TA
TBA
TAOfficeHours
TBA
CourseURL(ifany) LMSwillbeused
CourseBasics
CreditHours
4(Theory:3+Lab:1)
Lecture(s)
NbrofLec(s)PerWeek 2
Duration 75min
Lab(s)
NbrofLab(s)PerWeek 1
Duration 180min
Recitation/Lab(perweek)
NbrofLec(s)PerWeek
Duration
Tutorial(perweek)
NbrofLec(s)PerWeek
Duration
CourseDistribution
Core
BSEEandBSCS
Elective
ForallLUMSstudents
OpenforStudentCategory
CloseforStudentCategory
CourseDescription
ThiscoursefocusesontheprinciplesandpracticesofDigitalLogicCircuitDesignandisafirstcourseinthisarea.Topicscoveredinclude:Boolean
Algebra,NumberSystems,LogicGates,LogicTechnologies,DRAM,SRAM,ROM,Inverters,CircuitImplementationofLogicGates,SpeedofLogic
GatesandOperatingFrequencies,LogicimplementationofBooleanexpressions,KarnaughMaps,AnalysisandDesignofCombinationalLogic
Circuits,AnalysisandDesignofSequentialLogicCircuits,CircuitsforArithmeticCalculations,CircuitsusingmemoriesandFlipFlops,Registersand
Registerfiles,StateMachines,MemorySystems,BasicProcessorandControlUnitDesign.
CoursePrerequisite(s)
None
CourseObjectives
Attheendofthiscourse,studentsshouldbeabletoconstruct,analyze,verifyandtroubleshootdigitalcircuits(including
combinationalandsequentialelements)usingappropriatetechniquesandtestequipment.
Studentswillbeabletogetfamiliarwith:
1.
VariousNumberSystemsandassociatedoperations
2.
Booleanarithmetic
3.
CombinationalCircuits
4.
SequentialCircuits
5.
RegistersandCounters
6.
RAMsandROM
7.
Arithmetic/LogicUnitDesign
8.
BasicsofMicroprocessor
9.
10.
Mostimportantly:Studentswillbeabletodesignandimplementabasicdigitalsystem
GradingBreakupandPolicy
LabSessions(14):13%
Quizzes(1011):15%
Assignments:02%
MidtermExamination:25%
LabProject:15%
FinalExamination:30%
ExaminationDetail
Yes/No:Yes
Combine/Separate:Combine
Midterm
Duration:3:00hrs
Exam
PreferredDate:TBA
ExamSpecifications:ClosedBook,ClosedNotes,CalculatorAllowed
Yes/No:Yes
Combine/Separate:Combine
Duration:3:00hrs
ExamSpecifications:ClosedBook,ClosedNotes,CalculatorAllowed
FinalExam
CourseOverview
Lecture
Topics
1.
2.
3.
4.
5.
6.
7.
8.
9.
10.
11.
12.
13.
14.
CourseintroductionandDLCbasics
NumberSystems,ArithmeticOperations,
StandardCodes
TransistorasabasicbuildingblockofDigital
Circuits
RecommendedReadings
Objectives/Application
BasicIntroductionofthecourse
NumberSystems
Chap1(MM )
Chap1(MM )
Handouts4
Transistor:BasicIntroduction
LogicGates,BooleanAlgebra,TruthTables
andKMaps
1
Chap2(MM )
GettingfamiliarwithBooleanArithmetic
CombinationalCircuits:AnalysisandDesign,
Multiplexers,DecodersRateControl
1
Chap3(MM )
1
Chap4(MM )
CombinationalCircuits
ArithmeticLogicUnit(ALU)andIntroduction
toitsControlUnit
Chap9(MM1)
Arithmetic/LogicUnitDesign
MidtermExam
15.
16.
17.
SequentialCircuits:IntroductiontoLatches
andFlipFlops,SequentialCircuitsAnalysis
andDesign:StateDiagramsandStateTables
Chap5(MM )
(5.15.7)
SequentialCircuits
RegistersandCounters:ShiftRegisters,
ParallelLoadingofRegisters,Synchronous
andAsynchronousCounters
Chap7(MM1)
RegistersandCounters
RandomAccessMemory(RAM),Memory
Decoding
ROM,CombinationalLogicCircuitDesign
throughROM
Chap8(MM1)
RAMsandmemorydecoding
Chap6(MM1)
ROMs
RegisterTransferOperations,Buses
Chap7(MM1)
RegisterOperations
IntrotoMicroprocessor
Chap9(MM1)
BasicsofMicroprocessorDesign
FinalExam
LabOverview
Week
Topics
RecommendedReadings
1.
IntroductiontotheEELab,buildingyourfirstcircuit
2.
UnderstandingthebehaviorofanInverter
3.
DigitalLogicGateOperations(AND,OR,NOT,NAND,NOR,XOR,Buffer)
4.
Combinationalcircuits:Simplification&Implementation
5.
DecoderandComparator
6.
MultiplexerandLogicUnitDesign
4
Handsouts
7.
AnalogtoDigitalConverter,TemperatureSensorandBasicON/OFFControl
8.
SimulatingaDigitalLogicCircuitonProteusSimulationTool
9.
ArithmeticUnitDesign
10.
ROM,RAM&ALU
11.
NANDLatch&DFlipFlop
12.
Up/DownCounter
13.
Registers
ImportantNote:StudentswillberequiredtosubmittheirLabworkandLabhandoutattheendofthedayslabsession.
Textbook(s)/SupplementaryReadings
[1]Textbook:LogicandComputerDesignFundamentalsbyM.MorrisMano&CharlesR.Kime,4thEdition,2008,(PrenticeHallInc.)
[2]ReferenceBook1:DigitalFundamentalsbyThomasL.Floyd,10thEdition(Pearson)
[3]ReferenceBook2:DigitalSystems(PrinciplesandApplications)byRonaldJ.Tocci,NealS.Widmer&GregoryL.Moss,10thEdition(Pearson)
[4]Handoutsprovidedforsomelectures.Similarly,alabmanualwillbeprovidedtothestudentsatthebeginningoftheeachlabthatcarriesthe
detailsoftheexperimentsandrelatedinstructionstoperformthoseexperiments.
Instructor
Room No.
Office Hours
Email
Telephone
Secretary/TA
TA Office Hours
Course URL (if any)
Fall 2013-2014
Nadeem Khan
9-309
TBA
[email protected]
TBA
TBA
LMS
Course Basics
Credit Hours
Lecture(s)
Recitation (per week)
Lab (if any ) per week
Tutorial (per week)
Course Distribution
Core
Elective
Open for Student Category
Closed for Student Category
3
Nbr of Lec(s) Per Week
Nbr of Rec (s) Per
Week
Nbr of Session(s) Per
Week
Nbr of Tut(s) Per
Week
Duration
Duration
75 minutes
Duration
3
Duration
75 minutes
COURSE PREREQUISITE(S)
MATH-101 Calculus-I
PHY-102 Electricity and Magnetism
Learning Outcomes
- Working principle of passive components i.e. R, L, C
- Conventions for describing networks
- KCL and KVL: Application and analysis
- Analysis of linear networks of first order
- The importance of initial conditions in first order switched circuits
- Analysis and design of second order switched circuits using passive components and independent energy sources only
- Circuit solution using Laplace transformation
Grading Breakup and Policy
Class quizzes: (4-5 announced & 2-3 un-announced quizzes): 20% - Best 5
Assignments: (5): 5%
Tutorials: (Ungraded sessions for problem solving): 2 x 60min sessions per week
Midterm exam: 35%
Final exam: 40%
Midterm
Exam
Yes/No: Yes
Combine Separate: Combine
Duration: 90 minutes
Preferred Date: TBA
Exam Specifications: TBA
Final Exam
Yes/No: Yes
Combine Separate: Combine
Duration: 180 minutes
Exam Specifications: TBA
COURSE OVERVIEW
Week
No.
Book Chapter
1
Development of the
circuit concept
2
Conventions for
describing networks
9
10
3
Network equations
4
First-order
differential
equations
1-4
5
Initial conditions in
networks
Topic
Book sections
Course introduction
Charge and Energy
Relationship of field and circuit concepts
The Capacitance parameter
The Inductance parameter
The Resistance parameter
Units, scaling, and circuit interpretation of
physical systems
Reference directions for current and voltage,
Active element conventions,
The dot convention for coupled circuits
Topological description of networks
Kirchhoffs laws,
The number of network equations
Source transformations,
Examples of formulation of network equations
1-1
1-2
1-3
1-4
1-5
1-6
1-7
1-8
2-1
2-2
2-3
2-4
3-1
3-2
3-3
3-4
3-4
3-5
3-6
3-7
Duality,
State variable analysis
3-8
3-9
4-1
4-2
4-2
4-3
4-4
1-1 to 4-4
5-1
5-2
5-3
5-4
5-5
Additional remarks
5 lectures
2 lectures
5 lectures
3 lectures
In class
3 lectures
+
Review of midterm exam in tutorial
6
Differential
equations,
continued
12
13
14
7
The Laplace
transformation
6-1
6-3
6-4
6-5
7-1
7-2
7-3
7-4
7-5
7-6
7-7
Textbook(s)/Supplementary Readings
Textbook:
Network Analysis, 3rd edition, by M. E. Van Valkenburg, Pearson Education or PHI
Supplementary Reading:
Photocopy of relevant sections of notes from Prof. Abidis workshop and other material indicated in the class.
4 lectures
5 lectures
Instructor
DrHassanAbbasKhan
RoomNo.
Room9347A,DepartmentofElectricalEngineering,3rd Floor,SSEBuilding,LUMS
OfficeHours
TBD
Email
[email protected]
Telephone
35608356,ext8356
TA
TBD
TAOfficeHours
TBA
CourseURL(ifany)
CourseBasics
CreditHours
2
Lecture(s)
NbrofLec(s)PerWeek 1
Duration 30mins
Lab(perweek)
NbrofLec(s)PerWeek 1
Duration 3hrs20mins
Tutorial(perweek)
NbrofLec(s)PerWeek
Duration
CourseDistribution
Core
EEmajor
Elective
AllSSE
OpenforStudentCategory
CloseforStudentCategory
COURSEDESCRIPTION
A lab course to introduce electric circuits, electrical measurements and electronic devices. Topics include generating and measuring electrical
signals; building and analyzing simple circuits using transformers, OP-Amps, diodes, MOSFETs, BJTs, filtering and modulation.
Lab also includes a term project on constructing a complete electronic system.
COURSEPREREQUISITE(S)
None
COURSEOBJECTIVES
Familiarize students with basic laboratory instruments used in circuits and electronics
Provide a self-contained introduction to building, testing and understanding basic electrical circuits and electronic devices
Labsaredesignedinsuchawaythatattheendstudentswillbeabletoknow
Charging and discharging of capacitors, time constant of RC circuit
Working of diodes, how to use diodes as rectifiers, clippers and clampers
Input output characteristics of op-amp and comparator
XY feature and working of oscilloscope
Negative feedback and non-inverting amplifiers, design of sound system
Design and frequency response of low and high pass filters
Resonance in LC circuits , Frequency response of band pass filters ,Transformers and their use to induce voltage
I-V characteristics of MOSFET
Amplification using MOSFET
Modulation and demodulation of signals
CMOS logic gates and inverters
Predict the behavior and make measurements of electronic circuits employing filters, amplifiers, modulators and rectifiers.
Relate physical observations and measurements involving electrical circuits to theoretical principles.
The student will demonstrate the ability to communicate and share their experiences by
working in small team groups.
GradingBreakupandPolicy
HomeWork:10%
ClassParticipation/Labperformance:40%
Project:25%
FinalExamination:25%
ExaminationDetail
NO
Midterm
Exam
FinalExam
Duration:90mins
BasedonlearningfromtheLabsandprelabassignments.
COURSEOVERVIEW
Week/
Lecture/
Topics
Module
Breadboard,functiongenerator,oscilloscope,
dcpowersupply,colorcodeofresistors
LAB1
LAB2
ResistorCapacitor(RC)circuits
LAB3
Diodesandtheirapplications
LAB4
LAB6
LAB5
LAB7
LAB8
BasicCharacteristicsofOpAmpsand
Comparators
Proteussimulations
Recommended
Readings
AFirstLabinCircuitandelectronics
byY.Tsividis.
Goodlabpracticesandotheruseful
hintspages110
GroundConnectionspages1113
Experiments1&2pages1423
BackgroundsectioninExperiment6
ofY.Tsividispg.4649.
BackgroundsectioninExperiment9
ofY.Tsividispg.6769andhandout
ondiodeequation
OpAmpsectioninExperiment4ofY.
Tsividispg.3536
Audioamplificationsystem(soundsystem)
BackgroundsectioninExperiment5
ofY.Tsividispg.4142.
Filtersandtheirfrequencyresponse
BackgroundsectioninExperiment7
ofY.Tsividispg.5356.
BackgroundsectioninExperiment8
LCcircuits,resonanceandtransformers
Objectives/
Application
Familiarizationwiththebasiclab
equipment
Toknowthechargingand
dischargingofcapacitorinfirstorder
RCcircuitsandtheirtimeconstant
Toknowhowdiodescanbeusedin
practicalcircuitsasrectifiers,
limiters,clippersandclampers
Inputoutputcharacteristicsofanop
ampandhowanopampisusedto
constructasimplecomparator
Togetfamiliarizewiththe
simulationsoftware(Proteus)and
howitcanbehelpfulinanalyzingthe
circuitresponse
Howtomakeasimplesoundsystem
andtheoperationofamicrophone
Howtodesignlowandhighpass
filters
Todeterminethefrequency
MOSFETs
Experiment11ofY.Tsividispg.82
89.
Principlesofamplification
AMOSFETresistorinvertersectionin
Experiment12ofY.Tsividispg.90
91
BackgroundsectioninExperiment10
ofY.Tsividispg.7476.
LAB9
LAB10
LAB11
LAB12
Amplitudemodulation(AM)
CMOS
responseofLCcircuitsandbandpass
filtering,useoftransformerandbasic
principleofAMradio
IVcharacteristicsofMOSFETand
theiruseasvoltagecontrolled
resistorandswitch
TodeterminetheInputoutput
characteristicsofamplifierusing
NMOSandvoltagegain
Modulationanddemodulationof
signalsanddesignofradioreceivers
Todeterminethevoltagetransfer
characteristiccurveofCMOSinverter
Textbook(s)/SupplementaryReadings
AFirstLabinCircuitandelectronicsbyY.Tsividis,JohnWiley&Sons,2002.
Referencetexts:
MicroelectronicCircuitsLaboratoryExplorationsManualbySedraSmith4thEdition,OxfordUniversityPress,1998.
BasicEngineeringCircuitAnalysisbyDavidIrwinandMarkNelms,10thedition,JohnWiley&Sons.
Course Basics
Credit Hours
Lecture(s)
Recitation/Lab (per week)
Tutorial (per week)
Course Distribution
Core
Elective
Open for Student Category
Close for Student Category
3
Nbr of Lec(s) Per Week
Nbr of Lec(s) Per Week
Nbr of Lec(s) Per Week
2
1
Duration
Duration
Duration
75 mins
50 mins
Core
Sophomores
COURSE DESCRIPTION
This is a second course in Circuit Analysis. This course covers various network analysis theorems. Circuit analysis is performed in Laplace
Transform domain which enables the students to learn and recognize the importance of poles, zeros and to determine the stability of electrical
circuits. Two port network descriptions in terms of z, y, h, and transmission parameters are also included. Frequency domain and phasor analysis
techniques are also covered to perform sinusoidal steady state circuit analysis. Various frequency response plots like magnitude plots, phase
plots, polar plots, Bode plots etc. are also included; and some elementary passive filters are discussed. Power analysis, the concepts of reactive
power, power factor and power factor correction is in the course.
COURSE PREREQUISITE(S)
EE-240 Circuits I
COURSE OBJECTIVES
To learn various electrical circuits analysis techniques / theorems especially in Laplace transform domain.
To learn and understand the significance of poles, zeros and stability analysis of electrical circuits.
To familiarize with two port networks and two port network descriptions.
To learn frequency response plots and to understand their significance in filter design and power analysis.
To learn stability analysis used in circuits and control theory applications.
To understand basic concepts of power in circuits.
Midterm
Exam
Final Exam
Yes/No: Yes
Combine Separate: combine
Duration: 2 hrs
Preferred Date: early in the mid-term week
Exam Specifications: Close book, close notes, no help sheets, all the relevant formulas if required will be provided along with the
question paper.
Yes/No: Yes
Combine Separate: combine
Duration: 3 hrs
Exam Specifications: Close book, close notes, no help sheets, all the relevant formulas if required will be provided along with the
question paper.
COURSE OVERVIEW
Week
1,2,3
4,5
6,7
8,9
10,11,12
13,14
Topics
Introduction, Network Theorems, Transform
domain circuit analysis techniques
Network functions, Poles, zeros, stability,
restrictions on pole/zeros of network
functions
Two port network descriptions
Sinusoidal steady state/Phasor analysis
Frequency response plots, elementary passive
filter design
Power analysis, Power transfer and
Optimization techniques
Recommended
Readings
Chapter 3, 7 and 9
Objectives/
Application
Circuit analysis
Chapter 10
Chapter 11
Chapter 12
Chapter 13
Network analysis
Circuit analysis, Power analysis
Power analysis, Filter design,
Control theory
Chapter 14
Textbook(s)/Supplementary Readings
Text book: Network Analysis, M. E. Van Valkenberg, Pearson Education, 1974.
References:
1.
Electric Circuits Fundamentals, Sergio Franco, Oxford University Press, 1999.
2.
Transforms in Signals and Systems, Peter Kraniauskus, Addison-Wesley Educational Publishers, 1992.
Power analysis
Instructor
Room No.
Office Hours
Email
Telephone
Secretary/TA
TA Office Hours
Course URL (if any)
Course Basics
Credit Hours
Lecture(s)
Recitation/Lab (per week)
Tutorial (per week)
Course Distribution
Core
Elective
Open for Student Category
Close for Student Category
3
Nbr of Lec(s) Per Week
Nbr of Lec(s) Per Week
Nbr of Lec(s) Per Week
Duration
Duration
Duration
75min
COURSE DESCRIPTION
This is the second of a two-semester Calculus sequence. This course covers, Sequences and Series, Vectors, Partial Derivatives and
Linear Approximations, Maxima and Minima for functions of several variables, Lagrange Multipliers, Multiple Integrals, Vector
Calculus, Greens, Gauss and Stokes theorem
COURSE PREREQUISITE(S)
COURSE OBJECTIVES
Learning Outcomes
Students will learn to:
Work with sequences, series, and power series and determine their convergence and divergence
Understand three dimensional Cartesian Co-ordinate system and make connections between sets of
points and equations
Be able to determine limits in two and three dimensions
Examination Detail
Midterm
Exam
Yes/No: Yes
Combine/Separate: Combine
Duration: 75min
Preferred Date:
Exam Specifications: No notes/No books/No calculators
Final Exam
Yes/No: Yes
Combine/Separate: Combine
Duration: 180min
Exam Specifications: No notes/No books/No calculators
COURSE OVERVIEW
Module
1
2
3
4
5
6
7
8
9
10
11
12
13
Recommended
Readings
10.1-10.5
10.1-10.5
10.1-10.5
11.1-11.3
13.1
13.2
13.4
13.5
13.5
13.6
13.7
Objectives/
Application
Sequences and series
Sequences and series
Taylor series
Vectors
Derivatives
Derivatives
Derivatives
Derivatives
Derivatives
Optimization
Optimization
14.1
14.2
Integrals
Integrals
Topics
Sequences and tests for convergence
Series and tests for convergence
Taylor series
Vectors in two and three dimensions
Surfaces and level curves
Partial derivatives
Linear approximations
Directional derivatives
Chain rule
Optimization
Constrained optimization by Lagrange
multipliers
Double integrals
Double integrals by change of coordinates
Triple integrals
Vector fields, div, grad, curl
Line integrals
FTOC for line integrals
Greens theorem
Surface integrals of vector fields
Surface integrals of scalar fields
Divergence theorem
Stokes theorem
Physical applications of the three big theorems
14.3-14.4
15.1
15.2
15.2
15.3
15.4
15.4
15.5
15.6
Handout
Textbook(s)/Supplementary Readings
Text: Calculus by Gilbert Strang (Also available as online text from MIT open courseware)
http://ocw.mit.edu/ans7870/resources/Strang/strangtext.htm
Thomas' Calculus, 11/E George B. Thomas,Jr. or a similar text may also be used.
Integrals
Derivatives
Integrals
Integrals
Integrals
Integrals
Integrals
Integrals
Integrals
Integrals
Course Basics
Credit Hours
3
Nbr of Lec(s) Per
Week
Lecture(s)
Duration 75 minutes
Course Distribution
Core
Core for Math majors
Elective
Open for Student Category All students
Close for Student Category None
Course Description
This is a first course in probability which provides preparation for further courses in stochastic processes, statistics, and statistical
mechanics and an understanding of probability concepts essential for students who want to pursue their studies in physical sciences,
social science, economics and engineering. The course starts with an introduction of probability terms and methods of computing
simple and conditional probabilities. The Bayess theorem will be taught with applications. The concept of discrete and continuous
random variables will be given. Bivariate random variables will be explored with marginal and conditional distributions. Special
discrete and continuous probability distributions will be explored with their real life applications.
Course Prerequisite(s)
Calculus-I
Final Exam
Duration: 75 minutes
Exam Specifications: Closed book, closed notes; help sheet will be provided if needed; calculator is allowed
Course Overview
Week
Topics
Readings
Practice Problems
1,2
3,4
5,6
7,8
9,10
11,12
Joint Distributions
13,14
Properties of Expectation
Central Limit Theorem
Textbooks/Supplementary Readings
Text:
A First Course in Probability (8th Edition) by Sheldon Ross
Recommended Books for Reading Purposes:
Introduction to Probability Models (10th Edition) by Sheldon Ross
Year: 2014-15
Office:
Email: [email protected]
Semester: Fall
Office Hours:
Category: Undergrad
Credits: 3
Teaching Fellow:
understand and model electric and magnetic interactions in free space and homogenous
matter,
2.
write down the Maxwell equations with a clear understanding of their meaning,
3.
sketch and solve simple problems involving distributions of charges and currents, timeindependent and time-dependent.
Course Status:
Core for Physics and EE Majors.
Pre-requisites:
None, but a good grounding in calculus is essential for this course.
Text books:
Physics for Scientists and Engineers with Moden Physicsby Fishbane, Gasiorowicz and
Thornton. (Primary textbook)
Matter and Interactionsby Chabay and Sherwood. (Useful complementary book)
Grading scheme:
Quizzes 25%
Homeworks: 10%
Mid-Term 25%
Final Exam 40%
The instructor has the liberty of varying these grade assignments by 5%.
Week
Topic
Gauss's law
Electric Potential
Circuit elements
8A
Magnetic forces
8B,9
10
Faraday's law
11
Magnetism in Matter
12
13
14
Instructor
Room No.
Office Hours
Email
Telephone
Secretary/TA
TA Office Hours
Course URL (if any)
Fall 2014-2015
N/A
N/A
http://physlab.lums.edu.pk/index.php/List_of_Experiments
Course Basics
Credit Hours
Lecture(s)
2
Nbr of Lec(s) Per Week
Course Distribution
Core
Elective
Open for Student Category
Close for Student Category
SSE core
N/A
SSE
N/A
Duration
50 minutes.
Duration
5 hours
N/A
N/A
Duration
Duration
COURSE DESCRIPTION
This is a core laboratory course that will familiarize students to the experimental physics through a set of carefully selected experiments
probing different branches of physics. Students will learn about uncertainties and measurements, units and dimensions and data processing
through Matlab. Students will also learn different techniques to analyze, store, process and display data with special emphasis on curve
fitting, and plotting. Students will be exposed to safety, handle and test different materials, technical report writing, and mathematical
modeling of natural phenomena. Furthermore, they learn about the correlation between theoretical predictions and experimental results.
All experiments will be supervised and guided.
COURSE PREREQUISITE(S)
None
COURSE OBJECTIVES
Learning Outcomes
Understand the significance of various kinds of materials (ceramics, plastics, metals, conductors, insulators) being
utilized in hardware.
Perform experiments safely.
Appreciate the ability to work in teams.
Develop an appreciation of technical report writing and keeping a record of experimental results.
Examination Detail
Midterm
Exam
Yes/No: Yes
Combine Separate:
Duration:
Preferred Date:
Exam Specifications:
Final Exam
Yes/No: No
Combine Separate:
Duration:
Exam Specifications:
COURSE OVERVIEW
Week/
Lecture/
Module
Topics
Recommended
Readings
Textbook(s)/Supplementary Readings
Listed on course website: http://physlab.lums.edu.pk/index.php/List_of_Experiments
Objectives/
Application
Instructor
Room No.
Office Hours
Email
Telephone
Head TAs
TA Office
Hours
Course URL (if
any)
Course Basics
Credit Hours
Lecture(s)
2
Nbr of Lec(s) Per
Week
Nbr of Lec(s) Per
Week
1 lecture per
section (2
sections)
Bi-weekly
Yes
All
COURSE PREREQUISITE(S)
None.
overriding aim is to introduce the student to the academic study of IslamIslam here denoting both a religious
system, grounded upon certain normative revealed sources, as well as a civilization unfolding over time as a
complex network of cultures shaped by historical contingencies.
personal beliefs of the students, to any sectarian identity they espouse, and any doctrinal point of view they hold.
We shall begin by a fundamental methodological question: How does one study a given religious system? What are
the scholarly tools and conceptual frameworks for exploring a civilization radiating from a religious core? What are
believer or, in the case of cultures, of the actor? From here we move on to a historical overview of Islam, looking
at the web of Muslim intellectual, doctrinal, and cultural pluralities, all woven into an unmistakable spirit of
an Islamic identity reverberating through them.
Following this, we survey various local Muslim communities from the perspective of the social
sciences, aiming to understand their diversities, and arriving now at the substantive nucleus of our discoursethe
doctrinal, normative, textual, spiritual, and legal contents of Islam, analytically treated. Then, carrying out an
exploration of Islamic intellectual history, with particular reference to Greek civilization and Alexandrian
Hellenism, we take up a general study of aesthetics in the context of Islamic literary expressions and material
culture, particularly in the realm of art and architecture. The course ends with a discussion of Islam and Muslims in
the contemporary world, looking at the post-17th century revivalist, reform, and modernist movements, the two
It is advisable that the students first contact the Head Teaching Assistant of the course. In regular matters
for which he/she will have advance approval of the instructors, he/she will try to get back to you directly.
Students are required to complete the readings assigned prior to the class meeting to which they relate.
There will be four unannounced quizzes out of which three best will be taken into account for final grade.
Timely attendance is mandatory, and three un-excused absences will lead to a 50% reduction in your
attendance grade. Any more absences may lead to failure in the course. Late appearances in classes will be
marked as such and the student will not be given full credit for attendance.
Please switch off your mobile phones before entering the class.
In accord with institutional policy, there will be no discrimination in this course on the basis of race,
ethnicity, sex/gender, ability/disability, religion/spiritual beliefs or class. Your political beliefs and moral
values will not be considered relevant for your grading and evaluation.
Cheating, plagiarism, or any other violations of the honour code will be dealt with according to LUMS
policy. For further instructions, please refer to the latest Student Handbook.
Session
Topics
ii.
12.
13.
Key
AH: Aurangzeb Haneef
EF: Essam Fahim
JA: Junaid Ahmed
NH: Nomanul Haq
NS: Nadhra Shahbaz
Instructor
Room No.
Office Hours
Email
Telephone
Secretary/TA
TA Office
Hours
Course URL (if
any)
COURSE BASICS
Credit Hours
Lecture(s)
2
1 Per Week
Duration
1:50 hours
COURSE DESCRIPTION
This course aims to introduce students to the history of Pakistan, provide an overview of contending perspectives
on the origins of the country and examine its politics, society and culture. In addition, it engages with several
contemporary issues facing the country including, for example, the state of human rights, economic and human
development and the role of regional and ethnic identities.
COURSE STRUCTURE
The course is roughly divided into 12 themes; 6 historical and 6 contemporary. The class will be divided into 10
groups of 7-8 members each (depending on enrolment) each of which will choose one historical and one
contemporary theme for the reading presentation and the group project respectively. E.g. if a group chooses a
historical topic for the reading presentation, it must select a contemporary topic for the group project and vice
versa.
GRADING
Attendance
5%
Class Participation
5%
Reading Presentation
10%
Group Project - Project Plan
10%
- Presentation
15%
Quizzes (4)
20%
Final Exam
35%
GROUP READING PRESENTATION
Each group will present on one of the reading themes of the course in the corresponding session. The presentation
will be expected to present the main arguments presented by the author, the gist of the reading, and its analysis.
At least 3-4 members of the group must present while all members are expected to help in making the
presentation.
GROUP PROJECT
This is an exploratory project (not a research or writing-based one) on topics assigned by the instructor. Similar
to the reading presentation, groups will have around 7-8 members each of which at least 3-4 must present the
project. The project is graded on three fronts: the idea or concept adopted, the project plan, and the final
presentation or video etc. Students will be expected to work on the project throughout the course of the semester
and discuss their progress periodically with the instructor.
QUIZZES
There will be 5 unannounced quizzes in class of which 1 will be dropped. The quizzes will be based on the
readings, slides, lecture notes and/or class discussions. There will be no make-up quizzes.
FINAL EXAM
The final exam will be closed books/closed notes. A major component of this exam will be a subjective, essay
question.
ATTENDANCE
Students are expected to attend all classes. If a student is unable to make it to a session, they must let the
instructor and the TA know beforehand.
COURSE SCHEDULE
Session
Topic
1
Introduction to the
Course
&
The Indus Valley
Civilization
2
Colonial Period
Readings
Fitzsimons, Matthew A. 1970. The Indus Valley Civilization. The History
Teacher (November). 4(1): 9-22
Kenoyer, J. (1998). People and Professions (127 146). Decline and Legacy of
the Indus Cities (173-184). In Ancient Cities of the Indus Valley Civilization.
Michigan: OUP.
Aziz, K. K. (1976). The Imperial Impact in The British in India- A Study in
Imperialism. Islamabad: National Commission on Historical and Cultural
Research.
Creation of Pakistan
Bose, Sarmila. 2005. Anatomy of Violence: An Analysis of the Civil War in East
Pakistan in 1971. Economic and Political Weekly. 40(41): 4463 4471
Democratization and Nasr, Vali. 2004. Military Rule, Islamism and Democracy in Pakistan. Middle
Military Rule
East Journal. (Spring) 58 (2): 195-209
Nation building
Syed, Anwar H. 1980. The Idea of a Pakistani Nationhood. Polity. 12(4): 575 597
7
Identity Formation
Human Rights
Civil Society
Ahmed, Feroz .1996. Ethnicity, Class and State in Pakistan. Economic and
Political Weekly. 31(47): 3050 3053
Rahman, Tariq. 2003. Language, Power and Ideology. In Continuity and Change:
Socio-political and Institutional Dynamics in Pakistan. Zaidi (ed). Karachi: City
Press. 133- 149
Mustafa, D. 2005. (Anti) Social Capital in the Production of an (un) civil society
in Pakistan. Geographical Review. 95 (3): 328 347
10
Terrorism and
Islamization
A Great Deal of Ruin in a Nation. 2011. Pakistan, Asia, The Economist, March
31. http://www.economist.com/node/18488344
Rashid, Ahmed. 2012. Changing the Narrative or Preparing for the Worst. In
Pakistan on the Brink: The Future of America, Pakistan and Afghanistan. New
York: Viking
12
13
14
Economic
Development
Education
Presentations
Presentations
Hasan, Pervez. May 2007. Role of the State in Pakistans Economy: Assessing
the Past and Exploring Future Challenges Economic and Political Weekly. 42
(18): 1623-1630
Nelson, Matthew J. Sept 2006. Muslims, Markets and the meaning of a Good
Education in Pakistan Asian Survey. 46(5): 699-720