Test vector
In computer science and engineering, a system is in effect a function. More precisely it is Computable function. The general function can be . However, normally one does not conceive a system is one dimensional at all. For example a login page would have two inputs, an username/email id / password field. In that case, the login system can be described as:-
with and , with True designating login successful, and False designating login failure, respectively. Clearly then the function login has 2 inputs.
Making things more generic, we can suggest that the function takes input as 2-dimensional vector and outputs a one dimensional vector ( scalar ). This can be written in the following way:-
with
In general the dimension of and dimension of would differ. Therefore:-
Under this circumstances, the generalized system can be stated as:-
with belongs to computable functions. is called the input vector, and is called the output vector.
Clearly then, to test the system we need to pass some sample vector . In this context the is called a test vector.