Talk:ECE 280/Spring 2010

From PrattWiki
Revision as of 22:55, 15 January 2010 by DukeEgr93 (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

When posting questions, please be sure to use the Q Template so the instructor and TAs will see the question. Note in the examples below the Q Template has been removed to indicate that the question has been answered.

Questions about particular lectures

Lecture 2 - 1/15

  • Here is a sample question - how does Euler's Relationship work for complex exponentials? DukeEgr93 17:55, 15 January 2010 (EST)
    • There are a few different ways to show Euler's relationship, one of which involves Taylor/Maclaurin Series Approximations for cos, sin, and e. See Euler Notation on the (as yet not complete - but finished enough for this example) Complex Numbers page for more detailed information. DukeEgr93 17:55, 15 January 2010 (EST)

Questions about particular homework assignments

Homework 1

  • Here is a sample question - how do I get access to the code from class that seems really relevant to this assignment? DukeEgr93 17:55, 15 January 2010 (EST)
    • All codes written in class will go in my ~mrg/ECE54 folder with each day having its own folder. If you use code developed in class. be sure that the comments section at the top of the code indicates that the code is a modified form of my code. Something on the order of:
% [Function or Script Name]
% [Your Name]
% [Date Written]
% Based in part on:
% [Original Function or Script Name]
% [Original author name]
% Accessed on: [Date accessed]

% With my NET ID as a signature, I hereby indicate that I understand and
% have followed the Duke Community Standard in completing this assignment
% Signed: [Your NET ID]
should work. DukeEgr93 17:55, 15 January 2010 (EST)

Questions about particular labs

General questions