
What is a function? (video) | Functions | Khan Academy
Functions assign a single output for each of their inputs. In this video, we see examples of various kinds of functions.
Khan Academy | Khan Academy
Oops. Something went wrong. Please try again. Uh oh, it looks like we ran into an error. You need to refresh. If this problem persists, tell us.
Khan Academy | Khan Academy
Explore algebraic functions with interactive lessons and exercises on Khan Academy, enhancing your understanding of mathematical concepts and problem-solving skills.
Functions | Algebra (all content) | Math | Khan Academy
Inputs and outputs of a function Learn Worked example: matching an input to a function's output (equation) Worked example: matching an input to a function's output (graph)
How to find the domain of a function (video) | Khan Academy
The domain of a function is the set of all possible inputs for the function. For example, the domain of f (x)=x² is all real numbers, and the domain of g (x)=1/x is all real numbers except for x=0.
Worked example: Evaluating functions from equation - Khan …
When you write f(x), it tells us that there's a function called f whose output value comes from input called x. Functions are evaluated at certain input values by replacing it with a number; for …
Recursion (article) | Recursive algorithms | Khan Academy
In this module, we'll see how to use recursion to compute the factorial function, to determine whether a word is a palindrome, to compute powers of a number, to draw a type of fractal, and …
¿Qué es una función? (video) | Funciones | Khan Academy
me parece programacion f (x) { x+5,si x es mayor que 5 x-5,si x es menor que 5 } f (2)=7 var f =function(x){ if(x>5){ return x-5; } if (x<5){ return x+5; } }; text (10,10,f (2)); 7 Respuesta • 2 …
How to find the range of a function (video) | Khan Academy
The range of a function is the set of all possible outputs the function can produce. Some functions (like linear functions) can have a range of all real numbers, but lots of functions have a more …
Limits intro (article) | Khan Academy
Limits describe how a function behaves near a point, instead of at that point. This simple yet powerful idea is the basis of all of calculus.