Recent content by Ordain
-
O
Fortran Fortran, File Read Error( Tried to read past )
N was definitely less than forty in the data file, I tinkered around with the code a bit and replaced the f8.1 with the standard *. Seemed to resolve the problem, I imagine the issue was that I only read the leftmost column and skipped the right column.- Ordain
- Post #3
- Forum: Programming and Computer Science
-
O
Fortran Fortran, File Read Error( Tried to read past )
Fortran, File Read Error[Resolved itself, fixed] Basically I'm writing a simple fortran program to read in a data file formatted as shown below and then calculate the line of best fit for the given data points. N x1 y2 x2 y2 . . . . . . xn yn Where N is the...- Ordain
- Thread
- Error File Fortran
- Replies: 4
- Forum: Programming and Computer Science
-
O
Undergrad Limit to Infinity with Sqrt in Denom.(Is this correct?)
Lim x→∞ \frac{7x^2-14x+7}{\sqrt{2x^4-4x^3+x+7}} Normally wouldn't have an issue here, just slightly confused by the sqrt. Attempted solution: \frac{7x^2-14x+7}{\sqrt{2x^4-4x^3+x+7}}*\frac{x^-2}{x^-2} Yields \frac{7}{\sqrt{2}} Is this correct? Similarly: lim... -
O
Angle Between Vectors given Ratio of Resultants, why is this wrong?
Thanks for that, noted for next time. This is the question in exact form, I can't find anything I'm missing.- Ordain
- Post #3
- Forum: Introductory Physics Homework Help
-
O
Angle Between Vectors given Ratio of Resultants, why is this wrong?
Homework Statement Vectors A and B have the same magnitude. Given that the magnitude of A + B is 75 times greater than the magnitude of A - B, find the angle between them? Homework Equations We know that A=B, so: 2AB+2ABCos\theta=75(2AB-2ABCos\theta) Given that A=B...- Ordain
- Thread
- Angle Angle between vectors Ratio Vectors
- Replies: 3
- Forum: Introductory Physics Homework Help