Advertising
advertising
related pastes to tag 'linear'
- 835770 - Instersection of two lines: pascal linear equation two points
-
program prog;
uses wincrt;
var
m1, m2, b1, b2: real;
x1, y1, x2, y2: real;
x3, y3, x4, y4: real;
x, y: real;
m1_inf, m2_inf: byte;
- 830678 - Solving intersection of linear e: pascal linear equation ymxb
-
program prog;
uses wincrt;
var
m1, m2, b1, b2: real;
x, y: real;
begin
write('Enter m1: ');
- 830674 - Solving intersection of linear e: pascal linear equation ymxb
-
program prog;
uses wincrt;
var
m1, m2, b1, b2: real;
x, y: real;
begin
write('Enter m1: ');
fantasy-obligation