Entwickler-Ecke

Sonstiges (Delphi) - Gaußscher Algorithmus?


DiggiDi - Fr 04.06.04 17:38
Titel: Gaußscher Algorithmus?
Hi

ich suche dringend den Gaußschen Algorithmus!
Wär sehr dankbar wenn mir das jemand geben könnte. wär es nicht so dringen würd ich es ja selber schreiben :) aber die zeit reicht nicht aus.

danke im voraus!

mfg DiggiDi


MartinPb - Fr 04.06.04 17:48

http://www.mathematik.tu-ilmenau.de/~vogt/alpro/teil1.pdf


DiggiDi - Fr 04.06.04 18:04

danke das hab ich auch schon gefunden aber das ist das falsche.


Delphi~Anfänger - Fr 04.06.04 20:03


Delphi-Quelltext
1:
2:
3:
4:
5:
6:
7:
8:
procedure TForm1.Button3Click(Sender: TObject);
begin
a:=strtofloat(edit4.text);
ha:=strtofloat(edit5.text);
hg:=strtofloat(edit6.text);
o:=a*ha*0.5*hg;
label7.caption:=floattostr(o);
end;


Das ist er !!!