Types of function

Types of Function.
AS WE ALREADY DISCUSSED ABOUT FUNCTION

Here I'm going to explain some special functions, there are many types of recall the concept of function in simple words: taking input doing processing and give a unique output. The main thing to be noted that is input, output, and relationship input and output.

Example

1; f(x) = x^2 +3x - 1where f(x) is output, x is input and the algebraical expressions
relationship between them
2; f(x) = sin(x)3; f(x) = e^x4; f(X) = log(x)
  1. Algebraic functions
  2. Trigonometric functions
  3. Invers trigonometric functions
  4. Exponential functions
  5. logarithmic functions
  6. hyperbolic functions
  7. Invers hyperbolic functions

Algebraic function

  • polynomials functions
  • linear function
  • quadric function

Trigonometric functions

  • sin(x) cos(x)
  • tan(x) csc(x)
  • sec(x) cot(x)

Exponential functions

  • a^x
  • e^x
  • y^2

Logarithmic functions

  • log(x)
  • ln(x)

Hyperbolic function

  • sinh(x)
  • cosh(x)


 


 

Comments

Popular posts from this blog

Mathematics for Computer Vision (Book)

Highlight of calculous