00:01
Okay, so we want to find the largest end for which one can solve within one second a algorithm which requires f to the end operations so basically what they say is how many operations can be performed? given that each bit operation is carried out in 10 to minus nine seconds so first what we want to figure out is how many bit operations can be performed? so we have one bit operation one operation one operation can be performed in 10 to the minus nine seconds and nine seconds.
00:33
So what we want to go instead is we want to go from one second.
00:36
So if we're going from 10 to the minus 9 to 1 second, we multiply each side by 10 to the minus 10 to 9, sorry, so 10 to the 9 operations.
00:48
So then to find the largest n for a, we have log n.
00:54
So yeah, log n.
00:56
And we want to solve log n is equal to 10 to 9, or really log place 2.
01:02
So to solve this, you just have to use your log clause.
01:05
So n is just 2 to the 10 to the 9.
01:08
So where i got this from is if you have log base a, b is equal to c, you just have a, c is equal to b.
01:18
So b will be your n, a will be your 2, c will be 10 to 9 and you have this.
01:24
So for d, you have n and this is just equal to 10 to the 9 and that's really just it.
01:30
This is b and for c we have n log n is equal to 10 to the 9 now this this you can try to solve this it's very difficult to solve this um all i can tell you is that there's just there's just a function that does this for you and it gives you n is equal to 3 .96 times like 10 to 7 and to get this number need to use the lambert w function.
02:07
And this is just a very complicated question...