Files
edx-platform/info.html
2011-12-08 04:02:28 +00:00

76 lines
2.7 KiB
HTML

<%inherit file="main.html" />
<div id="topWrapper">
<div id="topBanner"></div>
</div>
<div id="topnav">
<ul>
<li style="border:none">
<a href="/" shape="rect">Home</a>
</li>
<li id="current" style="border:none">
<a href="/t/info.html" shape="rect">Course Info</a>
</li>
<li style="border:none">
<a href="/t/staff.html" shape="rect">Instructors</a>
</li>
<li style="border:none">
<a href="http://books.google.com/books/about/Foundations_of_analog_and_digital_electr.html?id=6_mt26W5VMUC" shape="rect">Textbook</a>
</li>
</ul>
</div>
<!-- end top wrapper -->
<div id="wrapper">
<div id="bg">
<div id="header"></div>
<div id="page">
<!-- begin container -->
<div id="container">
<!-- content -->
<div id="content">
<center>
<table><tr><td>
<h1>About 6.002</h1>
<p> 6.002 is designed to serve as a first course in an undergraduate
electrical engineering (EE), or electrical engineering and computer
science (EECS) curriculum. At MIT, 6.002 is in the core of department
subjects required for all undergraduates in EECS.
<p> The course introduces engineering in the context of the lumped
circuit abstraction. Topics covered include: resistive elements and
networks; independent and dependent sources; switches and MOS
transistors; digital abstraction; amplifiers; energy storage elements;
dynamics of first- and second-order networks; design in the time and
frequency domains; and analog and digital circuits and
applications. Design and lab exercises are also significant components
of the course. 6.002 is worth 4 Engineering Design Points. The 6.002
content was created collaboratively by Profs. Anant Agarwal and
Jeffrey H. Lang.
<p> The course uses the textbook Foundations of Analog and Digital
Electronic Circuits. Agarwal, Anant, and Jeffrey H. Lang. San Mateo,
CA: Morgan Kaufmann Publishers, Elsevier, July 2005. ISBN:
9781558607354. While recommended, the book is not required -- relevant
section will be provided electronically as part of the on-line course.
</td></tr></table>
</div>
<!-- end content -->
</div>
<!-- end container -->
</div>
<div id="footerWrapper"></div>
</div>
</div>
<div id="bottomWrapper">
<div id="footer">
<p style="padding-top:20px"> Copyright (c). 2011. MIT. <a href=http://creativecommons.org/licenses/by-sa/3.0/>Some rights reserved.</a>
<!-- Template based on a design from http://www.dotemplate.com/ -- Donated $10 (pmitros) so we don't need to include credit. -->
</p>
</div>
</div>