Part of Slepp's ProjectsPastebinTURLImagebinFilebin
Feedback -- English French German Japanese
Create Upload Newest Tools Donate
Sign In | Create Account

Advertising

advertising

related pastes to tag 'equation'

835770 - Instersection of two lines: pascal linear equation two points
  1. program prog;
  2. uses wincrt;
  3. var
  4.                 m1, m2, b1, b2: real;
  5.                 x1, y1, x2, y2: real;
  6.                 x3, y3, x4, y4: real;
  7.                 x, y: real;
  8.                 m1_inf, m2_inf: byte;
  9.  
830678 - Solving intersection of linear e: pascal linear equation ymxb
  1. program prog;
  2. uses wincrt;
  3. var
  4.                 m1, m2, b1, b2: real;
  5.                 x, y: real;
  6.  
  7. begin   
  8.         write('Enter m1: ');
  9.  
830674 - Solving intersection of linear e: pascal linear equation ymxb
  1. program prog;
  2. uses wincrt;
  3. var
  4.                 m1, m2, b1, b2: real;
  5.                 x, y: real;
  6.  
  7. begin   
  8.         write('Enter m1: ');
  9.  
worth-right
fantasy-obligation