About 50 results
Open links in new tab
  1. Find the square root of a matrix - Mathematics Stack Exchange

    The matrix is symmetric, so it is certainly diagonalizable. Trace and determinant are both positive, so both eigenvalues are positive. So if you can diagonalize, the diagonal form will have a square root, …

  2. radicals - How do I get the square root of a complex number ...

    82 The square root is not a well defined function on complex numbers. Because of the fundamental theorem of algebra, you will always have two different square roots for a given number.

  3. What is $\\sqrt{i}$? - Mathematics Stack Exchange

    The square root of i is (1 + i)/sqrt (2). [Try it out my multiplying it by itself.] It has no special notation beyond other complex numbers; in my discipline, at least, it comes up about half as often as the …

  4. Find the Square Root - Mathematics Stack Exchange

    Often you have to go through each value v v and square it (to get v2 v 2) to check if it's equivalent to n modp n mod p, where n n is the number whose square root you want to find.

  5. How to Find the Square Root of Numbers That Aren't Square Numbers

    Instead of trying to find the square root of square numbers, I try to find the square root of numbers that aren't square numbers like 12 and 35, but it seems hard to do it with pencil and paper, so I use a …

  6. Square roots calculation without the use of a calculator

    Sep 24, 2015 · The answers to the previous question Square root algorithm present a number of alternative methods and comparisons.

  7. Square root inside a square root - Mathematics Stack Exchange

    Jun 24, 2014 · Square root inside a square root Ask Question Asked 11 years, 6 months ago Modified 5 years ago

  8. Continued fraction of a square root - Mathematics Stack Exchange

    You take any number you want to find the root of, for example 1234567. You group the number in pairs of digits 1,23,45,67 and you start with the first pair of digits or single digit as in this case. The square …

  9. algorithms - Analysis of Binary Search to find square root versus ...

    2 I implemented Newton's method to find a square root. I then realized that the Babylonian method (which is just another way to look at Newton's method) looks a lot like a binary search. I then …

  10. Why is the square root of a negative number impossible?

    For instance, if I try to find the square root of negative one, I start by attempting to multiply -1*-1, but that would give a solution of one, since a negative times a negative equals a positive.