SUNY Geneseo Department of Mathematics
Monday, October 5
Math 230 01Fall 2015Prof. Doug Baldwin
Return to List of Lectures
Previous Lecture
t = linspace( -2, 2, 200 ); x = t.^2; y = t; plot( x, y );
x = t.^3 - 4 * t; y = sin( 2 * t ); plot( x, y );
Next Lecture