Revision history of "File:Linsys example.png"

From Sutherland_wiki
Jump to: navigation, search

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) 08:44, 25 August 200800033394 (talk | contribs). . (243 bytes) (+243). . (Generated with the following MATLAB commands: <source lang="matlab"> x = linspace(-3,-1); y1 = -5/6*x; y2 = -3*x-5; plot(x,y1,'r-',x,y2,'g--',-2.3077,1.9231,'ko'); grid on; xlabel('x'); ylabel('y'); legend('6y=-5x','y=-3x-5'); </source>)