Recent content by sara_87

  1. S

    What Is the Limit of (-1)^n/n as n Approaches Infinity?

    Homework Statement Find the limit as n tends to \infty of: \frac{(-1)^n}{n} Homework Equations The Attempt at a Solution I know that (-1)^n alternates between 1 and -1. I also know that the limit of 1/n is 0. But I don't know how to compute the above limit. Any ideas will...
  2. S

    Single and double precision matlab

    oh right i see. thank you.
  3. S

    Single and double precision matlab

    Homework Statement MATLAB uses double precision as default. How can I change this to single? so that all computations will be made using single precision. Homework Equations The Attempt at a Solution I went to: file preferences virtual reality precision: floating point...
  4. S

    Can MATLAB use higher precision for computations?

    thank you very much for these ideas. well, I don't want to use another language, I would like to stick with MATLAB. the symbolic toolbox can use higher precision using vpa for example: vpa(pi,40) will use 40 significant figures, however, the problem is: the outcome will be a symbol and i want...
  5. S

    Can MATLAB use higher precision for computations?

    oh right i see. With what precision is pi calculated? double precision? also, with other functions such a sine, cosine, log, are they also calculated with double precision? thank you
  6. S

    Can MATLAB use higher precision for computations?

    Homework Statement The precision in MATLAB is approximately 2*10^(-16), is there a way that my computations can be calculated using a smaller precision? Homework Equations The Attempt at a Solution if i want to calculate the sum of pi^2*j where j=1:20 but i want it to be...
  7. S

    Predator-Prey Equations: Modification of Lotka-Volterra

    I found this post useful. Just one question: this is a 2-d problem where the eigen-values of the jacobian were used to determine the type of linear stability of the steady states. Can such a technique be used for a 3-dimensional system? If so, do we require ALL 3 eigenvalues to be of the same...
  8. S

    Integration by parts involving an unknown function

    Homework Statement I have attached a picture including 2 equations: (2.13) and (2.14) I don't understand how they got from (2.13) to (2.14) using integration by parts Homework Equations The Attempt at a Solution For the integral: \int_{\tau_0}^t\sigma(\tau)d\tau=...
  9. S

    LaTeX Drawing an Arrow between Two Graphs in LaTeX | Tikz Package Solution

    Homework Statement I have 2 graphs in latex, side by side, that were attached using: \includegraphics I want to draw an arrow going from the middle of the first graph to the middle of the second graph. Homework Equations The Attempt at a Solution I tried using the tikz package...
  10. S

    Existence of a root between 2 given points

    Thank you all for these ideas. I find what HmBe said very interesting: ''Well I suppose you could cheat a little, showing that f'(0)=0 and that f(0)=0 (which you've already done) shows there is a repeated root at x=0, then you don't have to solve anything. and because the root is...
  11. S

    Existence of a root between 2 given points

    But, we have to assume that we don't know that x=1 is a root of the function.
  12. S

    Existence of a root between 2 given points

    Thank you. but the derivative at 0 is =0. how would absolute monoticity help?
  13. S

    Existence of a root between 2 given points

    Oh right, i see. If we assume we have a different function that IS continuous in (0,2) and that the IVT does apply, then we can use that f(0)=0 and f'(0)=0 But, what do you mean by: ''because the root is quartic can only have one more root''?
  14. S

    Existence of a root between 2 given points

    Yes, I think that's what we are supposed to do. but, how does showing that f'(0)=0 and that f(0)=0 show that there is a repeated root at x=0?
  15. S

    Existence of a root between 2 given points

    Yes, the function is even since f(-x)=f(x) (since x appears only as x^2). But, I don't understand the next part: The derivative is f'(x)= -4 x \left(1-x^2\right)-\frac{-x \left(1-x^2\right)-2 x \left(1-\frac{x^2}{2}\right)}{2 \sqrt{\left(1-x^2\right) \left(1-\frac{x^2}{2}\right)}}...
Back
Top