answersLogoWhite

0

If you have a map given as f:X -> Y and Ais a subset of X then a function is defined as the following:

f(A)={yY| yf(a) for someaA}

that is as formal of a definition you can have without loss of generality.

User Avatar

Wiki User

13y ago

What else can I help you with?

Related Questions

What is the smallest number of formal parameters that can be included in a function definition in C?

You can have a function with no parameters.


What is the smallest number of formal parameters that can be included in a function definition?

1


Methods of Expanding a Formal Definition?

explaining a methods of a formal definition?


What is the formal syntax definition of the keyword "formal syntax definition"?

The formal syntax definition of the keyword "formal syntax definition" refers to the specific rules and structure that define how the term "formal syntax definition" should be used and understood within a given context or programming language.


How many formal parameters can be included in a function definition?

Zero or more. Note: if zero, write void: int foo (void)


What is the formal definition of business?

what is a formal company


Definition of formal and informal presentation in PowerPoint?

what is formal presentation


What are the two types of definition?

the two types of definition are the formal and informal definition.


What is meant by arguments in c?

Arguments appear in functions and in function calls. Arguments passed to a function are known as actual arguments. The arguments used by the function are known as the formal arguments. In C, all arguments are passed by value, such that the formal argument is a copy of the actual argument.


What is the definition of a formal order?

formal order- to do things in an orderly fashiona writ


Example of informal definition?

Inform you nalanh mamaya!


What is an actual parameter?

A formal perimeter refers to an identifier that is used in a method to stand for the value that is passed into the method by a caller. An actual perimeter on the other hand refers to the actual value that is passed into the method by a caller.