Revision as of 20:28, 11 September 2008 by Han45 (Talk)

part1

i used y = sin(t) in hw1

Kk ECE301Fall2008mboutin.jpg

sampling 0.1

Lk ECE301Fall2008mboutin.jpg


part2

$ y=x^2 $

Oo ECE301Fall2008mboutin.jpg


matlab

x= [-10:0.01:10];
y = x.^2;
plot(x,y);

Alumni Liaison

Abstract algebra continues the conceptual developments of linear algebra, on an even grander scale.

Dr. Paul Garrett