Recent content by TheGinkgoNut

  1. T

    Efficient Methods for Computing Determinants of Large Matrices

    well according to MATLAB's online documentation, determinants are normally computed using an LU decomposition (similar to matt's approach). If greater accuracy is required (such as when dealing with ill-conditioned matrices), the singular value decomposition is used. More details: MATLAB's...
  2. T

    Is There a Shorter Proof for 0.999... = 1?

    i've opened a pandora's box haven't i...
  3. T

    Is There a Shorter Proof for 0.999... = 1?

    how about just this simple one with arguably less demands on the idea of "infinity": \begin{align*} x &=& 0.999\overline{9} \\ 10x &=& 9.999\overline{9} \\ 10x-x &=& 9 \\ 9x &=& 9 \\ x &=& 1 \\ \end{align}
Back
Top