Its my home laptop, so who is the sysadmin, me?
I've tried on other networks at university and managed to get them to work, but when I'm at home it doesn't connect. The exact error message just asks me to re-enter my network password, but I know its correct.
I have recently installed ubuntu 14.04 alongside windows 7 but I'm having major issues with connecting to wireless networks.
The networks are detected and show up in the network manager, but when I connect and insert the correct password (double checked), a window continues to pop up saying that...
Hi, I have written a fortran 90 program that finds the definite integral of a function using the trapezium method.
Everything is fine, other than when I compile my program it produces the following error:
assignment_2_final.f90:127.2:
ITRAP = (z/2)((G(a) + G(b)) + z*area)
1...
Question 2 - finding the trajectory of an object with initial velocity
I have written a program to find the trajectory of an object, after the initial components of the velocity are entered at the keyboard. The program contains a DO loop (which I want as the time, with time intervals of 0.01s...
I've managed to do it correctly now, it was due to me not reading in the numbers each time that were being inputed by the keyboard. Instead of trying to calculate the average as the program goes, I've now summed all the numbers and then divided by n at the very end. Thanks for all your help -...
Thanks for your reply, I'm not in the lab but I'll check tomorrow and get back as you're probably correct. Also, do you know how I am able to download fortran for my windows laptop? I have a cd containing Fortran 4.91 and I am also sure that I need a compiler and an editor to make it work...
Hi, I'm a first year physics undergrad studying the fortran language with NAG compiler for computer programming.
Question 1: How do I write a program that finds the average of a set of n numbers?
I've written a program already but my answers are continuing to be 0.0000, no matter what...