When.com Web Search

Search results

  1. Results From The WOW.Com Content Network
  2. How do you enter the command for a cube root? - MathWorks

    www.mathworks.com/.../answers/302317-how-do-you-enter-the-command-for-a-cube-root

    Copy. x^ (1/3) Or, Theme. Copy. nthroot (x,3) Be very careful though. If x is negative, it will return a complex number, because there are indeed THREE cube roots of a negative number. Two of them are complex. nthroot will give you the root you would expect however.

  3. nthroot - Real nth root of real numbers - MATLAB - MathWorks

    www.mathworks.com/help/matlab/ref/double.nthroot.html

    Real Roots of Vector. Create a row vector of bases, X, and a column vector of roots to calculate, N. X = [4 -3 -5]; N = [1; -1; 3]; Calculate the real nth roots of the elements in X. The result is a matrix containing all combinations of bases and roots. For example, Y(3,1) is the 3rd root of 4. Y = nthroot(X,N)

  4. Prove continuity for cubic root using epsilon-delta

    math.stackexchange.com/questions/687414/prove-continuity-for-cubic-root-using...

    Square root function uniformly continuous on $[0, \infty)$ (S.A. pp 119 4.4.8) 3 How do I prove, using the definition, that the nth root is a continuous function?

  5. Why the domain of the cube root function are all the real numbers...

    math.stackexchange.com/questions/3518762/why-the-domain-of-the-cube-root...

    since it can also be written as x^ (1/3) and therefore 1/ (x^3) and this would not make sense for x=0 because of the division with 0. So why is 0 in the domain? because in most of all cases x1/3 ≠ 1 x3 x 1 / 3 ≠ 1 x 3. And because obviously 03 = 0 0 3 = 0 (similary, 0 0 is also in the domain of the square root function)

  6. calculus - Cube Root function not differentiable - Mathematics...

    math.stackexchange.com/questions/1167558/cube-root-function-not-differentiable

    Cube Root function not differentiable. Ask Question Asked 9 years, 8 months ago. Modified 3 years, 2 ...

  7. Does cube root have domain - Mathematics Stack Exchange

    math.stackexchange.com/questions/1892876/does-cube-root-have-domain-infty...

    You clearly have a problem with the denominator when x = 0 x = 0. Apart from that, it is a matter of the domains of the functions y√3 y 3 and y√5 y 5 which depend on their particular definition (e.g. in the book or from your teacher). It depends on the definition of the root. Because for any number x x (except 0 0), there are 3 3 cube root ...

  8. Extending the cube root function to - Mathematics Stack Exchange

    math.stackexchange.com/questions/71775/extending-the-cube-root-function-to-mathbbc

    The complex cube root (call it u(z) u (z)) is triple-valued with branch points at 0 0 and ∞ ∞, so any continuous single-valued branch requires us to exclude some curve connecting 0 0 and ∞ ∞ from the domain. The origin-centered circle CR C R of radius R R is thus mapped by u u (minus a point excluded from the domain) to an arc ...

  9. Determine whether or not the cube root of x is Lipschitz.

    math.stackexchange.com/questions/136042

    Thus, we're led to consider difference quotients based at the origin: f(x) − f(0) x − 0 = x1/3 x = 1 x2/3. Since these difference quotients are not bounded on any interval containing x = 0, for example the interval [0, 1], the function f(x) is not Lipschitz continuous on any interval containing the origin. More generally, f(x) is not ...

  10. Why is the cube-root of - Mathematics Stack Exchange

    math.stackexchange.com/questions/911221

    A function f f is odd if for all x x in the domain of the function, we have f(−x) = −f(x) f (− x) = − f (x). In the context of your problem, note that −x−−−√3 = (−1)x− −−−−√3 = −1−−−√3 x−−√3 = − x−−√3 − x 3 = (− 1) x 3 = − 1 3 x 3 = − x 3. Share. Cite. answered Aug 27, 2014 at 18: ...

  11. How to tell Matlab to give real cube roots instead of ... -...

    www.mathworks.com/matlabcentral/answers/68643

    exp(1.0472i) = 0.5 + 0.866i % A complex cube root of -1, along with its conjugate Since the log of a negative number (namely -1 in this case) is going to be complex, this is what (almost certainly) makes the output of the operation also complex and why there won't be a setting to change it to default to real.