Understanding the meaning of a function [duplicate] The Next CEO of Stack OverflowWhat is a function?Can I do this kind of process with a pure math function?Expression as argument in function definitionwhy does function relates input to only one output?Trouble understanding One-One and Onto function.Theoretical function questionWhat is the definition of a function?What's the name for a function where each output has one input but there could be invalid inputs?Understanding function representationName of the number of many-to-one outputs of a non-injective functionwhat considers a valid function

Find a path from s to t using as few red nodes as possible

pgfplots: How to draw a tangent graph below two others?

Salesforce opportunity stages

Simplify trigonometric expression using trigonometric identities

Can this transistor (2n2222) take 6V on emitter-base? Am I reading datasheet incorrectly?

How does a dynamic QR code work?

Can I cast Thunderwave and be at the center of its bottom face, but not be affected by it?

Create custom note boxes

Why can't we say "I have been having a dog"?

Car headlights in a world without electricity

Would a grinding machine be a simple and workable propulsion system for an interplanetary spacecraft?

Does int main() need a declaration on C++?

Is it okay to majorly distort historical facts while writing a fiction story?

Are British MPs missing the point, with these 'Indicative Votes'?

Incomplete cube

Can Sri Krishna be called 'a person'?

Why does freezing point matter when picking cooler ice packs?

What difference does it make matching a word with/without a trailing whitespace?

How should I connect my cat5 cable to connectors having an orange-green line?

Could a dragon use its wings to swim?

What happens if you break a law in another country outside of that country?

Mathematica command that allows it to read my intentions

How can I prove that a state of equilibrium is unstable?

How to show a landlord what we have in savings?



Understanding the meaning of a function [duplicate]



The Next CEO of Stack OverflowWhat is a function?Can I do this kind of process with a pure math function?Expression as argument in function definitionwhy does function relates input to only one output?Trouble understanding One-One and Onto function.Theoretical function questionWhat is the definition of a function?What's the name for a function where each output has one input but there could be invalid inputs?Understanding function representationName of the number of many-to-one outputs of a non-injective functionwhat considers a valid function










0












$begingroup$



This question already has an answer here:



  • What is a function?

    10 answers



I am confused as to what really a function is ?



  1. Is a function the steps by which we get the output from an input ?

  2. Or is it the name of the process by which we get the output from an input ?









share|cite|improve this question









$endgroup$



marked as duplicate by Eevee Trainer, drhab, Carl Christian, Michael Hoppe, Parcly Taxel Mar 21 at 0:57


This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.

















  • $begingroup$
    I'm pretty sure that this exact question has been already asked here ...
    $endgroup$
    – Matti P.
    Mar 20 at 9:16















0












$begingroup$



This question already has an answer here:



  • What is a function?

    10 answers



I am confused as to what really a function is ?



  1. Is a function the steps by which we get the output from an input ?

  2. Or is it the name of the process by which we get the output from an input ?









share|cite|improve this question









$endgroup$



marked as duplicate by Eevee Trainer, drhab, Carl Christian, Michael Hoppe, Parcly Taxel Mar 21 at 0:57


This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.

















  • $begingroup$
    I'm pretty sure that this exact question has been already asked here ...
    $endgroup$
    – Matti P.
    Mar 20 at 9:16













0












0








0





$begingroup$



This question already has an answer here:



  • What is a function?

    10 answers



I am confused as to what really a function is ?



  1. Is a function the steps by which we get the output from an input ?

  2. Or is it the name of the process by which we get the output from an input ?









share|cite|improve this question









$endgroup$





This question already has an answer here:



  • What is a function?

    10 answers



I am confused as to what really a function is ?



  1. Is a function the steps by which we get the output from an input ?

  2. Or is it the name of the process by which we get the output from an input ?




This question already has an answer here:



  • What is a function?

    10 answers







functions






share|cite|improve this question













share|cite|improve this question











share|cite|improve this question




share|cite|improve this question










asked Mar 20 at 9:06









Ashok SharmaAshok Sharma

111




111




marked as duplicate by Eevee Trainer, drhab, Carl Christian, Michael Hoppe, Parcly Taxel Mar 21 at 0:57


This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.









marked as duplicate by Eevee Trainer, drhab, Carl Christian, Michael Hoppe, Parcly Taxel Mar 21 at 0:57


This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.













  • $begingroup$
    I'm pretty sure that this exact question has been already asked here ...
    $endgroup$
    – Matti P.
    Mar 20 at 9:16
















  • $begingroup$
    I'm pretty sure that this exact question has been already asked here ...
    $endgroup$
    – Matti P.
    Mar 20 at 9:16















$begingroup$
I'm pretty sure that this exact question has been already asked here ...
$endgroup$
– Matti P.
Mar 20 at 9:16




$begingroup$
I'm pretty sure that this exact question has been already asked here ...
$endgroup$
– Matti P.
Mar 20 at 9:16










2 Answers
2






active

oldest

votes


















0












$begingroup$

Simply put, a function is basically the description or the rule of the dependence of the output on the input. It may also be seen as a mapping of the set $X$ - the domain to the set $Y$- the codomain. Notation-aly $f: Xmapsto Y$.



Take the example of $f(x)=x^2$. Let $X$ be the set of Real Numbers denoted $mathbbR$. Clearly you can observe from the graph of $y=x^2$ that $f$ maps the input that is the real line to the positive real plane including $y=0$. Again, Notation-aly $f(x)=x^2 mid f:mathbbRmapsto mathbbR^+cup 0$.



I would suggest you consult Wikipedia's page on Functions for deeper detail.






share|cite|improve this answer











$endgroup$












  • $begingroup$
    You didn't make precise what you mean with "the description or the rule". Note that two functions can be equal, but have different "descriptions". Furthermore, not every function needs to have a "concrete" rule. Just imagine the choice-function provided by the axiom of choice. Typically, there is no "description or rule" for the function.
    $endgroup$
    – Babelfish
    Mar 20 at 10:20


















-1












$begingroup$

Consider the function $xmapsto x^2$. That describes the steps from input to output. Now you may refer to that function by a name, say $f$, so you write $fcolon xmapsto x^2$






share|cite|improve this answer









$endgroup$












  • $begingroup$
    Why the downvote? Did I misunderstand the question?
    $endgroup$
    – Michael Hoppe
    Mar 20 at 12:56










  • $begingroup$
    I downvoted your reply for two reasons. Firstly, because it did not address the real question, i.e., what is a function. Secondly, because your decision not to involve the domain and the codomain in the discussion, will in my opinion, push the OP in the wrong direction. I think that very basic questions should be answered at length.
    $endgroup$
    – Carl Christian
    Mar 20 at 21:24

















2 Answers
2






active

oldest

votes








2 Answers
2






active

oldest

votes









active

oldest

votes






active

oldest

votes









0












$begingroup$

Simply put, a function is basically the description or the rule of the dependence of the output on the input. It may also be seen as a mapping of the set $X$ - the domain to the set $Y$- the codomain. Notation-aly $f: Xmapsto Y$.



Take the example of $f(x)=x^2$. Let $X$ be the set of Real Numbers denoted $mathbbR$. Clearly you can observe from the graph of $y=x^2$ that $f$ maps the input that is the real line to the positive real plane including $y=0$. Again, Notation-aly $f(x)=x^2 mid f:mathbbRmapsto mathbbR^+cup 0$.



I would suggest you consult Wikipedia's page on Functions for deeper detail.






share|cite|improve this answer











$endgroup$












  • $begingroup$
    You didn't make precise what you mean with "the description or the rule". Note that two functions can be equal, but have different "descriptions". Furthermore, not every function needs to have a "concrete" rule. Just imagine the choice-function provided by the axiom of choice. Typically, there is no "description or rule" for the function.
    $endgroup$
    – Babelfish
    Mar 20 at 10:20















0












$begingroup$

Simply put, a function is basically the description or the rule of the dependence of the output on the input. It may also be seen as a mapping of the set $X$ - the domain to the set $Y$- the codomain. Notation-aly $f: Xmapsto Y$.



Take the example of $f(x)=x^2$. Let $X$ be the set of Real Numbers denoted $mathbbR$. Clearly you can observe from the graph of $y=x^2$ that $f$ maps the input that is the real line to the positive real plane including $y=0$. Again, Notation-aly $f(x)=x^2 mid f:mathbbRmapsto mathbbR^+cup 0$.



I would suggest you consult Wikipedia's page on Functions for deeper detail.






share|cite|improve this answer











$endgroup$












  • $begingroup$
    You didn't make precise what you mean with "the description or the rule". Note that two functions can be equal, but have different "descriptions". Furthermore, not every function needs to have a "concrete" rule. Just imagine the choice-function provided by the axiom of choice. Typically, there is no "description or rule" for the function.
    $endgroup$
    – Babelfish
    Mar 20 at 10:20













0












0








0





$begingroup$

Simply put, a function is basically the description or the rule of the dependence of the output on the input. It may also be seen as a mapping of the set $X$ - the domain to the set $Y$- the codomain. Notation-aly $f: Xmapsto Y$.



Take the example of $f(x)=x^2$. Let $X$ be the set of Real Numbers denoted $mathbbR$. Clearly you can observe from the graph of $y=x^2$ that $f$ maps the input that is the real line to the positive real plane including $y=0$. Again, Notation-aly $f(x)=x^2 mid f:mathbbRmapsto mathbbR^+cup 0$.



I would suggest you consult Wikipedia's page on Functions for deeper detail.






share|cite|improve this answer











$endgroup$



Simply put, a function is basically the description or the rule of the dependence of the output on the input. It may also be seen as a mapping of the set $X$ - the domain to the set $Y$- the codomain. Notation-aly $f: Xmapsto Y$.



Take the example of $f(x)=x^2$. Let $X$ be the set of Real Numbers denoted $mathbbR$. Clearly you can observe from the graph of $y=x^2$ that $f$ maps the input that is the real line to the positive real plane including $y=0$. Again, Notation-aly $f(x)=x^2 mid f:mathbbRmapsto mathbbR^+cup 0$.



I would suggest you consult Wikipedia's page on Functions for deeper detail.







share|cite|improve this answer














share|cite|improve this answer



share|cite|improve this answer








edited Mar 20 at 9:21

























answered Mar 20 at 9:16









Paras KhoslaParas Khosla

2,758423




2,758423











  • $begingroup$
    You didn't make precise what you mean with "the description or the rule". Note that two functions can be equal, but have different "descriptions". Furthermore, not every function needs to have a "concrete" rule. Just imagine the choice-function provided by the axiom of choice. Typically, there is no "description or rule" for the function.
    $endgroup$
    – Babelfish
    Mar 20 at 10:20
















  • $begingroup$
    You didn't make precise what you mean with "the description or the rule". Note that two functions can be equal, but have different "descriptions". Furthermore, not every function needs to have a "concrete" rule. Just imagine the choice-function provided by the axiom of choice. Typically, there is no "description or rule" for the function.
    $endgroup$
    – Babelfish
    Mar 20 at 10:20















$begingroup$
You didn't make precise what you mean with "the description or the rule". Note that two functions can be equal, but have different "descriptions". Furthermore, not every function needs to have a "concrete" rule. Just imagine the choice-function provided by the axiom of choice. Typically, there is no "description or rule" for the function.
$endgroup$
– Babelfish
Mar 20 at 10:20




$begingroup$
You didn't make precise what you mean with "the description or the rule". Note that two functions can be equal, but have different "descriptions". Furthermore, not every function needs to have a "concrete" rule. Just imagine the choice-function provided by the axiom of choice. Typically, there is no "description or rule" for the function.
$endgroup$
– Babelfish
Mar 20 at 10:20











-1












$begingroup$

Consider the function $xmapsto x^2$. That describes the steps from input to output. Now you may refer to that function by a name, say $f$, so you write $fcolon xmapsto x^2$






share|cite|improve this answer









$endgroup$












  • $begingroup$
    Why the downvote? Did I misunderstand the question?
    $endgroup$
    – Michael Hoppe
    Mar 20 at 12:56










  • $begingroup$
    I downvoted your reply for two reasons. Firstly, because it did not address the real question, i.e., what is a function. Secondly, because your decision not to involve the domain and the codomain in the discussion, will in my opinion, push the OP in the wrong direction. I think that very basic questions should be answered at length.
    $endgroup$
    – Carl Christian
    Mar 20 at 21:24















-1












$begingroup$

Consider the function $xmapsto x^2$. That describes the steps from input to output. Now you may refer to that function by a name, say $f$, so you write $fcolon xmapsto x^2$






share|cite|improve this answer









$endgroup$












  • $begingroup$
    Why the downvote? Did I misunderstand the question?
    $endgroup$
    – Michael Hoppe
    Mar 20 at 12:56










  • $begingroup$
    I downvoted your reply for two reasons. Firstly, because it did not address the real question, i.e., what is a function. Secondly, because your decision not to involve the domain and the codomain in the discussion, will in my opinion, push the OP in the wrong direction. I think that very basic questions should be answered at length.
    $endgroup$
    – Carl Christian
    Mar 20 at 21:24













-1












-1








-1





$begingroup$

Consider the function $xmapsto x^2$. That describes the steps from input to output. Now you may refer to that function by a name, say $f$, so you write $fcolon xmapsto x^2$






share|cite|improve this answer









$endgroup$



Consider the function $xmapsto x^2$. That describes the steps from input to output. Now you may refer to that function by a name, say $f$, so you write $fcolon xmapsto x^2$







share|cite|improve this answer












share|cite|improve this answer



share|cite|improve this answer










answered Mar 20 at 9:11









Michael HoppeMichael Hoppe

11.2k31837




11.2k31837











  • $begingroup$
    Why the downvote? Did I misunderstand the question?
    $endgroup$
    – Michael Hoppe
    Mar 20 at 12:56










  • $begingroup$
    I downvoted your reply for two reasons. Firstly, because it did not address the real question, i.e., what is a function. Secondly, because your decision not to involve the domain and the codomain in the discussion, will in my opinion, push the OP in the wrong direction. I think that very basic questions should be answered at length.
    $endgroup$
    – Carl Christian
    Mar 20 at 21:24
















  • $begingroup$
    Why the downvote? Did I misunderstand the question?
    $endgroup$
    – Michael Hoppe
    Mar 20 at 12:56










  • $begingroup$
    I downvoted your reply for two reasons. Firstly, because it did not address the real question, i.e., what is a function. Secondly, because your decision not to involve the domain and the codomain in the discussion, will in my opinion, push the OP in the wrong direction. I think that very basic questions should be answered at length.
    $endgroup$
    – Carl Christian
    Mar 20 at 21:24















$begingroup$
Why the downvote? Did I misunderstand the question?
$endgroup$
– Michael Hoppe
Mar 20 at 12:56




$begingroup$
Why the downvote? Did I misunderstand the question?
$endgroup$
– Michael Hoppe
Mar 20 at 12:56












$begingroup$
I downvoted your reply for two reasons. Firstly, because it did not address the real question, i.e., what is a function. Secondly, because your decision not to involve the domain and the codomain in the discussion, will in my opinion, push the OP in the wrong direction. I think that very basic questions should be answered at length.
$endgroup$
– Carl Christian
Mar 20 at 21:24




$begingroup$
I downvoted your reply for two reasons. Firstly, because it did not address the real question, i.e., what is a function. Secondly, because your decision not to involve the domain and the codomain in the discussion, will in my opinion, push the OP in the wrong direction. I think that very basic questions should be answered at length.
$endgroup$
– Carl Christian
Mar 20 at 21:24



Popular posts from this blog

How should I support this large drywall patch? Planned maintenance scheduled April 23, 2019 at 00:00UTC (8:00pm US/Eastern) Announcing the arrival of Valued Associate #679: Cesar Manara Unicorn Meta Zoo #1: Why another podcast?How do I cover large gaps in drywall?How do I keep drywall around a patch from crumbling?Can I glue a second layer of drywall?How to patch long strip on drywall?Large drywall patch: how to avoid bulging seams?Drywall Mesh Patch vs. Bulge? To remove or not to remove?How to fix this drywall job?Prep drywall before backsplashWhat's the best way to fix this horrible drywall patch job?Drywall patching using 3M Patch Plus Primer

random experiment with two different functions on unit interval Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 23, 2019 at 00:00UTC (8:00pm US/Eastern)Random variable and probability space notionsRandom Walk with EdgesFinding functions where the increase over a random interval is Poisson distributedNumber of days until dayCan an observed event in fact be of zero probability?Unit random processmodels of coins and uniform distributionHow to get the number of successes given $n$ trials , probability $P$ and a random variable $X$Absorbing Markov chain in a computer. Is “almost every” turned into always convergence in computer executions?Stopped random walk is not uniformly integrable

Lowndes Grove History Architecture References Navigation menu32°48′6″N 79°57′58″W / 32.80167°N 79.96611°W / 32.80167; -79.9661132°48′6″N 79°57′58″W / 32.80167°N 79.96611°W / 32.80167; -79.9661178002500"National Register Information System"Historic houses of South Carolina"Lowndes Grove""+32° 48' 6.00", −79° 57' 58.00""Lowndes Grove, Charleston County (260 St. Margaret St., Charleston)""Lowndes Grove"The Charleston ExpositionIt Happened in South Carolina"Lowndes Grove (House), Saint Margaret Street & Sixth Avenue, Charleston, Charleston County, SC(Photographs)"Plantations of the Carolina Low Countrye