| Maðurinn sem er ekki með ljáinn ( @ 2006-02-03 06:56:00 |
| Current mood: | |
| Current music: | Random new music |
| Entry tags: | sérverkefni |
The time is what ??
I've been up all night trying to debug my Matlab code for my research project. Not finding the bug, is very frustrating and I have school today from 9-18. Though the bug is an interesting case of compound error as the values don't start to diverge wildly until the 3rd og 4th iteration.
In short I worked on it until my brain simply shutdown. But now it's time for homework due in two hours, so sleep is kinda not an option.
From Matlab:
fc=11 Fmax=5.065944e-01 diff=2.046066e-04
fc=20 Fmax=5.050622e-01 diff=2.046066e-04
fc=29 Fmax=5.035363e-01 diff=2.046066e-04
fc=38 Fmax=5.020166e-01 diff=2.046066e-04
fc=47 Fmax=5.005036e-01 diff=2.046066e-04
From Fortran
11 5.065944E-01 2.046052E-04
20 5.050622E-01 2.046052E-04
29 5.020055E-01 2.046052E-04
38 4.974389E-01 2.046052E-04
47 4.913846E-01 2.046052E-04