Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
linear eq
{ Name: limar depeiza date: 9/22/2017 purpose: This program is to solve a set of linear equations } program Cramers rule; var a, b, x: real; begin write('a = '); readln(a); write('b = '); readln(b); if a=0 then if b=0 then writeln('identity equation') else writeln('contrary equation') else begin x:=-b/a; writeln('x = ',x); end; readln; end.
run
|
edit
|
history
|
help
0
janja - naloga 1 - 11.7.2013
Squad equation
pares entre a y b
cond basico 1
Бассейн-5
LUCAS SERRADO GOES CONCEICAO 600624134
Стандартные функции в паскале round, trunc, int, frac
solar_system_array_n_planets
Huong11a2@
Pokemon2