Showing posts with label Functions. Show all posts
Showing posts with label Functions. Show all posts

Sunday, 14 March 2010

Software Engineering – The Functional Model

In this post we talk all about Functional Modelling. This post is a semi-continuation from the previous one on Class Modelling.

Thursday, 10 September 2009

Maths - Functions (Part 2)

Composition of Functions


Say we have 2 functions:

  • f: R ------> S1

  • g: S2 -----> T


Maths - Functions (part 1)

In Discrete Maths, 'Functions' have 3 features:

  1. Source (S) , or more commonly known as the Domain
  2. Target (T), or more commonly known as the CoDomain
  3. Behaviour, which is what the function does as it transforms the source (input) into the target (output)