Recent content by Ordain

  1. 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.
  2. 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...
  3. O

    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...
  4. 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.
  5. 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...
Back
Top