Hallo jurs
warum bekomme ich andere werte
https://www.arndt-bruenner.de/mathe/scripts/gleichungssysteme.htmdieses einkopiert
0 = 10000a + 1000b + 100c + 10d + e
1 = 5308416a + 110592b + 2304c + 48d + e
2 = 45212176a + 551368b + 6724c + 82d + e
3 = 181063936a + 1560896b + 13456c + 116d + e
5 = 1146228736a + 6229504b + 33856c + 184d + e
dieses als Ausgabe
a = 2,3e-9
b = -0,0000010025
c = 0,00014986
d = 0,0201900124
e = -0,215906952
muss ich wandeln in
b -6
c -4
das verstehe ich noch
aber Wo kommen die weiteren Zahlen von a her ?
Dieses sind Deine werte
Lösung:
float a = 2.331362828169e-9;
float b = -1.00248601611e-6;
float c = 1.498600025947e-4;
float d = 0.020190012411;
float e = -0.21590695198;
DANKE FÜR EINE HILFE