About 11,300 results
Open links in new tab
  1. Lambda - Wikipedia

    Lambda is the set of logical axioms in the axiomatic method of logical deduction in first-order logic. Uppercase Lambda is often used as a stylized form of uppercase A, especially in science fiction.

  2. Lambda Symbol (λ)

    The λ (lambda) symbol is used throughout math, physics and computer science. For example, lambda is used to represent the eigenvalues of a matrix in linear algebra, the wavelength of a wave in physics …

  3. The Superintelligence Cloud | Lambda

    Run on single-tenant NVIDIA GB300 NVL72 clusters with NVIDIA Quantum-2 InfiniBand for ultimate security and performance. Production-ready NVIDIA HGX B200 and H100 GPU clusters fully …

  4. Serverless Computing - AWS Lambda - Amazon Web Services

    With AWS Lambda, you can build and operate powerful web and mobile back-ends that deliver consistent, uninterrupted service to end users by automatically scaling up and down based on real …

  5. About Lambda | AI Computing Platform for Superintelligence

    Discover how Lambda’s AI computing platform delivers large-scale infrastructure for deep learning, model training, and global AI deployment.

  6. What Does Lambda Mean in Math? Every Use Explained

    Mar 12, 2026 · Languages like Python, JavaScript, and Haskell all have a “lambda” keyword or syntax that lets you create small, unnamed functions inline, directly borrowing the concept from this …

  7. Lambda calculus - Wikipedia

    Its namesake, the Greek letter lambda (λ), is used in lambda expressions and lambda terms to denote binding a variable in a function. Lambda calculus may be untyped or typed.

  8. Lambda (λ) - Greek Letter | Greek Symbols

    Learn about the Greek letter Lambda (λ), its pronunciation, usage examples, and common applications in mathematics, science, and engineering.

  9. What is AWS Lambda?

    Lambda is a compute service that you can use to build applications without provisioning or managing servers.

  10. language agnostic - What is a lambda (function)? - Stack Overflow

    Aug 19, 2008 · 117 A lambda is a type of function, defined inline. Along with a lambda you also usually have some kind of variable type that can hold a reference to a function, lambda or otherwise. For …