Functional

Functional programming features

Functional programming features

Functional Programming vs. Object-oriented Programming

Functional ProgrammingOOP
Its functions have no-side effectsIts methods can produce serious side effects.
Flow Control is done using function calls & function calls with recursionFlow control is done using loops and conditional statements.

  1. What is functional programming?

What is functional programming?

In computer science, functional programming is a programming paradigm where programs are constructed by applying and composing functions.

N-th Power Non-linear Transforms
Which is non-linear transforms?Can matrices represent non-linear transformations?What is non-linear transformation in image processing? Which is non...
Why we need convolution in image processing?
Why do we need convolution in image processing?What is convolution and why use it?What is convolution process in the image processing?What is the adv...
Different PI controller implementations and their respective discrete transfer functions
What is the transfer function of a PI controller?What is PI controller also explain what is the effect of PI controller on the system performance?Wha...