File:Linsys example.png

From Sutherland_wiki
Jump to: navigation, search
Linsys_example.png(552 × 414 pixels, file size: 6 KB, MIME type: image/png)

Generated with the following MATLAB commands:

 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');

File history

Click on a date/time to view the file as it appeared at that time.

Date/TimeThumbnailDimensionsUserComment
current08:44, 25 August 2008Thumbnail for version as of 08:44, 25 August 2008552 × 414 (6 KB)00033394 (talk | contribs)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>
  • You cannot overwrite this file.

The following page links to this file: