Is it just me or does physics seem unrealistic when involved in movies?
I have two examples: The Blues Brothers (with a classic scene) and the James Bond Classic The Man With The Golden Gun
Is it possible to loop a set of numbers?
For example I wish to run a set of number 1,2,3,4,5...52 but when we get to 52 I wish to go back to 1 and start looping again.
How do write an output file in Fortran?
I have opened a file and moved each character so that each letter has moved for...
A ball is thrown up in the air and the speed of the ball at the second second is equal to the speed of the ball after the third second. But what would be the velocity of the ball when the time equals zero.
I have been thinking about this a lot and I'm certain that there are two answers (and I...
Homework Statement
But somehow not that simple..
\frac{5xy}{x+y} =6\left.
\frac{7yz}{y+z} =10\left.
\frac{8zx}{z+x} =15\left.
Homework Equations
The Attempt at a Solution
Tried and failed.
I have been busy trying to generate, using FORTRAN's random number generator, random x and y co-ordinates which follow a simple pattern such as x2-100x, but for some reason the FORTRAN compiler prints nothing.
Anybody want to help me with this problem?
program quadraticdistribution...
I have been puzzling over this problem for about a week now and cannot find the answer. In my opinion it is very theoretical, but I know I ma not the best mathematician on here so maybe someone else could look at this.
Thank you.
Everytime I try to compile the followng code, it fails to give me the values when n is greater than one, I have tried and failed to correct that mistake, can you help?
program sieve
implicit none
integer*1 s(1000000), offset (10), sequence
integer i, j, n
c INITIALISATIONS:
n=0...