Diff selection: Mark the radio boxes of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

  • (cur | prev) 12:24, 11 September 2008โ€Ž Cjuzeszy (Talk)โ€Ž . . (449 bytes) (+449)โ€Ž . . (New page: == Given MATLAB Code == This MATLAB program attempts to plot 13 cycles of a 13 Hz sinusoid. F0 =13; T0 =1/F0; Ts = 0.07; t = 0:Ts:13*T0; x = real(exp(j*(2*pi*F0*t-pi/2))); plot(t,...)

Alumni Liaison

Basic linear algebra uncovers and clarifies very important geometry and algebra.

Dr. Paul Garrett