Recent content by muzak

  1. M

    Contour Integral of |z| = 2 using Cauchy's Formula

    Homework Statement |z| = 2, \oint\frac{1}{z^3} Homework Equations Cauchy's Integral Formula http://en.wikipedia.org/wiki/Cauchy%27s_integral_formula The Attempt at a Solution Seems like a simple application of the general formula on the wiki page with n = 2, a = 0, and f(z) = 1...
  2. M

    Proof of Inequality Between Lower and Upper Bounds

    Alright, thanks. Messed up the title of this thread but think I corrected it. Guess I can't fix the thread title, ah well. Criterion of Abel looks promising maybe: The criterion of Abel Let ∑+∞n=0an be a (real or complex) convergent series . Let (vn)n be a bounded sequence of real numbers...
  3. M

    Proof of Inequality Between Lower and Upper Bounds

    Invented. Just curious if there exists any such condition to give convergence. I don't know anything about techniques to deal with divergent series, so I'd be satisfied with any specific reference material in lieu of some answer.
  4. M

    Proof of Inequality Between Lower and Upper Bounds

    Convergence of Divergent Series Whose Sequence Has a Limit Homework Statement Suppose ∑a_{n} is a series with lim a_{n} = L ≠ 0. Obviously this diverges since L ≠ 0. Suppose we make the new series, ∑(a_{n} - L). My question is this: is there some sufficient condition we could put solely...
  5. M

    Other Should I Become a Mathematician?

    Hello, I will be applying to graduate school soon and have no real idea of where to apply. I was wondering if any of you know of any schools geared towards the pure end of mathematics, primarily real analysis and functional analysis and/or variations of the two, etc. I've looked into a few...
  6. M

    What are the costs of searching vs computation in sparse matrix problems?

    This is likely going to be a stupid question given that I am not in com sci, have very little com sci knowledge with regards to information storage/algorithms. I was wondering, if this question has any meaning, what are the costs of scanning for something vs carrying out some integer...
  7. M

    Null Space of a Matrix and Its Iterates

    This might seem like a stupid question but would the null space of a matrix and its, say Gaussian elimination transforms, have the same null space. I guess, I am asking if this is valid: Let x be in N(A). Let A_{m} be some iteration of A through elimination matrices, i.e. A_{m} =...
  8. M

    Solve Matrix Inequality Ax ≤ b, nxn A with Solution Exists

    Homework Statement Ax ≤ b, assuming A is nxn and solution exists Homework Equations The Attempt at a Solution I don't know of any concrete methods offhand. A grad student suggested rearranging it to: Ax - b ≤ 0, zero vector Then I don't know where to go from here. I was...
  9. M

    Finding convergence of a recursive sequence

    Homework Statement x_{n+1} = (x_{n} + 2)/(x_{n}+3), x_{0}= 3/4Homework Equations The Attempt at a Solution I've worked out a few of the numbers and got 3/4, 11/15, 41/56, 153/209, ... It seems to be monotone and bounded below indicating it does converge I think. I need help figuring out what...
  10. M

    Proving Path Connectivity of Set S with Rational Line Segments

    Homework Statement I am given a set S consisting of the union of line segments from the point (0,1) to points (x,0) x-values are rationals from [0,1]. I want to show that this is path connected. Homework Equations Finding a continuous function f:[0,1] -> S such that f(0) = a and f(1) =...
  11. M

    Self-Study Math Books for Calculus, Linear Algebra, and Differential Equations

    On a related question, are there books on optimization that you guys could recommend, specifically something related to linear algebra and more on the problem solving side? I've taken the advanced linear algebra courses where we covered most of the topics in the Friedberg book. Perhaps...
  12. M

    Explanation of a phil. of sci. prompt & suggestions for phil. of math books

    Exactly what the title says. The prompt is this: Chose an actual example of scientific explanation, and use it to evaluate Hempel's and Ruben's accounts of explanation. I am not understanding the second part, how I am supposed to use an example to evaluate Hempel's and Ruben's accounts of...
  13. M

    Competition problems: 1. sequences/convergence 2. matrices

    Homework Statement I don't remember the exact problems but I'll try to recall it as best as I can. Given two positive real sequences a_{n}, b_{n}, with a_{1} = b_{1} = 1, and b_{n} = b_{n-1}a_{n} - 2. Show that \sum^{\infty}_{n=2} \frac{1}{a_{1}a_{2}\ldotsa_{n}} converges and find what it...
  14. M

    Vieta's Relations: Proving \sumg(x_{k}) = 6

    Homework Statement Consider the polynomials: f(x) = x^{6} + x^{3} +1 and g(x) = x^{2} + x + 1 Denote the roots of f(x) = 0 by x_{1}, ... , x_{6}. Show that \sumg(x_{k}) = 6 , 1\leqk\leq6Homework Equations Vieta relations. The Attempt at a Solution Please correct any initial...
  15. M

    File input and output, sorting issues

    Homework Statement I think it runs up to the couts I have in my input function but then it just crashes. I'm running it on DevC++. The code is in [b]3 along with the assignment link. It's assignment 11 that I'm working on and the text file is next to the link for the assignment. I would...
Back
Top