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
https://m.facebook.com/akansha.panchal.906?refid=12&ref=opera_speed_dial
For2
practica 7 ejercicio 5
BubbleSort (standaard)
Primo1
uuu
test29
Lab2RandomAndAvg
JOZIANE NEVES DE SOUZA 600630041
Localisation ND