Jump to content

Test vector

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Nmondal (talk | contribs) at 12:58, 29 June 2012 (Created page with 'In computer science and engineering, a system is in effect a function. More precisely it is Computable function. The general function can be <math>y = f(x)</...'). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

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.