| It is the positive root given the definition in that it is one of the two roots of the defining quadratic. |
| seasoned latino |
| But all ethnicity to a side |
| I would argue the root does depend on something else but not a function. Mathematically the root is built in to the originating quadratic and is only 'revealed' by the square root function, along with its partner. Ergo, the root is not 'ipso facto' a function |
| I did right at the start along with a few other posts IIRC from other ppl. |
| I am just saying if a complete outsider who had never seen our alphabet, saw the symbol and no help 'squiggle' might be the response |
| number theory says exactly what an irrational number is |
| Therefore it is a function. |
| Why would you even bring it up, you Aussie prick? |
| Very good. |
| That has nothing to do with whether the principal square root, which gives the positive root for any polynomial of the form x^2-k, is a function. |
| And if I put my computer displaying this thread next to a tree, it will continue to photosynthesize. |
| Your point? |
| I once read a small pamphlet titled "Applied Knot Theory in the Context of Spacecraft Design" |
| I do and I am supported by the various reputable definitions. |
| Saying it isn't so doesn't change the fact that the solution to a quadratic is not a function in the type of quadratic we are talking about unless we need to scrape the bottom of the barrel with what a function at a point is. |
| What, you've lost the plot and forgotten already? |
| You haven't provided a single source |
| Therefore f is the principal square root function, that is, the function that gives the principal square root of a number |
| There is no plot. |
| You're just stringing together nonsense in the hopes that a cogent argument will form by accident. |
| I might have got lost in the masses of nit picking and semantic arguments going on here. |
| each input is related to exactly one output |
| The source has been mentioned twice by me, namely Wolfram. |
| The unique nonnegative square root of a nonnegative real number. For example, the principal square root of 9 is 3, although both -3 and 3 are square roots of 9. |
| No that is no proof. |
| It is an assertion by you but fails a simple test. |
| All you have done is sidestepped the point of concern we have been discussing by introducing a new function which is in fact the same as the square root function which, as we all know, is different to one of the numbers it produces namely a PSR. |
| gentleguy was on to something earlier in suggest change to the function wouldn't be a waste. And it is not as though it would be hard to implement. |
| The "of" makes it a function. |
| You can't prove a definition. |
| What simple test is that? |
| At all points in its domain it is exactly equal to the principal square root of its input, and to nothing else. |
| Therefore sqrt can only return one value for each input (it returns to principal square root of that input), and any other 'square root' n of x is something that satisfies n^2 = x, not something that satisfies sqrt(x) = n. |
| Hence sqrt should only return 1 value in C++ and if you want other solutions to n^2 = x, negating it is not difficult, and is also not the purpose of a sqrt function. |
| htirwin wrote: |
|---|
| A function can returns pairs, sets or sequences or bags of trash, or anything else, so long as it always returns the same one given the same input. |
| kemort wrote: |
|---|
| xkcd is always a good place to be. ;) |
| Your definition of a function, like kemort's is not the mathematical definition (despite kemort's specious claim to the contrary.) |
| A function is a relation that uniquely associates members of one set with members of another set. |
| but f(x) : R -> R, x -> x^2 isn't invertible, |
| there is nothing wrong with, define sqroots : R -> R X R, as sqroots( x ) = ( -sqrt(x), +sqrt(x) ) |
| htirwin wrote: |
|---|
| but f(x) : R -> R, x -> x^2 isn't invertible, Again, there is nothing wrong with, define sqroots : R -> R X R, as sqroots( x ) = ( -sqrt(x), +sqrt(x) ) |