Home> Common Problem> body text

What is an abstract function

若昕
Release: 2019-04-24 11:43:46
Original
20935 people have browsed it

What is an abstract function

We call functions that do not give specific analytical formulas abstract functions. To put it simply, an abstract function is composed of only f(x) and has no function expression. For example, f(x·y)=f(x) f(y), to find f(1)=? For general abstract functions, you can Let x=y=1, or -1 or 0, and you can get what you want. Of course, this also depends on what the specific question requires. You can also let x=1, y=0. Wait, there are many, usually The numbers are generally 1, -1, and 0. Here f(x·y)=f(x)f(y), to find f(1)=? is an abstract function, just let x=y =1, we have f(1)=f(1) f(1), we get f(1)=0 Finally, if you have a very good understanding of the functions you learned in high school, you will know that in fact, these abstract functions It is the property of the function you have learned. Just like the example just mentioned, if you can see at a glance that the function f(x) is a logarithmic function...and so on

The above is the detailed content of What is an abstract function. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Latest Articles by Author
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!