0%

Words starting with linearequ

Unfortunately we didn’t found any matching words.
Maybe these words will be useful:
  • linearly ordered set — a set in which a relation, as “less than or equal to,” holds for all pairs of elements of the set.
  • linear (induction) motor — an electric motor that produces thrust in a direct line, as distinguished from the rotary motion produced by a rotary engine, by the interaction of a moving magnetic field and the current induced by the field
  • linear ordering — an ordering that is reflexive, antisymmetric, transitive, and connected, as less than or equal to on the involved integers
  • linear polarization — polarization of light in which the vibrations are confined to a single plane, that of the wave front.
  • linear address space — A memory addressing scheme used in processors where the whole memory can be accessed using a single address that fits in a single register or instruction. This contrasts with a segmented memory architecture, such as that used on the Intel 8086, where an address is given by an offset from a base address held in one of the "segment registers". Linear addressing greatly simplifies programming at the assembly language level but requires more instruction word bits to be allocated for an address.
  • linear argument — (theory)   A function argument which is used exactly once by the function. If the argument is used at most once then it is safe to inline the function and replace the single occurrence of the formal parameter with the actual argument expression. If the argument was used more than once this transformation would duplicate the argument expression, causing it to be evaluated more than once. If the argument is sure to be used at least once then it is safe to evaluate it in advance (see strictness analysis) whereas if the argument was not used then this would waste work and might prevent the program from terminating.
  • linear assignment — assignment problem
  • linear logic — (theory)   A logic invented by Girard in 1987 that can be used in proofs related to resource usage.
  • linear map — (mathematics)   (Or "linear transformation") A function from a vector space to a vector space which respects the additive and multiplicative structures of the two: that is, for any two vectors, u, v, in the source vector space and any scalar, k, in the field over which it is a vector space, a linear map f satisfies f(u+kv) = f(u) + kf(v).
  • linear topology — (theory)   A linear topology on a left A-module M is a topology on M that is invariant under translations and admits a fundamental system of neighborhood of 0 that consists of submodules of M. If there is such a topology, M is said to be linearly topologized. If A is given a discrete topology, then M becomes a topological A-module with respect to a linear topology.