[{"data":1,"prerenderedAt":19419},["ShallowReactive",2],{"nav:linear-algebra":3,"lesson:\u002Flinear-algebra\u002Forthogonality-least-squares\u002Fgram-schmidt-and-qr":296,"course-wordcounts":13968,"ref-card-index":14880,"tikz:a20c6ead5c39c4b2d7124cfd06df71eb4a65c7e44ba2363c084bcde8d0a9a53b":19415,"tikz:62bbb176d26028280137f770c1ee246918ac68c4c19fd1d2711e0ca22ad3ee91":19416,"tikz:716c49544f55dea7384c0ad9c9164ec490a154373a90a0649d4694108f15689f":19417,"tikz:f7de0d119aa45b535aac23cb3ac8e4a54bf76ee4973ece1af84491b4ceddbf11":19418},[4,38,67,86,127,166,200,231,266],{"module":5,"moduleNumber":6,"slug":7,"lessons":8},"Linear Equations in Linear Algebra",1,"linear-systems",[9,14,20,26,32],{"title":10,"path":11,"lessonNumber":6,"topics":12,"summary":13},"Systems of Linear Equations and Row Reduction","\u002Flinear-algebra\u002Flinear-systems\u002Fsystems-and-echelon-forms",[5],"A linear system is a finite set of linear equations in shared variables. Elementary row operations rewrite it without changing its solution set, and reducing the augmented matrix to echelon form decides both existence and uniqueness. Pivot positions say whether the solution set is empty, a single point, or infinite.\n",{"title":15,"path":16,"lessonNumber":17,"topics":18,"summary":19},"Vector Equations and the Matrix Equation Ax = b","\u002Flinear-algebra\u002Flinear-systems\u002Fvector-and-matrix-equations",2,[5],"The same linear system reads three equivalent ways: a system of equations, a vector equation asking whether b is a linear combination of fixed vectors, and a matrix equation Ax = b. Ax is the linear combination of A's columns weighted by x, so consistency for a given b means b lies in the span of the columns, and consistency for every b means the columns span all of R^m.\n",{"title":21,"path":22,"lessonNumber":23,"topics":24,"summary":25},"Solution Sets and Applied Linear Systems","\u002Flinear-algebra\u002Flinear-systems\u002Fsolution-sets-and-applications",3,[5],"A homogeneous system Ax = 0 has a solution set that is a span through the origin; a consistent Ax = b has that same span translated by any one particular solution. Parametric vector form writes both explicitly. The structure shows up in applied systems with many solutions: equilibrium prices, balanced chemical reactions, network flows, weight-loss diets, and migration models.\n",{"title":27,"path":28,"lessonNumber":29,"topics":30,"summary":31},"Linear Independence","\u002Flinear-algebra\u002Flinear-systems\u002Flinear-independence",4,[5],"A set of vectors is linearly independent when the only linear combination equal to zero is the trivial one; otherwise a dependence relation writes one vector in terms of the others. For the columns of A the question becomes whether Ax = 0 has only the trivial solution — a pivot in every column. Counting pivots settles independence, and any set with more vectors than entries is automatically dependent.\n",{"title":33,"path":34,"lessonNumber":35,"topics":36,"summary":37},"Linear Transformations and Their Matrices","\u002Flinear-algebra\u002Flinear-systems\u002Flinear-transformations",5,[5],"Reading A as an action rather than an array, x maps to Ax is a transformation from R^n to R^m. The ones that preserve addition and scalar multiplication are the linear transformations, and every one is x maps to Ax for a unique standard matrix whose columns are the images of the standard basis vectors. Onto and one-to-one translate into the span and independence of those columns.\n",{"module":39,"moduleNumber":17,"slug":40,"lessons":41},"Matrix Algebra","matrix-algebra",[42,47,52,57,62],{"title":43,"path":44,"lessonNumber":6,"topics":45,"summary":46},"Matrix Operations","\u002Flinear-algebra\u002Fmatrix-algebra\u002Fmatrix-operations",[39],"Matrices add and scale entrywise, but their product is defined so that multiplication corresponds to composition of linear maps: the columns of AB are A applied to the columns of B. From that requirement follow the row-column rule, the algebra of products (associative and distributive but not commutative), powers, and the transpose.\n",{"title":48,"path":49,"lessonNumber":17,"topics":50,"summary":51},"The Inverse and the Invertible Matrix Theorem","\u002Flinear-algebra\u002Fmatrix-algebra\u002Fmatrix-inverse-and-invertibility",[39],"The inverse of a square matrix is the matrix analogue of a reciprocal, defined by AA⁻¹ = I. A closed form settles the 2×2 case; the Gauss–Jordan algorithm row reduces [A | I] to [I | A⁻¹] in general; and elementary matrices record single row operations. The Invertible Matrix Theorem collects a dozen equivalent conditions for invertibility into one statement.\n",{"title":53,"path":54,"lessonNumber":23,"topics":55,"summary":56},"Block Matrices and the LU Factorization","\u002Flinear-algebra\u002Fmatrix-algebra\u002Fpartitioned-matrices-and-lu",[39],"Partitioning a matrix into blocks lets sums, products, and inverses be computed block by block, as if the submatrices were scalars. Block structure also underlies the LU factorization A = LU, which splits solving Ax = b into two fast triangular solves and repays the cost whenever many systems share one coefficient matrix.\n",{"title":58,"path":59,"lessonNumber":29,"topics":60,"summary":61},"Subspaces of Rⁿ, Dimension, and Rank","\u002Flinear-algebra\u002Fmatrix-algebra\u002Fsubspaces-dimension-rank",[39],"A subspace is a set closed under addition and scalar multiplication. Every matrix carries two: the column space of all attainable outputs Ax, and the null space of all solutions of Ax = 0. A basis measures each with a minimal spanning set, dimension counts it, and the Rank Theorem ties pivots and free variables together as rank + nullity = n.\n",{"title":63,"path":64,"lessonNumber":35,"topics":65,"summary":66},"Applications: Leontief Economics and Computer Graphics","\u002Flinear-algebra\u002Fmatrix-algebra\u002Fapplications-leontief-and-graphics",[39],"The Leontief input–output model balances an economy through (I − C)x = d and expands the inverse as a geometric series in the consumption matrix. Computer graphics moves figures with matrix products, using homogeneous coordinates so that translation and perspective projection become matrix multiplications too.\n",{"module":68,"moduleNumber":23,"slug":69,"lessons":70},"Determinants","determinants",[71,76,81],{"title":72,"path":73,"lessonNumber":6,"topics":74,"summary":75},"Introduction to Determinants","\u002Flinear-algebra\u002Fdeterminants\u002Fdeterminants-and-cofactors",[68],"The determinant of a square matrix is defined recursively by cofactor expansion: an n-by-n determinant is a signed sum of (n-1)-by-(n-1) determinants built from the first row. The expansion can equally run along any row or down any column, and a triangular matrix has determinant equal to the product of its diagonal.\n",{"title":77,"path":78,"lessonNumber":17,"topics":79,"summary":80},"Properties of Determinants","\u002Flinear-algebra\u002Fdeterminants\u002Fproperties-of-determinants",[68],"Row operations act on the determinant in three predictable ways, and this turns row reduction into a fast algorithm: the determinant is the product of the pivots times a sign for the interchanges. The same properties yield the invertibility test det A is nonzero, the transpose identity, and the multiplicative law det(AB) equals det A times det B.\n",{"title":82,"path":83,"lessonNumber":23,"topics":84,"summary":85},"Cramer's Rule, Volume, and Linear Transformations","\u002Flinear-algebra\u002Fdeterminants\u002Fcramer-volume-and-area",[68],"Cramer's rule writes each unknown of an invertible system as a ratio of determinants, and the same idea gives a closed formula for the inverse through the adjugate. Geometrically the absolute determinant is the area of the parallelogram or the volume of the parallelepiped spanned by the columns, so a linear map scales every region's measure by that factor.\n",{"module":87,"moduleNumber":29,"slug":88,"lessons":89},"Vector Spaces","vector-spaces",[90,95,100,105,110,115,121],{"title":91,"path":92,"lessonNumber":6,"topics":93,"summary":94},"Vector Spaces and Subspaces","\u002Flinear-algebra\u002Fvector-spaces\u002Fvector-spaces-and-subspaces",[87],"A vector space is any set closed under addition and scalar multiplication that obeys ten algebraic axioms. The same axioms that govern arrows in the plane govern polynomials, functions, matrices, and infinite signals, so one theory covers them all. A subspace is a subset that is a vector space in its own right, tested by three conditions, and the span of any set of vectors is the smallest subspace containing them.\n",{"title":96,"path":97,"lessonNumber":17,"topics":98,"summary":99},"Null Spaces, Column Spaces, and Linear Transformations","\u002Flinear-algebra\u002Fvector-spaces\u002Fnull-and-column-spaces",[87],"Two subspaces sit inside every matrix. The null space collects all solutions of $Ax = 0$ and lives in the domain; the column space collects every attainable $Ax$ and lives in the codomain. One is defined implicitly by a condition, the other explicitly by a spanning set, and the same pair appears for an abstract linear transformation as its kernel and range.\n",{"title":101,"path":102,"lessonNumber":23,"topics":103,"summary":104},"Linearly Independent Sets and Bases","\u002Flinear-algebra\u002Fvector-spaces\u002Fbases-and-independent-sets",[87],"A basis is a spanning set with no redundancy: linearly independent and still large enough to reach every vector. The spanning-set theorem shows any spanning set can be trimmed to a basis by discarding dependent vectors, and the pivot columns of a matrix give a basis for its column space. Independence and spanning are defined for abstract spaces exactly as in $\\mathbb{R}^n$.\n",{"title":106,"path":107,"lessonNumber":29,"topics":108,"summary":109},"Coordinate Systems","\u002Flinear-algebra\u002Fvector-spaces\u002Fcoordinate-systems",[87],"Fixing a basis assigns every vector a unique list of coordinates, turning an abstract space into $\\mathbb{R}^n$. The coordinate mapping is a one-to-one linear transformation onto $\\mathbb{R}^n$ — an isomorphism — so any $n$-dimensional space is indistinguishable from $\\mathbb{R}^n$ as far as vector-space computations go. In $\\mathbb{R}^n$ the change-of-coordinates matrix $P_B$ and its inverse convert between basis coordinates and standard coordinates.\n",{"title":111,"path":112,"lessonNumber":35,"topics":113,"summary":114},"The Dimension of a Vector Space and Rank","\u002Flinear-algebra\u002Fvector-spaces\u002Fdimension-and-rank",[87],"Every basis of a space has the same number of vectors, and that number is the dimension. Rank is the dimension of the column space, equal to the dimension of the row space and to the number of pivots. The Rank Theorem, rank plus nullity equals the number of columns, ties the four fundamental subspaces of a matrix together and adds six lines to the Invertible Matrix Theorem.\n",{"title":116,"path":117,"lessonNumber":118,"topics":119,"summary":120},"Change of Basis","\u002Flinear-algebra\u002Fvector-spaces\u002Fchange-of-basis",6,[87],"Two bases give the same vector two different coordinate vectors, and a single invertible matrix converts between them. Its columns are the coordinate vectors of the old basis expressed in the new one, and its inverse reverses the conversion. In $\\mathbb{R}^n$ the change-of-coordinates matrix between two bases is found by one row reduction.\n",{"title":122,"path":123,"lessonNumber":124,"topics":125,"summary":126},"Applications: Difference Equations and Markov Chains","\u002Flinear-algebra\u002Fvector-spaces\u002Fdifference-equations-and-markov",7,[87],"The solutions of an nth-order linear difference equation form an $n$-dimensional vector space, so finding $n$ independent solutions gives them all. A Markov chain evolves a probability distribution by repeated multiplication by a stochastic matrix, and a regular chain converges to a unique steady-state vector fixed by that matrix. Both applications turn a dynamic process into a subspace or a fixed-point question.\n",{"module":128,"moduleNumber":35,"slug":129,"lessons":130},"Eigenvalues and Eigenvectors","eigenvalues",[131,136,141,146,151,156,161],{"title":132,"path":133,"lessonNumber":6,"topics":134,"summary":135},"Eigenvectors and Eigenvalues","\u002Flinear-algebra\u002Feigenvalues\u002Feigenvectors-and-eigenvalues",[128],"An eigenvector of a square matrix is a nonzero vector the matrix only stretches; its eigenvalue is the stretch factor. The eigenspace of an eigenvalue is the null space of A minus lambda times the identity, the eigenvalues of a triangular matrix are its diagonal entries, and eigenvectors for distinct eigenvalues are linearly independent.\n",{"title":137,"path":138,"lessonNumber":17,"topics":139,"summary":140},"The Characteristic Equation","\u002Flinear-algebra\u002Feigenvalues\u002Fthe-characteristic-equation",[128],"The eigenvalues of a matrix are the roots of its characteristic polynomial det(A minus lambda I). This degree-n polynomial carries an algebraic multiplicity at each repeated root, a nonzero determinant is equivalent to zero not being an eigenvalue, and similar matrices share a characteristic polynomial and hence the same eigenvalues.\n",{"title":142,"path":143,"lessonNumber":23,"topics":144,"summary":145},"Diagonalization","\u002Flinear-algebra\u002Feigenvalues\u002Fdiagonalization",[128],"A matrix is diagonalizable when it factors as A equals P D P inverse with D diagonal, which happens exactly when it has n linearly independent eigenvectors. The factorization computes matrix powers cheaply, distinct eigenvalues guarantee it, and a repeated eigenvalue permits it only when its eigenspace dimension equals its multiplicity.\n",{"title":147,"path":148,"lessonNumber":29,"topics":149,"summary":150},"Eigenvectors and Linear Transformations","\u002Flinear-algebra\u002Feigenvalues\u002Feigenvectors-and-linear-transformations",[128],"Every linear transformation between finite-dimensional spaces has a matrix relative to chosen bases, built from the coordinate vectors of the images of the basis vectors. For a map from a space to itself, an eigenvector basis makes that matrix diagonal, and that change of basis is diagonalization; the matrices similar to A are the representations of the map in every basis.\n",{"title":152,"path":153,"lessonNumber":35,"topics":154,"summary":155},"Complex Eigenvalues","\u002Flinear-algebra\u002Feigenvalues\u002Fcomplex-eigenvalues",[128],"A real matrix with no real eigenvalues still has complex ones, occurring in conjugate pairs. A real 2-by-2 matrix with eigenvalue a plus b i is similar to a rotation-scaling matrix, whose rotation angle is the argument of the eigenvalue and whose scale factor is its modulus; the modulus decides whether the trajectories close up, spiral in, or spiral out.\n",{"title":157,"path":158,"lessonNumber":118,"topics":159,"summary":160},"Discrete and Continuous Dynamical Systems","\u002Flinear-algebra\u002Feigenvalues\u002Fdynamical-systems",[128],"Eigenvalues govern the long-term behavior of a system that evolves by x becomes A x or by x prime equals A x. An eigenvector basis decouples both kinds of system into independent scalar equations; the eigenvalues then classify the origin as attractor, repeller, saddle, or spiral, and the dominant eigenpair fixes the growth rate and limiting direction.\n",{"title":162,"path":163,"lessonNumber":124,"topics":164,"summary":165},"Iterative Estimates for Eigenvalues","\u002Flinear-algebra\u002Feigenvalues\u002Fpower-method",[128],"When only a numerical eigenvalue is needed, iteration is preferred over the characteristic polynomial. The power method repeatedly multiplies by A to converge on the dominant eigenvalue and its eigenvector; the Rayleigh quotient sharpens the estimate for symmetric matrices; and the inverse power method targets any eigenvalue near a known guess.\n",{"module":167,"moduleNumber":118,"slug":168,"lessons":169},"Orthogonality and Least Squares","orthogonality-least-squares",[170,175,180,185,190,195],{"title":171,"path":172,"lessonNumber":6,"topics":173,"summary":174},"Inner Product, Length, and Orthogonality","\u002Flinear-algebra\u002Forthogonality-least-squares\u002Finner-product-length-orthogonality",[167],"The dot product turns the algebra of vectors in R^n into geometry: length, distance, and perpendicularity. The inner product yields the norm, the Pythagorean theorem, and the orthogonal complement, and the null space of a matrix is the orthogonal complement of its row space.\n",{"title":176,"path":177,"lessonNumber":17,"topics":178,"summary":179},"Orthogonal Sets and Orthogonal Projections","\u002Flinear-algebra\u002Forthogonality-least-squares\u002Forthogonal-sets-and-projections",[167],"An orthogonal basis makes coordinates trivial: each weight is a single dot product, no linear system required. Orthogonal and orthonormal bases give a direct projection formula onto a line and onto a subspace, the orthogonal decomposition and best-approximation theorems, and the matrix form U U-transpose of a projection.\n",{"title":181,"path":182,"lessonNumber":23,"topics":183,"summary":184},"The Gram-Schmidt Process and QR Factorization","\u002Flinear-algebra\u002Forthogonality-least-squares\u002Fgram-schmidt-and-qr",[167],"Gram-Schmidt turns any basis into an orthogonal one by repeatedly subtracting off projections onto the span already built. Normalizing the result and recording the coefficients factors the matrix as A = QR, with Q orthonormal and R upper triangular, the factorization behind stable least-squares and eigenvalue algorithms.\n",{"title":186,"path":187,"lessonNumber":29,"topics":188,"summary":189},"Least-Squares Problems","\u002Flinear-algebra\u002Forthogonality-least-squares\u002Fleast-squares-problems",[167],"When Ax = b has no solution, the least-squares solution makes Ax as close to b as possible. The closest Ax is the projection of b onto the column space, and the vector that produces it solves the normal equations A-transpose A x = A-transpose b. Uniqueness, the residual error, and the stabler QR route follow.\n",{"title":191,"path":192,"lessonNumber":35,"topics":193,"summary":194},"Applications to Linear Models","\u002Flinear-algebra\u002Forthogonality-least-squares\u002Fleast-squares-applications",[167],"Curve fitting is a least-squares problem in statistical notation. The least-squares line, polynomial fits, and multiple regression all reduce to X beta = y with a design matrix X built from the data, solved by the same normal equations.\n",{"title":196,"path":197,"lessonNumber":118,"topics":198,"summary":199},"Inner Product Spaces","\u002Flinear-algebra\u002Forthogonality-least-squares\u002Finner-product-spaces",[167],"Promoting the four properties of the dot product to axioms defines an inner product on any vector space, including spaces of functions. Length, distance, orthogonality, Gram-Schmidt, and best approximation all carry over, along with the Cauchy-Schwarz and triangle inequalities and the integral inner product behind Fourier approximation.\n",{"module":201,"moduleNumber":124,"slug":202,"lessons":203},"Symmetric Matrices, Quadratic Forms, and the SVD","symmetric-quadratic-svd",[204,212,216,221,226],{"title":205,"path":206,"lessonNumber":6,"topics":207,"summary":211},"Diagonalization of Symmetric Matrices","\u002Flinear-algebra\u002Fsymmetric-quadratic-svd\u002Fdiagonalizing-symmetric-matrices",[208,209,210],"Symmetric Matrices","Quadratic Forms","and the SVD","A symmetric matrix is one that equals its own transpose. Every such matrix can be diagonalized by an orthogonal change of basis, A = PDPᵀ, with real eigenvalues and perpendicular eigenvectors. This is the Spectral Theorem, and it rewrites A as a weighted sum of rank-one projections onto its eigenvectors.\n",{"title":209,"path":213,"lessonNumber":17,"topics":214,"summary":215},"\u002Flinear-algebra\u002Fsymmetric-quadratic-svd\u002Fquadratic-forms",[208,209,210],"A quadratic form xᵀAx is the second-degree analogue of a linear map, attached to a symmetric matrix A. Orthogonal diagonalization changes variables to the eigenbasis, removing all cross-terms and rotating the form into standard position. The signs of the eigenvalues then classify it as definite or indefinite.\n",{"title":217,"path":218,"lessonNumber":23,"topics":219,"summary":220},"Constrained Optimization","\u002Flinear-algebra\u002Fsymmetric-quadratic-svd\u002Fconstrained-optimization",[208,209,210],"Maximizing a quadratic form xᵀAx over the unit sphere has an exact answer: the maximum is the largest eigenvalue of A, attained at its eigenvector, and the minimum is the smallest eigenvalue. Adding orthogonality constraints peels off the eigenvalues in order, characterizing the whole spectrum by optimization.\n",{"title":222,"path":223,"lessonNumber":29,"topics":224,"summary":225},"The Singular Value Decomposition","\u002Flinear-algebra\u002Fsymmetric-quadratic-svd\u002Fsingular-value-decomposition",[208,209,210],"The singular value decomposition factors any m×n matrix as A = UΣVᵀ, with orthogonal U and V and a nonnegative diagonal Σ of singular values. The singular values are the square roots of the eigenvalues of AᵀA, and they describe the matrix geometrically as a rotation, an axiswise stretch, and another rotation, exposing rank, the four fundamental subspaces, and a best low-rank approximation.\n",{"title":227,"path":228,"lessonNumber":35,"topics":229,"summary":230},"Applications: Image Processing and Statistics","\u002Flinear-algebra\u002Fsymmetric-quadratic-svd\u002Fsvd-applications-pca-imaging",[208,209,210],"Principal component analysis diagonalizes the covariance matrix of a data set, producing uncorrelated variables ordered by variance. The leading components capture most of the variation, which reduces dimension, compresses images through low-rank SVD approximation, and connects directly to the singular values of the data matrix.\n",{"module":232,"moduleNumber":233,"slug":234,"lessons":235},"Numerical Linear Algebra",8,"numerical-linear-algebra",[236,241,246,251,256,261],{"title":237,"path":238,"lessonNumber":6,"topics":239,"summary":240},"Numerical Thinking and Matrix Computation","\u002Flinear-algebra\u002Fnumerical-linear-algebra\u002Fnumerical-thinking-and-matrix-computation",[232],"Numerical analysis builds efficient discrete algorithms for continuous problems, and its cost is dominated as much by memory traffic as by arithmetic. Block matrix calculus, flop counts, and the BLAS efficiency ratio fix the cost model; triangular and unitary matrices are the two computational building blocks every factorization rests on.\n",{"title":242,"path":243,"lessonNumber":17,"topics":244,"summary":245},"LU and Cholesky Factorization in Practice","\u002Flinear-algebra\u002Fnumerical-linear-algebra\u002Flu-and-cholesky",[232],"Gaussian elimination, read as a factorization A = LU, turns a linear system into two triangular solves. A single near-zero pivot wrecks it, so partial pivoting reorders rows to pick the largest available pivot and makes the method work for every invertible matrix. For symmetric positive-definite systems, Cholesky halves the cost and needs no pivoting.\n",{"title":247,"path":248,"lessonNumber":23,"topics":249,"summary":250},"Conditioning and Floating-Point Arithmetic","\u002Flinear-algebra\u002Fnumerical-linear-algebra\u002Fconditioning-and-floating-point",[232],"A problem's condition number measures how much its answer moves when its data is perturbed, independent of any algorithm. Subtraction is ill-conditioned under cancellation, and for a linear system the amplifier is the matrix condition number κ(A). Floating-point arithmetic supplies the perturbation: every real number is rounded to within a relative machine precision, so even perfect computation inherits an error of order κ times the unit roundoff.\n",{"title":252,"path":253,"lessonNumber":29,"topics":254,"summary":255},"Numerical Stability and Backward Error Analysis","\u002Flinear-algebra\u002Fnumerical-linear-algebra\u002Fstability-and-error-analysis",[232],"An algorithm is backward stable when its computed answer is the exact answer to a slightly perturbed problem. Combined with the condition number this gives the governing rule of thumb: forward error is at most condition times stability. Three cancellation case studies make the point, then the residual-based backward error applies it to Ax = b and shows why partial pivoting keeps Gaussian elimination stable.\n",{"title":257,"path":258,"lessonNumber":35,"topics":259,"summary":260},"QR, Householder, and Numerical Least Squares","\u002Flinear-algebra\u002Fnumerical-linear-algebra\u002Fqr-and-numerical-least-squares",[232],"The least-squares problem reduces to the normal equations, but forming AᵀA squares the condition number and can wreck accuracy. The stable route computes a QR factorization directly on A and solves Rx = Qᵀb. Householder reflectors build that QR one column at a time using length-preserving reflections, the unconditionally backward-stable building block behind every serious least-squares solver.\n",{"title":262,"path":263,"lessonNumber":118,"topics":264,"summary":265},"Numerical Eigenvalue Problems and the SVD","\u002Flinear-algebra\u002Fnumerical-linear-algebra\u002Fnumerical-eigenvalues-and-svd",[232],"Eigenvalues cannot be found by a formula for large matrices, so they are found by iteration. Power and inverse iteration converge to one eigenvector at a rate set by the eigenvalue gap; the QR algorithm sweeps a matrix to Schur form and, with a good shift and a Hessenberg reduction, computes the whole spectrum in cubic time. Singular values follow from the same machinery applied without ever forming AᵀA.\n",{"module":267,"moduleNumber":268,"slug":269,"lessons":270},"Geometry of Vector Spaces",9,"geometry-of-vector-spaces",[271,276,281,286,291],{"title":272,"path":273,"lessonNumber":6,"topics":274,"summary":275},"Affine Combinations","\u002Flinear-algebra\u002Fgeometry-of-vector-spaces\u002Faffine-combinations",[267],"An affine combination is a linear combination whose weights sum to one. The affine hull of a set is the smallest flat containing it: a point, a line, a plane, or a translated subspace. Homogeneous coordinates turn every affine combination into an ordinary linear combination one dimension up.\n",{"title":277,"path":278,"lessonNumber":17,"topics":279,"summary":280},"Affine Independence and Barycentric Coordinates","\u002Flinear-algebra\u002Fgeometry-of-vector-spaces\u002Faffine-independence-and-barycentric-coordinates",[267],"Affine independence is linear independence for the translated or lifted points, and it guarantees each point of an affine hull a unique weight vector. Those weights are barycentric coordinates: centers of mass, ratios of triangle areas, and the interpolation rule behind smooth shading in computer graphics.\n",{"title":282,"path":283,"lessonNumber":23,"topics":284,"summary":285},"Convex Combinations and Convex Sets","\u002Flinear-algebra\u002Fgeometry-of-vector-spaces\u002Fconvex-combinations-and-convex-sets",[267],"A convex combination is an affine combination with nonnegative weights, and the convex hull of a set is the smallest convex set containing it. Convex sets are closed under intersection, and Carathéodory's theorem bounds how many points a convex combination in $\\mathbb{R}^n$ ever needs: at most $n+1$.\n",{"title":287,"path":288,"lessonNumber":29,"topics":289,"summary":290},"Hyperplanes and Polytopes","\u002Flinear-algebra\u002Fgeometry-of-vector-spaces\u002Fhyperplanes-and-polytopes",[267],"A hyperplane is a level set of a linear functional, the set where an inner product equals a constant. Hyperplanes separate disjoint convex sets and support them at their boundaries. Polytopes are convex hulls of finite point sets; their vertices are the extreme points, and a linear functional attains its extremes there.\n",{"title":292,"path":293,"lessonNumber":35,"topics":294,"summary":295},"Curves and Surfaces","\u002Flinear-algebra\u002Fgeometry-of-vector-spaces\u002Fcurves-and-surfaces",[267],"Bézier curves are affine combinations of control points with polynomial weights, so they lie in the convex hull of those points and bend toward them. The de Casteljau algorithm evaluates them by repeated interpolation, a matrix form factors them for computation, and matching endpoints and tangents joins segments into smooth curves and surfaces.\n",{"id":297,"title":181,"blurb":298,"body":299,"brief":13945,"category":13946,"description":305,"draft":13947,"extension":13948,"meta":13949,"module":167,"navigation":13951,"path":182,"practice":13952,"rawbody":13953,"readingTime":13954,"seo":13959,"sources":13960,"status":13964,"stem":13965,"summary":184,"topics":13966,"__hash__":13967},"course\u002F02.linear-algebra\u002F06.orthogonality-least-squares\u002F03.gram-schmidt-and-qr.md","",{"type":300,"value":301,"toc":13936},"minimark",[302,306,311,785,1415,1704,1708,1712,3660,4772,4775,4820,4876,4880,8616,8620,8819,9046,9369,9801,10180,10183,10285,10409,10474,12929,12933,13176,13296,13299,13486,13490,13663,13811,13932],[303,304,305],"p",{},"An orthogonal basis makes coordinates and projections trivial, but a subspace\nusually arrives with an arbitrary basis instead. The Gram–Schmidt process converts\none into the other: given any basis for a subspace, it produces an orthogonal basis\nfor the same subspace, one vector at a time. Recording the arithmetic as a matrix\nproduct yields the QR factorization, the numerically preferred route to\nleast-squares solutions and eigenvalues.",[307,308,310],"h2",{"id":309},"subtracting-the-projection","Subtracting the projection",[303,312,313,314,470,471,489,490,604,605,658,659,784],{},"Start with a basis ",[315,316,319],"span",{"className":317},[318],"katex",[315,320,324],{"className":321,"ariaHidden":323},[322],"katex-html","true",[315,325,328,333,338,398,403,408,413,416,419,422,465],{"className":326},[327],"base",[315,329],{"className":330,"style":332},[331],"strut","height:1.0361em;vertical-align:-0.2861em;",[315,334,337],{"className":335},[336],"mopen","{",[315,339,342,347],{"className":340},[341],"mord",[315,343,346],{"className":344},[341,345],"mathbf","x",[315,348,351],{"className":349},[350],"msupsub",[315,352,356,389],{"className":353},[354,355],"vlist-t","vlist-t2",[315,357,360,384],{"className":358},[359],"vlist-r",[315,361,365],{"className":362,"style":364},[363],"vlist","height:0.3011em;",[315,366,368,373],{"style":367},"top:-2.55em;margin-left:0em;margin-right:0.05em;",[315,369],{"className":370,"style":372},[371],"pstrut","height:2.7em;",[315,374,380],{"className":375},[376,377,378,379],"sizing","reset-size6","size3","mtight",[315,381,383],{"className":382},[341,379],"1",[315,385,388],{"className":386},[387],"vlist-s","​",[315,390,392],{"className":391},[359],[315,393,396],{"className":394,"style":395},[363],"height:0.15em;",[315,397],{},[315,399,402],{"className":400},[401],"mpunct",",",[315,404],{"className":405,"style":407},[406],"mspace","margin-right:0.1667em;",[315,409,412],{"className":410},[411],"minner","…",[315,414],{"className":415,"style":407},[406],[315,417,402],{"className":418},[401],[315,420],{"className":421,"style":407},[406],[315,423,425,428],{"className":424},[341],[315,426,346],{"className":427},[341,345],[315,429,431],{"className":430},[350],[315,432,434,456],{"className":433},[354,355],[315,435,437,453],{"className":436},[359],[315,438,441],{"className":439,"style":440},[363],"height:0.1514em;",[315,442,443,446],{"style":367},[315,444],{"className":445,"style":372},[371],[315,447,449],{"className":448},[376,377,378,379],[315,450,303],{"className":451},[341,452,379],"mathnormal",[315,454,388],{"className":455},[387],[315,457,459],{"className":458},[359],[315,460,463],{"className":461,"style":462},[363],"height:0.2861em;",[315,464],{},[315,466,469],{"className":467},[468],"mclose","}"," of a subspace ",[315,472,474],{"className":473},[318],[315,475,477],{"className":476,"ariaHidden":323},[322],[315,478,480,484],{"className":479},[327],[315,481],{"className":482,"style":483},[331],"height:0.6833em;",[315,485,488],{"className":486,"style":487},[341,452],"margin-right:0.1389em;","W",". Keep\nthe first vector, ",[315,491,493],{"className":492},[318],[315,494,496,558],{"className":495,"ariaHidden":323},[322],[315,497,499,503,546,550,555],{"className":498},[327],[315,500],{"className":501,"style":502},[331],"height:0.5944em;vertical-align:-0.15em;",[315,504,506,511],{"className":505},[341],[315,507,510],{"className":508,"style":509},[341,345],"margin-right:0.016em;","v",[315,512,514],{"className":513},[350],[315,515,517,538],{"className":516},[354,355],[315,518,520,535],{"className":519},[359],[315,521,523],{"className":522,"style":364},[363],[315,524,526,529],{"style":525},"top:-2.55em;margin-left:-0.016em;margin-right:0.05em;",[315,527],{"className":528,"style":372},[371],[315,530,532],{"className":531},[376,377,378,379],[315,533,383],{"className":534},[341,379],[315,536,388],{"className":537},[387],[315,539,541],{"className":540},[359],[315,542,544],{"className":543,"style":395},[363],[315,545],{},[315,547],{"className":548,"style":549},[406],"margin-right:0.2778em;",[315,551,554],{"className":552},[553],"mrel","=",[315,556],{"className":557,"style":549},[406],[315,559,561,564],{"className":560},[327],[315,562],{"className":563,"style":502},[331],[315,565,567,570],{"className":566},[341],[315,568,346],{"className":569},[341,345],[315,571,573],{"className":572},[350],[315,574,576,596],{"className":575},[354,355],[315,577,579,593],{"className":578},[359],[315,580,582],{"className":581,"style":364},[363],[315,583,584,587],{"style":367},[315,585],{"className":586,"style":372},[371],[315,588,590],{"className":589},[376,377,378,379],[315,591,383],{"className":592},[341,379],[315,594,388],{"className":595},[387],[315,597,599],{"className":598},[359],[315,600,602],{"className":601,"style":395},[363],[315,603],{},". To make the second vector\northogonal to the first, subtract from ",[315,606,608],{"className":607},[318],[315,609,611],{"className":610,"ariaHidden":323},[322],[315,612,614,617],{"className":613},[327],[315,615],{"className":616,"style":502},[331],[315,618,620,623],{"className":619},[341],[315,621,346],{"className":622},[341,345],[315,624,626],{"className":625},[350],[315,627,629,650],{"className":628},[354,355],[315,630,632,647],{"className":631},[359],[315,633,635],{"className":634,"style":364},[363],[315,636,637,640],{"style":367},[315,638],{"className":639,"style":372},[371],[315,641,643],{"className":642},[376,377,378,379],[315,644,646],{"className":645},[341,379],"2",[315,648,388],{"className":649},[387],[315,651,653],{"className":652},[359],[315,654,656],{"className":655,"style":395},[363],[315,657],{}," its projection onto the line\n",[315,660,662],{"className":661},[318],[315,663,665,722],{"className":664,"ariaHidden":323},[322],[315,666,668,672,713,716,719],{"className":667},[327],[315,669],{"className":670,"style":671},[331],"height:0.8333em;vertical-align:-0.15em;",[315,673,675,678],{"className":674},[341],[315,676,488],{"className":677,"style":487},[341,452],[315,679,681],{"className":680},[350],[315,682,684,705],{"className":683},[354,355],[315,685,687,702],{"className":686},[359],[315,688,690],{"className":689,"style":364},[363],[315,691,693,696],{"style":692},"top:-2.55em;margin-left:-0.1389em;margin-right:0.05em;",[315,694],{"className":695,"style":372},[371],[315,697,699],{"className":698},[376,377,378,379],[315,700,383],{"className":701},[341,379],[315,703,388],{"className":704},[387],[315,706,708],{"className":707},[359],[315,709,711],{"className":710,"style":395},[363],[315,712],{},[315,714],{"className":715,"style":549},[406],[315,717,554],{"className":718},[553],[315,720],{"className":721,"style":549},[406],[315,723,725,729,738,741,781],{"className":724},[327],[315,726],{"className":727,"style":728},[331],"height:1em;vertical-align:-0.25em;",[315,730,733],{"className":731},[732],"mop",[315,734,737],{"className":735},[341,736],"mathrm","Span",[315,739,337],{"className":740},[336],[315,742,744,747],{"className":743},[341],[315,745,510],{"className":746,"style":509},[341,345],[315,748,750],{"className":749},[350],[315,751,753,773],{"className":752},[354,355],[315,754,756,770],{"className":755},[359],[315,757,759],{"className":758,"style":364},[363],[315,760,761,764],{"style":525},[315,762],{"className":763,"style":372},[371],[315,765,767],{"className":766},[376,377,378,379],[315,768,383],{"className":769},[341,379],[315,771,388],{"className":772},[387],[315,774,776],{"className":775},[359],[315,777,779],{"className":778,"style":395},[363],[315,780],{},[315,782,469],{"className":783},[468],":",[315,786,789],{"className":787},[788],"katex-display",[315,790,792],{"className":791},[318],[315,793,795,850,909,1061,1116],{"className":794,"ariaHidden":323},[322],[315,796,798,801,841,844,847],{"className":797},[327],[315,799],{"className":800,"style":502},[331],[315,802,804,807],{"className":803},[341],[315,805,510],{"className":806,"style":509},[341,345],[315,808,810],{"className":809},[350],[315,811,813,833],{"className":812},[354,355],[315,814,816,830],{"className":815},[359],[315,817,819],{"className":818,"style":364},[363],[315,820,821,824],{"style":525},[315,822],{"className":823,"style":372},[371],[315,825,827],{"className":826},[376,377,378,379],[315,828,646],{"className":829},[341,379],[315,831,388],{"className":832},[387],[315,834,836],{"className":835},[359],[315,837,839],{"className":838,"style":395},[363],[315,840],{},[315,842],{"className":843,"style":549},[406],[315,845,554],{"className":846},[553],[315,848],{"className":849,"style":549},[406],[315,851,853,857,897,901,906],{"className":852},[327],[315,854],{"className":855,"style":856},[331],"height:0.7333em;vertical-align:-0.15em;",[315,858,860,863],{"className":859},[341],[315,861,346],{"className":862},[341,345],[315,864,866],{"className":865},[350],[315,867,869,889],{"className":868},[354,355],[315,870,872,886],{"className":871},[359],[315,873,875],{"className":874,"style":364},[363],[315,876,877,880],{"style":367},[315,878],{"className":879,"style":372},[371],[315,881,883],{"className":882},[376,377,378,379],[315,884,646],{"className":885},[341,379],[315,887,388],{"className":888},[387],[315,890,892],{"className":891},[359],[315,893,895],{"className":894,"style":395},[363],[315,896],{},[315,898],{"className":899,"style":900},[406],"margin-right:0.2222em;",[315,902,905],{"className":903},[904],"mbin","−",[315,907],{"className":908,"style":900},[406],[315,910,912,916,1009,1012,1052,1055,1058],{"className":911},[327],[315,913],{"className":914,"style":915},[331],"height:1.0121em;vertical-align:-0.3442em;",[315,917,919,926],{"className":918},[732],[315,920,922],{"className":921},[732],[315,923,925],{"className":924},[341,736],"proj",[315,927,929],{"className":928},[350],[315,930,932,1000],{"className":931},[354,355],[315,933,935,997],{"className":934},[359],[315,936,939],{"className":937,"style":938},[363],"height:0.2342em;",[315,940,942,945],{"style":941},"top:-2.4559em;margin-right:0.05em;",[315,943],{"className":944,"style":372},[371],[315,946,948],{"className":947},[376,377,378,379],[315,949,951],{"className":950},[341,379],[315,952,954,957],{"className":953},[341,379],[315,955,488],{"className":956,"style":487},[341,452,379],[315,958,960],{"className":959},[350],[315,961,963,988],{"className":962},[354,355],[315,964,966,985],{"className":965},[359],[315,967,970],{"className":968,"style":969},[363],"height:0.3173em;",[315,971,973,977],{"style":972},"top:-2.357em;margin-left:-0.1389em;margin-right:0.0714em;",[315,974],{"className":975,"style":976},[371],"height:2.5em;",[315,978,982],{"className":979},[376,980,981,379],"reset-size3","size1",[315,983,383],{"className":984},[341,379],[315,986,388],{"className":987},[387],[315,989,991],{"className":990},[359],[315,992,995],{"className":993,"style":994},[363],"height:0.143em;",[315,996],{},[315,998,388],{"className":999},[387],[315,1001,1003],{"className":1002},[359],[315,1004,1007],{"className":1005,"style":1006},[363],"height:0.3442em;",[315,1008],{},[315,1010],{"className":1011,"style":407},[406],[315,1013,1015,1018],{"className":1014},[341],[315,1016,346],{"className":1017},[341,345],[315,1019,1021],{"className":1020},[350],[315,1022,1024,1044],{"className":1023},[354,355],[315,1025,1027,1041],{"className":1026},[359],[315,1028,1030],{"className":1029,"style":364},[363],[315,1031,1032,1035],{"style":367},[315,1033],{"className":1034,"style":372},[371],[315,1036,1038],{"className":1037},[376,377,378,379],[315,1039,646],{"className":1040},[341,379],[315,1042,388],{"className":1043},[387],[315,1045,1047],{"className":1046},[359],[315,1048,1050],{"className":1049,"style":395},[363],[315,1051],{},[315,1053],{"className":1054,"style":549},[406],[315,1056,554],{"className":1057},[553],[315,1059],{"className":1060,"style":549},[406],[315,1062,1064,1067,1107,1110,1113],{"className":1063},[327],[315,1065],{"className":1066,"style":856},[331],[315,1068,1070,1073],{"className":1069},[341],[315,1071,346],{"className":1072},[341,345],[315,1074,1076],{"className":1075},[350],[315,1077,1079,1099],{"className":1078},[354,355],[315,1080,1082,1096],{"className":1081},[359],[315,1083,1085],{"className":1084,"style":364},[363],[315,1086,1087,1090],{"style":367},[315,1088],{"className":1089,"style":372},[371],[315,1091,1093],{"className":1092},[376,377,378,379],[315,1094,646],{"className":1095},[341,379],[315,1097,388],{"className":1098},[387],[315,1100,1102],{"className":1101},[359],[315,1103,1105],{"className":1104,"style":395},[363],[315,1106],{},[315,1108],{"className":1109,"style":900},[406],[315,1111,905],{"className":1112},[904],[315,1114],{"className":1115,"style":900},[406],[315,1117,1119,1123,1368,1371,1411],{"className":1118},[327],[315,1120],{"className":1121,"style":1122},[331],"height:1.9575em;vertical-align:-0.836em;",[315,1124,1126,1130,1365],{"className":1125},[341],[315,1127],{"className":1128},[336,1129],"nulldelimiter",[315,1131,1134],{"className":1132},[1133],"mfrac",[315,1135,1137,1356],{"className":1136},[354,355],[315,1138,1140,1353],{"className":1139},[359],[315,1141,1144,1244,1255],{"className":1142,"style":1143},[363],"height:1.1215em;",[315,1145,1147,1151],{"style":1146},"top:-2.314em;",[315,1148],{"className":1149,"style":1150},[371],"height:3em;",[315,1152,1154,1194,1197,1201,1204],{"className":1153},[341],[315,1155,1157,1160],{"className":1156},[341],[315,1158,510],{"className":1159,"style":509},[341,345],[315,1161,1163],{"className":1162},[350],[315,1164,1166,1186],{"className":1165},[354,355],[315,1167,1169,1183],{"className":1168},[359],[315,1170,1172],{"className":1171,"style":364},[363],[315,1173,1174,1177],{"style":525},[315,1175],{"className":1176,"style":372},[371],[315,1178,1180],{"className":1179},[376,377,378,379],[315,1181,383],{"className":1182},[341,379],[315,1184,388],{"className":1185},[387],[315,1187,1189],{"className":1188},[359],[315,1190,1192],{"className":1191,"style":395},[363],[315,1193],{},[315,1195],{"className":1196,"style":900},[406],[315,1198,1200],{"className":1199},[904],"⋅",[315,1202],{"className":1203,"style":900},[406],[315,1205,1207,1210],{"className":1206},[341],[315,1208,510],{"className":1209,"style":509},[341,345],[315,1211,1213],{"className":1212},[350],[315,1214,1216,1236],{"className":1215},[354,355],[315,1217,1219,1233],{"className":1218},[359],[315,1220,1222],{"className":1221,"style":364},[363],[315,1223,1224,1227],{"style":525},[315,1225],{"className":1226,"style":372},[371],[315,1228,1230],{"className":1229},[376,377,378,379],[315,1231,383],{"className":1232},[341,379],[315,1234,388],{"className":1235},[387],[315,1237,1239],{"className":1238},[359],[315,1240,1242],{"className":1241,"style":395},[363],[315,1243],{},[315,1245,1247,1250],{"style":1246},"top:-3.23em;",[315,1248],{"className":1249,"style":1150},[371],[315,1251],{"className":1252,"style":1254},[1253],"frac-line","border-bottom-width:0.04em;",[315,1256,1258,1261],{"style":1257},"top:-3.677em;",[315,1259],{"className":1260,"style":1150},[371],[315,1262,1264,1304,1307,1310,1313],{"className":1263},[341],[315,1265,1267,1270],{"className":1266},[341],[315,1268,346],{"className":1269},[341,345],[315,1271,1273],{"className":1272},[350],[315,1274,1276,1296],{"className":1275},[354,355],[315,1277,1279,1293],{"className":1278},[359],[315,1280,1282],{"className":1281,"style":364},[363],[315,1283,1284,1287],{"style":367},[315,1285],{"className":1286,"style":372},[371],[315,1288,1290],{"className":1289},[376,377,378,379],[315,1291,646],{"className":1292},[341,379],[315,1294,388],{"className":1295},[387],[315,1297,1299],{"className":1298},[359],[315,1300,1302],{"className":1301,"style":395},[363],[315,1303],{},[315,1305],{"className":1306,"style":900},[406],[315,1308,1200],{"className":1309},[904],[315,1311],{"className":1312,"style":900},[406],[315,1314,1316,1319],{"className":1315},[341],[315,1317,510],{"className":1318,"style":509},[341,345],[315,1320,1322],{"className":1321},[350],[315,1323,1325,1345],{"className":1324},[354,355],[315,1326,1328,1342],{"className":1327},[359],[315,1329,1331],{"className":1330,"style":364},[363],[315,1332,1333,1336],{"style":525},[315,1334],{"className":1335,"style":372},[371],[315,1337,1339],{"className":1338},[376,377,378,379],[315,1340,383],{"className":1341},[341,379],[315,1343,388],{"className":1344},[387],[315,1346,1348],{"className":1347},[359],[315,1349,1351],{"className":1350,"style":395},[363],[315,1352],{},[315,1354,388],{"className":1355},[387],[315,1357,1359],{"className":1358},[359],[315,1360,1363],{"className":1361,"style":1362},[363],"height:0.836em;",[315,1364],{},[315,1366],{"className":1367},[468,1129],[315,1369],{"className":1370,"style":407},[406],[315,1372,1374,1377],{"className":1373},[341],[315,1375,510],{"className":1376,"style":509},[341,345],[315,1378,1380],{"className":1379},[350],[315,1381,1383,1403],{"className":1382},[354,355],[315,1384,1386,1400],{"className":1385},[359],[315,1387,1389],{"className":1388,"style":364},[363],[315,1390,1391,1394],{"style":525},[315,1392],{"className":1393,"style":372},[371],[315,1395,1397],{"className":1396},[376,377,378,379],[315,1398,383],{"className":1399},[341,379],[315,1401,388],{"className":1402},[387],[315,1404,1406],{"className":1405},[359],[315,1407,1409],{"className":1408,"style":395},[363],[315,1410],{},[315,1412,1414],{"className":1413},[341],".",[303,1416,1417,1418,1470,1471,1523,1524,1576,1577,1592,1593,1645,1646,1698,1699,1703],{},"By the orthogonal decomposition theorem, ",[315,1419,1421],{"className":1420},[318],[315,1422,1424],{"className":1423,"ariaHidden":323},[322],[315,1425,1427,1430],{"className":1426},[327],[315,1428],{"className":1429,"style":502},[331],[315,1431,1433,1436],{"className":1432},[341],[315,1434,510],{"className":1435,"style":509},[341,345],[315,1437,1439],{"className":1438},[350],[315,1440,1442,1462],{"className":1441},[354,355],[315,1443,1445,1459],{"className":1444},[359],[315,1446,1448],{"className":1447,"style":364},[363],[315,1449,1450,1453],{"style":525},[315,1451],{"className":1452,"style":372},[371],[315,1454,1456],{"className":1455},[376,377,378,379],[315,1457,646],{"className":1458},[341,379],[315,1460,388],{"className":1461},[387],[315,1463,1465],{"className":1464},[359],[315,1466,1468],{"className":1467,"style":395},[363],[315,1469],{}," is the component of\n",[315,1472,1474],{"className":1473},[318],[315,1475,1477],{"className":1476,"ariaHidden":323},[322],[315,1478,1480,1483],{"className":1479},[327],[315,1481],{"className":1482,"style":502},[331],[315,1484,1486,1489],{"className":1485},[341],[315,1487,346],{"className":1488},[341,345],[315,1490,1492],{"className":1491},[350],[315,1493,1495,1515],{"className":1494},[354,355],[315,1496,1498,1512],{"className":1497},[359],[315,1499,1501],{"className":1500,"style":364},[363],[315,1502,1503,1506],{"style":367},[315,1504],{"className":1505,"style":372},[371],[315,1507,1509],{"className":1508},[376,377,378,379],[315,1510,646],{"className":1511},[341,379],[315,1513,388],{"className":1514},[387],[315,1516,1518],{"className":1517},[359],[315,1519,1521],{"className":1520,"style":395},[363],[315,1522],{}," orthogonal to ",[315,1525,1527],{"className":1526},[318],[315,1528,1530],{"className":1529,"ariaHidden":323},[322],[315,1531,1533,1536],{"className":1532},[327],[315,1534],{"className":1535,"style":502},[331],[315,1537,1539,1542],{"className":1538},[341],[315,1540,510],{"className":1541,"style":509},[341,345],[315,1543,1545],{"className":1544},[350],[315,1546,1548,1568],{"className":1547},[354,355],[315,1549,1551,1565],{"className":1550},[359],[315,1552,1554],{"className":1553,"style":364},[363],[315,1555,1556,1559],{"style":525},[315,1557],{"className":1558,"style":372},[371],[315,1560,1562],{"className":1561},[376,377,378,379],[315,1563,383],{"className":1564},[341,379],[315,1566,388],{"className":1567},[387],[315,1569,1571],{"className":1570},[359],[315,1572,1574],{"className":1573,"style":395},[363],[315,1575],{},", and it stays in ",[315,1578,1580],{"className":1579},[318],[315,1581,1583],{"className":1582,"ariaHidden":323},[322],[315,1584,1586,1589],{"className":1585},[327],[315,1587],{"className":1588,"style":483},[331],[315,1590,488],{"className":1591,"style":487},[341,452]," because it is a\ncombination of ",[315,1594,1596],{"className":1595},[318],[315,1597,1599],{"className":1598,"ariaHidden":323},[322],[315,1600,1602,1605],{"className":1601},[327],[315,1603],{"className":1604,"style":502},[331],[315,1606,1608,1611],{"className":1607},[341],[315,1609,346],{"className":1610},[341,345],[315,1612,1614],{"className":1613},[350],[315,1615,1617,1637],{"className":1616},[354,355],[315,1618,1620,1634],{"className":1619},[359],[315,1621,1623],{"className":1622,"style":364},[363],[315,1624,1625,1628],{"style":367},[315,1626],{"className":1627,"style":372},[371],[315,1629,1631],{"className":1630},[376,377,378,379],[315,1632,646],{"className":1633},[341,379],[315,1635,388],{"className":1636},[387],[315,1638,1640],{"className":1639},[359],[315,1641,1643],{"className":1642,"style":395},[363],[315,1644],{}," and ",[315,1647,1649],{"className":1648},[318],[315,1650,1652],{"className":1651,"ariaHidden":323},[322],[315,1653,1655,1658],{"className":1654},[327],[315,1656],{"className":1657,"style":502},[331],[315,1659,1661,1664],{"className":1660},[341],[315,1662,346],{"className":1663},[341,345],[315,1665,1667],{"className":1666},[350],[315,1668,1670,1690],{"className":1669},[354,355],[315,1671,1673,1687],{"className":1672},[359],[315,1674,1676],{"className":1675,"style":364},[363],[315,1677,1678,1681],{"style":367},[315,1679],{"className":1680,"style":372},[371],[315,1682,1684],{"className":1683},[376,377,378,379],[315,1685,383],{"className":1686},[341,379],[315,1688,388],{"className":1689},[387],[315,1691,1693],{"className":1692},[359],[315,1694,1696],{"className":1695,"style":395},[363],[315,1697],{},". Each later vector subtracts its\nprojection onto the span of ",[1700,1701,1702],"em",{},"all"," the orthogonal vectors already built.",[1705,1706],"tikz-figure",{"hash":1707},"a20c6ead5c39c4b2d7124cfd06df71eb4a65c7e44ba2363c084bcde8d0a9a53b",[307,1709,1711],{"id":1710},"the-general-process","The general process",[1713,1714,1716,1904,3257],"callout",{"type":1715},"theorem",[303,1717,1718,1722,1723,1839,1840,1855,1856,1903],{},[1719,1720,1721],"strong",{},"Theorem (Gram–Schmidt process)."," Given a basis\n",[315,1724,1726],{"className":1725},[318],[315,1727,1729],{"className":1728,"ariaHidden":323},[322],[315,1730,1732,1735,1738,1778,1781,1784,1787,1790,1793,1796,1836],{"className":1731},[327],[315,1733],{"className":1734,"style":332},[331],[315,1736,337],{"className":1737},[336],[315,1739,1741,1744],{"className":1740},[341],[315,1742,346],{"className":1743},[341,345],[315,1745,1747],{"className":1746},[350],[315,1748,1750,1770],{"className":1749},[354,355],[315,1751,1753,1767],{"className":1752},[359],[315,1754,1756],{"className":1755,"style":364},[363],[315,1757,1758,1761],{"style":367},[315,1759],{"className":1760,"style":372},[371],[315,1762,1764],{"className":1763},[376,377,378,379],[315,1765,383],{"className":1766},[341,379],[315,1768,388],{"className":1769},[387],[315,1771,1773],{"className":1772},[359],[315,1774,1776],{"className":1775,"style":395},[363],[315,1777],{},[315,1779,402],{"className":1780},[401],[315,1782],{"className":1783,"style":407},[406],[315,1785,412],{"className":1786},[411],[315,1788],{"className":1789,"style":407},[406],[315,1791,402],{"className":1792},[401],[315,1794],{"className":1795,"style":407},[406],[315,1797,1799,1802],{"className":1798},[341],[315,1800,346],{"className":1801},[341,345],[315,1803,1805],{"className":1804},[350],[315,1806,1808,1828],{"className":1807},[354,355],[315,1809,1811,1825],{"className":1810},[359],[315,1812,1814],{"className":1813,"style":440},[363],[315,1815,1816,1819],{"style":367},[315,1817],{"className":1818,"style":372},[371],[315,1820,1822],{"className":1821},[376,377,378,379],[315,1823,303],{"className":1824},[341,452,379],[315,1826,388],{"className":1827},[387],[315,1829,1831],{"className":1830},[359],[315,1832,1834],{"className":1833,"style":462},[363],[315,1835],{},[315,1837,469],{"className":1838},[468]," for a nonzero subspace ",[315,1841,1843],{"className":1842},[318],[315,1844,1846],{"className":1845,"ariaHidden":323},[322],[315,1847,1849,1852],{"className":1848},[327],[315,1850],{"className":1851,"style":483},[331],[315,1853,488],{"className":1854,"style":487},[341,452]," of\n",[315,1857,1859],{"className":1858},[318],[315,1860,1862],{"className":1861,"ariaHidden":323},[322],[315,1863,1865,1869],{"className":1864},[327],[315,1866],{"className":1867,"style":1868},[331],"height:0.6889em;",[315,1870,1872,1877],{"className":1871},[341],[315,1873,1876],{"className":1874},[341,1875],"mathbb","R",[315,1878,1880],{"className":1879},[350],[315,1881,1883],{"className":1882},[354],[315,1884,1886],{"className":1885},[359],[315,1887,1890],{"className":1888,"style":1889},[363],"height:0.6644em;",[315,1891,1893,1896],{"style":1892},"top:-3.063em;margin-right:0.05em;",[315,1894],{"className":1895,"style":372},[371],[315,1897,1899],{"className":1898},[376,377,378,379],[315,1900,1902],{"className":1901},[341,452,379],"n",", define",[315,1905,1907],{"className":1906},[788],[315,1908,1910],{"className":1909},[318],[315,1911,1913],{"className":1912,"ariaHidden":323},[322],[315,1914,1916,1920],{"className":1915},[327],[315,1917],{"className":1918,"style":1919},[331],"height:8.011em;vertical-align:-3.7555em;",[315,1921,1923],{"className":1922},[341],[315,1924,1927,2110],{"className":1925},[1926],"mtable",[315,1928,1931],{"className":1929},[1930],"col-align-r",[315,1932,1934,2101],{"className":1933},[354,355],[315,1935,1937,2098],{"className":1936},[359],[315,1938,1941,1991,2040,2049],{"className":1939,"style":1940},[363],"height:4.2555em;",[315,1942,1944,1948],{"style":1943},"top:-6.9155em;",[315,1945],{"className":1946,"style":1947},[371],"height:3.5em;",[315,1949,1951],{"className":1950},[341],[315,1952,1954,1957],{"className":1953},[341],[315,1955,510],{"className":1956,"style":509},[341,345],[315,1958,1960],{"className":1959},[350],[315,1961,1963,1983],{"className":1962},[354,355],[315,1964,1966,1980],{"className":1965},[359],[315,1967,1969],{"className":1968,"style":364},[363],[315,1970,1971,1974],{"style":525},[315,1972],{"className":1973,"style":372},[371],[315,1975,1977],{"className":1976},[376,377,378,379],[315,1978,383],{"className":1979},[341,379],[315,1981,388],{"className":1982},[387],[315,1984,1986],{"className":1985},[359],[315,1987,1989],{"className":1988,"style":395},[363],[315,1990],{},[315,1992,1994,1997],{"style":1993},"top:-5.1341em;",[315,1995],{"className":1996,"style":1947},[371],[315,1998,2000],{"className":1999},[341],[315,2001,2003,2006],{"className":2002},[341],[315,2004,510],{"className":2005,"style":509},[341,345],[315,2007,2009],{"className":2008},[350],[315,2010,2012,2032],{"className":2011},[354,355],[315,2013,2015,2029],{"className":2014},[359],[315,2016,2018],{"className":2017,"style":364},[363],[315,2019,2020,2023],{"style":525},[315,2021],{"className":2022,"style":372},[371],[315,2024,2026],{"className":2025},[376,377,378,379],[315,2027,646],{"className":2028},[341,379],[315,2030,388],{"className":2031},[387],[315,2033,2035],{"className":2034},[359],[315,2036,2038],{"className":2037,"style":395},[363],[315,2039],{},[315,2041,2043,2046],{"style":2042},"top:-2.4981em;",[315,2044],{"className":2045,"style":1947},[371],[315,2047],{"className":2048},[341],[315,2050,2052,2055],{"style":2051},"top:-0.7166em;",[315,2053],{"className":2054,"style":1947},[371],[315,2056,2058],{"className":2057},[341],[315,2059,2061,2064],{"className":2060},[341],[315,2062,510],{"className":2063,"style":509},[341,345],[315,2065,2067],{"className":2066},[350],[315,2068,2070,2090],{"className":2069},[354,355],[315,2071,2073,2087],{"className":2072},[359],[315,2074,2076],{"className":2075,"style":440},[363],[315,2077,2078,2081],{"style":525},[315,2079],{"className":2080,"style":372},[371],[315,2082,2084],{"className":2083},[376,377,378,379],[315,2085,303],{"className":2086},[341,452,379],[315,2088,388],{"className":2089},[387],[315,2091,2093],{"className":2092},[359],[315,2094,2096],{"className":2095,"style":462},[363],[315,2097],{},[315,2099,388],{"className":2100},[387],[315,2102,2104],{"className":2103},[359],[315,2105,2108],{"className":2106,"style":2107},[363],"height:3.7555em;",[315,2109],{},[315,2111,2114],{"className":2112},[2113],"col-align-l",[315,2115,2117,3249],{"className":2116},[354,355],[315,2118,2120,3246],{"className":2119},[359],[315,2121,2123,2188,2535,2566],{"className":2122,"style":1940},[363],[315,2124,2126,2130],{"style":2125},"top:-7.103em;",[315,2127],{"className":2128,"style":2129},[371],"height:3.6875em;",[315,2131,2133,2136,2139,2142,2145,2185],{"className":2132},[341],[315,2134],{"className":2135},[341],[315,2137],{"className":2138,"style":549},[406],[315,2140,554],{"className":2141},[553],[315,2143],{"className":2144,"style":549},[406],[315,2146,2148,2151],{"className":2147},[341],[315,2149,346],{"className":2150},[341,345],[315,2152,2154],{"className":2153},[350],[315,2155,2157,2177],{"className":2156},[354,355],[315,2158,2160,2174],{"className":2159},[359],[315,2161,2163],{"className":2162,"style":364},[363],[315,2164,2165,2168],{"style":367},[315,2166],{"className":2167,"style":372},[371],[315,2169,2171],{"className":2170},[376,377,378,379],[315,2172,383],{"className":2173},[341,379],[315,2175,388],{"className":2176},[387],[315,2178,2180],{"className":2179},[359],[315,2181,2183],{"className":2182,"style":395},[363],[315,2184],{},[315,2186,402],{"className":2187},[401],[315,2189,2191,2194],{"style":2190},"top:-5.3216em;",[315,2192],{"className":2193,"style":2129},[371],[315,2195,2197,2200,2203,2206,2209,2249,2252,2255,2258,2492,2532],{"className":2196},[341],[315,2198],{"className":2199},[341],[315,2201],{"className":2202,"style":549},[406],[315,2204,554],{"className":2205},[553],[315,2207],{"className":2208,"style":549},[406],[315,2210,2212,2215],{"className":2211},[341],[315,2213,346],{"className":2214},[341,345],[315,2216,2218],{"className":2217},[350],[315,2219,2221,2241],{"className":2220},[354,355],[315,2222,2224,2238],{"className":2223},[359],[315,2225,2227],{"className":2226,"style":364},[363],[315,2228,2229,2232],{"style":367},[315,2230],{"className":2231,"style":372},[371],[315,2233,2235],{"className":2234},[376,377,378,379],[315,2236,646],{"className":2237},[341,379],[315,2239,388],{"className":2240},[387],[315,2242,2244],{"className":2243},[359],[315,2245,2247],{"className":2246,"style":395},[363],[315,2248],{},[315,2250],{"className":2251,"style":900},[406],[315,2253,905],{"className":2254},[904],[315,2256],{"className":2257,"style":900},[406],[315,2259,2261,2264,2489],{"className":2260},[341],[315,2262],{"className":2263},[336,1129],[315,2265,2267],{"className":2266},[1133],[315,2268,2270,2481],{"className":2269},[354,355],[315,2271,2273,2478],{"className":2272},[359],[315,2274,2276,2373,2381],{"className":2275,"style":1143},[363],[315,2277,2278,2281],{"style":1146},[315,2279],{"className":2280,"style":1150},[371],[315,2282,2284,2324,2327,2330,2333],{"className":2283},[341],[315,2285,2287,2290],{"className":2286},[341],[315,2288,510],{"className":2289,"style":509},[341,345],[315,2291,2293],{"className":2292},[350],[315,2294,2296,2316],{"className":2295},[354,355],[315,2297,2299,2313],{"className":2298},[359],[315,2300,2302],{"className":2301,"style":364},[363],[315,2303,2304,2307],{"style":525},[315,2305],{"className":2306,"style":372},[371],[315,2308,2310],{"className":2309},[376,377,378,379],[315,2311,383],{"className":2312},[341,379],[315,2314,388],{"className":2315},[387],[315,2317,2319],{"className":2318},[359],[315,2320,2322],{"className":2321,"style":395},[363],[315,2323],{},[315,2325],{"className":2326,"style":900},[406],[315,2328,1200],{"className":2329},[904],[315,2331],{"className":2332,"style":900},[406],[315,2334,2336,2339],{"className":2335},[341],[315,2337,510],{"className":2338,"style":509},[341,345],[315,2340,2342],{"className":2341},[350],[315,2343,2345,2365],{"className":2344},[354,355],[315,2346,2348,2362],{"className":2347},[359],[315,2349,2351],{"className":2350,"style":364},[363],[315,2352,2353,2356],{"style":525},[315,2354],{"className":2355,"style":372},[371],[315,2357,2359],{"className":2358},[376,377,378,379],[315,2360,383],{"className":2361},[341,379],[315,2363,388],{"className":2364},[387],[315,2366,2368],{"className":2367},[359],[315,2369,2371],{"className":2370,"style":395},[363],[315,2372],{},[315,2374,2375,2378],{"style":1246},[315,2376],{"className":2377,"style":1150},[371],[315,2379],{"className":2380,"style":1254},[1253],[315,2382,2383,2386],{"style":1257},[315,2384],{"className":2385,"style":1150},[371],[315,2387,2389,2429,2432,2435,2438],{"className":2388},[341],[315,2390,2392,2395],{"className":2391},[341],[315,2393,346],{"className":2394},[341,345],[315,2396,2398],{"className":2397},[350],[315,2399,2401,2421],{"className":2400},[354,355],[315,2402,2404,2418],{"className":2403},[359],[315,2405,2407],{"className":2406,"style":364},[363],[315,2408,2409,2412],{"style":367},[315,2410],{"className":2411,"style":372},[371],[315,2413,2415],{"className":2414},[376,377,378,379],[315,2416,646],{"className":2417},[341,379],[315,2419,388],{"className":2420},[387],[315,2422,2424],{"className":2423},[359],[315,2425,2427],{"className":2426,"style":395},[363],[315,2428],{},[315,2430],{"className":2431,"style":900},[406],[315,2433,1200],{"className":2434},[904],[315,2436],{"className":2437,"style":900},[406],[315,2439,2441,2444],{"className":2440},[341],[315,2442,510],{"className":2443,"style":509},[341,345],[315,2445,2447],{"className":2446},[350],[315,2448,2450,2470],{"className":2449},[354,355],[315,2451,2453,2467],{"className":2452},[359],[315,2454,2456],{"className":2455,"style":364},[363],[315,2457,2458,2461],{"style":525},[315,2459],{"className":2460,"style":372},[371],[315,2462,2464],{"className":2463},[376,377,378,379],[315,2465,383],{"className":2466},[341,379],[315,2468,388],{"className":2469},[387],[315,2471,2473],{"className":2472},[359],[315,2474,2476],{"className":2475,"style":395},[363],[315,2477],{},[315,2479,388],{"className":2480},[387],[315,2482,2484],{"className":2483},[359],[315,2485,2487],{"className":2486,"style":1362},[363],[315,2488],{},[315,2490],{"className":2491},[468,1129],[315,2493,2495,2498],{"className":2494},[341],[315,2496,510],{"className":2497,"style":509},[341,345],[315,2499,2501],{"className":2500},[350],[315,2502,2504,2524],{"className":2503},[354,355],[315,2505,2507,2521],{"className":2506},[359],[315,2508,2510],{"className":2509,"style":364},[363],[315,2511,2512,2515],{"style":525},[315,2513],{"className":2514,"style":372},[371],[315,2516,2518],{"className":2517},[376,377,378,379],[315,2519,383],{"className":2520},[341,379],[315,2522,388],{"className":2523},[387],[315,2525,2527],{"className":2526},[359],[315,2528,2530],{"className":2529,"style":395},[363],[315,2531],{},[315,2533,402],{"className":2534},[401],[315,2536,2538,2541],{"style":2537},"top:-2.6856em;",[315,2539],{"className":2540,"style":2129},[371],[315,2542,2544,2547,2551,2554],{"className":2543},[341],[315,2545],{"className":2546},[341],[315,2548,2550],{"className":2549},[406]," ",[315,2552,2550],{"className":2553},[406],[315,2555,2557,2561],{"className":2556},[341],[315,2558,2560],{"className":2559},[341],"⋮",[315,2562],{"className":2563,"style":2565},[341,2564],"rule","border-right-width:0em;border-top-width:1.5em;bottom:0em;",[315,2567,2569,2572],{"style":2568},"top:-0.9041em;",[315,2570],{"className":2571,"style":2129},[371],[315,2573,2575,2578,2581,2584,2587,2627,2630,2633,2636,2870,2910,2913,2916,2919,2923,2926,2929,2932,3194,3243],{"className":2574},[341],[315,2576],{"className":2577},[341],[315,2579],{"className":2580,"style":549},[406],[315,2582,554],{"className":2583},[553],[315,2585],{"className":2586,"style":549},[406],[315,2588,2590,2593],{"className":2589},[341],[315,2591,346],{"className":2592},[341,345],[315,2594,2596],{"className":2595},[350],[315,2597,2599,2619],{"className":2598},[354,355],[315,2600,2602,2616],{"className":2601},[359],[315,2603,2605],{"className":2604,"style":440},[363],[315,2606,2607,2610],{"style":367},[315,2608],{"className":2609,"style":372},[371],[315,2611,2613],{"className":2612},[376,377,378,379],[315,2614,303],{"className":2615},[341,452,379],[315,2617,388],{"className":2618},[387],[315,2620,2622],{"className":2621},[359],[315,2623,2625],{"className":2624,"style":462},[363],[315,2626],{},[315,2628],{"className":2629,"style":900},[406],[315,2631,905],{"className":2632},[904],[315,2634],{"className":2635,"style":900},[406],[315,2637,2639,2642,2867],{"className":2638},[341],[315,2640],{"className":2641},[336,1129],[315,2643,2645],{"className":2644},[1133],[315,2646,2648,2859],{"className":2647},[354,355],[315,2649,2651,2856],{"className":2650},[359],[315,2652,2654,2751,2759],{"className":2653,"style":1143},[363],[315,2655,2656,2659],{"style":1146},[315,2657],{"className":2658,"style":1150},[371],[315,2660,2662,2702,2705,2708,2711],{"className":2661},[341],[315,2663,2665,2668],{"className":2664},[341],[315,2666,510],{"className":2667,"style":509},[341,345],[315,2669,2671],{"className":2670},[350],[315,2672,2674,2694],{"className":2673},[354,355],[315,2675,2677,2691],{"className":2676},[359],[315,2678,2680],{"className":2679,"style":364},[363],[315,2681,2682,2685],{"style":525},[315,2683],{"className":2684,"style":372},[371],[315,2686,2688],{"className":2687},[376,377,378,379],[315,2689,383],{"className":2690},[341,379],[315,2692,388],{"className":2693},[387],[315,2695,2697],{"className":2696},[359],[315,2698,2700],{"className":2699,"style":395},[363],[315,2701],{},[315,2703],{"className":2704,"style":900},[406],[315,2706,1200],{"className":2707},[904],[315,2709],{"className":2710,"style":900},[406],[315,2712,2714,2717],{"className":2713},[341],[315,2715,510],{"className":2716,"style":509},[341,345],[315,2718,2720],{"className":2719},[350],[315,2721,2723,2743],{"className":2722},[354,355],[315,2724,2726,2740],{"className":2725},[359],[315,2727,2729],{"className":2728,"style":364},[363],[315,2730,2731,2734],{"style":525},[315,2732],{"className":2733,"style":372},[371],[315,2735,2737],{"className":2736},[376,377,378,379],[315,2738,383],{"className":2739},[341,379],[315,2741,388],{"className":2742},[387],[315,2744,2746],{"className":2745},[359],[315,2747,2749],{"className":2748,"style":395},[363],[315,2750],{},[315,2752,2753,2756],{"style":1246},[315,2754],{"className":2755,"style":1150},[371],[315,2757],{"className":2758,"style":1254},[1253],[315,2760,2761,2764],{"style":1257},[315,2762],{"className":2763,"style":1150},[371],[315,2765,2767,2807,2810,2813,2816],{"className":2766},[341],[315,2768,2770,2773],{"className":2769},[341],[315,2771,346],{"className":2772},[341,345],[315,2774,2776],{"className":2775},[350],[315,2777,2779,2799],{"className":2778},[354,355],[315,2780,2782,2796],{"className":2781},[359],[315,2783,2785],{"className":2784,"style":440},[363],[315,2786,2787,2790],{"style":367},[315,2788],{"className":2789,"style":372},[371],[315,2791,2793],{"className":2792},[376,377,378,379],[315,2794,303],{"className":2795},[341,452,379],[315,2797,388],{"className":2798},[387],[315,2800,2802],{"className":2801},[359],[315,2803,2805],{"className":2804,"style":462},[363],[315,2806],{},[315,2808],{"className":2809,"style":900},[406],[315,2811,1200],{"className":2812},[904],[315,2814],{"className":2815,"style":900},[406],[315,2817,2819,2822],{"className":2818},[341],[315,2820,510],{"className":2821,"style":509},[341,345],[315,2823,2825],{"className":2824},[350],[315,2826,2828,2848],{"className":2827},[354,355],[315,2829,2831,2845],{"className":2830},[359],[315,2832,2834],{"className":2833,"style":364},[363],[315,2835,2836,2839],{"style":525},[315,2837],{"className":2838,"style":372},[371],[315,2840,2842],{"className":2841},[376,377,378,379],[315,2843,383],{"className":2844},[341,379],[315,2846,388],{"className":2847},[387],[315,2849,2851],{"className":2850},[359],[315,2852,2854],{"className":2853,"style":395},[363],[315,2855],{},[315,2857,388],{"className":2858},[387],[315,2860,2862],{"className":2861},[359],[315,2863,2865],{"className":2864,"style":1362},[363],[315,2866],{},[315,2868],{"className":2869},[468,1129],[315,2871,2873,2876],{"className":2872},[341],[315,2874,510],{"className":2875,"style":509},[341,345],[315,2877,2879],{"className":2878},[350],[315,2880,2882,2902],{"className":2881},[354,355],[315,2883,2885,2899],{"className":2884},[359],[315,2886,2888],{"className":2887,"style":364},[363],[315,2889,2890,2893],{"style":525},[315,2891],{"className":2892,"style":372},[371],[315,2894,2896],{"className":2895},[376,377,378,379],[315,2897,383],{"className":2898},[341,379],[315,2900,388],{"className":2901},[387],[315,2903,2905],{"className":2904},[359],[315,2906,2908],{"className":2907,"style":395},[363],[315,2909],{},[315,2911],{"className":2912,"style":900},[406],[315,2914,905],{"className":2915},[904],[315,2917],{"className":2918,"style":900},[406],[315,2920,2922],{"className":2921},[411],"⋯",[315,2924],{"className":2925,"style":900},[406],[315,2927,905],{"className":2928},[904],[315,2930],{"className":2931,"style":900},[406],[315,2933,2935,2938,3191],{"className":2934},[341],[315,2936],{"className":2937},[336,1129],[315,2939,2941],{"className":2940},[1133],[315,2942,2944,3182],{"className":2943},[354,355],[315,2945,2947,3179],{"className":2946},[359],[315,2948,2950,3065,3073],{"className":2949,"style":1143},[363],[315,2951,2952,2955],{"style":1146},[315,2953],{"className":2954,"style":1150},[371],[315,2956,2958,3007,3010,3013,3016],{"className":2957},[341],[315,2959,2961,2964],{"className":2960},[341],[315,2962,510],{"className":2963,"style":509},[341,345],[315,2965,2967],{"className":2966},[350],[315,2968,2970,2999],{"className":2969},[354,355],[315,2971,2973,2996],{"className":2972},[359],[315,2974,2976],{"className":2975,"style":364},[363],[315,2977,2978,2981],{"style":525},[315,2979],{"className":2980,"style":372},[371],[315,2982,2984],{"className":2983},[376,377,378,379],[315,2985,2987,2990,2993],{"className":2986},[341,379],[315,2988,303],{"className":2989},[341,452,379],[315,2991,905],{"className":2992},[904,379],[315,2994,383],{"className":2995},[341,379],[315,2997,388],{"className":2998},[387],[315,3000,3002],{"className":3001},[359],[315,3003,3005],{"className":3004,"style":462},[363],[315,3006],{},[315,3008],{"className":3009,"style":900},[406],[315,3011,1200],{"className":3012},[904],[315,3014],{"className":3015,"style":900},[406],[315,3017,3019,3022],{"className":3018},[341],[315,3020,510],{"className":3021,"style":509},[341,345],[315,3023,3025],{"className":3024},[350],[315,3026,3028,3057],{"className":3027},[354,355],[315,3029,3031,3054],{"className":3030},[359],[315,3032,3034],{"className":3033,"style":364},[363],[315,3035,3036,3039],{"style":525},[315,3037],{"className":3038,"style":372},[371],[315,3040,3042],{"className":3041},[376,377,378,379],[315,3043,3045,3048,3051],{"className":3044},[341,379],[315,3046,303],{"className":3047},[341,452,379],[315,3049,905],{"className":3050},[904,379],[315,3052,383],{"className":3053},[341,379],[315,3055,388],{"className":3056},[387],[315,3058,3060],{"className":3059},[359],[315,3061,3063],{"className":3062,"style":462},[363],[315,3064],{},[315,3066,3067,3070],{"style":1246},[315,3068],{"className":3069,"style":1150},[371],[315,3071],{"className":3072,"style":1254},[1253],[315,3074,3075,3078],{"style":1257},[315,3076],{"className":3077,"style":1150},[371],[315,3079,3081,3121,3124,3127,3130],{"className":3080},[341],[315,3082,3084,3087],{"className":3083},[341],[315,3085,346],{"className":3086},[341,345],[315,3088,3090],{"className":3089},[350],[315,3091,3093,3113],{"className":3092},[354,355],[315,3094,3096,3110],{"className":3095},[359],[315,3097,3099],{"className":3098,"style":440},[363],[315,3100,3101,3104],{"style":367},[315,3102],{"className":3103,"style":372},[371],[315,3105,3107],{"className":3106},[376,377,378,379],[315,3108,303],{"className":3109},[341,452,379],[315,3111,388],{"className":3112},[387],[315,3114,3116],{"className":3115},[359],[315,3117,3119],{"className":3118,"style":462},[363],[315,3120],{},[315,3122],{"className":3123,"style":900},[406],[315,3125,1200],{"className":3126},[904],[315,3128],{"className":3129,"style":900},[406],[315,3131,3133,3136],{"className":3132},[341],[315,3134,510],{"className":3135,"style":509},[341,345],[315,3137,3139],{"className":3138},[350],[315,3140,3142,3171],{"className":3141},[354,355],[315,3143,3145,3168],{"className":3144},[359],[315,3146,3148],{"className":3147,"style":364},[363],[315,3149,3150,3153],{"style":525},[315,3151],{"className":3152,"style":372},[371],[315,3154,3156],{"className":3155},[376,377,378,379],[315,3157,3159,3162,3165],{"className":3158},[341,379],[315,3160,303],{"className":3161},[341,452,379],[315,3163,905],{"className":3164},[904,379],[315,3166,383],{"className":3167},[341,379],[315,3169,388],{"className":3170},[387],[315,3172,3174],{"className":3173},[359],[315,3175,3177],{"className":3176,"style":462},[363],[315,3178],{},[315,3180,388],{"className":3181},[387],[315,3183,3185],{"className":3184},[359],[315,3186,3189],{"className":3187,"style":3188},[363],"height:0.9721em;",[315,3190],{},[315,3192],{"className":3193},[468,1129],[315,3195,3197,3200],{"className":3196},[341],[315,3198,510],{"className":3199,"style":509},[341,345],[315,3201,3203],{"className":3202},[350],[315,3204,3206,3235],{"className":3205},[354,355],[315,3207,3209,3232],{"className":3208},[359],[315,3210,3212],{"className":3211,"style":364},[363],[315,3213,3214,3217],{"style":525},[315,3215],{"className":3216,"style":372},[371],[315,3218,3220],{"className":3219},[376,377,378,379],[315,3221,3223,3226,3229],{"className":3222},[341,379],[315,3224,303],{"className":3225},[341,452,379],[315,3227,905],{"className":3228},[904,379],[315,3230,383],{"className":3231},[341,379],[315,3233,388],{"className":3234},[387],[315,3236,3238],{"className":3237},[359],[315,3239,3241],{"className":3240,"style":462},[363],[315,3242],{},[315,3244,1414],{"className":3245},[341],[315,3247,388],{"className":3248},[387],[315,3250,3252],{"className":3251},[359],[315,3253,3255],{"className":3254,"style":2107},[363],[315,3256],{},[303,3258,3259,3260,3376,3377,3392,3393,3643,3644,1414],{},"Then ",[315,3261,3263],{"className":3262},[318],[315,3264,3266],{"className":3265,"ariaHidden":323},[322],[315,3267,3269,3272,3275,3315,3318,3321,3324,3327,3330,3333,3373],{"className":3268},[327],[315,3270],{"className":3271,"style":332},[331],[315,3273,337],{"className":3274},[336],[315,3276,3278,3281],{"className":3277},[341],[315,3279,510],{"className":3280,"style":509},[341,345],[315,3282,3284],{"className":3283},[350],[315,3285,3287,3307],{"className":3286},[354,355],[315,3288,3290,3304],{"className":3289},[359],[315,3291,3293],{"className":3292,"style":364},[363],[315,3294,3295,3298],{"style":525},[315,3296],{"className":3297,"style":372},[371],[315,3299,3301],{"className":3300},[376,377,378,379],[315,3302,383],{"className":3303},[341,379],[315,3305,388],{"className":3306},[387],[315,3308,3310],{"className":3309},[359],[315,3311,3313],{"className":3312,"style":395},[363],[315,3314],{},[315,3316,402],{"className":3317},[401],[315,3319],{"className":3320,"style":407},[406],[315,3322,412],{"className":3323},[411],[315,3325],{"className":3326,"style":407},[406],[315,3328,402],{"className":3329},[401],[315,3331],{"className":3332,"style":407},[406],[315,3334,3336,3339],{"className":3335},[341],[315,3337,510],{"className":3338,"style":509},[341,345],[315,3340,3342],{"className":3341},[350],[315,3343,3345,3365],{"className":3344},[354,355],[315,3346,3348,3362],{"className":3347},[359],[315,3349,3351],{"className":3350,"style":440},[363],[315,3352,3353,3356],{"style":525},[315,3354],{"className":3355,"style":372},[371],[315,3357,3359],{"className":3358},[376,377,378,379],[315,3360,303],{"className":3361},[341,452,379],[315,3363,388],{"className":3364},[387],[315,3366,3368],{"className":3367},[359],[315,3369,3371],{"className":3370,"style":462},[363],[315,3372],{},[315,3374,469],{"className":3375},[468]," is an orthogonal basis for ",[315,3378,3380],{"className":3379},[318],[315,3381,3383],{"className":3382,"ariaHidden":323},[322],[315,3384,3386,3389],{"className":3385},[327],[315,3387],{"className":3388,"style":483},[331],[315,3390,488],{"className":3391,"style":487},[341,452],", and\n",[315,3394,3396],{"className":3395},[318],[315,3397,3399,3527],{"className":3398,"ariaHidden":323},[322],[315,3400,3402,3405,3411,3414,3454,3457,3460,3463,3466,3469,3472,3515,3518,3521,3524],{"className":3401},[327],[315,3403],{"className":3404,"style":728},[331],[315,3406,3408],{"className":3407},[732],[315,3409,737],{"className":3410},[341,736],[315,3412,337],{"className":3413},[336],[315,3415,3417,3420],{"className":3416},[341],[315,3418,510],{"className":3419,"style":509},[341,345],[315,3421,3423],{"className":3422},[350],[315,3424,3426,3446],{"className":3425},[354,355],[315,3427,3429,3443],{"className":3428},[359],[315,3430,3432],{"className":3431,"style":364},[363],[315,3433,3434,3437],{"style":525},[315,3435],{"className":3436,"style":372},[371],[315,3438,3440],{"className":3439},[376,377,378,379],[315,3441,383],{"className":3442},[341,379],[315,3444,388],{"className":3445},[387],[315,3447,3449],{"className":3448},[359],[315,3450,3452],{"className":3451,"style":395},[363],[315,3453],{},[315,3455,402],{"className":3456},[401],[315,3458],{"className":3459,"style":407},[406],[315,3461,412],{"className":3462},[411],[315,3464],{"className":3465,"style":407},[406],[315,3467,402],{"className":3468},[401],[315,3470],{"className":3471,"style":407},[406],[315,3473,3475,3478],{"className":3474},[341],[315,3476,510],{"className":3477,"style":509},[341,345],[315,3479,3481],{"className":3480},[350],[315,3482,3484,3507],{"className":3483},[354,355],[315,3485,3487,3504],{"className":3486},[359],[315,3488,3491],{"className":3489,"style":3490},[363],"height:0.3361em;",[315,3492,3493,3496],{"style":525},[315,3494],{"className":3495,"style":372},[371],[315,3497,3499],{"className":3498},[376,377,378,379],[315,3500,3503],{"className":3501,"style":3502},[341,452,379],"margin-right:0.0315em;","k",[315,3505,388],{"className":3506},[387],[315,3508,3510],{"className":3509},[359],[315,3511,3513],{"className":3512,"style":395},[363],[315,3514],{},[315,3516,469],{"className":3517},[468],[315,3519],{"className":3520,"style":549},[406],[315,3522,554],{"className":3523},[553],[315,3525],{"className":3526,"style":549},[406],[315,3528,3530,3533,3539,3542,3582,3585,3588,3591,3594,3597,3600,3640],{"className":3529},[327],[315,3531],{"className":3532,"style":728},[331],[315,3534,3536],{"className":3535},[732],[315,3537,737],{"className":3538},[341,736],[315,3540,337],{"className":3541},[336],[315,3543,3545,3548],{"className":3544},[341],[315,3546,346],{"className":3547},[341,345],[315,3549,3551],{"className":3550},[350],[315,3552,3554,3574],{"className":3553},[354,355],[315,3555,3557,3571],{"className":3556},[359],[315,3558,3560],{"className":3559,"style":364},[363],[315,3561,3562,3565],{"style":367},[315,3563],{"className":3564,"style":372},[371],[315,3566,3568],{"className":3567},[376,377,378,379],[315,3569,383],{"className":3570},[341,379],[315,3572,388],{"className":3573},[387],[315,3575,3577],{"className":3576},[359],[315,3578,3580],{"className":3579,"style":395},[363],[315,3581],{},[315,3583,402],{"className":3584},[401],[315,3586],{"className":3587,"style":407},[406],[315,3589,412],{"className":3590},[411],[315,3592],{"className":3593,"style":407},[406],[315,3595,402],{"className":3596},[401],[315,3598],{"className":3599,"style":407},[406],[315,3601,3603,3606],{"className":3602},[341],[315,3604,346],{"className":3605},[341,345],[315,3607,3609],{"className":3608},[350],[315,3610,3612,3632],{"className":3611},[354,355],[315,3613,3615,3629],{"className":3614},[359],[315,3616,3618],{"className":3617,"style":3490},[363],[315,3619,3620,3623],{"style":367},[315,3621],{"className":3622,"style":372},[371],[315,3624,3626],{"className":3625},[376,377,378,379],[315,3627,3503],{"className":3628,"style":3502},[341,452,379],[315,3630,388],{"className":3631},[387],[315,3633,3635],{"className":3634},[359],[315,3636,3638],{"className":3637,"style":395},[363],[315,3639],{},[315,3641,469],{"className":3642},[468]," for each ",[315,3645,3647],{"className":3646},[318],[315,3648,3650],{"className":3649,"ariaHidden":323},[322],[315,3651,3653,3657],{"className":3652},[327],[315,3654],{"className":3655,"style":3656},[331],"height:0.6944em;",[315,3658,3503],{"className":3659,"style":3502},[341,452],[303,3661,3662,3663,3678,3679,3731,3732,3848,3849,4026,4027,4311,4312,4364,4365,4427,4428,4489,4490,4542,4543,4668,4669,4710,4711,1414],{},"The span condition is the point of the construction: the orthogonal set built from\nthe first ",[315,3664,3666],{"className":3665},[318],[315,3667,3669],{"className":3668,"ariaHidden":323},[322],[315,3670,3672,3675],{"className":3671},[327],[315,3673],{"className":3674,"style":3656},[331],[315,3676,3503],{"className":3677,"style":3502},[341,452]," inputs spans exactly the same subspace ",[315,3680,3682],{"className":3681},[318],[315,3683,3685],{"className":3684,"ariaHidden":323},[322],[315,3686,3688,3691],{"className":3687},[327],[315,3689],{"className":3690,"style":671},[331],[315,3692,3694,3697],{"className":3693},[341],[315,3695,488],{"className":3696,"style":487},[341,452],[315,3698,3700],{"className":3699},[350],[315,3701,3703,3723],{"className":3702},[354,355],[315,3704,3706,3720],{"className":3705},[359],[315,3707,3709],{"className":3708,"style":3490},[363],[315,3710,3711,3714],{"style":692},[315,3712],{"className":3713,"style":372},[371],[315,3715,3717],{"className":3716},[376,377,378,379],[315,3718,3503],{"className":3719,"style":3502},[341,452,379],[315,3721,388],{"className":3722},[387],[315,3724,3726],{"className":3725},[359],[315,3727,3729],{"className":3728,"style":395},[363],[315,3730],{}," as those inputs. The\nproof is induction. Suppose ",[315,3733,3735],{"className":3734},[318],[315,3736,3738],{"className":3737,"ariaHidden":323},[322],[315,3739,3741,3744,3747,3787,3790,3793,3796,3799,3802,3805,3845],{"className":3740},[327],[315,3742],{"className":3743,"style":728},[331],[315,3745,337],{"className":3746},[336],[315,3748,3750,3753],{"className":3749},[341],[315,3751,510],{"className":3752,"style":509},[341,345],[315,3754,3756],{"className":3755},[350],[315,3757,3759,3779],{"className":3758},[354,355],[315,3760,3762,3776],{"className":3761},[359],[315,3763,3765],{"className":3764,"style":364},[363],[315,3766,3767,3770],{"style":525},[315,3768],{"className":3769,"style":372},[371],[315,3771,3773],{"className":3772},[376,377,378,379],[315,3774,383],{"className":3775},[341,379],[315,3777,388],{"className":3778},[387],[315,3780,3782],{"className":3781},[359],[315,3783,3785],{"className":3784,"style":395},[363],[315,3786],{},[315,3788,402],{"className":3789},[401],[315,3791],{"className":3792,"style":407},[406],[315,3794,412],{"className":3795},[411],[315,3797],{"className":3798,"style":407},[406],[315,3800,402],{"className":3801},[401],[315,3803],{"className":3804,"style":407},[406],[315,3806,3808,3811],{"className":3807},[341],[315,3809,510],{"className":3810,"style":509},[341,345],[315,3812,3814],{"className":3813},[350],[315,3815,3817,3837],{"className":3816},[354,355],[315,3818,3820,3834],{"className":3819},[359],[315,3821,3823],{"className":3822,"style":3490},[363],[315,3824,3825,3828],{"style":525},[315,3826],{"className":3827,"style":372},[371],[315,3829,3831],{"className":3830},[376,377,378,379],[315,3832,3503],{"className":3833,"style":3502},[341,452,379],[315,3835,388],{"className":3836},[387],[315,3838,3840],{"className":3839},[359],[315,3841,3843],{"className":3842,"style":395},[363],[315,3844],{},[315,3846,469],{"className":3847},[468]," is an\northogonal basis for ",[315,3850,3852],{"className":3851},[318],[315,3853,3855,3910],{"className":3854,"ariaHidden":323},[322],[315,3856,3858,3861,3901,3904,3907],{"className":3857},[327],[315,3859],{"className":3860,"style":671},[331],[315,3862,3864,3867],{"className":3863},[341],[315,3865,488],{"className":3866,"style":487},[341,452],[315,3868,3870],{"className":3869},[350],[315,3871,3873,3893],{"className":3872},[354,355],[315,3874,3876,3890],{"className":3875},[359],[315,3877,3879],{"className":3878,"style":3490},[363],[315,3880,3881,3884],{"style":692},[315,3882],{"className":3883,"style":372},[371],[315,3885,3887],{"className":3886},[376,377,378,379],[315,3888,3503],{"className":3889,"style":3502},[341,452,379],[315,3891,388],{"className":3892},[387],[315,3894,3896],{"className":3895},[359],[315,3897,3899],{"className":3898,"style":395},[363],[315,3900],{},[315,3902],{"className":3903,"style":549},[406],[315,3905,554],{"className":3906},[553],[315,3908],{"className":3909,"style":549},[406],[315,3911,3913,3916,3922,3925,3965,3968,3971,3974,3977,3980,3983,4023],{"className":3912},[327],[315,3914],{"className":3915,"style":728},[331],[315,3917,3919],{"className":3918},[732],[315,3920,737],{"className":3921},[341,736],[315,3923,337],{"className":3924},[336],[315,3926,3928,3931],{"className":3927},[341],[315,3929,346],{"className":3930},[341,345],[315,3932,3934],{"className":3933},[350],[315,3935,3937,3957],{"className":3936},[354,355],[315,3938,3940,3954],{"className":3939},[359],[315,3941,3943],{"className":3942,"style":364},[363],[315,3944,3945,3948],{"style":367},[315,3946],{"className":3947,"style":372},[371],[315,3949,3951],{"className":3950},[376,377,378,379],[315,3952,383],{"className":3953},[341,379],[315,3955,388],{"className":3956},[387],[315,3958,3960],{"className":3959},[359],[315,3961,3963],{"className":3962,"style":395},[363],[315,3964],{},[315,3966,402],{"className":3967},[401],[315,3969],{"className":3970,"style":407},[406],[315,3972,412],{"className":3973},[411],[315,3975],{"className":3976,"style":407},[406],[315,3978,402],{"className":3979},[401],[315,3981],{"className":3982,"style":407},[406],[315,3984,3986,3989],{"className":3985},[341],[315,3987,346],{"className":3988},[341,345],[315,3990,3992],{"className":3991},[350],[315,3993,3995,4015],{"className":3994},[354,355],[315,3996,3998,4012],{"className":3997},[359],[315,3999,4001],{"className":4000,"style":3490},[363],[315,4002,4003,4006],{"style":367},[315,4004],{"className":4005,"style":372},[371],[315,4007,4009],{"className":4008},[376,377,378,379],[315,4010,3503],{"className":4011,"style":3502},[341,452,379],[315,4013,388],{"className":4014},[387],[315,4016,4018],{"className":4017},[359],[315,4019,4021],{"className":4020,"style":395},[363],[315,4022],{},[315,4024,469],{"className":4025},[468],". Define ",[315,4028,4030],{"className":4029},[318],[315,4031,4033,4100,4165],{"className":4032,"ariaHidden":323},[322],[315,4034,4036,4040,4091,4094,4097],{"className":4035},[327],[315,4037],{"className":4038,"style":4039},[331],"height:0.6528em;vertical-align:-0.2083em;",[315,4041,4043,4046],{"className":4042},[341],[315,4044,510],{"className":4045,"style":509},[341,345],[315,4047,4049],{"className":4048},[350],[315,4050,4052,4082],{"className":4051},[354,355],[315,4053,4055,4079],{"className":4054},[359],[315,4056,4058],{"className":4057,"style":3490},[363],[315,4059,4060,4063],{"style":525},[315,4061],{"className":4062,"style":372},[371],[315,4064,4066],{"className":4065},[376,377,378,379],[315,4067,4069,4072,4076],{"className":4068},[341,379],[315,4070,3503],{"className":4071,"style":3502},[341,452,379],[315,4073,4075],{"className":4074},[904,379],"+",[315,4077,383],{"className":4078},[341,379],[315,4080,388],{"className":4081},[387],[315,4083,4085],{"className":4084},[359],[315,4086,4089],{"className":4087,"style":4088},[363],"height:0.2083em;",[315,4090],{},[315,4092],{"className":4093,"style":549},[406],[315,4095,554],{"className":4096},[553],[315,4098],{"className":4099,"style":549},[406],[315,4101,4103,4107,4156,4159,4162],{"className":4102},[327],[315,4104],{"className":4105,"style":4106},[331],"height:0.7917em;vertical-align:-0.2083em;",[315,4108,4110,4113],{"className":4109},[341],[315,4111,346],{"className":4112},[341,345],[315,4114,4116],{"className":4115},[350],[315,4117,4119,4148],{"className":4118},[354,355],[315,4120,4122,4145],{"className":4121},[359],[315,4123,4125],{"className":4124,"style":3490},[363],[315,4126,4127,4130],{"style":367},[315,4128],{"className":4129,"style":372},[371],[315,4131,4133],{"className":4132},[376,377,378,379],[315,4134,4136,4139,4142],{"className":4135},[341,379],[315,4137,3503],{"className":4138,"style":3502},[341,452,379],[315,4140,4075],{"className":4141},[904,379],[315,4143,383],{"className":4144},[341,379],[315,4146,388],{"className":4147},[387],[315,4149,4151],{"className":4150},[359],[315,4152,4154],{"className":4153,"style":4088},[363],[315,4155],{},[315,4157],{"className":4158,"style":900},[406],[315,4160,905],{"className":4161},[904],[315,4163],{"className":4164,"style":900},[406],[315,4166,4168,4172,4259,4262],{"className":4167},[327],[315,4169],{"className":4170,"style":4171},[331],"height:1.0179em;vertical-align:-0.35em;",[315,4173,4175,4181],{"className":4174},[732],[315,4176,4178],{"className":4177},[732],[315,4179,925],{"className":4180},[341,736],[315,4182,4184],{"className":4183},[350],[315,4185,4187,4250],{"className":4186},[354,355],[315,4188,4190,4247],{"className":4189},[359],[315,4191,4193],{"className":4192,"style":938},[363],[315,4194,4195,4198],{"style":941},[315,4196],{"className":4197,"style":372},[371],[315,4199,4201],{"className":4200},[376,377,378,379],[315,4202,4204],{"className":4203},[341,379],[315,4205,4207,4210],{"className":4206},[341,379],[315,4208,488],{"className":4209,"style":487},[341,452,379],[315,4211,4213],{"className":4212},[350],[315,4214,4216,4238],{"className":4215},[354,355],[315,4217,4219,4235],{"className":4218},[359],[315,4220,4223],{"className":4221,"style":4222},[363],"height:0.3448em;",[315,4224,4226,4229],{"style":4225},"top:-2.3488em;margin-left:-0.1389em;margin-right:0.0714em;",[315,4227],{"className":4228,"style":976},[371],[315,4230,4232],{"className":4231},[376,980,981,379],[315,4233,3503],{"className":4234,"style":3502},[341,452,379],[315,4236,388],{"className":4237},[387],[315,4239,4241],{"className":4240},[359],[315,4242,4245],{"className":4243,"style":4244},[363],"height:0.1512em;",[315,4246],{},[315,4248,388],{"className":4249},[387],[315,4251,4253],{"className":4252},[359],[315,4254,4257],{"className":4255,"style":4256},[363],"height:0.35em;",[315,4258],{},[315,4260],{"className":4261,"style":407},[406],[315,4263,4265,4268],{"className":4264},[341],[315,4266,346],{"className":4267},[341,345],[315,4269,4271],{"className":4270},[350],[315,4272,4274,4303],{"className":4273},[354,355],[315,4275,4277,4300],{"className":4276},[359],[315,4278,4280],{"className":4279,"style":3490},[363],[315,4281,4282,4285],{"style":367},[315,4283],{"className":4284,"style":372},[371],[315,4286,4288],{"className":4287},[376,377,378,379],[315,4289,4291,4294,4297],{"className":4290},[341,379],[315,4292,3503],{"className":4293,"style":3502},[341,452,379],[315,4295,4075],{"className":4296},[904,379],[315,4298,383],{"className":4299},[341,379],[315,4301,388],{"className":4302},[387],[315,4304,4306],{"className":4305},[359],[315,4307,4309],{"className":4308,"style":4088},[363],[315,4310],{},". By the orthogonal decomposition theorem it is orthogonal to\n",[315,4313,4315],{"className":4314},[318],[315,4316,4318],{"className":4317,"ariaHidden":323},[322],[315,4319,4321,4324],{"className":4320},[327],[315,4322],{"className":4323,"style":671},[331],[315,4325,4327,4330],{"className":4326},[341],[315,4328,488],{"className":4329,"style":487},[341,452],[315,4331,4333],{"className":4332},[350],[315,4334,4336,4356],{"className":4335},[354,355],[315,4337,4339,4353],{"className":4338},[359],[315,4340,4342],{"className":4341,"style":3490},[363],[315,4343,4344,4347],{"style":692},[315,4345],{"className":4346,"style":372},[371],[315,4348,4350],{"className":4349},[376,377,378,379],[315,4351,3503],{"className":4352,"style":3502},[341,452,379],[315,4354,388],{"className":4355},[387],[315,4357,4359],{"className":4358},[359],[315,4360,4362],{"className":4361,"style":395},[363],[315,4363],{},"; it lies in ",[315,4366,4368],{"className":4367},[318],[315,4369,4371],{"className":4370,"ariaHidden":323},[322],[315,4372,4374,4378],{"className":4373},[327],[315,4375],{"className":4376,"style":4377},[331],"height:0.8917em;vertical-align:-0.2083em;",[315,4379,4381,4384],{"className":4380},[341],[315,4382,488],{"className":4383,"style":487},[341,452],[315,4385,4387],{"className":4386},[350],[315,4388,4390,4419],{"className":4389},[354,355],[315,4391,4393,4416],{"className":4392},[359],[315,4394,4396],{"className":4395,"style":3490},[363],[315,4397,4398,4401],{"style":692},[315,4399],{"className":4400,"style":372},[371],[315,4402,4404],{"className":4403},[376,377,378,379],[315,4405,4407,4410,4413],{"className":4406},[341,379],[315,4408,3503],{"className":4409,"style":3502},[341,452,379],[315,4411,4075],{"className":4412},[904,379],[315,4414,383],{"className":4415},[341,379],[315,4417,388],{"className":4418},[387],[315,4420,4422],{"className":4421},[359],[315,4423,4425],{"className":4424,"style":4088},[363],[315,4426],{},"; and it is nonzero because ",[315,4429,4431],{"className":4430},[318],[315,4432,4434],{"className":4433,"ariaHidden":323},[322],[315,4435,4437,4440],{"className":4436},[327],[315,4438],{"className":4439,"style":4039},[331],[315,4441,4443,4446],{"className":4442},[341],[315,4444,346],{"className":4445},[341,345],[315,4447,4449],{"className":4448},[350],[315,4450,4452,4481],{"className":4451},[354,355],[315,4453,4455,4478],{"className":4454},[359],[315,4456,4458],{"className":4457,"style":3490},[363],[315,4459,4460,4463],{"style":367},[315,4461],{"className":4462,"style":372},[371],[315,4464,4466],{"className":4465},[376,377,378,379],[315,4467,4469,4472,4475],{"className":4468},[341,379],[315,4470,3503],{"className":4471,"style":3502},[341,452,379],[315,4473,4075],{"className":4474},[904,379],[315,4476,383],{"className":4477},[341,379],[315,4479,388],{"className":4480},[387],[315,4482,4484],{"className":4483},[359],[315,4485,4487],{"className":4486,"style":4088},[363],[315,4488],{}," is not\nin ",[315,4491,4493],{"className":4492},[318],[315,4494,4496],{"className":4495,"ariaHidden":323},[322],[315,4497,4499,4502],{"className":4498},[327],[315,4500],{"className":4501,"style":671},[331],[315,4503,4505,4508],{"className":4504},[341],[315,4506,488],{"className":4507,"style":487},[341,452],[315,4509,4511],{"className":4510},[350],[315,4512,4514,4534],{"className":4513},[354,355],[315,4515,4517,4531],{"className":4516},[359],[315,4518,4520],{"className":4519,"style":3490},[363],[315,4521,4522,4525],{"style":692},[315,4523],{"className":4524,"style":372},[371],[315,4526,4528],{"className":4527},[376,377,378,379],[315,4529,3503],{"className":4530,"style":3502},[341,452,379],[315,4532,388],{"className":4533},[387],[315,4535,4537],{"className":4536},[359],[315,4538,4540],{"className":4539,"style":395},[363],[315,4541],{},". So ",[315,4544,4546],{"className":4545},[318],[315,4547,4549],{"className":4548,"ariaHidden":323},[322],[315,4550,4552,4555,4558,4598,4601,4604,4607,4610,4613,4616,4665],{"className":4551},[327],[315,4553],{"className":4554,"style":728},[331],[315,4556,337],{"className":4557},[336],[315,4559,4561,4564],{"className":4560},[341],[315,4562,510],{"className":4563,"style":509},[341,345],[315,4565,4567],{"className":4566},[350],[315,4568,4570,4590],{"className":4569},[354,355],[315,4571,4573,4587],{"className":4572},[359],[315,4574,4576],{"className":4575,"style":364},[363],[315,4577,4578,4581],{"style":525},[315,4579],{"className":4580,"style":372},[371],[315,4582,4584],{"className":4583},[376,377,378,379],[315,4585,383],{"className":4586},[341,379],[315,4588,388],{"className":4589},[387],[315,4591,4593],{"className":4592},[359],[315,4594,4596],{"className":4595,"style":395},[363],[315,4597],{},[315,4599,402],{"className":4600},[401],[315,4602],{"className":4603,"style":407},[406],[315,4605,412],{"className":4606},[411],[315,4608],{"className":4609,"style":407},[406],[315,4611,402],{"className":4612},[401],[315,4614],{"className":4615,"style":407},[406],[315,4617,4619,4622],{"className":4618},[341],[315,4620,510],{"className":4621,"style":509},[341,345],[315,4623,4625],{"className":4624},[350],[315,4626,4628,4657],{"className":4627},[354,355],[315,4629,4631,4654],{"className":4630},[359],[315,4632,4634],{"className":4633,"style":3490},[363],[315,4635,4636,4639],{"style":525},[315,4637],{"className":4638,"style":372},[371],[315,4640,4642],{"className":4641},[376,377,378,379],[315,4643,4645,4648,4651],{"className":4644},[341,379],[315,4646,3503],{"className":4647,"style":3502},[341,452,379],[315,4649,4075],{"className":4650},[904,379],[315,4652,383],{"className":4653},[341,379],[315,4655,388],{"className":4656},[387],[315,4658,4660],{"className":4659},[359],[315,4661,4663],{"className":4662,"style":4088},[363],[315,4664],{},[315,4666,469],{"className":4667},[468]," is an orthogonal basis of\nthe ",[315,4670,4672],{"className":4671},[318],[315,4673,4675,4697],{"className":4674,"ariaHidden":323},[322],[315,4676,4678,4681,4685,4688,4691,4694],{"className":4677},[327],[315,4679],{"className":4680,"style":728},[331],[315,4682,4684],{"className":4683},[336],"(",[315,4686,3503],{"className":4687,"style":3502},[341,452],[315,4689],{"className":4690,"style":900},[406],[315,4692,4075],{"className":4693},[904],[315,4695],{"className":4696,"style":900},[406],[315,4698,4700,4703,4706],{"className":4699},[327],[315,4701],{"className":4702,"style":728},[331],[315,4704,383],{"className":4705},[341],[315,4707,4709],{"className":4708},[468],")","-dimensional space ",[315,4712,4714],{"className":4713},[318],[315,4715,4717],{"className":4716,"ariaHidden":323},[322],[315,4718,4720,4723],{"className":4719},[327],[315,4721],{"className":4722,"style":4377},[331],[315,4724,4726,4729],{"className":4725},[341],[315,4727,488],{"className":4728,"style":487},[341,452],[315,4730,4732],{"className":4731},[350],[315,4733,4735,4764],{"className":4734},[354,355],[315,4736,4738,4761],{"className":4737},[359],[315,4739,4741],{"className":4740,"style":3490},[363],[315,4742,4743,4746],{"style":692},[315,4744],{"className":4745,"style":372},[371],[315,4747,4749],{"className":4748},[376,377,378,379],[315,4750,4752,4755,4758],{"className":4751},[341,379],[315,4753,3503],{"className":4754,"style":3502},[341,452,379],[315,4756,4075],{"className":4757},[904,379],[315,4759,383],{"className":4760},[341,379],[315,4762,388],{"className":4763},[387],[315,4765,4767],{"className":4766},[359],[315,4768,4770],{"className":4769,"style":4088},[363],[315,4771],{},[1705,4773],{"hash":4774},"62bbb176d26028280137f770c1ee246918ac68c4c19fd1d2711e0ca22ad3ee91",[4776,4777,4781],"pre",{"className":4778,"code":4779,"language":4780,"meta":298,"style":298},"language-algorithm shiki shiki-themes Vesper Light - Orange Boost (Quick Open Adjusted) vesper","caption: $\\textsc{Gram-Schmidt}(\\mathbf{x}_1, \\dots, \\mathbf{x}_p)$ — orthogonal basis for the span\n$\\mathbf{v}_1 \\gets \\mathbf{x}_1$\nfor $k = 2$ to $p$ do\n  $\\mathbf{v}_k \\gets \\mathbf{x}_k$\n  for $j = 1$ to $k-1$ do\n    $\\mathbf{v}_k \\gets \\mathbf{v}_k - \\dfrac{\\mathbf{x}_k \\cdot \\mathbf{v}_j}{\\mathbf{v}_j \\cdot \\mathbf{v}_j}\\, \\mathbf{v}_j$ \u002F\u002F remove the component along $\\mathbf{v}_j$\nreturn $\\{\\mathbf{v}_1, \\dots, \\mathbf{v}_p\\}$\n","algorithm",[4782,4783,4784,4790,4795,4800,4805,4810,4815],"code",{"__ignoreMap":298},[315,4785,4787],{"class":4786,"line":6},"line",[315,4788,4789],{},"caption: $\\textsc{Gram-Schmidt}(\\mathbf{x}_1, \\dots, \\mathbf{x}_p)$ — orthogonal basis for the span\n",[315,4791,4792],{"class":4786,"line":17},[315,4793,4794],{},"$\\mathbf{v}_1 \\gets \\mathbf{x}_1$\n",[315,4796,4797],{"class":4786,"line":23},[315,4798,4799],{},"for $k = 2$ to $p$ do\n",[315,4801,4802],{"class":4786,"line":29},[315,4803,4804],{},"  $\\mathbf{v}_k \\gets \\mathbf{x}_k$\n",[315,4806,4807],{"class":4786,"line":35},[315,4808,4809],{},"  for $j = 1$ to $k-1$ do\n",[315,4811,4812],{"class":4786,"line":118},[315,4813,4814],{},"    $\\mathbf{v}_k \\gets \\mathbf{v}_k - \\dfrac{\\mathbf{x}_k \\cdot \\mathbf{v}_j}{\\mathbf{v}_j \\cdot \\mathbf{v}_j}\\, \\mathbf{v}_j$ \u002F\u002F remove the component along $\\mathbf{v}_j$\n",[315,4816,4817],{"class":4786,"line":124},[315,4818,4819],{},"return $\\{\\mathbf{v}_1, \\dots, \\mathbf{v}_p\\}$\n",[303,4821,4822,4823,4875],{},"An orthonormal basis follows by normalizing each ",[315,4824,4826],{"className":4825},[318],[315,4827,4829],{"className":4828,"ariaHidden":323},[322],[315,4830,4832,4835],{"className":4831},[327],[315,4833],{"className":4834,"style":502},[331],[315,4836,4838,4841],{"className":4837},[341],[315,4839,510],{"className":4840,"style":509},[341,345],[315,4842,4844],{"className":4843},[350],[315,4845,4847,4867],{"className":4846},[354,355],[315,4848,4850,4864],{"className":4849},[359],[315,4851,4853],{"className":4852,"style":3490},[363],[315,4854,4855,4858],{"style":525},[315,4856],{"className":4857,"style":372},[371],[315,4859,4861],{"className":4860},[376,377,378,379],[315,4862,3503],{"className":4863,"style":3502},[341,452,379],[315,4865,388],{"className":4866},[387],[315,4868,4870],{"className":4869},[359],[315,4871,4873],{"className":4872,"style":395},[363],[315,4874],{}," at the end. Doing\nso only after the orthogonal set is complete avoids writing square roots at every\nstep of a hand calculation.",[307,4877,4879],{"id":4878},"orthogonalizing-a-basis","Orthogonalizing a basis",[1713,4881,4883,5260,5424,5683,6254,6451,7109,8282],{"type":4882},"example",[303,4884,4885,4888,4889,4992,4993,5097,5098,470,5202,1855,5217,1414],{},[1719,4886,4887],{},"Worked example."," Orthogonalize the basis ",[315,4890,4892],{"className":4891},[318],[315,4893,4895,4950],{"className":4894,"ariaHidden":323},[322],[315,4896,4898,4901,4941,4944,4947],{"className":4897},[327],[315,4899],{"className":4900,"style":502},[331],[315,4902,4904,4907],{"className":4903},[341],[315,4905,346],{"className":4906},[341,345],[315,4908,4910],{"className":4909},[350],[315,4911,4913,4933],{"className":4912},[354,355],[315,4914,4916,4930],{"className":4915},[359],[315,4917,4919],{"className":4918,"style":364},[363],[315,4920,4921,4924],{"style":367},[315,4922],{"className":4923,"style":372},[371],[315,4925,4927],{"className":4926},[376,377,378,379],[315,4928,383],{"className":4929},[341,379],[315,4931,388],{"className":4932},[387],[315,4934,4936],{"className":4935},[359],[315,4937,4939],{"className":4938,"style":395},[363],[315,4940],{},[315,4942],{"className":4943,"style":549},[406],[315,4945,554],{"className":4946},[553],[315,4948],{"className":4949,"style":549},[406],[315,4951,4953,4956,4959,4962,4965,4968,4971,4974,4977,4980,4983,4986,4989],{"className":4952},[327],[315,4954],{"className":4955,"style":728},[331],[315,4957,4684],{"className":4958},[336],[315,4960,383],{"className":4961},[341],[315,4963,402],{"className":4964},[401],[315,4966],{"className":4967,"style":407},[406],[315,4969,383],{"className":4970},[341],[315,4972,402],{"className":4973},[401],[315,4975],{"className":4976,"style":407},[406],[315,4978,383],{"className":4979},[341],[315,4981,402],{"className":4982},[401],[315,4984],{"className":4985,"style":407},[406],[315,4987,383],{"className":4988},[341],[315,4990,4709],{"className":4991},[468],",\n",[315,4994,4996],{"className":4995},[318],[315,4997,4999,5054],{"className":4998,"ariaHidden":323},[322],[315,5000,5002,5005,5045,5048,5051],{"className":5001},[327],[315,5003],{"className":5004,"style":502},[331],[315,5006,5008,5011],{"className":5007},[341],[315,5009,346],{"className":5010},[341,345],[315,5012,5014],{"className":5013},[350],[315,5015,5017,5037],{"className":5016},[354,355],[315,5018,5020,5034],{"className":5019},[359],[315,5021,5023],{"className":5022,"style":364},[363],[315,5024,5025,5028],{"style":367},[315,5026],{"className":5027,"style":372},[371],[315,5029,5031],{"className":5030},[376,377,378,379],[315,5032,646],{"className":5033},[341,379],[315,5035,388],{"className":5036},[387],[315,5038,5040],{"className":5039},[359],[315,5041,5043],{"className":5042,"style":395},[363],[315,5044],{},[315,5046],{"className":5047,"style":549},[406],[315,5049,554],{"className":5050},[553],[315,5052],{"className":5053,"style":549},[406],[315,5055,5057,5060,5063,5067,5070,5073,5076,5079,5082,5085,5088,5091,5094],{"className":5056},[327],[315,5058],{"className":5059,"style":728},[331],[315,5061,4684],{"className":5062},[336],[315,5064,5066],{"className":5065},[341],"0",[315,5068,402],{"className":5069},[401],[315,5071],{"className":5072,"style":407},[406],[315,5074,383],{"className":5075},[341],[315,5077,402],{"className":5078},[401],[315,5080],{"className":5081,"style":407},[406],[315,5083,383],{"className":5084},[341],[315,5086,402],{"className":5087},[401],[315,5089],{"className":5090,"style":407},[406],[315,5092,383],{"className":5093},[341],[315,5095,4709],{"className":5096},[468],", ",[315,5099,5101],{"className":5100},[318],[315,5102,5104,5160],{"className":5103,"ariaHidden":323},[322],[315,5105,5107,5110,5151,5154,5157],{"className":5106},[327],[315,5108],{"className":5109,"style":502},[331],[315,5111,5113,5116],{"className":5112},[341],[315,5114,346],{"className":5115},[341,345],[315,5117,5119],{"className":5118},[350],[315,5120,5122,5143],{"className":5121},[354,355],[315,5123,5125,5140],{"className":5124},[359],[315,5126,5128],{"className":5127,"style":364},[363],[315,5129,5130,5133],{"style":367},[315,5131],{"className":5132,"style":372},[371],[315,5134,5136],{"className":5135},[376,377,378,379],[315,5137,5139],{"className":5138},[341,379],"3",[315,5141,388],{"className":5142},[387],[315,5144,5146],{"className":5145},[359],[315,5147,5149],{"className":5148,"style":395},[363],[315,5150],{},[315,5152],{"className":5153,"style":549},[406],[315,5155,554],{"className":5156},[553],[315,5158],{"className":5159,"style":549},[406],[315,5161,5163,5166,5169,5172,5175,5178,5181,5184,5187,5190,5193,5196,5199],{"className":5162},[327],[315,5164],{"className":5165,"style":728},[331],[315,5167,4684],{"className":5168},[336],[315,5170,5066],{"className":5171},[341],[315,5173,402],{"className":5174},[401],[315,5176],{"className":5177,"style":407},[406],[315,5179,5066],{"className":5180},[341],[315,5182,402],{"className":5183},[401],[315,5185],{"className":5186,"style":407},[406],[315,5188,383],{"className":5189},[341],[315,5191,402],{"className":5192},[401],[315,5194],{"className":5195,"style":407},[406],[315,5197,383],{"className":5198},[341],[315,5200,4709],{"className":5201},[468],[315,5203,5205],{"className":5204},[318],[315,5206,5208],{"className":5207,"ariaHidden":323},[322],[315,5209,5211,5214],{"className":5210},[327],[315,5212],{"className":5213,"style":483},[331],[315,5215,488],{"className":5216,"style":487},[341,452],[315,5218,5220],{"className":5219},[318],[315,5221,5223],{"className":5222,"ariaHidden":323},[322],[315,5224,5226,5230],{"className":5225},[327],[315,5227],{"className":5228,"style":5229},[331],"height:0.8141em;",[315,5231,5233,5236],{"className":5232},[341],[315,5234,1876],{"className":5235},[341,1875],[315,5237,5239],{"className":5238},[350],[315,5240,5242],{"className":5241},[354],[315,5243,5245],{"className":5244},[359],[315,5246,5248],{"className":5247,"style":5229},[363],[315,5249,5250,5253],{"style":1892},[315,5251],{"className":5252,"style":372},[371],[315,5254,5256],{"className":5255},[376,377,378,379],[315,5257,5259],{"className":5258},[341,379],"4",[303,5261,5262,5265,5266,1414],{},[1700,5263,5264],{},"Step 1."," ",[315,5267,5269],{"className":5268},[318],[315,5270,5272,5327,5382],{"className":5271,"ariaHidden":323},[322],[315,5273,5275,5278,5318,5321,5324],{"className":5274},[327],[315,5276],{"className":5277,"style":502},[331],[315,5279,5281,5284],{"className":5280},[341],[315,5282,510],{"className":5283,"style":509},[341,345],[315,5285,5287],{"className":5286},[350],[315,5288,5290,5310],{"className":5289},[354,355],[315,5291,5293,5307],{"className":5292},[359],[315,5294,5296],{"className":5295,"style":364},[363],[315,5297,5298,5301],{"style":525},[315,5299],{"className":5300,"style":372},[371],[315,5302,5304],{"className":5303},[376,377,378,379],[315,5305,383],{"className":5306},[341,379],[315,5308,388],{"className":5309},[387],[315,5311,5313],{"className":5312},[359],[315,5314,5316],{"className":5315,"style":395},[363],[315,5317],{},[315,5319],{"className":5320,"style":549},[406],[315,5322,554],{"className":5323},[553],[315,5325],{"className":5326,"style":549},[406],[315,5328,5330,5333,5373,5376,5379],{"className":5329},[327],[315,5331],{"className":5332,"style":502},[331],[315,5334,5336,5339],{"className":5335},[341],[315,5337,346],{"className":5338},[341,345],[315,5340,5342],{"className":5341},[350],[315,5343,5345,5365],{"className":5344},[354,355],[315,5346,5348,5362],{"className":5347},[359],[315,5349,5351],{"className":5350,"style":364},[363],[315,5352,5353,5356],{"style":367},[315,5354],{"className":5355,"style":372},[371],[315,5357,5359],{"className":5358},[376,377,378,379],[315,5360,383],{"className":5361},[341,379],[315,5363,388],{"className":5364},[387],[315,5366,5368],{"className":5367},[359],[315,5369,5371],{"className":5370,"style":395},[363],[315,5372],{},[315,5374],{"className":5375,"style":549},[406],[315,5377,554],{"className":5378},[553],[315,5380],{"className":5381,"style":549},[406],[315,5383,5385,5388,5391,5394,5397,5400,5403,5406,5409,5412,5415,5418,5421],{"className":5384},[327],[315,5386],{"className":5387,"style":728},[331],[315,5389,4684],{"className":5390},[336],[315,5392,383],{"className":5393},[341],[315,5395,402],{"className":5396},[401],[315,5398],{"className":5399,"style":407},[406],[315,5401,383],{"className":5402},[341],[315,5404,402],{"className":5405},[401],[315,5407],{"className":5408,"style":407},[406],[315,5410,383],{"className":5411},[341],[315,5413,402],{"className":5414},[401],[315,5416],{"className":5417,"style":407},[406],[315,5419,383],{"className":5420},[341],[315,5422,4709],{"className":5423},[468],[303,5425,5426,5429,5430,5557,5558,402],{},[1700,5427,5428],{},"Step 2."," With ",[315,5431,5433],{"className":5432},[318],[315,5434,5436,5492,5547],{"className":5435,"ariaHidden":323},[322],[315,5437,5439,5443,5483,5486,5489],{"className":5438},[327],[315,5440],{"className":5441,"style":5442},[331],"height:0.5945em;vertical-align:-0.15em;",[315,5444,5446,5449],{"className":5445},[341],[315,5447,346],{"className":5448},[341,345],[315,5450,5452],{"className":5451},[350],[315,5453,5455,5475],{"className":5454},[354,355],[315,5456,5458,5472],{"className":5457},[359],[315,5459,5461],{"className":5460,"style":364},[363],[315,5462,5463,5466],{"style":367},[315,5464],{"className":5465,"style":372},[371],[315,5467,5469],{"className":5468},[376,377,378,379],[315,5470,646],{"className":5471},[341,379],[315,5473,388],{"className":5474},[387],[315,5476,5478],{"className":5477},[359],[315,5479,5481],{"className":5480,"style":395},[363],[315,5482],{},[315,5484],{"className":5485,"style":900},[406],[315,5487,1200],{"className":5488},[904],[315,5490],{"className":5491,"style":900},[406],[315,5493,5495,5498,5538,5541,5544],{"className":5494},[327],[315,5496],{"className":5497,"style":502},[331],[315,5499,5501,5504],{"className":5500},[341],[315,5502,510],{"className":5503,"style":509},[341,345],[315,5505,5507],{"className":5506},[350],[315,5508,5510,5530],{"className":5509},[354,355],[315,5511,5513,5527],{"className":5512},[359],[315,5514,5516],{"className":5515,"style":364},[363],[315,5517,5518,5521],{"style":525},[315,5519],{"className":5520,"style":372},[371],[315,5522,5524],{"className":5523},[376,377,378,379],[315,5525,383],{"className":5526},[341,379],[315,5528,388],{"className":5529},[387],[315,5531,5533],{"className":5532},[359],[315,5534,5536],{"className":5535,"style":395},[363],[315,5537],{},[315,5539],{"className":5540,"style":549},[406],[315,5542,554],{"className":5543},[553],[315,5545],{"className":5546,"style":549},[406],[315,5548,5550,5554],{"className":5549},[327],[315,5551],{"className":5552,"style":5553},[331],"height:0.6444em;",[315,5555,5139],{"className":5556},[341]," and\n",[315,5559,5561],{"className":5560},[318],[315,5562,5564,5619,5674],{"className":5563,"ariaHidden":323},[322],[315,5565,5567,5570,5610,5613,5616],{"className":5566},[327],[315,5568],{"className":5569,"style":5442},[331],[315,5571,5573,5576],{"className":5572},[341],[315,5574,510],{"className":5575,"style":509},[341,345],[315,5577,5579],{"className":5578},[350],[315,5580,5582,5602],{"className":5581},[354,355],[315,5583,5585,5599],{"className":5584},[359],[315,5586,5588],{"className":5587,"style":364},[363],[315,5589,5590,5593],{"style":525},[315,5591],{"className":5592,"style":372},[371],[315,5594,5596],{"className":5595},[376,377,378,379],[315,5597,383],{"className":5598},[341,379],[315,5600,388],{"className":5601},[387],[315,5603,5605],{"className":5604},[359],[315,5606,5608],{"className":5607,"style":395},[363],[315,5609],{},[315,5611],{"className":5612,"style":900},[406],[315,5614,1200],{"className":5615},[904],[315,5617],{"className":5618,"style":900},[406],[315,5620,5622,5625,5665,5668,5671],{"className":5621},[327],[315,5623],{"className":5624,"style":502},[331],[315,5626,5628,5631],{"className":5627},[341],[315,5629,510],{"className":5630,"style":509},[341,345],[315,5632,5634],{"className":5633},[350],[315,5635,5637,5657],{"className":5636},[354,355],[315,5638,5640,5654],{"className":5639},[359],[315,5641,5643],{"className":5642,"style":364},[363],[315,5644,5645,5648],{"style":525},[315,5646],{"className":5647,"style":372},[371],[315,5649,5651],{"className":5650},[376,377,378,379],[315,5652,383],{"className":5653},[341,379],[315,5655,388],{"className":5656},[387],[315,5658,5660],{"className":5659},[359],[315,5661,5663],{"className":5662,"style":395},[363],[315,5664],{},[315,5666],{"className":5667,"style":549},[406],[315,5669,554],{"className":5670},[553],[315,5672],{"className":5673,"style":549},[406],[315,5675,5677,5680],{"className":5676},[327],[315,5678],{"className":5679,"style":5553},[331],[315,5681,5259],{"className":5682},[341],[315,5684,5686],{"className":5685},[788],[315,5687,5689],{"className":5688},[318],[315,5690,5692,5747,5802,5930],{"className":5691,"ariaHidden":323},[322],[315,5693,5695,5698,5738,5741,5744],{"className":5694},[327],[315,5696],{"className":5697,"style":502},[331],[315,5699,5701,5704],{"className":5700},[341],[315,5702,510],{"className":5703,"style":509},[341,345],[315,5705,5707],{"className":5706},[350],[315,5708,5710,5730],{"className":5709},[354,355],[315,5711,5713,5727],{"className":5712},[359],[315,5714,5716],{"className":5715,"style":364},[363],[315,5717,5718,5721],{"style":525},[315,5719],{"className":5720,"style":372},[371],[315,5722,5724],{"className":5723},[376,377,378,379],[315,5725,646],{"className":5726},[341,379],[315,5728,388],{"className":5729},[387],[315,5731,5733],{"className":5732},[359],[315,5734,5736],{"className":5735,"style":395},[363],[315,5737],{},[315,5739],{"className":5740,"style":549},[406],[315,5742,554],{"className":5743},[553],[315,5745],{"className":5746,"style":549},[406],[315,5748,5750,5753,5793,5796,5799],{"className":5749},[327],[315,5751],{"className":5752,"style":856},[331],[315,5754,5756,5759],{"className":5755},[341],[315,5757,346],{"className":5758},[341,345],[315,5760,5762],{"className":5761},[350],[315,5763,5765,5785],{"className":5764},[354,355],[315,5766,5768,5782],{"className":5767},[359],[315,5769,5771],{"className":5770,"style":364},[363],[315,5772,5773,5776],{"style":367},[315,5774],{"className":5775,"style":372},[371],[315,5777,5779],{"className":5778},[376,377,378,379],[315,5780,646],{"className":5781},[341,379],[315,5783,388],{"className":5784},[387],[315,5786,5788],{"className":5787},[359],[315,5789,5791],{"className":5790,"style":395},[363],[315,5792],{},[315,5794],{"className":5795,"style":900},[406],[315,5797,905],{"className":5798},[904],[315,5800],{"className":5801,"style":900},[406],[315,5803,5805,5809,5881,5921,5924,5927],{"className":5804},[327],[315,5806],{"className":5807,"style":5808},[331],"height:1.1901em;vertical-align:-0.345em;",[315,5810,5812,5815,5878],{"className":5811},[341],[315,5813],{"className":5814},[336,1129],[315,5816,5818],{"className":5817},[1133],[315,5819,5821,5869],{"className":5820},[354,355],[315,5822,5824,5866],{"className":5823},[359],[315,5825,5828,5843,5851],{"className":5826,"style":5827},[363],"height:0.8451em;",[315,5829,5831,5834],{"style":5830},"top:-2.655em;",[315,5832],{"className":5833,"style":1150},[371],[315,5835,5837],{"className":5836},[376,377,378,379],[315,5838,5840],{"className":5839},[341,379],[315,5841,5259],{"className":5842},[341,379],[315,5844,5845,5848],{"style":1246},[315,5846],{"className":5847,"style":1150},[371],[315,5849],{"className":5850,"style":1254},[1253],[315,5852,5854,5857],{"style":5853},"top:-3.394em;",[315,5855],{"className":5856,"style":1150},[371],[315,5858,5860],{"className":5859},[376,377,378,379],[315,5861,5863],{"className":5862},[341,379],[315,5864,5139],{"className":5865},[341,379],[315,5867,388],{"className":5868},[387],[315,5870,5872],{"className":5871},[359],[315,5873,5876],{"className":5874,"style":5875},[363],"height:0.345em;",[315,5877],{},[315,5879],{"className":5880},[468,1129],[315,5882,5884,5887],{"className":5883},[341],[315,5885,510],{"className":5886,"style":509},[341,345],[315,5888,5890],{"className":5889},[350],[315,5891,5893,5913],{"className":5892},[354,355],[315,5894,5896,5910],{"className":5895},[359],[315,5897,5899],{"className":5898,"style":364},[363],[315,5900,5901,5904],{"style":525},[315,5902],{"className":5903,"style":372},[371],[315,5905,5907],{"className":5906},[376,377,378,379],[315,5908,383],{"className":5909},[341,379],[315,5911,388],{"className":5912},[387],[315,5914,5916],{"className":5915},[359],[315,5917,5919],{"className":5918,"style":395},[363],[315,5920],{},[315,5922],{"className":5923,"style":549},[406],[315,5925,554],{"className":5926},[553],[315,5928],{"className":5929,"style":549},[406],[315,5931,5933,5937,6248,6251],{"className":5932},[327],[315,5934],{"className":5935,"style":5936},[331],"height:1.2em;vertical-align:-0.35em;",[315,5938,5940,5949,5952,6020,6023,6026,6094,6097,6100,6168,6171,6174,6242],{"className":5939},[411],[315,5941,5945],{"className":5942,"style":5944},[336,5943],"delimcenter","top:0em;",[315,5946,4684],{"className":5947},[5948,981],"delimsizing",[315,5950,905],{"className":5951},[341],[315,5953,5955,5958,6017],{"className":5954},[341],[315,5956],{"className":5957},[336,1129],[315,5959,5961],{"className":5960},[1133],[315,5962,5964,6009],{"className":5963},[354,355],[315,5965,5967,6006],{"className":5966},[359],[315,5968,5970,5984,5992],{"className":5969,"style":5827},[363],[315,5971,5972,5975],{"style":5830},[315,5973],{"className":5974,"style":1150},[371],[315,5976,5978],{"className":5977},[376,377,378,379],[315,5979,5981],{"className":5980},[341,379],[315,5982,5259],{"className":5983},[341,379],[315,5985,5986,5989],{"style":1246},[315,5987],{"className":5988,"style":1150},[371],[315,5990],{"className":5991,"style":1254},[1253],[315,5993,5994,5997],{"style":5853},[315,5995],{"className":5996,"style":1150},[371],[315,5998,6000],{"className":5999},[376,377,378,379],[315,6001,6003],{"className":6002},[341,379],[315,6004,5139],{"className":6005},[341,379],[315,6007,388],{"className":6008},[387],[315,6010,6012],{"className":6011},[359],[315,6013,6015],{"className":6014,"style":5875},[363],[315,6016],{},[315,6018],{"className":6019},[468,1129],[315,6021,402],{"className":6022},[401],[315,6024],{"className":6025,"style":407},[406],[315,6027,6029,6032,6091],{"className":6028},[341],[315,6030],{"className":6031},[336,1129],[315,6033,6035],{"className":6034},[1133],[315,6036,6038,6083],{"className":6037},[354,355],[315,6039,6041,6080],{"className":6040},[359],[315,6042,6044,6058,6066],{"className":6043,"style":5827},[363],[315,6045,6046,6049],{"style":5830},[315,6047],{"className":6048,"style":1150},[371],[315,6050,6052],{"className":6051},[376,377,378,379],[315,6053,6055],{"className":6054},[341,379],[315,6056,5259],{"className":6057},[341,379],[315,6059,6060,6063],{"style":1246},[315,6061],{"className":6062,"style":1150},[371],[315,6064],{"className":6065,"style":1254},[1253],[315,6067,6068,6071],{"style":5853},[315,6069],{"className":6070,"style":1150},[371],[315,6072,6074],{"className":6073},[376,377,378,379],[315,6075,6077],{"className":6076},[341,379],[315,6078,383],{"className":6079},[341,379],[315,6081,388],{"className":6082},[387],[315,6084,6086],{"className":6085},[359],[315,6087,6089],{"className":6088,"style":5875},[363],[315,6090],{},[315,6092],{"className":6093},[468,1129],[315,6095,402],{"className":6096},[401],[315,6098],{"className":6099,"style":407},[406],[315,6101,6103,6106,6165],{"className":6102},[341],[315,6104],{"className":6105},[336,1129],[315,6107,6109],{"className":6108},[1133],[315,6110,6112,6157],{"className":6111},[354,355],[315,6113,6115,6154],{"className":6114},[359],[315,6116,6118,6132,6140],{"className":6117,"style":5827},[363],[315,6119,6120,6123],{"style":5830},[315,6121],{"className":6122,"style":1150},[371],[315,6124,6126],{"className":6125},[376,377,378,379],[315,6127,6129],{"className":6128},[341,379],[315,6130,5259],{"className":6131},[341,379],[315,6133,6134,6137],{"style":1246},[315,6135],{"className":6136,"style":1150},[371],[315,6138],{"className":6139,"style":1254},[1253],[315,6141,6142,6145],{"style":5853},[315,6143],{"className":6144,"style":1150},[371],[315,6146,6148],{"className":6147},[376,377,378,379],[315,6149,6151],{"className":6150},[341,379],[315,6152,383],{"className":6153},[341,379],[315,6155,388],{"className":6156},[387],[315,6158,6160],{"className":6159},[359],[315,6161,6163],{"className":6162,"style":5875},[363],[315,6164],{},[315,6166],{"className":6167},[468,1129],[315,6169,402],{"className":6170},[401],[315,6172],{"className":6173,"style":407},[406],[315,6175,6177,6180,6239],{"className":6176},[341],[315,6178],{"className":6179},[336,1129],[315,6181,6183],{"className":6182},[1133],[315,6184,6186,6231],{"className":6185},[354,355],[315,6187,6189,6228],{"className":6188},[359],[315,6190,6192,6206,6214],{"className":6191,"style":5827},[363],[315,6193,6194,6197],{"style":5830},[315,6195],{"className":6196,"style":1150},[371],[315,6198,6200],{"className":6199},[376,377,378,379],[315,6201,6203],{"className":6202},[341,379],[315,6204,5259],{"className":6205},[341,379],[315,6207,6208,6211],{"style":1246},[315,6209],{"className":6210,"style":1150},[371],[315,6212],{"className":6213,"style":1254},[1253],[315,6215,6216,6219],{"style":5853},[315,6217],{"className":6218,"style":1150},[371],[315,6220,6222],{"className":6221},[376,377,378,379],[315,6223,6225],{"className":6224},[341,379],[315,6226,383],{"className":6227},[341,379],[315,6229,388],{"className":6230},[387],[315,6232,6234],{"className":6233},[359],[315,6235,6237],{"className":6236,"style":5875},[363],[315,6238],{},[315,6240],{"className":6241},[468,1129],[315,6243,6245],{"className":6244,"style":5944},[468,5943],[315,6246,4709],{"className":6247},[5948,981],[315,6249],{"className":6250,"style":407},[406],[315,6252,1414],{"className":6253},[341],[303,6255,6256,6257,6272,6273,6398,6399,1414],{},"Scaling by ",[315,6258,6260],{"className":6259},[318],[315,6261,6263],{"className":6262,"ariaHidden":323},[322],[315,6264,6266,6269],{"className":6265},[327],[315,6267],{"className":6268,"style":5553},[331],[315,6270,5259],{"className":6271},[341]," gives the cleaner ",[315,6274,6276],{"className":6275},[318],[315,6277,6279,6353],{"className":6278,"ariaHidden":323},[322],[315,6280,6282,6286,6344,6347,6350],{"className":6281},[327],[315,6283],{"className":6284,"style":6285},[331],"height:1em;vertical-align:-0.2481em;",[315,6287,6289,6292],{"className":6288},[341],[315,6290,510],{"className":6291,"style":509},[341,345],[315,6293,6295],{"className":6294},[350],[315,6296,6298,6335],{"className":6297},[354,355],[315,6299,6301,6332],{"className":6300},[359],[315,6302,6305,6317],{"className":6303,"style":6304},[363],"height:0.7519em;",[315,6306,6308,6311],{"style":6307},"top:-2.4519em;margin-left:-0.016em;margin-right:0.05em;",[315,6309],{"className":6310,"style":372},[371],[315,6312,6314],{"className":6313},[376,377,378,379],[315,6315,646],{"className":6316},[341,379],[315,6318,6319,6322],{"style":1892},[315,6320],{"className":6321,"style":372},[371],[315,6323,6325],{"className":6324},[376,377,378,379],[315,6326,6328],{"className":6327},[341,379],[315,6329,6331],{"className":6330},[341,379],"′",[315,6333,388],{"className":6334},[387],[315,6336,6338],{"className":6337},[359],[315,6339,6342],{"className":6340,"style":6341},[363],"height:0.2481em;",[315,6343],{},[315,6345],{"className":6346,"style":549},[406],[315,6348,554],{"className":6349},[553],[315,6351],{"className":6352,"style":549},[406],[315,6354,6356,6359,6362,6365,6368,6371,6374,6377,6380,6383,6386,6389,6392,6395],{"className":6355},[327],[315,6357],{"className":6358,"style":728},[331],[315,6360,4684],{"className":6361},[336],[315,6363,905],{"className":6364},[341],[315,6366,5139],{"className":6367},[341],[315,6369,402],{"className":6370},[401],[315,6372],{"className":6373,"style":407},[406],[315,6375,383],{"className":6376},[341],[315,6378,402],{"className":6379},[401],[315,6381],{"className":6382,"style":407},[406],[315,6384,383],{"className":6385},[341],[315,6387,402],{"className":6388},[401],[315,6390],{"className":6391,"style":407},[406],[315,6393,383],{"className":6394},[341],[315,6396,4709],{"className":6397},[468],", still\northogonal to ",[315,6400,6402],{"className":6401},[318],[315,6403,6405],{"className":6404,"ariaHidden":323},[322],[315,6406,6408,6411],{"className":6407},[327],[315,6409],{"className":6410,"style":502},[331],[315,6412,6414,6417],{"className":6413},[341],[315,6415,510],{"className":6416,"style":509},[341,345],[315,6418,6420],{"className":6419},[350],[315,6421,6423,6443],{"className":6422},[354,355],[315,6424,6426,6440],{"className":6425},[359],[315,6427,6429],{"className":6428,"style":364},[363],[315,6430,6431,6434],{"style":525},[315,6432],{"className":6433,"style":372},[371],[315,6435,6437],{"className":6436},[376,377,378,379],[315,6438,383],{"className":6439},[341,379],[315,6441,388],{"className":6442},[387],[315,6444,6446],{"className":6445},[359],[315,6447,6449],{"className":6448,"style":395},[363],[315,6450],{},[303,6452,6453,6456,6457,6509,6510,6690,6691,4992,6816,3392,6955,784],{},[1700,6454,6455],{},"Step 3."," Project ",[315,6458,6460],{"className":6459},[318],[315,6461,6463],{"className":6462,"ariaHidden":323},[322],[315,6464,6466,6469],{"className":6465},[327],[315,6467],{"className":6468,"style":502},[331],[315,6470,6472,6475],{"className":6471},[341],[315,6473,346],{"className":6474},[341,345],[315,6476,6478],{"className":6477},[350],[315,6479,6481,6501],{"className":6480},[354,355],[315,6482,6484,6498],{"className":6483},[359],[315,6485,6487],{"className":6486,"style":364},[363],[315,6488,6489,6492],{"style":367},[315,6490],{"className":6491,"style":372},[371],[315,6493,6495],{"className":6494},[376,377,378,379],[315,6496,5139],{"className":6497},[341,379],[315,6499,388],{"className":6500},[387],[315,6502,6504],{"className":6503},[359],[315,6505,6507],{"className":6506,"style":395},[363],[315,6508],{}," onto ",[315,6511,6513],{"className":6512},[318],[315,6514,6516,6571],{"className":6515,"ariaHidden":323},[322],[315,6517,6519,6522,6562,6565,6568],{"className":6518},[327],[315,6520],{"className":6521,"style":671},[331],[315,6523,6525,6528],{"className":6524},[341],[315,6526,488],{"className":6527,"style":487},[341,452],[315,6529,6531],{"className":6530},[350],[315,6532,6534,6554],{"className":6533},[354,355],[315,6535,6537,6551],{"className":6536},[359],[315,6538,6540],{"className":6539,"style":364},[363],[315,6541,6542,6545],{"style":692},[315,6543],{"className":6544,"style":372},[371],[315,6546,6548],{"className":6547},[376,377,378,379],[315,6549,646],{"className":6550},[341,379],[315,6552,388],{"className":6553},[387],[315,6555,6557],{"className":6556},[359],[315,6558,6560],{"className":6559,"style":395},[363],[315,6561],{},[315,6563],{"className":6564,"style":549},[406],[315,6566,554],{"className":6567},[553],[315,6569],{"className":6570,"style":549},[406],[315,6572,6574,6578,6584,6587,6627,6630,6633,6687],{"className":6573},[327],[315,6575],{"className":6576,"style":6577},[331],"height:1.0019em;vertical-align:-0.25em;",[315,6579,6581],{"className":6580},[732],[315,6582,737],{"className":6583},[341,736],[315,6585,337],{"className":6586},[336],[315,6588,6590,6593],{"className":6589},[341],[315,6591,510],{"className":6592,"style":509},[341,345],[315,6594,6596],{"className":6595},[350],[315,6597,6599,6619],{"className":6598},[354,355],[315,6600,6602,6616],{"className":6601},[359],[315,6603,6605],{"className":6604,"style":364},[363],[315,6606,6607,6610],{"style":525},[315,6608],{"className":6609,"style":372},[371],[315,6611,6613],{"className":6612},[376,377,378,379],[315,6614,383],{"className":6615},[341,379],[315,6617,388],{"className":6618},[387],[315,6620,6622],{"className":6621},[359],[315,6623,6625],{"className":6624,"style":395},[363],[315,6626],{},[315,6628,402],{"className":6629},[401],[315,6631],{"className":6632,"style":407},[406],[315,6634,6636,6639],{"className":6635},[341],[315,6637,510],{"className":6638,"style":509},[341,345],[315,6640,6642],{"className":6641},[350],[315,6643,6645,6679],{"className":6644},[354,355],[315,6646,6648,6676],{"className":6647},[359],[315,6649,6651,6662],{"className":6650,"style":6304},[363],[315,6652,6653,6656],{"style":6307},[315,6654],{"className":6655,"style":372},[371],[315,6657,6659],{"className":6658},[376,377,378,379],[315,6660,646],{"className":6661},[341,379],[315,6663,6664,6667],{"style":1892},[315,6665],{"className":6666,"style":372},[371],[315,6668,6670],{"className":6669},[376,377,378,379],[315,6671,6673],{"className":6672},[341,379],[315,6674,6331],{"className":6675},[341,379],[315,6677,388],{"className":6678},[387],[315,6680,6682],{"className":6681},[359],[315,6683,6685],{"className":6684,"style":6341},[363],[315,6686],{},[315,6688,469],{"className":6689},[468]," using ",[315,6692,6694],{"className":6693},[318],[315,6695,6697,6752,6807],{"className":6696,"ariaHidden":323},[322],[315,6698,6700,6703,6743,6746,6749],{"className":6699},[327],[315,6701],{"className":6702,"style":5442},[331],[315,6704,6706,6709],{"className":6705},[341],[315,6707,346],{"className":6708},[341,345],[315,6710,6712],{"className":6711},[350],[315,6713,6715,6735],{"className":6714},[354,355],[315,6716,6718,6732],{"className":6717},[359],[315,6719,6721],{"className":6720,"style":364},[363],[315,6722,6723,6726],{"style":367},[315,6724],{"className":6725,"style":372},[371],[315,6727,6729],{"className":6728},[376,377,378,379],[315,6730,5139],{"className":6731},[341,379],[315,6733,388],{"className":6734},[387],[315,6736,6738],{"className":6737},[359],[315,6739,6741],{"className":6740,"style":395},[363],[315,6742],{},[315,6744],{"className":6745,"style":900},[406],[315,6747,1200],{"className":6748},[904],[315,6750],{"className":6751,"style":900},[406],[315,6753,6755,6758,6798,6801,6804],{"className":6754},[327],[315,6756],{"className":6757,"style":502},[331],[315,6759,6761,6764],{"className":6760},[341],[315,6762,510],{"className":6763,"style":509},[341,345],[315,6765,6767],{"className":6766},[350],[315,6768,6770,6790],{"className":6769},[354,355],[315,6771,6773,6787],{"className":6772},[359],[315,6774,6776],{"className":6775,"style":364},[363],[315,6777,6778,6781],{"style":525},[315,6779],{"className":6780,"style":372},[371],[315,6782,6784],{"className":6783},[376,377,378,379],[315,6785,383],{"className":6786},[341,379],[315,6788,388],{"className":6789},[387],[315,6791,6793],{"className":6792},[359],[315,6794,6796],{"className":6795,"style":395},[363],[315,6797],{},[315,6799],{"className":6800,"style":549},[406],[315,6802,554],{"className":6803},[553],[315,6805],{"className":6806,"style":549},[406],[315,6808,6810,6813],{"className":6809},[327],[315,6811],{"className":6812,"style":5553},[331],[315,6814,646],{"className":6815},[341],[315,6817,6819],{"className":6818},[318],[315,6820,6822,6877,6946],{"className":6821,"ariaHidden":323},[322],[315,6823,6825,6828,6868,6871,6874],{"className":6824},[327],[315,6826],{"className":6827,"style":5442},[331],[315,6829,6831,6834],{"className":6830},[341],[315,6832,346],{"className":6833},[341,345],[315,6835,6837],{"className":6836},[350],[315,6838,6840,6860],{"className":6839},[354,355],[315,6841,6843,6857],{"className":6842},[359],[315,6844,6846],{"className":6845,"style":364},[363],[315,6847,6848,6851],{"style":367},[315,6849],{"className":6850,"style":372},[371],[315,6852,6854],{"className":6853},[376,377,378,379],[315,6855,5139],{"className":6856},[341,379],[315,6858,388],{"className":6859},[387],[315,6861,6863],{"className":6862},[359],[315,6864,6866],{"className":6865,"style":395},[363],[315,6867],{},[315,6869],{"className":6870,"style":900},[406],[315,6872,1200],{"className":6873},[904],[315,6875],{"className":6876,"style":900},[406],[315,6878,6880,6883,6937,6940,6943],{"className":6879},[327],[315,6881],{"className":6882,"style":6285},[331],[315,6884,6886,6889],{"className":6885},[341],[315,6887,510],{"className":6888,"style":509},[341,345],[315,6890,6892],{"className":6891},[350],[315,6893,6895,6929],{"className":6894},[354,355],[315,6896,6898,6926],{"className":6897},[359],[315,6899,6901,6912],{"className":6900,"style":6304},[363],[315,6902,6903,6906],{"style":6307},[315,6904],{"className":6905,"style":372},[371],[315,6907,6909],{"className":6908},[376,377,378,379],[315,6910,646],{"className":6911},[341,379],[315,6913,6914,6917],{"style":1892},[315,6915],{"className":6916,"style":372},[371],[315,6918,6920],{"className":6919},[376,377,378,379],[315,6921,6923],{"className":6922},[341,379],[315,6924,6331],{"className":6925},[341,379],[315,6927,388],{"className":6928},[387],[315,6930,6932],{"className":6931},[359],[315,6933,6935],{"className":6934,"style":6341},[363],[315,6936],{},[315,6938],{"className":6939,"style":549},[406],[315,6941,554],{"className":6942},[553],[315,6944],{"className":6945,"style":549},[406],[315,6947,6949,6952],{"className":6948},[327],[315,6950],{"className":6951,"style":5553},[331],[315,6953,646],{"className":6954},[341],[315,6956,6958],{"className":6957},[318],[315,6959,6961,7030,7099],{"className":6960,"ariaHidden":323},[322],[315,6962,6964,6967,7021,7024,7027],{"className":6963},[327],[315,6965],{"className":6966,"style":6285},[331],[315,6968,6970,6973],{"className":6969},[341],[315,6971,510],{"className":6972,"style":509},[341,345],[315,6974,6976],{"className":6975},[350],[315,6977,6979,7013],{"className":6978},[354,355],[315,6980,6982,7010],{"className":6981},[359],[315,6983,6985,6996],{"className":6984,"style":6304},[363],[315,6986,6987,6990],{"style":6307},[315,6988],{"className":6989,"style":372},[371],[315,6991,6993],{"className":6992},[376,377,378,379],[315,6994,646],{"className":6995},[341,379],[315,6997,6998,7001],{"style":1892},[315,6999],{"className":7000,"style":372},[371],[315,7002,7004],{"className":7003},[376,377,378,379],[315,7005,7007],{"className":7006},[341,379],[315,7008,6331],{"className":7009},[341,379],[315,7011,388],{"className":7012},[387],[315,7014,7016],{"className":7015},[359],[315,7017,7019],{"className":7018,"style":6341},[363],[315,7020],{},[315,7022],{"className":7023,"style":900},[406],[315,7025,1200],{"className":7026},[904],[315,7028],{"className":7029,"style":900},[406],[315,7031,7033,7036,7090,7093,7096],{"className":7032},[327],[315,7034],{"className":7035,"style":6285},[331],[315,7037,7039,7042],{"className":7038},[341],[315,7040,510],{"className":7041,"style":509},[341,345],[315,7043,7045],{"className":7044},[350],[315,7046,7048,7082],{"className":7047},[354,355],[315,7049,7051,7079],{"className":7050},[359],[315,7052,7054,7065],{"className":7053,"style":6304},[363],[315,7055,7056,7059],{"style":6307},[315,7057],{"className":7058,"style":372},[371],[315,7060,7062],{"className":7061},[376,377,378,379],[315,7063,646],{"className":7064},[341,379],[315,7066,7067,7070],{"style":1892},[315,7068],{"className":7069,"style":372},[371],[315,7071,7073],{"className":7072},[376,377,378,379],[315,7074,7076],{"className":7075},[341,379],[315,7077,6331],{"className":7078},[341,379],[315,7080,388],{"className":7081},[387],[315,7083,7085],{"className":7084},[359],[315,7086,7088],{"className":7087,"style":6341},[363],[315,7089],{},[315,7091],{"className":7092,"style":549},[406],[315,7094,554],{"className":7095},[553],[315,7097],{"className":7098,"style":549},[406],[315,7100,7102,7105],{"className":7101},[327],[315,7103],{"className":7104,"style":5553},[331],[315,7106,7108],{"className":7107},[341],"12",[315,7110,7112],{"className":7111},[788],[315,7113,7115],{"className":7114},[318],[315,7116,7118,7259,7382,7523,7831,7886,8027],{"className":7117,"ariaHidden":323},[322],[315,7119,7121,7124,7207,7210,7250,7253,7256],{"className":7120},[327],[315,7122],{"className":7123,"style":915},[331],[315,7125,7127,7133],{"className":7126},[732],[315,7128,7130],{"className":7129},[732],[315,7131,925],{"className":7132},[341,736],[315,7134,7136],{"className":7135},[350],[315,7137,7139,7199],{"className":7138},[354,355],[315,7140,7142,7196],{"className":7141},[359],[315,7143,7145],{"className":7144,"style":938},[363],[315,7146,7147,7150],{"style":941},[315,7148],{"className":7149,"style":372},[371],[315,7151,7153],{"className":7152},[376,377,378,379],[315,7154,7156],{"className":7155},[341,379],[315,7157,7159,7162],{"className":7158},[341,379],[315,7160,488],{"className":7161,"style":487},[341,452,379],[315,7163,7165],{"className":7164},[350],[315,7166,7168,7188],{"className":7167},[354,355],[315,7169,7171,7185],{"className":7170},[359],[315,7172,7174],{"className":7173,"style":969},[363],[315,7175,7176,7179],{"style":972},[315,7177],{"className":7178,"style":976},[371],[315,7180,7182],{"className":7181},[376,980,981,379],[315,7183,646],{"className":7184},[341,379],[315,7186,388],{"className":7187},[387],[315,7189,7191],{"className":7190},[359],[315,7192,7194],{"className":7193,"style":994},[363],[315,7195],{},[315,7197,388],{"className":7198},[387],[315,7200,7202],{"className":7201},[359],[315,7203,7205],{"className":7204,"style":1006},[363],[315,7206],{},[315,7208],{"className":7209,"style":407},[406],[315,7211,7213,7216],{"className":7212},[341],[315,7214,346],{"className":7215},[341,345],[315,7217,7219],{"className":7218},[350],[315,7220,7222,7242],{"className":7221},[354,355],[315,7223,7225,7239],{"className":7224},[359],[315,7226,7228],{"className":7227,"style":364},[363],[315,7229,7230,7233],{"style":367},[315,7231],{"className":7232,"style":372},[371],[315,7234,7236],{"className":7235},[376,377,378,379],[315,7237,5139],{"className":7238},[341,379],[315,7240,388],{"className":7241},[387],[315,7243,7245],{"className":7244},[359],[315,7246,7248],{"className":7247,"style":395},[363],[315,7249],{},[315,7251],{"className":7252,"style":549},[406],[315,7254,554],{"className":7255},[553],[315,7257],{"className":7258,"style":549},[406],[315,7260,7262,7265,7333,7373,7376,7379],{"className":7261},[327],[315,7263],{"className":7264,"style":5808},[331],[315,7266,7268,7271,7330],{"className":7267},[341],[315,7269],{"className":7270},[336,1129],[315,7272,7274],{"className":7273},[1133],[315,7275,7277,7322],{"className":7276},[354,355],[315,7278,7280,7319],{"className":7279},[359],[315,7281,7283,7297,7305],{"className":7282,"style":5827},[363],[315,7284,7285,7288],{"style":5830},[315,7286],{"className":7287,"style":1150},[371],[315,7289,7291],{"className":7290},[376,377,378,379],[315,7292,7294],{"className":7293},[341,379],[315,7295,5259],{"className":7296},[341,379],[315,7298,7299,7302],{"style":1246},[315,7300],{"className":7301,"style":1150},[371],[315,7303],{"className":7304,"style":1254},[1253],[315,7306,7307,7310],{"style":5853},[315,7308],{"className":7309,"style":1150},[371],[315,7311,7313],{"className":7312},[376,377,378,379],[315,7314,7316],{"className":7315},[341,379],[315,7317,646],{"className":7318},[341,379],[315,7320,388],{"className":7321},[387],[315,7323,7325],{"className":7324},[359],[315,7326,7328],{"className":7327,"style":5875},[363],[315,7329],{},[315,7331],{"className":7332},[468,1129],[315,7334,7336,7339],{"className":7335},[341],[315,7337,510],{"className":7338,"style":509},[341,345],[315,7340,7342],{"className":7341},[350],[315,7343,7345,7365],{"className":7344},[354,355],[315,7346,7348,7362],{"className":7347},[359],[315,7349,7351],{"className":7350,"style":364},[363],[315,7352,7353,7356],{"style":525},[315,7354],{"className":7355,"style":372},[371],[315,7357,7359],{"className":7358},[376,377,378,379],[315,7360,383],{"className":7361},[341,379],[315,7363,388],{"className":7364},[387],[315,7366,7368],{"className":7367},[359],[315,7369,7371],{"className":7370,"style":395},[363],[315,7372],{},[315,7374],{"className":7375,"style":900},[406],[315,7377,4075],{"className":7378},[904],[315,7380],{"className":7381,"style":900},[406],[315,7383,7385,7388,7456,7514,7517,7520],{"className":7384},[327],[315,7386],{"className":7387,"style":5808},[331],[315,7389,7391,7394,7453],{"className":7390},[341],[315,7392],{"className":7393},[336,1129],[315,7395,7397],{"className":7396},[1133],[315,7398,7400,7445],{"className":7399},[354,355],[315,7401,7403,7442],{"className":7402},[359],[315,7404,7406,7420,7428],{"className":7405,"style":5827},[363],[315,7407,7408,7411],{"style":5830},[315,7409],{"className":7410,"style":1150},[371],[315,7412,7414],{"className":7413},[376,377,378,379],[315,7415,7417],{"className":7416},[341,379],[315,7418,7108],{"className":7419},[341,379],[315,7421,7422,7425],{"style":1246},[315,7423],{"className":7424,"style":1150},[371],[315,7426],{"className":7427,"style":1254},[1253],[315,7429,7430,7433],{"style":5853},[315,7431],{"className":7432,"style":1150},[371],[315,7434,7436],{"className":7435},[376,377,378,379],[315,7437,7439],{"className":7438},[341,379],[315,7440,646],{"className":7441},[341,379],[315,7443,388],{"className":7444},[387],[315,7446,7448],{"className":7447},[359],[315,7449,7451],{"className":7450,"style":5875},[363],[315,7452],{},[315,7454],{"className":7455},[468,1129],[315,7457,7459,7462],{"className":7458},[341],[315,7460,510],{"className":7461,"style":509},[341,345],[315,7463,7465],{"className":7464},[350],[315,7466,7468,7505],{"className":7467},[354,355],[315,7469,7471,7502],{"className":7470},[359],[315,7472,7475,7487],{"className":7473,"style":7474},[363],"height:0.8019em;",[315,7476,7478,7481],{"style":7477},"top:-2.453em;margin-left:-0.016em;margin-right:0.05em;",[315,7479],{"className":7480,"style":372},[371],[315,7482,7484],{"className":7483},[376,377,378,379],[315,7485,646],{"className":7486},[341,379],[315,7488,7490,7493],{"style":7489},"top:-3.113em;margin-right:0.05em;",[315,7491],{"className":7492,"style":372},[371],[315,7494,7496],{"className":7495},[376,377,378,379],[315,7497,7499],{"className":7498},[341,379],[315,7500,6331],{"className":7501},[341,379],[315,7503,388],{"className":7504},[387],[315,7506,7508],{"className":7507},[359],[315,7509,7512],{"className":7510,"style":7511},[363],"height:0.247em;",[315,7513],{},[315,7515],{"className":7516,"style":549},[406],[315,7518,554],{"className":7519},[553],[315,7521],{"className":7522,"style":549},[406],[315,7524,7526,7529,7769,7772,7775,7779,7782,7822,7825,7828],{"className":7525},[327],[315,7527],{"className":7528,"style":5936},[331],[315,7530,7532,7538,7541,7544,7547,7615,7618,7621,7689,7692,7695,7763],{"className":7531},[411],[315,7533,7535],{"className":7534,"style":5944},[336,5943],[315,7536,4684],{"className":7537},[5948,981],[315,7539,5066],{"className":7540},[341],[315,7542,402],{"className":7543},[401],[315,7545],{"className":7546,"style":407},[406],[315,7548,7550,7553,7612],{"className":7549},[341],[315,7551],{"className":7552},[336,1129],[315,7554,7556],{"className":7555},[1133],[315,7557,7559,7604],{"className":7558},[354,355],[315,7560,7562,7601],{"className":7561},[359],[315,7563,7565,7579,7587],{"className":7564,"style":5827},[363],[315,7566,7567,7570],{"style":5830},[315,7568],{"className":7569,"style":1150},[371],[315,7571,7573],{"className":7572},[376,377,378,379],[315,7574,7576],{"className":7575},[341,379],[315,7577,5139],{"className":7578},[341,379],[315,7580,7581,7584],{"style":1246},[315,7582],{"className":7583,"style":1150},[371],[315,7585],{"className":7586,"style":1254},[1253],[315,7588,7589,7592],{"style":5853},[315,7590],{"className":7591,"style":1150},[371],[315,7593,7595],{"className":7594},[376,377,378,379],[315,7596,7598],{"className":7597},[341,379],[315,7599,646],{"className":7600},[341,379],[315,7602,388],{"className":7603},[387],[315,7605,7607],{"className":7606},[359],[315,7608,7610],{"className":7609,"style":5875},[363],[315,7611],{},[315,7613],{"className":7614},[468,1129],[315,7616,402],{"className":7617},[401],[315,7619],{"className":7620,"style":407},[406],[315,7622,7624,7627,7686],{"className":7623},[341],[315,7625],{"className":7626},[336,1129],[315,7628,7630],{"className":7629},[1133],[315,7631,7633,7678],{"className":7632},[354,355],[315,7634,7636,7675],{"className":7635},[359],[315,7637,7639,7653,7661],{"className":7638,"style":5827},[363],[315,7640,7641,7644],{"style":5830},[315,7642],{"className":7643,"style":1150},[371],[315,7645,7647],{"className":7646},[376,377,378,379],[315,7648,7650],{"className":7649},[341,379],[315,7651,5139],{"className":7652},[341,379],[315,7654,7655,7658],{"style":1246},[315,7656],{"className":7657,"style":1150},[371],[315,7659],{"className":7660,"style":1254},[1253],[315,7662,7663,7666],{"style":5853},[315,7664],{"className":7665,"style":1150},[371],[315,7667,7669],{"className":7668},[376,377,378,379],[315,7670,7672],{"className":7671},[341,379],[315,7673,646],{"className":7674},[341,379],[315,7676,388],{"className":7677},[387],[315,7679,7681],{"className":7680},[359],[315,7682,7684],{"className":7683,"style":5875},[363],[315,7685],{},[315,7687],{"className":7688},[468,1129],[315,7690,402],{"className":7691},[401],[315,7693],{"className":7694,"style":407},[406],[315,7696,7698,7701,7760],{"className":7697},[341],[315,7699],{"className":7700},[336,1129],[315,7702,7704],{"className":7703},[1133],[315,7705,7707,7752],{"className":7706},[354,355],[315,7708,7710,7749],{"className":7709},[359],[315,7711,7713,7727,7735],{"className":7712,"style":5827},[363],[315,7714,7715,7718],{"style":5830},[315,7716],{"className":7717,"style":1150},[371],[315,7719,7721],{"className":7720},[376,377,378,379],[315,7722,7724],{"className":7723},[341,379],[315,7725,5139],{"className":7726},[341,379],[315,7728,7729,7732],{"style":1246},[315,7730],{"className":7731,"style":1150},[371],[315,7733],{"className":7734,"style":1254},[1253],[315,7736,7737,7740],{"style":5853},[315,7738],{"className":7739,"style":1150},[371],[315,7741,7743],{"className":7742},[376,377,378,379],[315,7744,7746],{"className":7745},[341,379],[315,7747,646],{"className":7748},[341,379],[315,7750,388],{"className":7751},[387],[315,7753,7755],{"className":7754},[359],[315,7756,7758],{"className":7757,"style":5875},[363],[315,7759],{},[315,7761],{"className":7762},[468,1129],[315,7764,7766],{"className":7765,"style":5944},[468,5943],[315,7767,4709],{"className":7768},[5948,981],[315,7770],{"className":7771,"style":407},[406],[315,7773,402],{"className":7774},[401],[315,7776],{"className":7777,"style":7778},[406],"margin-right:2em;",[315,7780],{"className":7781,"style":407},[406],[315,7783,7785,7788],{"className":7784},[341],[315,7786,510],{"className":7787,"style":509},[341,345],[315,7789,7791],{"className":7790},[350],[315,7792,7794,7814],{"className":7793},[354,355],[315,7795,7797,7811],{"className":7796},[359],[315,7798,7800],{"className":7799,"style":364},[363],[315,7801,7802,7805],{"style":525},[315,7803],{"className":7804,"style":372},[371],[315,7806,7808],{"className":7807},[376,377,378,379],[315,7809,5139],{"className":7810},[341,379],[315,7812,388],{"className":7813},[387],[315,7815,7817],{"className":7816},[359],[315,7818,7820],{"className":7819,"style":395},[363],[315,7821],{},[315,7823],{"className":7824,"style":549},[406],[315,7826,554],{"className":7827},[553],[315,7829],{"className":7830,"style":549},[406],[315,7832,7834,7837,7877,7880,7883],{"className":7833},[327],[315,7835],{"className":7836,"style":856},[331],[315,7838,7840,7843],{"className":7839},[341],[315,7841,346],{"className":7842},[341,345],[315,7844,7846],{"className":7845},[350],[315,7847,7849,7869],{"className":7848},[354,355],[315,7850,7852,7866],{"className":7851},[359],[315,7853,7855],{"className":7854,"style":364},[363],[315,7856,7857,7860],{"style":367},[315,7858],{"className":7859,"style":372},[371],[315,7861,7863],{"className":7862},[376,377,378,379],[315,7864,5139],{"className":7865},[341,379],[315,7867,388],{"className":7868},[387],[315,7870,7872],{"className":7871},[359],[315,7873,7875],{"className":7874,"style":395},[363],[315,7876],{},[315,7878],{"className":7879,"style":900},[406],[315,7881,905],{"className":7882},[904],[315,7884],{"className":7885,"style":900},[406],[315,7887,7889,7892,7975,7978,8018,8021,8024],{"className":7888},[327],[315,7890],{"className":7891,"style":915},[331],[315,7893,7895,7901],{"className":7894},[732],[315,7896,7898],{"className":7897},[732],[315,7899,925],{"className":7900},[341,736],[315,7902,7904],{"className":7903},[350],[315,7905,7907,7967],{"className":7906},[354,355],[315,7908,7910,7964],{"className":7909},[359],[315,7911,7913],{"className":7912,"style":938},[363],[315,7914,7915,7918],{"style":941},[315,7916],{"className":7917,"style":372},[371],[315,7919,7921],{"className":7920},[376,377,378,379],[315,7922,7924],{"className":7923},[341,379],[315,7925,7927,7930],{"className":7926},[341,379],[315,7928,488],{"className":7929,"style":487},[341,452,379],[315,7931,7933],{"className":7932},[350],[315,7934,7936,7956],{"className":7935},[354,355],[315,7937,7939,7953],{"className":7938},[359],[315,7940,7942],{"className":7941,"style":969},[363],[315,7943,7944,7947],{"style":972},[315,7945],{"className":7946,"style":976},[371],[315,7948,7950],{"className":7949},[376,980,981,379],[315,7951,646],{"className":7952},[341,379],[315,7954,388],{"className":7955},[387],[315,7957,7959],{"className":7958},[359],[315,7960,7962],{"className":7961,"style":994},[363],[315,7963],{},[315,7965,388],{"className":7966},[387],[315,7968,7970],{"className":7969},[359],[315,7971,7973],{"className":7972,"style":1006},[363],[315,7974],{},[315,7976],{"className":7977,"style":407},[406],[315,7979,7981,7984],{"className":7980},[341],[315,7982,346],{"className":7983},[341,345],[315,7985,7987],{"className":7986},[350],[315,7988,7990,8010],{"className":7989},[354,355],[315,7991,7993,8007],{"className":7992},[359],[315,7994,7996],{"className":7995,"style":364},[363],[315,7997,7998,8001],{"style":367},[315,7999],{"className":8000,"style":372},[371],[315,8002,8004],{"className":8003},[376,377,378,379],[315,8005,5139],{"className":8006},[341,379],[315,8008,388],{"className":8009},[387],[315,8011,8013],{"className":8012},[359],[315,8014,8016],{"className":8015,"style":395},[363],[315,8017],{},[315,8019],{"className":8020,"style":549},[406],[315,8022,554],{"className":8023},[553],[315,8025],{"className":8026,"style":549},[406],[315,8028,8030,8033,8276,8279],{"className":8029},[327],[315,8031],{"className":8032,"style":5936},[331],[315,8034,8036,8042,8045,8048,8051,8054,8122,8125,8128,8196,8199,8202,8270],{"className":8035},[411],[315,8037,8039],{"className":8038,"style":5944},[336,5943],[315,8040,4684],{"className":8041},[5948,981],[315,8043,5066],{"className":8044},[341],[315,8046,402],{"className":8047},[401],[315,8049],{"className":8050,"style":407},[406],[315,8052,905],{"className":8053},[341],[315,8055,8057,8060,8119],{"className":8056},[341],[315,8058],{"className":8059},[336,1129],[315,8061,8063],{"className":8062},[1133],[315,8064,8066,8111],{"className":8065},[354,355],[315,8067,8069,8108],{"className":8068},[359],[315,8070,8072,8086,8094],{"className":8071,"style":5827},[363],[315,8073,8074,8077],{"style":5830},[315,8075],{"className":8076,"style":1150},[371],[315,8078,8080],{"className":8079},[376,377,378,379],[315,8081,8083],{"className":8082},[341,379],[315,8084,5139],{"className":8085},[341,379],[315,8087,8088,8091],{"style":1246},[315,8089],{"className":8090,"style":1150},[371],[315,8092],{"className":8093,"style":1254},[1253],[315,8095,8096,8099],{"style":5853},[315,8097],{"className":8098,"style":1150},[371],[315,8100,8102],{"className":8101},[376,377,378,379],[315,8103,8105],{"className":8104},[341,379],[315,8106,646],{"className":8107},[341,379],[315,8109,388],{"className":8110},[387],[315,8112,8114],{"className":8113},[359],[315,8115,8117],{"className":8116,"style":5875},[363],[315,8118],{},[315,8120],{"className":8121},[468,1129],[315,8123,402],{"className":8124},[401],[315,8126],{"className":8127,"style":407},[406],[315,8129,8131,8134,8193],{"className":8130},[341],[315,8132],{"className":8133},[336,1129],[315,8135,8137],{"className":8136},[1133],[315,8138,8140,8185],{"className":8139},[354,355],[315,8141,8143,8182],{"className":8142},[359],[315,8144,8146,8160,8168],{"className":8145,"style":5827},[363],[315,8147,8148,8151],{"style":5830},[315,8149],{"className":8150,"style":1150},[371],[315,8152,8154],{"className":8153},[376,377,378,379],[315,8155,8157],{"className":8156},[341,379],[315,8158,5139],{"className":8159},[341,379],[315,8161,8162,8165],{"style":1246},[315,8163],{"className":8164,"style":1150},[371],[315,8166],{"className":8167,"style":1254},[1253],[315,8169,8170,8173],{"style":5853},[315,8171],{"className":8172,"style":1150},[371],[315,8174,8176],{"className":8175},[376,377,378,379],[315,8177,8179],{"className":8178},[341,379],[315,8180,383],{"className":8181},[341,379],[315,8183,388],{"className":8184},[387],[315,8186,8188],{"className":8187},[359],[315,8189,8191],{"className":8190,"style":5875},[363],[315,8192],{},[315,8194],{"className":8195},[468,1129],[315,8197,402],{"className":8198},[401],[315,8200],{"className":8201,"style":407},[406],[315,8203,8205,8208,8267],{"className":8204},[341],[315,8206],{"className":8207},[336,1129],[315,8209,8211],{"className":8210},[1133],[315,8212,8214,8259],{"className":8213},[354,355],[315,8215,8217,8256],{"className":8216},[359],[315,8218,8220,8234,8242],{"className":8219,"style":5827},[363],[315,8221,8222,8225],{"style":5830},[315,8223],{"className":8224,"style":1150},[371],[315,8226,8228],{"className":8227},[376,377,378,379],[315,8229,8231],{"className":8230},[341,379],[315,8232,5139],{"className":8233},[341,379],[315,8235,8236,8239],{"style":1246},[315,8237],{"className":8238,"style":1150},[371],[315,8240],{"className":8241,"style":1254},[1253],[315,8243,8244,8247],{"style":5853},[315,8245],{"className":8246,"style":1150},[371],[315,8248,8250],{"className":8249},[376,377,378,379],[315,8251,8253],{"className":8252},[341,379],[315,8254,383],{"className":8255},[341,379],[315,8257,388],{"className":8258},[387],[315,8260,8262],{"className":8261},[359],[315,8263,8265],{"className":8264,"style":5875},[363],[315,8266],{},[315,8268],{"className":8269},[468,1129],[315,8271,8273],{"className":8272,"style":5944},[468,5943],[315,8274,4709],{"className":8275},[5948,981],[315,8277],{"className":8278,"style":407},[406],[315,8280,1414],{"className":8281},[341],[303,8283,3259,8284,8448,8449,8464,8465,1414],{},[315,8285,8287],{"className":8286},[318],[315,8288,8290],{"className":8289,"ariaHidden":323},[322],[315,8291,8293,8296,8299,8339,8342,8345,8399,8402,8405,8445],{"className":8292},[327],[315,8294],{"className":8295,"style":6577},[331],[315,8297,337],{"className":8298},[336],[315,8300,8302,8305],{"className":8301},[341],[315,8303,510],{"className":8304,"style":509},[341,345],[315,8306,8308],{"className":8307},[350],[315,8309,8311,8331],{"className":8310},[354,355],[315,8312,8314,8328],{"className":8313},[359],[315,8315,8317],{"className":8316,"style":364},[363],[315,8318,8319,8322],{"style":525},[315,8320],{"className":8321,"style":372},[371],[315,8323,8325],{"className":8324},[376,377,378,379],[315,8326,383],{"className":8327},[341,379],[315,8329,388],{"className":8330},[387],[315,8332,8334],{"className":8333},[359],[315,8335,8337],{"className":8336,"style":395},[363],[315,8338],{},[315,8340,402],{"className":8341},[401],[315,8343],{"className":8344,"style":407},[406],[315,8346,8348,8351],{"className":8347},[341],[315,8349,510],{"className":8350,"style":509},[341,345],[315,8352,8354],{"className":8353},[350],[315,8355,8357,8391],{"className":8356},[354,355],[315,8358,8360,8388],{"className":8359},[359],[315,8361,8363,8374],{"className":8362,"style":6304},[363],[315,8364,8365,8368],{"style":6307},[315,8366],{"className":8367,"style":372},[371],[315,8369,8371],{"className":8370},[376,377,378,379],[315,8372,646],{"className":8373},[341,379],[315,8375,8376,8379],{"style":1892},[315,8377],{"className":8378,"style":372},[371],[315,8380,8382],{"className":8381},[376,377,378,379],[315,8383,8385],{"className":8384},[341,379],[315,8386,6331],{"className":8387},[341,379],[315,8389,388],{"className":8390},[387],[315,8392,8394],{"className":8393},[359],[315,8395,8397],{"className":8396,"style":6341},[363],[315,8398],{},[315,8400,402],{"className":8401},[401],[315,8403],{"className":8404,"style":407},[406],[315,8406,8408,8411],{"className":8407},[341],[315,8409,510],{"className":8410,"style":509},[341,345],[315,8412,8414],{"className":8413},[350],[315,8415,8417,8437],{"className":8416},[354,355],[315,8418,8420,8434],{"className":8419},[359],[315,8421,8423],{"className":8422,"style":364},[363],[315,8424,8425,8428],{"style":525},[315,8426],{"className":8427,"style":372},[371],[315,8429,8431],{"className":8430},[376,377,378,379],[315,8432,5139],{"className":8433},[341,379],[315,8435,388],{"className":8436},[387],[315,8438,8440],{"className":8439},[359],[315,8441,8443],{"className":8442,"style":395},[363],[315,8444],{},[315,8446,469],{"className":8447},[468]," is an orthogonal basis for\n",[315,8450,8452],{"className":8451},[318],[315,8453,8455],{"className":8454,"ariaHidden":323},[322],[315,8456,8458,8461],{"className":8457},[327],[315,8459],{"className":8460,"style":483},[331],[315,8462,488],{"className":8463,"style":487},[341,452],". Normalizing each vector produces an orthonormal basis\n",[315,8466,8468],{"className":8467},[318],[315,8469,8471],{"className":8470,"ariaHidden":323},[322],[315,8472,8474,8477,8480,8521,8524,8527,8567,8570,8573,8613],{"className":8473},[327],[315,8475],{"className":8476,"style":728},[331],[315,8478,337],{"className":8479},[336],[315,8481,8483,8487],{"className":8482},[341],[315,8484,8486],{"className":8485},[341,345],"u",[315,8488,8490],{"className":8489},[350],[315,8491,8493,8513],{"className":8492},[354,355],[315,8494,8496,8510],{"className":8495},[359],[315,8497,8499],{"className":8498,"style":364},[363],[315,8500,8501,8504],{"style":367},[315,8502],{"className":8503,"style":372},[371],[315,8505,8507],{"className":8506},[376,377,378,379],[315,8508,383],{"className":8509},[341,379],[315,8511,388],{"className":8512},[387],[315,8514,8516],{"className":8515},[359],[315,8517,8519],{"className":8518,"style":395},[363],[315,8520],{},[315,8522,402],{"className":8523},[401],[315,8525],{"className":8526,"style":407},[406],[315,8528,8530,8533],{"className":8529},[341],[315,8531,8486],{"className":8532},[341,345],[315,8534,8536],{"className":8535},[350],[315,8537,8539,8559],{"className":8538},[354,355],[315,8540,8542,8556],{"className":8541},[359],[315,8543,8545],{"className":8544,"style":364},[363],[315,8546,8547,8550],{"style":367},[315,8548],{"className":8549,"style":372},[371],[315,8551,8553],{"className":8552},[376,377,378,379],[315,8554,646],{"className":8555},[341,379],[315,8557,388],{"className":8558},[387],[315,8560,8562],{"className":8561},[359],[315,8563,8565],{"className":8564,"style":395},[363],[315,8566],{},[315,8568,402],{"className":8569},[401],[315,8571],{"className":8572,"style":407},[406],[315,8574,8576,8579],{"className":8575},[341],[315,8577,8486],{"className":8578},[341,345],[315,8580,8582],{"className":8581},[350],[315,8583,8585,8605],{"className":8584},[354,355],[315,8586,8588,8602],{"className":8587},[359],[315,8589,8591],{"className":8590,"style":364},[363],[315,8592,8593,8596],{"style":367},[315,8594],{"className":8595,"style":372},[371],[315,8597,8599],{"className":8598},[376,377,378,379],[315,8600,5139],{"className":8601},[341,379],[315,8603,388],{"className":8604},[387],[315,8606,8608],{"className":8607},[359],[315,8609,8611],{"className":8610,"style":395},[363],[315,8612],{},[315,8614,469],{"className":8615},[468],[307,8617,8619],{"id":8618},"the-qr-factorization","The QR factorization",[303,8621,8622,8623,8626,8627,8679,8680,8802,8803,8818],{},"Apply Gram–Schmidt with normalization to the ",[1700,8624,8625],{},"columns"," of a matrix. Each original\ncolumn ",[315,8628,8630],{"className":8629},[318],[315,8631,8633],{"className":8632,"ariaHidden":323},[322],[315,8634,8636,8639],{"className":8635},[327],[315,8637],{"className":8638,"style":502},[331],[315,8640,8642,8645],{"className":8641},[341],[315,8643,346],{"className":8644},[341,345],[315,8646,8648],{"className":8647},[350],[315,8649,8651,8671],{"className":8650},[354,355],[315,8652,8654,8668],{"className":8653},[359],[315,8655,8657],{"className":8656,"style":3490},[363],[315,8658,8659,8662],{"style":367},[315,8660],{"className":8661,"style":372},[371],[315,8663,8665],{"className":8664},[376,377,378,379],[315,8666,3503],{"className":8667,"style":3502},[341,452,379],[315,8669,388],{"className":8670},[387],[315,8672,8674],{"className":8673},[359],[315,8675,8677],{"className":8676,"style":395},[363],[315,8678],{}," lies in ",[315,8681,8683],{"className":8682},[318],[315,8684,8686],{"className":8685,"ariaHidden":323},[322],[315,8687,8689,8692,8698,8701,8741,8744,8747,8750,8753,8756,8759,8799],{"className":8688},[327],[315,8690],{"className":8691,"style":728},[331],[315,8693,8695],{"className":8694},[732],[315,8696,737],{"className":8697},[341,736],[315,8699,337],{"className":8700},[336],[315,8702,8704,8707],{"className":8703},[341],[315,8705,8486],{"className":8706},[341,345],[315,8708,8710],{"className":8709},[350],[315,8711,8713,8733],{"className":8712},[354,355],[315,8714,8716,8730],{"className":8715},[359],[315,8717,8719],{"className":8718,"style":364},[363],[315,8720,8721,8724],{"style":367},[315,8722],{"className":8723,"style":372},[371],[315,8725,8727],{"className":8726},[376,377,378,379],[315,8728,383],{"className":8729},[341,379],[315,8731,388],{"className":8732},[387],[315,8734,8736],{"className":8735},[359],[315,8737,8739],{"className":8738,"style":395},[363],[315,8740],{},[315,8742,402],{"className":8743},[401],[315,8745],{"className":8746,"style":407},[406],[315,8748,412],{"className":8749},[411],[315,8751],{"className":8752,"style":407},[406],[315,8754,402],{"className":8755},[401],[315,8757],{"className":8758,"style":407},[406],[315,8760,8762,8765],{"className":8761},[341],[315,8763,8486],{"className":8764},[341,345],[315,8766,8768],{"className":8767},[350],[315,8769,8771,8791],{"className":8770},[354,355],[315,8772,8774,8788],{"className":8773},[359],[315,8775,8777],{"className":8776,"style":3490},[363],[315,8778,8779,8782],{"style":367},[315,8780],{"className":8781,"style":372},[371],[315,8783,8785],{"className":8784},[376,377,378,379],[315,8786,3503],{"className":8787,"style":3502},[341,452,379],[315,8789,388],{"className":8790},[387],[315,8792,8794],{"className":8793},[359],[315,8795,8797],{"className":8796,"style":395},[363],[315,8798],{},[315,8800,469],{"className":8801},[468],", so it is a combination of the first ",[315,8804,8806],{"className":8805},[318],[315,8807,8809],{"className":8808,"ariaHidden":323},[322],[315,8810,8812,8815],{"className":8811},[327],[315,8813],{"className":8814,"style":3656},[331],[315,8816,3503],{"className":8817,"style":3502},[341,452]," orthonormal vectors only.\nCollecting those combinations as columns records the factorization.",[1713,8820,8821],{"type":1715},[303,8822,8823,8826,8827,8843,8844,8881,8882,8918,8919,8935,8936,8969,8970,8995,8996,9011,9012,9045],{},[1719,8824,8825],{},"Theorem (QR factorization)."," If ",[315,8828,8830],{"className":8829},[318],[315,8831,8833],{"className":8832,"ariaHidden":323},[322],[315,8834,8836,8839],{"className":8835},[327],[315,8837],{"className":8838,"style":483},[331],[315,8840,8842],{"className":8841},[341,452],"A"," is an ",[315,8845,8847],{"className":8846},[318],[315,8848,8850,8871],{"className":8849,"ariaHidden":323},[322],[315,8851,8853,8857,8861,8864,8868],{"className":8852},[327],[315,8854],{"className":8855,"style":8856},[331],"height:0.6667em;vertical-align:-0.0833em;",[315,8858,8860],{"className":8859},[341,452],"m",[315,8862],{"className":8863,"style":900},[406],[315,8865,8867],{"className":8866},[904],"×",[315,8869],{"className":8870,"style":900},[406],[315,8872,8874,8878],{"className":8873},[327],[315,8875],{"className":8876,"style":8877},[331],"height:0.4306em;",[315,8879,1902],{"className":8880},[341,452]," matrix with\nlinearly independent columns, then ",[315,8883,8885],{"className":8884},[318],[315,8886,8888,8906],{"className":8887,"ariaHidden":323},[322],[315,8889,8891,8894,8897,8900,8903],{"className":8890},[327],[315,8892],{"className":8893,"style":483},[331],[315,8895,8842],{"className":8896},[341,452],[315,8898],{"className":8899,"style":549},[406],[315,8901,554],{"className":8902},[553],[315,8904],{"className":8905,"style":549},[406],[315,8907,8909,8913],{"className":8908},[327],[315,8910],{"className":8911,"style":8912},[331],"height:0.8778em;vertical-align:-0.1944em;",[315,8914,8917],{"className":8915,"style":8916},[341,452],"margin-right:0.0077em;","QR",", where ",[315,8920,8922],{"className":8921},[318],[315,8923,8925],{"className":8924,"ariaHidden":323},[322],[315,8926,8928,8931],{"className":8927},[327],[315,8929],{"className":8930,"style":8912},[331],[315,8932,8934],{"className":8933},[341,452],"Q"," is ",[315,8937,8939],{"className":8938},[318],[315,8940,8942,8960],{"className":8941,"ariaHidden":323},[322],[315,8943,8945,8948,8951,8954,8957],{"className":8944},[327],[315,8946],{"className":8947,"style":8856},[331],[315,8949,8860],{"className":8950},[341,452],[315,8952],{"className":8953,"style":900},[406],[315,8955,8867],{"className":8956},[904],[315,8958],{"className":8959,"style":900},[406],[315,8961,8963,8966],{"className":8962},[327],[315,8964],{"className":8965,"style":8877},[331],[315,8967,1902],{"className":8968},[341,452]," with\northonormal columns forming a basis for ",[315,8971,8973],{"className":8972},[318],[315,8974,8976],{"className":8975,"ariaHidden":323},[322],[315,8977,8979,8982,8989,8992],{"className":8978},[327],[315,8980],{"className":8981,"style":3656},[331],[315,8983,8985],{"className":8984},[732],[315,8986,8988],{"className":8987},[341,736],"Col",[315,8990],{"className":8991,"style":407},[406],[315,8993,8842],{"className":8994},[341,452],", and ",[315,8997,8999],{"className":8998},[318],[315,9000,9002],{"className":9001,"ariaHidden":323},[322],[315,9003,9005,9008],{"className":9004},[327],[315,9006],{"className":9007,"style":483},[331],[315,9009,1876],{"className":9010,"style":8916},[341,452]," is\n",[315,9013,9015],{"className":9014},[318],[315,9016,9018,9036],{"className":9017,"ariaHidden":323},[322],[315,9019,9021,9024,9027,9030,9033],{"className":9020},[327],[315,9022],{"className":9023,"style":8856},[331],[315,9025,1902],{"className":9026},[341,452],[315,9028],{"className":9029,"style":900},[406],[315,9031,8867],{"className":9032},[904],[315,9034],{"className":9035,"style":900},[406],[315,9037,9039,9042],{"className":9038},[327],[315,9040],{"className":9041,"style":8877},[331],[315,9043,1902],{"className":9044},[341,452]," upper triangular with positive diagonal entries.",[303,9047,9048,9049,9188,9189,9368],{},"Let ",[315,9050,9052],{"className":9051},[318],[315,9053,9055,9073],{"className":9054,"ariaHidden":323},[322],[315,9056,9058,9061,9064,9067,9070],{"className":9057},[327],[315,9059],{"className":9060,"style":8912},[331],[315,9062,8934],{"className":9063},[341,452],[315,9065],{"className":9066,"style":549},[406],[315,9068,554],{"className":9069},[553],[315,9071],{"className":9072,"style":549},[406],[315,9074,9076,9079,9083,9086,9126,9129,9132,9135,9138,9141,9181,9184],{"className":9075},[327],[315,9077],{"className":9078,"style":728},[331],[315,9080,9082],{"className":9081},[336],"[",[315,9084],{"className":9085,"style":407},[406],[315,9087,9089,9092],{"className":9088},[341],[315,9090,8486],{"className":9091},[341,345],[315,9093,9095],{"className":9094},[350],[315,9096,9098,9118],{"className":9097},[354,355],[315,9099,9101,9115],{"className":9100},[359],[315,9102,9104],{"className":9103,"style":364},[363],[315,9105,9106,9109],{"style":367},[315,9107],{"className":9108,"style":372},[371],[315,9110,9112],{"className":9111},[376,377,378,379],[315,9113,383],{"className":9114},[341,379],[315,9116,388],{"className":9117},[387],[315,9119,9121],{"className":9120},[359],[315,9122,9124],{"className":9123,"style":395},[363],[315,9125],{},[315,9127,2550],{"className":9128},[406],[315,9130],{"className":9131,"style":407},[406],[315,9133,2922],{"className":9134},[411],[315,9136,2550],{"className":9137},[406],[315,9139],{"className":9140,"style":407},[406],[315,9142,9144,9147],{"className":9143},[341],[315,9145,8486],{"className":9146},[341,345],[315,9148,9150],{"className":9149},[350],[315,9151,9153,9173],{"className":9152},[354,355],[315,9154,9156,9170],{"className":9155},[359],[315,9157,9159],{"className":9158,"style":440},[363],[315,9160,9161,9164],{"style":367},[315,9162],{"className":9163,"style":372},[371],[315,9165,9167],{"className":9166},[376,377,378,379],[315,9168,1902],{"className":9169},[341,452,379],[315,9171,388],{"className":9172},[387],[315,9174,9176],{"className":9175},[359],[315,9177,9179],{"className":9178,"style":395},[363],[315,9180],{},[315,9182],{"className":9183,"style":407},[406],[315,9185,9187],{"className":9186},[468],"]"," be the orthonormal basis from\nGram–Schmidt. Because ",[315,9190,9192],{"className":9191},[318],[315,9193,9195,9252],{"className":9194,"ariaHidden":323},[322],[315,9196,9198,9202,9242,9245,9249],{"className":9197},[327],[315,9199],{"className":9200,"style":9201},[331],"height:0.6891em;vertical-align:-0.15em;",[315,9203,9205,9208],{"className":9204},[341],[315,9206,346],{"className":9207},[341,345],[315,9209,9211],{"className":9210},[350],[315,9212,9214,9234],{"className":9213},[354,355],[315,9215,9217,9231],{"className":9216},[359],[315,9218,9220],{"className":9219,"style":3490},[363],[315,9221,9222,9225],{"style":367},[315,9223],{"className":9224,"style":372},[371],[315,9226,9228],{"className":9227},[376,377,378,379],[315,9229,3503],{"className":9230,"style":3502},[341,452,379],[315,9232,388],{"className":9233},[387],[315,9235,9237],{"className":9236},[359],[315,9238,9240],{"className":9239,"style":395},[363],[315,9241],{},[315,9243],{"className":9244,"style":549},[406],[315,9246,9248],{"className":9247},[553],"∈",[315,9250],{"className":9251,"style":549},[406],[315,9253,9255,9258,9264,9267,9307,9310,9313,9316,9319,9322,9325,9365],{"className":9254},[327],[315,9256],{"className":9257,"style":728},[331],[315,9259,9261],{"className":9260},[732],[315,9262,737],{"className":9263},[341,736],[315,9265,337],{"className":9266},[336],[315,9268,9270,9273],{"className":9269},[341],[315,9271,8486],{"className":9272},[341,345],[315,9274,9276],{"className":9275},[350],[315,9277,9279,9299],{"className":9278},[354,355],[315,9280,9282,9296],{"className":9281},[359],[315,9283,9285],{"className":9284,"style":364},[363],[315,9286,9287,9290],{"style":367},[315,9288],{"className":9289,"style":372},[371],[315,9291,9293],{"className":9292},[376,377,378,379],[315,9294,383],{"className":9295},[341,379],[315,9297,388],{"className":9298},[387],[315,9300,9302],{"className":9301},[359],[315,9303,9305],{"className":9304,"style":395},[363],[315,9306],{},[315,9308,402],{"className":9309},[401],[315,9311],{"className":9312,"style":407},[406],[315,9314,412],{"className":9315},[411],[315,9317],{"className":9318,"style":407},[406],[315,9320,402],{"className":9321},[401],[315,9323],{"className":9324,"style":407},[406],[315,9326,9328,9331],{"className":9327},[341],[315,9329,8486],{"className":9330},[341,345],[315,9332,9334],{"className":9333},[350],[315,9335,9337,9357],{"className":9336},[354,355],[315,9338,9340,9354],{"className":9339},[359],[315,9341,9343],{"className":9342,"style":3490},[363],[315,9344,9345,9348],{"style":367},[315,9346],{"className":9347,"style":372},[371],[315,9349,9351],{"className":9350},[376,377,378,379],[315,9352,3503],{"className":9353,"style":3502},[341,452,379],[315,9355,388],{"className":9356},[387],[315,9358,9360],{"className":9359},[359],[315,9361,9363],{"className":9362,"style":395},[363],[315,9364],{},[315,9366,469],{"className":9367},[468],", there are scalars with",[315,9370,9372],{"className":9371},[788],[315,9373,9375],{"className":9374},[318],[315,9376,9378,9433,9537,9555,9656,9727,9745],{"className":9377,"ariaHidden":323},[322],[315,9379,9381,9384,9424,9427,9430],{"className":9380},[327],[315,9382],{"className":9383,"style":502},[331],[315,9385,9387,9390],{"className":9386},[341],[315,9388,346],{"className":9389},[341,345],[315,9391,9393],{"className":9392},[350],[315,9394,9396,9416],{"className":9395},[354,355],[315,9397,9399,9413],{"className":9398},[359],[315,9400,9402],{"className":9401,"style":3490},[363],[315,9403,9404,9407],{"style":367},[315,9405],{"className":9406,"style":372},[371],[315,9408,9410],{"className":9409},[376,377,378,379],[315,9411,3503],{"className":9412,"style":3502},[341,452,379],[315,9414,388],{"className":9415},[387],[315,9417,9419],{"className":9418},[359],[315,9420,9422],{"className":9421,"style":395},[363],[315,9423],{},[315,9425],{"className":9426,"style":549},[406],[315,9428,554],{"className":9429},[553],[315,9431],{"className":9432,"style":549},[406],[315,9434,9436,9439,9488,9528,9531,9534],{"className":9435},[327],[315,9437],{"className":9438,"style":856},[331],[315,9440,9442,9447],{"className":9441},[341],[315,9443,9446],{"className":9444,"style":9445},[341,452],"margin-right:0.0278em;","r",[315,9448,9450],{"className":9449},[350],[315,9451,9453,9480],{"className":9452},[354,355],[315,9454,9456,9477],{"className":9455},[359],[315,9457,9459],{"className":9458,"style":3490},[363],[315,9460,9462,9465],{"style":9461},"top:-2.55em;margin-left:-0.0278em;margin-right:0.05em;",[315,9463],{"className":9464,"style":372},[371],[315,9466,9468],{"className":9467},[376,377,378,379],[315,9469,9471,9474],{"className":9470},[341,379],[315,9472,383],{"className":9473},[341,379],[315,9475,3503],{"className":9476,"style":3502},[341,452,379],[315,9478,388],{"className":9479},[387],[315,9481,9483],{"className":9482},[359],[315,9484,9486],{"className":9485,"style":395},[363],[315,9487],{},[315,9489,9491,9494],{"className":9490},[341],[315,9492,8486],{"className":9493},[341,345],[315,9495,9497],{"className":9496},[350],[315,9498,9500,9520],{"className":9499},[354,355],[315,9501,9503,9517],{"className":9502},[359],[315,9504,9506],{"className":9505,"style":364},[363],[315,9507,9508,9511],{"style":367},[315,9509],{"className":9510,"style":372},[371],[315,9512,9514],{"className":9513},[376,377,378,379],[315,9515,383],{"className":9516},[341,379],[315,9518,388],{"className":9519},[387],[315,9521,9523],{"className":9522},[359],[315,9524,9526],{"className":9525,"style":395},[363],[315,9527],{},[315,9529],{"className":9530,"style":900},[406],[315,9532,4075],{"className":9533},[904],[315,9535],{"className":9536,"style":900},[406],[315,9538,9540,9543,9546,9549,9552],{"className":9539},[327],[315,9541],{"className":9542,"style":8856},[331],[315,9544,2922],{"className":9545},[411],[315,9547],{"className":9548,"style":900},[406],[315,9550,4075],{"className":9551},[904],[315,9553],{"className":9554,"style":900},[406],[315,9556,9558,9561,9607,9647,9650,9653],{"className":9557},[327],[315,9559],{"className":9560,"style":856},[331],[315,9562,9564,9567],{"className":9563},[341],[315,9565,9446],{"className":9566,"style":9445},[341,452],[315,9568,9570],{"className":9569},[350],[315,9571,9573,9599],{"className":9572},[354,355],[315,9574,9576,9596],{"className":9575},[359],[315,9577,9579],{"className":9578,"style":3490},[363],[315,9580,9581,9584],{"style":9461},[315,9582],{"className":9583,"style":372},[371],[315,9585,9587],{"className":9586},[376,377,378,379],[315,9588,9590,9593],{"className":9589},[341,379],[315,9591,3503],{"className":9592,"style":3502},[341,452,379],[315,9594,3503],{"className":9595,"style":3502},[341,452,379],[315,9597,388],{"className":9598},[387],[315,9600,9602],{"className":9601},[359],[315,9603,9605],{"className":9604,"style":395},[363],[315,9606],{},[315,9608,9610,9613],{"className":9609},[341],[315,9611,8486],{"className":9612},[341,345],[315,9614,9616],{"className":9615},[350],[315,9617,9619,9639],{"className":9618},[354,355],[315,9620,9622,9636],{"className":9621},[359],[315,9623,9625],{"className":9624,"style":3490},[363],[315,9626,9627,9630],{"style":367},[315,9628],{"className":9629,"style":372},[371],[315,9631,9633],{"className":9632},[376,377,378,379],[315,9634,3503],{"className":9635,"style":3502},[341,452,379],[315,9637,388],{"className":9638},[387],[315,9640,9642],{"className":9641},[359],[315,9643,9645],{"className":9644,"style":395},[363],[315,9646],{},[315,9648],{"className":9649,"style":900},[406],[315,9651,4075],{"className":9652},[904],[315,9654],{"className":9655,"style":900},[406],[315,9657,9659,9663,9666,9669,9718,9721,9724],{"className":9658},[327],[315,9660],{"className":9661,"style":9662},[331],"height:0.8528em;vertical-align:-0.2083em;",[315,9664,5066],{"className":9665},[341],[315,9667],{"className":9668,"style":407},[406],[315,9670,9672,9675],{"className":9671},[341],[315,9673,8486],{"className":9674},[341,345],[315,9676,9678],{"className":9677},[350],[315,9679,9681,9710],{"className":9680},[354,355],[315,9682,9684,9707],{"className":9683},[359],[315,9685,9687],{"className":9686,"style":3490},[363],[315,9688,9689,9692],{"style":367},[315,9690],{"className":9691,"style":372},[371],[315,9693,9695],{"className":9694},[376,377,378,379],[315,9696,9698,9701,9704],{"className":9697},[341,379],[315,9699,3503],{"className":9700,"style":3502},[341,452,379],[315,9702,4075],{"className":9703},[904,379],[315,9705,383],{"className":9706},[341,379],[315,9708,388],{"className":9709},[387],[315,9711,9713],{"className":9712},[359],[315,9714,9716],{"className":9715,"style":4088},[363],[315,9717],{},[315,9719],{"className":9720,"style":900},[406],[315,9722,4075],{"className":9723},[904],[315,9725],{"className":9726,"style":900},[406],[315,9728,9730,9733,9736,9739,9742],{"className":9729},[327],[315,9731],{"className":9732,"style":8856},[331],[315,9734,2922],{"className":9735},[411],[315,9737],{"className":9738,"style":900},[406],[315,9740,4075],{"className":9741},[904],[315,9743],{"className":9744,"style":900},[406],[315,9746,9748,9752,9755,9758,9798],{"className":9747},[327],[315,9749],{"className":9750,"style":9751},[331],"height:0.8389em;vertical-align:-0.1944em;",[315,9753,5066],{"className":9754},[341],[315,9756],{"className":9757,"style":407},[406],[315,9759,9761,9764],{"className":9760},[341],[315,9762,8486],{"className":9763},[341,345],[315,9765,9767],{"className":9766},[350],[315,9768,9770,9790],{"className":9769},[354,355],[315,9771,9773,9787],{"className":9772},[359],[315,9774,9776],{"className":9775,"style":440},[363],[315,9777,9778,9781],{"style":367},[315,9779],{"className":9780,"style":372},[371],[315,9782,9784],{"className":9783},[376,377,378,379],[315,9785,1902],{"className":9786},[341,452,379],[315,9788,388],{"className":9789},[387],[315,9791,9793],{"className":9792},[359],[315,9794,9796],{"className":9795,"style":395},[363],[315,9797],{},[315,9799,402],{"className":9800},[401],[303,9802,9803,9804,9888,9889,9967,9968,10020,10021,3643,10131,10146,10147,1414],{},"and the entries below the diagonal are zero, making ",[315,9805,9807],{"className":9806},[318],[315,9808,9810,9828],{"className":9809,"ariaHidden":323},[322],[315,9811,9813,9816,9819,9822,9825],{"className":9812},[327],[315,9814],{"className":9815,"style":483},[331],[315,9817,1876],{"className":9818,"style":8916},[341,452],[315,9820],{"className":9821,"style":549},[406],[315,9823,554],{"className":9824},[553],[315,9826],{"className":9827,"style":549},[406],[315,9829,9831,9834,9837,9885],{"className":9830},[327],[315,9832],{"className":9833,"style":332},[331],[315,9835,9082],{"className":9836},[336],[315,9838,9840,9843],{"className":9839},[341],[315,9841,9446],{"className":9842,"style":9445},[341,452],[315,9844,9846],{"className":9845},[350],[315,9847,9849,9877],{"className":9848},[354,355],[315,9850,9852,9874],{"className":9851},[359],[315,9853,9855],{"className":9854,"style":3490},[363],[315,9856,9857,9860],{"style":9461},[315,9858],{"className":9859,"style":372},[371],[315,9861,9863],{"className":9862},[376,377,378,379],[315,9864,9866,9871],{"className":9865},[341,379],[315,9867,9870],{"className":9868,"style":9869},[341,452,379],"margin-right:0.0572em;","j",[315,9872,3503],{"className":9873,"style":3502},[341,452,379],[315,9875,388],{"className":9876},[387],[315,9878,9880],{"className":9879},[359],[315,9881,9883],{"className":9882,"style":462},[363],[315,9884],{},[315,9886,9187],{"className":9887},[468]," upper\ntriangular. Choosing ",[315,9890,9892],{"className":9891},[318],[315,9893,9895,9958],{"className":9894,"ariaHidden":323},[322],[315,9896,9898,9902,9948,9951,9955],{"className":9897},[327],[315,9899],{"className":9900,"style":9901},[331],"height:0.786em;vertical-align:-0.15em;",[315,9903,9905,9908],{"className":9904},[341],[315,9906,9446],{"className":9907,"style":9445},[341,452],[315,9909,9911],{"className":9910},[350],[315,9912,9914,9940],{"className":9913},[354,355],[315,9915,9917,9937],{"className":9916},[359],[315,9918,9920],{"className":9919,"style":3490},[363],[315,9921,9922,9925],{"style":9461},[315,9923],{"className":9924,"style":372},[371],[315,9926,9928],{"className":9927},[376,377,378,379],[315,9929,9931,9934],{"className":9930},[341,379],[315,9932,3503],{"className":9933,"style":3502},[341,452,379],[315,9935,3503],{"className":9936,"style":3502},[341,452,379],[315,9938,388],{"className":9939},[387],[315,9941,9943],{"className":9942},[359],[315,9944,9946],{"className":9945,"style":395},[363],[315,9947],{},[315,9949],{"className":9950,"style":549},[406],[315,9952,9954],{"className":9953},[553],"≥",[315,9956],{"className":9957,"style":549},[406],[315,9959,9961,9964],{"className":9960},[327],[315,9962],{"className":9963,"style":5553},[331],[315,9965,5066],{"className":9966},[341]," (flip the sign of ",[315,9969,9971],{"className":9970},[318],[315,9972,9974],{"className":9973,"ariaHidden":323},[322],[315,9975,9977,9980],{"className":9976},[327],[315,9978],{"className":9979,"style":502},[331],[315,9981,9983,9986],{"className":9982},[341],[315,9984,8486],{"className":9985},[341,345],[315,9987,9989],{"className":9988},[350],[315,9990,9992,10012],{"className":9991},[354,355],[315,9993,9995,10009],{"className":9994},[359],[315,9996,9998],{"className":9997,"style":3490},[363],[315,9999,10000,10003],{"style":367},[315,10001],{"className":10002,"style":372},[371],[315,10004,10006],{"className":10005},[376,377,378,379],[315,10007,3503],{"className":10008,"style":3502},[341,452,379],[315,10010,388],{"className":10011},[387],[315,10013,10015],{"className":10014},[359],[315,10016,10018],{"className":10017,"style":395},[363],[315,10019],{}," if needed)\nmakes the diagonal positive. Then ",[315,10022,10024],{"className":10023},[318],[315,10025,10027,10082],{"className":10026,"ariaHidden":323},[322],[315,10028,10030,10033,10073,10076,10079],{"className":10029},[327],[315,10031],{"className":10032,"style":502},[331],[315,10034,10036,10039],{"className":10035},[341],[315,10037,346],{"className":10038},[341,345],[315,10040,10042],{"className":10041},[350],[315,10043,10045,10065],{"className":10044},[354,355],[315,10046,10048,10062],{"className":10047},[359],[315,10049,10051],{"className":10050,"style":3490},[363],[315,10052,10053,10056],{"style":367},[315,10054],{"className":10055,"style":372},[371],[315,10057,10059],{"className":10058},[376,377,378,379],[315,10060,3503],{"className":10061,"style":3502},[341,452,379],[315,10063,388],{"className":10064},[387],[315,10066,10068],{"className":10067},[359],[315,10069,10071],{"className":10070,"style":395},[363],[315,10072],{},[315,10074],{"className":10075,"style":549},[406],[315,10077,554],{"className":10078},[553],[315,10080],{"className":10081,"style":549},[406],[315,10083,10085,10088,10091],{"className":10084},[327],[315,10086],{"className":10087,"style":8912},[331],[315,10089,8934],{"className":10090},[341,452],[315,10092,10094,10097],{"className":10093},[341],[315,10095,9446],{"className":10096},[341,345],[315,10098,10100],{"className":10099},[350],[315,10101,10103,10123],{"className":10102},[354,355],[315,10104,10106,10120],{"className":10105},[359],[315,10107,10109],{"className":10108,"style":3490},[363],[315,10110,10111,10114],{"style":367},[315,10112],{"className":10113,"style":372},[371],[315,10115,10117],{"className":10116},[376,377,378,379],[315,10118,3503],{"className":10119,"style":3502},[341,452,379],[315,10121,388],{"className":10122},[387],[315,10124,10126],{"className":10125},[359],[315,10127,10129],{"className":10128,"style":395},[363],[315,10130],{},[315,10132,10134],{"className":10133},[318],[315,10135,10137],{"className":10136,"ariaHidden":323},[322],[315,10138,10140,10143],{"className":10139},[327],[315,10141],{"className":10142,"style":3656},[331],[315,10144,3503],{"className":10145,"style":3502},[341,452],", so\n",[315,10148,10150],{"className":10149},[318],[315,10151,10153,10171],{"className":10152,"ariaHidden":323},[322],[315,10154,10156,10159,10162,10165,10168],{"className":10155},[327],[315,10157],{"className":10158,"style":483},[331],[315,10160,8842],{"className":10161},[341,452],[315,10163],{"className":10164,"style":549},[406],[315,10166,554],{"className":10167},[553],[315,10169],{"className":10170,"style":549},[406],[315,10172,10174,10177],{"className":10173},[327],[315,10175],{"className":10176,"style":8912},[331],[315,10178,8917],{"className":10179,"style":8916},[341,452],[1705,10181],{"hash":10182},"716c49544f55dea7384c0ad9c9164ec490a154373a90a0649d4694108f15689f",[303,10184,10185,10186,10201,10202,10217,10218,402],{},"Once ",[315,10187,10189],{"className":10188},[318],[315,10190,10192],{"className":10191,"ariaHidden":323},[322],[315,10193,10195,10198],{"className":10194},[327],[315,10196],{"className":10197,"style":8912},[331],[315,10199,8934],{"className":10200},[341,452]," is known, ",[315,10203,10205],{"className":10204},[318],[315,10206,10208],{"className":10207,"ariaHidden":323},[322],[315,10209,10211,10214],{"className":10210},[327],[315,10212],{"className":10213,"style":483},[331],[315,10215,1876],{"className":10216,"style":8916},[341,452]," is a single product. Since ",[315,10219,10221],{"className":10220},[318],[315,10222,10224,10274],{"className":10223,"ariaHidden":323},[322],[315,10225,10227,10231,10262,10265,10268,10271],{"className":10226},[327],[315,10228],{"className":10229,"style":10230},[331],"height:1.0435em;vertical-align:-0.1944em;",[315,10232,10234,10237],{"className":10233},[341],[315,10235,8934],{"className":10236},[341,452],[315,10238,10240],{"className":10239},[350],[315,10241,10243],{"className":10242},[354],[315,10244,10246],{"className":10245},[359],[315,10247,10250],{"className":10248,"style":10249},[363],"height:0.8491em;",[315,10251,10252,10255],{"style":1892},[315,10253],{"className":10254,"style":372},[371],[315,10256,10258],{"className":10257},[376,377,378,379],[315,10259,10261],{"className":10260},[341,379],"⊤",[315,10263,8934],{"className":10264},[341,452],[315,10266],{"className":10267,"style":549},[406],[315,10269,554],{"className":10270},[553],[315,10272],{"className":10273,"style":549},[406],[315,10275,10277,10280],{"className":10276},[327],[315,10278],{"className":10279,"style":483},[331],[315,10281,10284],{"className":10282,"style":10283},[341,452],"margin-right:0.0785em;","I",[315,10286,10288],{"className":10287},[788],[315,10289,10291],{"className":10290},[318],[315,10292,10294,10343,10397],{"className":10293,"ariaHidden":323},[322],[315,10295,10297,10301,10331,10334,10337,10340],{"className":10296},[327],[315,10298],{"className":10299,"style":10300},[331],"height:1.0935em;vertical-align:-0.1944em;",[315,10302,10304,10307],{"className":10303},[341],[315,10305,8934],{"className":10306},[341,452],[315,10308,10310],{"className":10309},[350],[315,10311,10313],{"className":10312},[354],[315,10314,10316],{"className":10315},[359],[315,10317,10320],{"className":10318,"style":10319},[363],"height:0.8991em;",[315,10321,10322,10325],{"style":7489},[315,10323],{"className":10324,"style":372},[371],[315,10326,10328],{"className":10327},[376,377,378,379],[315,10329,10261],{"className":10330},[341,379],[315,10332,8842],{"className":10333},[341,452],[315,10335],{"className":10336,"style":549},[406],[315,10338,554],{"className":10339},[553],[315,10341],{"className":10342,"style":549},[406],[315,10344,10346,10350,10379,10382,10385,10388,10391,10394],{"className":10345},[327],[315,10347],{"className":10348,"style":10349},[331],"height:1.1491em;vertical-align:-0.25em;",[315,10351,10353,10356],{"className":10352},[341],[315,10354,8934],{"className":10355},[341,452],[315,10357,10359],{"className":10358},[350],[315,10360,10362],{"className":10361},[354],[315,10363,10365],{"className":10364},[359],[315,10366,10368],{"className":10367,"style":10319},[363],[315,10369,10370,10373],{"style":7489},[315,10371],{"className":10372,"style":372},[371],[315,10374,10376],{"className":10375},[376,377,378,379],[315,10377,10261],{"className":10378},[341,379],[315,10380,4684],{"className":10381},[336],[315,10383,8917],{"className":10384,"style":8916},[341,452],[315,10386,4709],{"className":10387},[468],[315,10389],{"className":10390,"style":549},[406],[315,10392,554],{"className":10393},[553],[315,10395],{"className":10396,"style":549},[406],[315,10398,10400,10403,10406],{"className":10399},[327],[315,10401],{"className":10402,"style":8912},[331],[315,10404,1876],{"className":10405,"style":8916},[341,452],[315,10407,402],{"className":10408},[401],[303,10410,10411,10412,1414],{},"so ",[315,10413,10415],{"className":10414},[318],[315,10416,10418,10436],{"className":10417,"ariaHidden":323},[322],[315,10419,10421,10424,10427,10430,10433],{"className":10420},[327],[315,10422],{"className":10423,"style":483},[331],[315,10425,1876],{"className":10426,"style":8916},[341,452],[315,10428],{"className":10429,"style":549},[406],[315,10431,554],{"className":10432},[553],[315,10434],{"className":10435,"style":549},[406],[315,10437,10439,10442,10471],{"className":10438},[327],[315,10440],{"className":10441,"style":10230},[331],[315,10443,10445,10448],{"className":10444},[341],[315,10446,8934],{"className":10447},[341,452],[315,10449,10451],{"className":10450},[350],[315,10452,10454],{"className":10453},[354],[315,10455,10457],{"className":10456},[359],[315,10458,10460],{"className":10459,"style":10249},[363],[315,10461,10462,10465],{"style":1892},[315,10463],{"className":10464,"style":372},[371],[315,10466,10468],{"className":10467},[376,377,378,379],[315,10469,10261],{"className":10470},[341,379],[315,10472,8842],{"className":10473},[341,452],[1713,10475,10476,10661,11018,11326,12518],{"type":4882},[303,10477,10478,10480,10481,10514,10515,10660],{},[1719,10479,4887],{}," Assemble ",[315,10482,10484],{"className":10483},[318],[315,10485,10487,10505],{"className":10486,"ariaHidden":323},[322],[315,10488,10490,10493,10496,10499,10502],{"className":10489},[327],[315,10491],{"className":10492,"style":483},[331],[315,10494,8842],{"className":10495},[341,452],[315,10497],{"className":10498,"style":549},[406],[315,10500,554],{"className":10501},[553],[315,10503],{"className":10504,"style":549},[406],[315,10506,10508,10511],{"className":10507},[327],[315,10509],{"className":10510,"style":8912},[331],[315,10512,8917],{"className":10513,"style":8916},[341,452]," from the columns\n",[315,10516,10518],{"className":10517},[318],[315,10519,10521],{"className":10520,"ariaHidden":323},[322],[315,10522,10524,10528,10568,10571,10574,10614,10617,10620],{"className":10523},[327],[315,10525],{"className":10526,"style":10527},[331],"height:0.6389em;vertical-align:-0.1944em;",[315,10529,10531,10534],{"className":10530},[341],[315,10532,346],{"className":10533},[341,345],[315,10535,10537],{"className":10536},[350],[315,10538,10540,10560],{"className":10539},[354,355],[315,10541,10543,10557],{"className":10542},[359],[315,10544,10546],{"className":10545,"style":364},[363],[315,10547,10548,10551],{"style":367},[315,10549],{"className":10550,"style":372},[371],[315,10552,10554],{"className":10553},[376,377,378,379],[315,10555,383],{"className":10556},[341,379],[315,10558,388],{"className":10559},[387],[315,10561,10563],{"className":10562},[359],[315,10564,10566],{"className":10565,"style":395},[363],[315,10567],{},[315,10569,402],{"className":10570},[401],[315,10572],{"className":10573,"style":407},[406],[315,10575,10577,10580],{"className":10576},[341],[315,10578,346],{"className":10579},[341,345],[315,10581,10583],{"className":10582},[350],[315,10584,10586,10606],{"className":10585},[354,355],[315,10587,10589,10603],{"className":10588},[359],[315,10590,10592],{"className":10591,"style":364},[363],[315,10593,10594,10597],{"style":367},[315,10595],{"className":10596,"style":372},[371],[315,10598,10600],{"className":10599},[376,377,378,379],[315,10601,646],{"className":10602},[341,379],[315,10604,388],{"className":10605},[387],[315,10607,10609],{"className":10608},[359],[315,10610,10612],{"className":10611,"style":395},[363],[315,10613],{},[315,10615,402],{"className":10616},[401],[315,10618],{"className":10619,"style":407},[406],[315,10621,10623,10626],{"className":10622},[341],[315,10624,346],{"className":10625},[341,345],[315,10627,10629],{"className":10628},[350],[315,10630,10632,10652],{"className":10631},[354,355],[315,10633,10635,10649],{"className":10634},[359],[315,10636,10638],{"className":10637,"style":364},[363],[315,10639,10640,10643],{"style":367},[315,10641],{"className":10642,"style":372},[371],[315,10644,10646],{"className":10645},[376,377,378,379],[315,10647,5139],{"className":10648},[341,379],[315,10650,388],{"className":10651},[387],[315,10653,10655],{"className":10654},[359],[315,10656,10658],{"className":10657,"style":395},[363],[315,10659],{}," orthogonalized above:",[315,10662,10664],{"className":10663},[788],[315,10665,10667],{"className":10666},[318],[315,10668,10670,10688],{"className":10669,"ariaHidden":323},[322],[315,10671,10673,10676,10679,10682,10685],{"className":10672},[327],[315,10674],{"className":10675,"style":483},[331],[315,10677,8842],{"className":10678},[341,452],[315,10680],{"className":10681,"style":549},[406],[315,10683,554],{"className":10684},[553],[315,10686],{"className":10687,"style":549},[406],[315,10689,10691,10695,11012,11015],{"className":10690},[327],[315,10692],{"className":10693,"style":10694},[331],"height:4.8em;vertical-align:-2.15em;",[315,10696,10698,10748,10974],{"className":10697},[411],[315,10699,10701],{"className":10700},[336],[315,10702,10705],{"className":10703},[5948,10704],"mult",[315,10706,10708,10739],{"className":10707},[354,355],[315,10709,10711,10736],{"className":10710},[359],[315,10712,10715],{"className":10713,"style":10714},[363],"height:2.65em;",[315,10716,10718,10722],{"style":10717},"top:-4.65em;",[315,10719],{"className":10720,"style":10721},[371],"height:6.8em;",[315,10723,10725],{"style":10724},"width:0.667em;height:4.8em;",[10726,10727,10732],"svg",{"xmlns":10728,"width":10729,"height":10730,"viewBox":10731},"http:\u002F\u002Fwww.w3.org\u002F2000\u002Fsvg","0.667em","4.8em","0 0 667 4800",[10733,10734],"path",{"d":10735},"M403 1759 V84 H666 V0 H319 V1759 v1200 v1759 v84 h347 v-84\nH403z M403 1759 V0 H319 V1759 v1200 v1759 v84 h84z",[315,10737,388],{"className":10738},[387],[315,10740,10742],{"className":10741},[359],[315,10743,10746],{"className":10744,"style":10745},[363],"height:2.15em;",[315,10747],{},[315,10749,10751],{"className":10750},[341],[315,10752,10754,10826,10831,10834,10901,10904,10907],{"className":10753},[1926],[315,10755,10758],{"className":10756},[10757],"col-align-c",[315,10759,10761,10818],{"className":10760},[354,355],[315,10762,10764,10815],{"className":10763},[359],[315,10765,10767,10779,10791,10803],{"className":10766,"style":10714},[363],[315,10768,10770,10773],{"style":10769},"top:-4.81em;",[315,10771],{"className":10772,"style":1150},[371],[315,10774,10776],{"className":10775},[341],[315,10777,383],{"className":10778},[341],[315,10780,10782,10785],{"style":10781},"top:-3.61em;",[315,10783],{"className":10784,"style":1150},[371],[315,10786,10788],{"className":10787},[341],[315,10789,383],{"className":10790},[341],[315,10792,10794,10797],{"style":10793},"top:-2.41em;",[315,10795],{"className":10796,"style":1150},[371],[315,10798,10800],{"className":10799},[341],[315,10801,383],{"className":10802},[341],[315,10804,10806,10809],{"style":10805},"top:-1.21em;",[315,10807],{"className":10808,"style":1150},[371],[315,10810,10812],{"className":10811},[341],[315,10813,383],{"className":10814},[341],[315,10816,388],{"className":10817},[387],[315,10819,10821],{"className":10820},[359],[315,10822,10824],{"className":10823,"style":10745},[363],[315,10825],{},[315,10827],{"className":10828,"style":10830},[10829],"arraycolsep","width:0.5em;",[315,10832],{"className":10833,"style":10830},[10829],[315,10835,10837],{"className":10836},[10757],[315,10838,10840,10893],{"className":10839},[354,355],[315,10841,10843,10890],{"className":10842},[359],[315,10844,10846,10857,10868,10879],{"className":10845,"style":10714},[363],[315,10847,10848,10851],{"style":10769},[315,10849],{"className":10850,"style":1150},[371],[315,10852,10854],{"className":10853},[341],[315,10855,5066],{"className":10856},[341],[315,10858,10859,10862],{"style":10781},[315,10860],{"className":10861,"style":1150},[371],[315,10863,10865],{"className":10864},[341],[315,10866,383],{"className":10867},[341],[315,10869,10870,10873],{"style":10793},[315,10871],{"className":10872,"style":1150},[371],[315,10874,10876],{"className":10875},[341],[315,10877,383],{"className":10878},[341],[315,10880,10881,10884],{"style":10805},[315,10882],{"className":10883,"style":1150},[371],[315,10885,10887],{"className":10886},[341],[315,10888,383],{"className":10889},[341],[315,10891,388],{"className":10892},[387],[315,10894,10896],{"className":10895},[359],[315,10897,10899],{"className":10898,"style":10745},[363],[315,10900],{},[315,10902],{"className":10903,"style":10830},[10829],[315,10905],{"className":10906,"style":10830},[10829],[315,10908,10910],{"className":10909},[10757],[315,10911,10913,10966],{"className":10912},[354,355],[315,10914,10916,10963],{"className":10915},[359],[315,10917,10919,10930,10941,10952],{"className":10918,"style":10714},[363],[315,10920,10921,10924],{"style":10769},[315,10922],{"className":10923,"style":1150},[371],[315,10925,10927],{"className":10926},[341],[315,10928,5066],{"className":10929},[341],[315,10931,10932,10935],{"style":10781},[315,10933],{"className":10934,"style":1150},[371],[315,10936,10938],{"className":10937},[341],[315,10939,5066],{"className":10940},[341],[315,10942,10943,10946],{"style":10793},[315,10944],{"className":10945,"style":1150},[371],[315,10947,10949],{"className":10948},[341],[315,10950,383],{"className":10951},[341],[315,10953,10954,10957],{"style":10805},[315,10955],{"className":10956,"style":1150},[371],[315,10958,10960],{"className":10959},[341],[315,10961,383],{"className":10962},[341],[315,10964,388],{"className":10965},[387],[315,10967,10969],{"className":10968},[359],[315,10970,10972],{"className":10971,"style":10745},[363],[315,10973],{},[315,10975,10977],{"className":10976},[468],[315,10978,10980],{"className":10979},[5948,10704],[315,10981,10983,11004],{"className":10982},[354,355],[315,10984,10986,11001],{"className":10985},[359],[315,10987,10989],{"className":10988,"style":10714},[363],[315,10990,10991,10994],{"style":10717},[315,10992],{"className":10993,"style":10721},[371],[315,10995,10996],{"style":10724},[10726,10997,10998],{"xmlns":10728,"width":10729,"height":10730,"viewBox":10731},[10733,10999],{"d":11000},"M347 1759 V0 H0 V84 H263 V1759 v1200 v1759 H0 v84 H347z\nM347 1759 V0 H263 V1759 v1200 v1759 h84z",[315,11002,388],{"className":11003},[387],[315,11005,11007],{"className":11006},[359],[315,11008,11010],{"className":11009,"style":10745},[363],[315,11011],{},[315,11013],{"className":11014,"style":407},[406],[315,11016,1414],{"className":11017},[341],[303,11019,11020,11021,11199,11200,11325],{},"Normalizing the orthogonal basis ",[315,11022,11024],{"className":11023},[318],[315,11025,11027],{"className":11026,"ariaHidden":323},[322],[315,11028,11030,11033,11036,11076,11079,11082,11136,11139,11142,11196],{"className":11029},[327],[315,11031],{"className":11032,"style":6577},[331],[315,11034,337],{"className":11035},[336],[315,11037,11039,11042],{"className":11038},[341],[315,11040,510],{"className":11041,"style":509},[341,345],[315,11043,11045],{"className":11044},[350],[315,11046,11048,11068],{"className":11047},[354,355],[315,11049,11051,11065],{"className":11050},[359],[315,11052,11054],{"className":11053,"style":364},[363],[315,11055,11056,11059],{"style":525},[315,11057],{"className":11058,"style":372},[371],[315,11060,11062],{"className":11061},[376,377,378,379],[315,11063,383],{"className":11064},[341,379],[315,11066,388],{"className":11067},[387],[315,11069,11071],{"className":11070},[359],[315,11072,11074],{"className":11073,"style":395},[363],[315,11075],{},[315,11077,402],{"className":11078},[401],[315,11080],{"className":11081,"style":407},[406],[315,11083,11085,11088],{"className":11084},[341],[315,11086,510],{"className":11087,"style":509},[341,345],[315,11089,11091],{"className":11090},[350],[315,11092,11094,11128],{"className":11093},[354,355],[315,11095,11097,11125],{"className":11096},[359],[315,11098,11100,11111],{"className":11099,"style":6304},[363],[315,11101,11102,11105],{"style":6307},[315,11103],{"className":11104,"style":372},[371],[315,11106,11108],{"className":11107},[376,377,378,379],[315,11109,646],{"className":11110},[341,379],[315,11112,11113,11116],{"style":1892},[315,11114],{"className":11115,"style":372},[371],[315,11117,11119],{"className":11118},[376,377,378,379],[315,11120,11122],{"className":11121},[341,379],[315,11123,6331],{"className":11124},[341,379],[315,11126,388],{"className":11127},[387],[315,11129,11131],{"className":11130},[359],[315,11132,11134],{"className":11133,"style":6341},[363],[315,11135],{},[315,11137,402],{"className":11138},[401],[315,11140],{"className":11141,"style":407},[406],[315,11143,11145,11148],{"className":11144},[341],[315,11146,510],{"className":11147,"style":509},[341,345],[315,11149,11151],{"className":11150},[350],[315,11152,11154,11188],{"className":11153},[354,355],[315,11155,11157,11185],{"className":11156},[359],[315,11158,11160,11171],{"className":11159,"style":6304},[363],[315,11161,11162,11165],{"style":6307},[315,11163],{"className":11164,"style":372},[371],[315,11166,11168],{"className":11167},[376,377,378,379],[315,11169,5139],{"className":11170},[341,379],[315,11172,11173,11176],{"style":1892},[315,11174],{"className":11175,"style":372},[371],[315,11177,11179],{"className":11178},[376,377,378,379],[315,11180,11182],{"className":11181},[341,379],[315,11183,6331],{"className":11184},[341,379],[315,11186,388],{"className":11187},[387],[315,11189,11191],{"className":11190},[359],[315,11192,11194],{"className":11193,"style":6341},[363],[315,11195],{},[315,11197,469],{"className":11198},[468],"\n(with ",[315,11201,11203],{"className":11202},[318],[315,11204,11206,11275],{"className":11205,"ariaHidden":323},[322],[315,11207,11209,11212,11266,11269,11272],{"className":11208},[327],[315,11210],{"className":11211,"style":6285},[331],[315,11213,11215,11218],{"className":11214},[341],[315,11216,510],{"className":11217,"style":509},[341,345],[315,11219,11221],{"className":11220},[350],[315,11222,11224,11258],{"className":11223},[354,355],[315,11225,11227,11255],{"className":11226},[359],[315,11228,11230,11241],{"className":11229,"style":6304},[363],[315,11231,11232,11235],{"style":6307},[315,11233],{"className":11234,"style":372},[371],[315,11236,11238],{"className":11237},[376,377,378,379],[315,11239,5139],{"className":11240},[341,379],[315,11242,11243,11246],{"style":1892},[315,11244],{"className":11245,"style":372},[371],[315,11247,11249],{"className":11248},[376,377,378,379],[315,11250,11252],{"className":11251},[341,379],[315,11253,6331],{"className":11254},[341,379],[315,11256,388],{"className":11257},[387],[315,11259,11261],{"className":11260},[359],[315,11262,11264],{"className":11263,"style":6341},[363],[315,11265],{},[315,11267],{"className":11268,"style":549},[406],[315,11270,554],{"className":11271},[553],[315,11273],{"className":11274,"style":549},[406],[315,11276,11278,11282,11285],{"className":11277},[327],[315,11279],{"className":11280,"style":11281},[331],"height:0.7944em;vertical-align:-0.15em;",[315,11283,5139],{"className":11284},[341],[315,11286,11288,11291],{"className":11287},[341],[315,11289,510],{"className":11290,"style":509},[341,345],[315,11292,11294],{"className":11293},[350],[315,11295,11297,11317],{"className":11296},[354,355],[315,11298,11300,11314],{"className":11299},[359],[315,11301,11303],{"className":11302,"style":364},[363],[315,11304,11305,11308],{"style":525},[315,11306],{"className":11307,"style":372},[371],[315,11309,11311],{"className":11310},[376,377,378,379],[315,11312,5139],{"className":11313},[341,379],[315,11315,388],{"className":11316},[387],[315,11318,11320],{"className":11319},[359],[315,11321,11323],{"className":11322,"style":395},[363],[315,11324],{},") gives",[315,11327,11329],{"className":11328},[788],[315,11330,11332],{"className":11331},[318],[315,11333,11335,11353,12039,12086],{"className":11334,"ariaHidden":323},[322],[315,11336,11338,11341,11344,11347,11350],{"className":11337},[327],[315,11339],{"className":11340,"style":8912},[331],[315,11342,8934],{"className":11343},[341,452],[315,11345],{"className":11346,"style":549},[406],[315,11348,554],{"className":11349},[553],[315,11351],{"className":11352,"style":549},[406],[315,11354,11356,11360,12015,12018,12021,12024,12027,12030,12033,12036],{"className":11355},[327],[315,11357],{"className":11358,"style":11359},[331],"height:5.0689em;vertical-align:-2.2844em;",[315,11361,11363,11400,11978],{"className":11362},[411],[315,11364,11366],{"className":11365},[336],[315,11367,11369],{"className":11368},[5948,10704],[315,11370,11372,11392],{"className":11371},[354,355],[315,11373,11375,11389],{"className":11374},[359],[315,11376,11378],{"className":11377,"style":10714},[363],[315,11379,11380,11383],{"style":10717},[315,11381],{"className":11382,"style":10721},[371],[315,11384,11385],{"style":10724},[10726,11386,11387],{"xmlns":10728,"width":10729,"height":10730,"viewBox":10731},[10733,11388],{"d":10735},[315,11390,388],{"className":11391},[387],[315,11393,11395],{"className":11394},[359],[315,11396,11398],{"className":11397,"style":10745},[363],[315,11399],{},[315,11401,11403],{"className":11402},[341],[315,11404,11406,11479,11482,11485,11759,11762,11765],{"className":11405},[1926],[315,11407,11409],{"className":11408},[10757],[315,11410,11412,11470],{"className":11411},[354,355],[315,11413,11415,11467],{"className":11414},[359],[315,11416,11419,11432,11443,11455],{"className":11417,"style":11418},[363],"height:2.7844em;",[315,11420,11422,11425],{"style":11421},"top:-4.8772em;",[315,11423],{"className":11424,"style":1150},[371],[315,11426,11428],{"className":11427},[341],[315,11429,11431],{"className":11430},[341],"1\u002F2",[315,11433,11434,11437],{"style":10781},[315,11435],{"className":11436,"style":1150},[371],[315,11438,11440],{"className":11439},[341],[315,11441,11431],{"className":11442},[341],[315,11444,11446,11449],{"style":11445},"top:-2.3428em;",[315,11447],{"className":11448,"style":1150},[371],[315,11450,11452],{"className":11451},[341],[315,11453,11431],{"className":11454},[341],[315,11456,11458,11461],{"style":11457},"top:-1.0756em;",[315,11459],{"className":11460,"style":1150},[371],[315,11462,11464],{"className":11463},[341],[315,11465,11431],{"className":11466},[341],[315,11468,388],{"className":11469},[387],[315,11471,11473],{"className":11472},[359],[315,11474,11477],{"className":11475,"style":11476},[363],"height:2.2844em;",[315,11478],{},[315,11480],{"className":11481,"style":10830},[10829],[315,11483],{"className":11484,"style":10830},[10829],[315,11486,11488],{"className":11487},[10757],[315,11489,11491,11751],{"className":11490},[354,355],[315,11492,11494,11748],{"className":11493},[359],[315,11495,11497,11573,11632,11690],{"className":11496,"style":11418},[363],[315,11498,11499,11502],{"style":11421},[315,11500],{"className":11501,"style":1150},[371],[315,11503,11505,11508,11512],{"className":11504},[341],[315,11506,905],{"className":11507},[341],[315,11509,11511],{"className":11510},[341],"3\u002F",[315,11513,11516],{"className":11514},[341,11515],"sqrt",[315,11517,11519,11564],{"className":11518},[354,355],[315,11520,11522,11561],{"className":11521},[359],[315,11523,11526,11541],{"className":11524,"style":11525},[363],"height:0.9072em;",[315,11527,11531,11534],{"className":11528,"style":11530},[11529],"svg-align","top:-3em;",[315,11532],{"className":11533,"style":1150},[371],[315,11535,11538],{"className":11536,"style":11537},[341],"padding-left:0.833em;",[315,11539,7108],{"className":11540},[341],[315,11542,11544,11547],{"style":11543},"top:-2.8672em;",[315,11545],{"className":11546,"style":1150},[371],[315,11548,11552],{"className":11549,"style":11551},[11550],"hide-tail","min-width:0.853em;height:1.08em;",[10726,11553,11558],{"xmlns":10728,"width":11554,"height":11555,"viewBox":11556,"preserveAspectRatio":11557},"400em","1.08em","0 0 400000 1080","xMinYMin slice",[10733,11559],{"d":11560},"M95,702\nc-2.7,0,-7.17,-2.7,-13.5,-8c-5.8,-5.3,-9.5,-10,-9.5,-14\nc0,-2,0.3,-3.3,1,-4c1.3,-2.7,23.83,-20.7,67.5,-54\nc44.2,-33.3,65.8,-50.3,66.5,-51c1.3,-1.3,3,-2,5,-2c4.7,0,8.7,3.3,12,10\ns173,378,173,378c0.7,0,35.3,-71,104,-213c68.7,-142,137.5,-285,206.5,-429\nc69,-144,104.5,-217.7,106.5,-221\nl0 -0\nc5.3,-9.3,12,-14,20,-14\nH400000v40H845.2724\ns-225.272,467,-225.272,467s-235,486,-235,486c-2.7,4.7,-9,7,-19,7\nc-6,0,-10,-1,-12,-3s-194,-422,-194,-422s-65,47,-65,47z\nM834 80h400000v40h-400000z",[315,11562,388],{"className":11563},[387],[315,11565,11567],{"className":11566},[359],[315,11568,11571],{"className":11569,"style":11570},[363],"height:0.1328em;",[315,11572],{},[315,11574,11575,11578],{"style":10781},[315,11576],{"className":11577,"style":1150},[371],[315,11579,11581,11585],{"className":11580},[341],[315,11582,11584],{"className":11583},[341],"1\u002F",[315,11586,11588],{"className":11587},[341,11515],[315,11589,11591,11624],{"className":11590},[354,355],[315,11592,11594,11621],{"className":11593},[359],[315,11595,11597,11609],{"className":11596,"style":11525},[363],[315,11598,11600,11603],{"className":11599,"style":11530},[11529],[315,11601],{"className":11602,"style":1150},[371],[315,11604,11606],{"className":11605,"style":11537},[341],[315,11607,7108],{"className":11608},[341],[315,11610,11611,11614],{"style":11543},[315,11612],{"className":11613,"style":1150},[371],[315,11615,11617],{"className":11616,"style":11551},[11550],[10726,11618,11619],{"xmlns":10728,"width":11554,"height":11555,"viewBox":11556,"preserveAspectRatio":11557},[10733,11620],{"d":11560},[315,11622,388],{"className":11623},[387],[315,11625,11627],{"className":11626},[359],[315,11628,11630],{"className":11629,"style":11570},[363],[315,11631],{},[315,11633,11634,11637],{"style":11445},[315,11635],{"className":11636,"style":1150},[371],[315,11638,11640,11643],{"className":11639},[341],[315,11641,11584],{"className":11642},[341],[315,11644,11646],{"className":11645},[341,11515],[315,11647,11649,11682],{"className":11648},[354,355],[315,11650,11652,11679],{"className":11651},[359],[315,11653,11655,11667],{"className":11654,"style":11525},[363],[315,11656,11658,11661],{"className":11657,"style":11530},[11529],[315,11659],{"className":11660,"style":1150},[371],[315,11662,11664],{"className":11663,"style":11537},[341],[315,11665,7108],{"className":11666},[341],[315,11668,11669,11672],{"style":11543},[315,11670],{"className":11671,"style":1150},[371],[315,11673,11675],{"className":11674,"style":11551},[11550],[10726,11676,11677],{"xmlns":10728,"width":11554,"height":11555,"viewBox":11556,"preserveAspectRatio":11557},[10733,11678],{"d":11560},[315,11680,388],{"className":11681},[387],[315,11683,11685],{"className":11684},[359],[315,11686,11688],{"className":11687,"style":11570},[363],[315,11689],{},[315,11691,11692,11695],{"style":11457},[315,11693],{"className":11694,"style":1150},[371],[315,11696,11698,11701],{"className":11697},[341],[315,11699,11584],{"className":11700},[341],[315,11702,11704],{"className":11703},[341,11515],[315,11705,11707,11740],{"className":11706},[354,355],[315,11708,11710,11737],{"className":11709},[359],[315,11711,11713,11725],{"className":11712,"style":11525},[363],[315,11714,11716,11719],{"className":11715,"style":11530},[11529],[315,11717],{"className":11718,"style":1150},[371],[315,11720,11722],{"className":11721,"style":11537},[341],[315,11723,7108],{"className":11724},[341],[315,11726,11727,11730],{"style":11543},[315,11728],{"className":11729,"style":1150},[371],[315,11731,11733],{"className":11732,"style":11551},[11550],[10726,11734,11735],{"xmlns":10728,"width":11554,"height":11555,"viewBox":11556,"preserveAspectRatio":11557},[10733,11736],{"d":11560},[315,11738,388],{"className":11739},[387],[315,11741,11743],{"className":11742},[359],[315,11744,11746],{"className":11745,"style":11570},[363],[315,11747],{},[315,11749,388],{"className":11750},[387],[315,11752,11754],{"className":11753},[359],[315,11755,11757],{"className":11756,"style":11476},[363],[315,11758],{},[315,11760],{"className":11761,"style":10830},[10829],[315,11763],{"className":11764,"style":10830},[10829],[315,11766,11768],{"className":11767},[10757],[315,11769,11771,11970],{"className":11770},[354,355],[315,11772,11774,11967],{"className":11773},[359],[315,11775,11777,11788,11851,11909],{"className":11776,"style":11418},[363],[315,11778,11779,11782],{"style":11421},[315,11780],{"className":11781,"style":1150},[371],[315,11783,11785],{"className":11784},[341],[315,11786,5066],{"className":11787},[341],[315,11789,11790,11793],{"style":10781},[315,11791],{"className":11792,"style":1150},[371],[315,11794,11796,11799,11803],{"className":11795},[341],[315,11797,905],{"className":11798},[341],[315,11800,11802],{"className":11801},[341],"2\u002F",[315,11804,11806],{"className":11805},[341,11515],[315,11807,11809,11843],{"className":11808},[354,355],[315,11810,11812,11840],{"className":11811},[359],[315,11813,11815,11828],{"className":11814,"style":11525},[363],[315,11816,11818,11821],{"className":11817,"style":11530},[11529],[315,11819],{"className":11820,"style":1150},[371],[315,11822,11824],{"className":11823,"style":11537},[341],[315,11825,11827],{"className":11826},[341],"6",[315,11829,11830,11833],{"style":11543},[315,11831],{"className":11832,"style":1150},[371],[315,11834,11836],{"className":11835,"style":11551},[11550],[10726,11837,11838],{"xmlns":10728,"width":11554,"height":11555,"viewBox":11556,"preserveAspectRatio":11557},[10733,11839],{"d":11560},[315,11841,388],{"className":11842},[387],[315,11844,11846],{"className":11845},[359],[315,11847,11849],{"className":11848,"style":11570},[363],[315,11850],{},[315,11852,11853,11856],{"style":11445},[315,11854],{"className":11855,"style":1150},[371],[315,11857,11859,11862],{"className":11858},[341],[315,11860,11584],{"className":11861},[341],[315,11863,11865],{"className":11864},[341,11515],[315,11866,11868,11901],{"className":11867},[354,355],[315,11869,11871,11898],{"className":11870},[359],[315,11872,11874,11886],{"className":11873,"style":11525},[363],[315,11875,11877,11880],{"className":11876,"style":11530},[11529],[315,11878],{"className":11879,"style":1150},[371],[315,11881,11883],{"className":11882,"style":11537},[341],[315,11884,11827],{"className":11885},[341],[315,11887,11888,11891],{"style":11543},[315,11889],{"className":11890,"style":1150},[371],[315,11892,11894],{"className":11893,"style":11551},[11550],[10726,11895,11896],{"xmlns":10728,"width":11554,"height":11555,"viewBox":11556,"preserveAspectRatio":11557},[10733,11897],{"d":11560},[315,11899,388],{"className":11900},[387],[315,11902,11904],{"className":11903},[359],[315,11905,11907],{"className":11906,"style":11570},[363],[315,11908],{},[315,11910,11911,11914],{"style":11457},[315,11912],{"className":11913,"style":1150},[371],[315,11915,11917,11920],{"className":11916},[341],[315,11918,11584],{"className":11919},[341],[315,11921,11923],{"className":11922},[341,11515],[315,11924,11926,11959],{"className":11925},[354,355],[315,11927,11929,11956],{"className":11928},[359],[315,11930,11932,11944],{"className":11931,"style":11525},[363],[315,11933,11935,11938],{"className":11934,"style":11530},[11529],[315,11936],{"className":11937,"style":1150},[371],[315,11939,11941],{"className":11940,"style":11537},[341],[315,11942,11827],{"className":11943},[341],[315,11945,11946,11949],{"style":11543},[315,11947],{"className":11948,"style":1150},[371],[315,11950,11952],{"className":11951,"style":11551},[11550],[10726,11953,11954],{"xmlns":10728,"width":11554,"height":11555,"viewBox":11556,"preserveAspectRatio":11557},[10733,11955],{"d":11560},[315,11957,388],{"className":11958},[387],[315,11960,11962],{"className":11961},[359],[315,11963,11965],{"className":11964,"style":11570},[363],[315,11966],{},[315,11968,388],{"className":11969},[387],[315,11971,11973],{"className":11972},[359],[315,11974,11976],{"className":11975,"style":11476},[363],[315,11977],{},[315,11979,11981],{"className":11980},[468],[315,11982,11984],{"className":11983},[5948,10704],[315,11985,11987,12007],{"className":11986},[354,355],[315,11988,11990,12004],{"className":11989},[359],[315,11991,11993],{"className":11992,"style":10714},[363],[315,11994,11995,11998],{"style":10717},[315,11996],{"className":11997,"style":10721},[371],[315,11999,12000],{"style":10724},[10726,12001,12002],{"xmlns":10728,"width":10729,"height":10730,"viewBox":10731},[10733,12003],{"d":11000},[315,12005,388],{"className":12006},[387],[315,12008,12010],{"className":12009},[359],[315,12011,12013],{"className":12012,"style":10745},[363],[315,12014],{},[315,12016],{"className":12017,"style":407},[406],[315,12019,402],{"className":12020},[401],[315,12022],{"className":12023,"style":7778},[406],[315,12025],{"className":12026,"style":407},[406],[315,12028,1876],{"className":12029,"style":8916},[341,452],[315,12031],{"className":12032,"style":549},[406],[315,12034,554],{"className":12035},[553],[315,12037],{"className":12038,"style":549},[406],[315,12040,12042,12045,12074,12077,12080,12083],{"className":12041},[327],[315,12043],{"className":12044,"style":10300},[331],[315,12046,12048,12051],{"className":12047},[341],[315,12049,8934],{"className":12050},[341,452],[315,12052,12054],{"className":12053},[350],[315,12055,12057],{"className":12056},[354],[315,12058,12060],{"className":12059},[359],[315,12061,12063],{"className":12062,"style":10319},[363],[315,12064,12065,12068],{"style":7489},[315,12066],{"className":12067,"style":372},[371],[315,12069,12071],{"className":12070},[376,377,378,379],[315,12072,10261],{"className":12073},[341,379],[315,12075,8842],{"className":12076},[341,452],[315,12078],{"className":12079,"style":549},[406],[315,12081,554],{"className":12082},[553],[315,12084],{"className":12085,"style":549},[406],[315,12087,12089,12093,12512,12515],{"className":12088},[327],[315,12090],{"className":12091,"style":12092},[331],"height:3.7344em;vertical-align:-1.6172em;",[315,12094,12096,12141,12474],{"className":12095},[411],[315,12097,12099],{"className":12098},[336],[315,12100,12102],{"className":12101},[5948,10704],[315,12103,12105,12132],{"className":12104},[354,355],[315,12106,12108,12129],{"className":12107},[359],[315,12109,12112],{"className":12110,"style":12111},[363],"height:2.05em;",[315,12113,12115,12119],{"style":12114},"top:-4.05em;",[315,12116],{"className":12117,"style":12118},[371],"height:5.6em;",[315,12120,12122],{"style":12121},"width:0.667em;height:3.6em;",[10726,12123,12126],{"xmlns":10728,"width":10729,"height":12124,"viewBox":12125},"3.6em","0 0 667 3600",[10733,12127],{"d":12128},"M403 1759 V84 H666 V0 H319 V1759 v0 v1759 v84 h347 v-84\nH403z M403 1759 V0 H319 V1759 v0 v1759 v84 h84z",[315,12130,388],{"className":12131},[387],[315,12133,12135],{"className":12134},[359],[315,12136,12139],{"className":12137,"style":12138},[363],"height:1.55em;",[315,12140],{},[315,12142,12144],{"className":12143},[341],[315,12145,12147,12208,12211,12214,12318,12321,12324],{"className":12146},[1926],[315,12148,12150],{"className":12149},[10757],[315,12151,12153,12199],{"className":12152},[354,355],[315,12154,12156,12196],{"className":12155},[359],[315,12157,12160,12172,12184],{"className":12158,"style":12159},[363],"height:2.1172em;",[315,12161,12163,12166],{"style":12162},"top:-4.2772em;",[315,12164],{"className":12165,"style":1150},[371],[315,12167,12169],{"className":12168},[341],[315,12170,646],{"className":12171},[341],[315,12173,12175,12178],{"style":12174},"top:-3.01em;",[315,12176],{"className":12177,"style":1150},[371],[315,12179,12181],{"className":12180},[341],[315,12182,5066],{"className":12183},[341],[315,12185,12187,12190],{"style":12186},"top:-1.7428em;",[315,12188],{"className":12189,"style":1150},[371],[315,12191,12193],{"className":12192},[341],[315,12194,5066],{"className":12195},[341],[315,12197,388],{"className":12198},[387],[315,12200,12202],{"className":12201},[359],[315,12203,12206],{"className":12204,"style":12205},[363],"height:1.6172em;",[315,12207],{},[315,12209],{"className":12210,"style":10830},[10829],[315,12212],{"className":12213,"style":10830},[10829],[315,12215,12217],{"className":12216},[10757],[315,12218,12220,12310],{"className":12219},[354,355],[315,12221,12223,12307],{"className":12222},[359],[315,12224,12226,12238,12296],{"className":12225,"style":12159},[363],[315,12227,12228,12231],{"style":12162},[315,12229],{"className":12230,"style":1150},[371],[315,12232,12234],{"className":12233},[341],[315,12235,12237],{"className":12236},[341],"3\u002F2",[315,12239,12240,12243],{"style":12174},[315,12241],{"className":12242,"style":1150},[371],[315,12244,12246,12249],{"className":12245},[341],[315,12247,11511],{"className":12248},[341],[315,12250,12252],{"className":12251},[341,11515],[315,12253,12255,12288],{"className":12254},[354,355],[315,12256,12258,12285],{"className":12257},[359],[315,12259,12261,12273],{"className":12260,"style":11525},[363],[315,12262,12264,12267],{"className":12263,"style":11530},[11529],[315,12265],{"className":12266,"style":1150},[371],[315,12268,12270],{"className":12269,"style":11537},[341],[315,12271,7108],{"className":12272},[341],[315,12274,12275,12278],{"style":11543},[315,12276],{"className":12277,"style":1150},[371],[315,12279,12281],{"className":12280,"style":11551},[11550],[10726,12282,12283],{"xmlns":10728,"width":11554,"height":11555,"viewBox":11556,"preserveAspectRatio":11557},[10733,12284],{"d":11560},[315,12286,388],{"className":12287},[387],[315,12289,12291],{"className":12290},[359],[315,12292,12294],{"className":12293,"style":11570},[363],[315,12295],{},[315,12297,12298,12301],{"style":12186},[315,12299],{"className":12300,"style":1150},[371],[315,12302,12304],{"className":12303},[341],[315,12305,5066],{"className":12306},[341],[315,12308,388],{"className":12309},[387],[315,12311,12313],{"className":12312},[359],[315,12314,12316],{"className":12315,"style":12205},[363],[315,12317],{},[315,12319],{"className":12320,"style":10830},[10829],[315,12322],{"className":12323,"style":10830},[10829],[315,12325,12327],{"className":12326},[10757],[315,12328,12330,12466],{"className":12329},[354,355],[315,12331,12333,12463],{"className":12332},[359],[315,12334,12336,12347,12405],{"className":12335,"style":12159},[363],[315,12337,12338,12341],{"style":12162},[315,12339],{"className":12340,"style":1150},[371],[315,12342,12344],{"className":12343},[341],[315,12345,383],{"className":12346},[341],[315,12348,12349,12352],{"style":12174},[315,12350],{"className":12351,"style":1150},[371],[315,12353,12355,12358],{"className":12354},[341],[315,12356,11802],{"className":12357},[341],[315,12359,12361],{"className":12360},[341,11515],[315,12362,12364,12397],{"className":12363},[354,355],[315,12365,12367,12394],{"className":12366},[359],[315,12368,12370,12382],{"className":12369,"style":11525},[363],[315,12371,12373,12376],{"className":12372,"style":11530},[11529],[315,12374],{"className":12375,"style":1150},[371],[315,12377,12379],{"className":12378,"style":11537},[341],[315,12380,7108],{"className":12381},[341],[315,12383,12384,12387],{"style":11543},[315,12385],{"className":12386,"style":1150},[371],[315,12388,12390],{"className":12389,"style":11551},[11550],[10726,12391,12392],{"xmlns":10728,"width":11554,"height":11555,"viewBox":11556,"preserveAspectRatio":11557},[10733,12393],{"d":11560},[315,12395,388],{"className":12396},[387],[315,12398,12400],{"className":12399},[359],[315,12401,12403],{"className":12402,"style":11570},[363],[315,12404],{},[315,12406,12407,12410],{"style":12186},[315,12408],{"className":12409,"style":1150},[371],[315,12411,12413,12416],{"className":12412},[341],[315,12414,11802],{"className":12415},[341],[315,12417,12419],{"className":12418},[341,11515],[315,12420,12422,12455],{"className":12421},[354,355],[315,12423,12425,12452],{"className":12424},[359],[315,12426,12428,12440],{"className":12427,"style":11525},[363],[315,12429,12431,12434],{"className":12430,"style":11530},[11529],[315,12432],{"className":12433,"style":1150},[371],[315,12435,12437],{"className":12436,"style":11537},[341],[315,12438,11827],{"className":12439},[341],[315,12441,12442,12445],{"style":11543},[315,12443],{"className":12444,"style":1150},[371],[315,12446,12448],{"className":12447,"style":11551},[11550],[10726,12449,12450],{"xmlns":10728,"width":11554,"height":11555,"viewBox":11556,"preserveAspectRatio":11557},[10733,12451],{"d":11560},[315,12453,388],{"className":12454},[387],[315,12456,12458],{"className":12457},[359],[315,12459,12461],{"className":12460,"style":11570},[363],[315,12462],{},[315,12464,388],{"className":12465},[387],[315,12467,12469],{"className":12468},[359],[315,12470,12472],{"className":12471,"style":12205},[363],[315,12473],{},[315,12475,12477],{"className":12476},[468],[315,12478,12480],{"className":12479},[5948,10704],[315,12481,12483,12504],{"className":12482},[354,355],[315,12484,12486,12501],{"className":12485},[359],[315,12487,12489],{"className":12488,"style":12111},[363],[315,12490,12491,12494],{"style":12114},[315,12492],{"className":12493,"style":12118},[371],[315,12495,12496],{"style":12121},[10726,12497,12498],{"xmlns":10728,"width":10729,"height":12124,"viewBox":12125},[10733,12499],{"d":12500},"M347 1759 V0 H0 V84 H263 V1759 v0 v1759 H0 v84 H347z\nM347 1759 V0 H263 V1759 v0 v1759 h84z",[315,12502,388],{"className":12503},[387],[315,12505,12507],{"className":12506},[359],[315,12508,12510],{"className":12509,"style":12138},[363],[315,12511],{},[315,12513],{"className":12514,"style":407},[406],[315,12516,1414],{"className":12517},[341],[303,12519,12520,12521,12536,12537,8935,12552,12567,12568,12583,12584,12694,12695,12770,12771,12823,12824,12876,12877,1414],{},"The diagonal of ",[315,12522,12524],{"className":12523},[318],[315,12525,12527],{"className":12526,"ariaHidden":323},[322],[315,12528,12530,12533],{"className":12529},[327],[315,12531],{"className":12532,"style":483},[331],[315,12534,1876],{"className":12535,"style":8916},[341,452]," is positive, and each column of ",[315,12538,12540],{"className":12539},[318],[315,12541,12543],{"className":12542,"ariaHidden":323},[322],[315,12544,12546,12549],{"className":12545},[327],[315,12547],{"className":12548,"style":483},[331],[315,12550,8842],{"className":12551},[341,452],[315,12553,12555],{"className":12554},[318],[315,12556,12558],{"className":12557,"ariaHidden":323},[322],[315,12559,12561,12564],{"className":12560},[327],[315,12562],{"className":12563,"style":8912},[331],[315,12565,8934],{"className":12566},[341,452]," times the\ncorresponding column of ",[315,12569,12571],{"className":12570},[318],[315,12572,12574],{"className":12573,"ariaHidden":323},[322],[315,12575,12577,12580],{"className":12576},[327],[315,12578],{"className":12579,"style":483},[331],[315,12581,1876],{"className":12582,"style":8916},[341,452],": ",[315,12585,12587],{"className":12586},[318],[315,12588,12590,12645],{"className":12589,"ariaHidden":323},[322],[315,12591,12593,12596,12636,12639,12642],{"className":12592},[327],[315,12594],{"className":12595,"style":502},[331],[315,12597,12599,12602],{"className":12598},[341],[315,12600,346],{"className":12601},[341,345],[315,12603,12605],{"className":12604},[350],[315,12606,12608,12628],{"className":12607},[354,355],[315,12609,12611,12625],{"className":12610},[359],[315,12612,12614],{"className":12613,"style":364},[363],[315,12615,12616,12619],{"style":367},[315,12617],{"className":12618,"style":372},[371],[315,12620,12622],{"className":12621},[376,377,378,379],[315,12623,383],{"className":12624},[341,379],[315,12626,388],{"className":12627},[387],[315,12629,12631],{"className":12630},[359],[315,12632,12634],{"className":12633,"style":395},[363],[315,12635],{},[315,12637],{"className":12638,"style":549},[406],[315,12640,554],{"className":12641},[553],[315,12643],{"className":12644,"style":549},[406],[315,12646,12648,12651,12654],{"className":12647},[327],[315,12649],{"className":12650,"style":11281},[331],[315,12652,646],{"className":12653},[341],[315,12655,12657,12660],{"className":12656},[341],[315,12658,8486],{"className":12659},[341,345],[315,12661,12663],{"className":12662},[350],[315,12664,12666,12686],{"className":12665},[354,355],[315,12667,12669,12683],{"className":12668},[359],[315,12670,12672],{"className":12671,"style":364},[363],[315,12673,12674,12677],{"style":367},[315,12675],{"className":12676,"style":372},[371],[315,12678,12680],{"className":12679},[376,377,378,379],[315,12681,383],{"className":12682},[341,379],[315,12684,388],{"className":12685},[387],[315,12687,12689],{"className":12688},[359],[315,12690,12692],{"className":12691,"style":395},[363],[315,12693],{}," reads off\n",[315,12696,12698],{"className":12697},[318],[315,12699,12701,12761],{"className":12700,"ariaHidden":323},[322],[315,12702,12704,12708,12752,12755,12758],{"className":12703},[327],[315,12705],{"className":12706,"style":12707},[331],"height:0.5806em;vertical-align:-0.15em;",[315,12709,12711,12714],{"className":12710},[341],[315,12712,9446],{"className":12713,"style":9445},[341,452],[315,12715,12717],{"className":12716},[350],[315,12718,12720,12744],{"className":12719},[354,355],[315,12721,12723,12741],{"className":12722},[359],[315,12724,12726],{"className":12725,"style":364},[363],[315,12727,12728,12731],{"style":9461},[315,12729],{"className":12730,"style":372},[371],[315,12732,12734],{"className":12733},[376,377,378,379],[315,12735,12737],{"className":12736},[341,379],[315,12738,12740],{"className":12739},[341,379],"11",[315,12742,388],{"className":12743},[387],[315,12745,12747],{"className":12746},[359],[315,12748,12750],{"className":12749,"style":395},[363],[315,12751],{},[315,12753],{"className":12754,"style":549},[406],[315,12756,554],{"className":12757},[553],[315,12759],{"className":12760,"style":549},[406],[315,12762,12764,12767],{"className":12763},[327],[315,12765],{"className":12766,"style":5553},[331],[315,12768,646],{"className":12769},[341],", and the zeros below the diagonal record that ",[315,12772,12774],{"className":12773},[318],[315,12775,12777],{"className":12776,"ariaHidden":323},[322],[315,12778,12780,12783],{"className":12779},[327],[315,12781],{"className":12782,"style":502},[331],[315,12784,12786,12789],{"className":12785},[341],[315,12787,346],{"className":12788},[341,345],[315,12790,12792],{"className":12791},[350],[315,12793,12795,12815],{"className":12794},[354,355],[315,12796,12798,12812],{"className":12797},[359],[315,12799,12801],{"className":12800,"style":364},[363],[315,12802,12803,12806],{"style":367},[315,12804],{"className":12805,"style":372},[371],[315,12807,12809],{"className":12808},[376,377,378,379],[315,12810,383],{"className":12811},[341,379],[315,12813,388],{"className":12814},[387],[315,12816,12818],{"className":12817},[359],[315,12819,12821],{"className":12820,"style":395},[363],[315,12822],{}," uses\nnone of ",[315,12825,12827],{"className":12826},[318],[315,12828,12830],{"className":12829,"ariaHidden":323},[322],[315,12831,12833,12836],{"className":12832},[327],[315,12834],{"className":12835,"style":502},[331],[315,12837,12839,12842],{"className":12838},[341],[315,12840,8486],{"className":12841},[341,345],[315,12843,12845],{"className":12844},[350],[315,12846,12848,12868],{"className":12847},[354,355],[315,12849,12851,12865],{"className":12850},[359],[315,12852,12854],{"className":12853,"style":364},[363],[315,12855,12856,12859],{"style":367},[315,12857],{"className":12858,"style":372},[371],[315,12860,12862],{"className":12861},[376,377,378,379],[315,12863,646],{"className":12864},[341,379],[315,12866,388],{"className":12867},[387],[315,12869,12871],{"className":12870},[359],[315,12872,12874],{"className":12873,"style":395},[363],[315,12875],{}," or ",[315,12878,12880],{"className":12879},[318],[315,12881,12883],{"className":12882,"ariaHidden":323},[322],[315,12884,12886,12889],{"className":12885},[327],[315,12887],{"className":12888,"style":502},[331],[315,12890,12892,12895],{"className":12891},[341],[315,12893,8486],{"className":12894},[341,345],[315,12896,12898],{"className":12897},[350],[315,12899,12901,12921],{"className":12900},[354,355],[315,12902,12904,12918],{"className":12903},[359],[315,12905,12907],{"className":12906,"style":364},[363],[315,12908,12909,12912],{"style":367},[315,12910],{"className":12911,"style":372},[371],[315,12913,12915],{"className":12914},[376,377,378,379],[315,12916,5139],{"className":12917},[341,379],[315,12919,388],{"className":12920},[387],[315,12922,12924],{"className":12923},[359],[315,12925,12927],{"className":12926,"style":395},[363],[315,12928],{},[307,12930,12932],{"id":12931},"numerical-stability-of-qr","Numerical stability of QR",[303,12934,12935,12936,12951,12952,12988,12989,13046,13047,13062,13063,4542,13097,13144,13145,1645,13160,13175],{},"The invertibility of ",[315,12937,12939],{"className":12938},[318],[315,12940,12942],{"className":12941,"ariaHidden":323},[322],[315,12943,12945,12948],{"className":12944},[327],[315,12946],{"className":12947,"style":483},[331],[315,12949,1876],{"className":12950,"style":8916},[341,452]," is immediate: if ",[315,12953,12955],{"className":12954},[318],[315,12956,12958,12979],{"className":12957,"ariaHidden":323},[322],[315,12959,12961,12964,12967,12970,12973,12976],{"className":12960},[327],[315,12962],{"className":12963,"style":483},[331],[315,12965,1876],{"className":12966,"style":8916},[341,452],[315,12968,346],{"className":12969},[341,345],[315,12971],{"className":12972,"style":549},[406],[315,12974,554],{"className":12975},[553],[315,12977],{"className":12978,"style":549},[406],[315,12980,12982,12985],{"className":12981},[327],[315,12983],{"className":12984,"style":5553},[331],[315,12986,5066],{"className":12987},[341,345],", then\n",[315,12990,12992],{"className":12991},[318],[315,12993,12995,13016,13037],{"className":12994,"ariaHidden":323},[322],[315,12996,12998,13001,13004,13007,13010,13013],{"className":12997},[327],[315,12999],{"className":13000,"style":483},[331],[315,13002,8842],{"className":13003},[341,452],[315,13005,346],{"className":13006},[341,345],[315,13008],{"className":13009,"style":549},[406],[315,13011,554],{"className":13012},[553],[315,13014],{"className":13015,"style":549},[406],[315,13017,13019,13022,13025,13028,13031,13034],{"className":13018},[327],[315,13020],{"className":13021,"style":8912},[331],[315,13023,8917],{"className":13024,"style":8916},[341,452],[315,13026,346],{"className":13027},[341,345],[315,13029],{"className":13030,"style":549},[406],[315,13032,554],{"className":13033},[553],[315,13035],{"className":13036,"style":549},[406],[315,13038,13040,13043],{"className":13039},[327],[315,13041],{"className":13042,"style":5553},[331],[315,13044,5066],{"className":13045},[341,345],", and the independent columns of ",[315,13048,13050],{"className":13049},[318],[315,13051,13053],{"className":13052,"ariaHidden":323},[322],[315,13054,13056,13059],{"className":13055},[327],[315,13057],{"className":13058,"style":483},[331],[315,13060,8842],{"className":13061},[341,452],"\nforce ",[315,13064,13066],{"className":13065},[318],[315,13067,13069,13088],{"className":13068,"ariaHidden":323},[322],[315,13070,13072,13076,13079,13082,13085],{"className":13071},[327],[315,13073],{"className":13074,"style":13075},[331],"height:0.4444em;",[315,13077,346],{"className":13078},[341,345],[315,13080],{"className":13081,"style":549},[406],[315,13083,554],{"className":13084},[553],[315,13086],{"className":13087,"style":549},[406],[315,13089,13091,13094],{"className":13090},[327],[315,13092],{"className":13093,"style":5553},[331],[315,13095,5066],{"className":13096},[341,345],[315,13098,13100],{"className":13099},[318],[315,13101,13103],{"className":13102,"ariaHidden":323},[322],[315,13104,13106,13109],{"className":13105},[327],[315,13107],{"className":13108,"style":5229},[331],[315,13110,13112,13115],{"className":13111},[341],[315,13113,1876],{"className":13114,"style":8916},[341,452],[315,13116,13118],{"className":13117},[350],[315,13119,13121],{"className":13120},[354],[315,13122,13124],{"className":13123},[359],[315,13125,13127],{"className":13126,"style":5229},[363],[315,13128,13129,13132],{"style":1892},[315,13130],{"className":13131,"style":372},[371],[315,13133,13135],{"className":13134},[376,377,378,379],[315,13136,13138,13141],{"className":13137},[341,379],[315,13139,905],{"className":13140},[341,379],[315,13142,383],{"className":13143},[341,379]," exists, and ",[315,13146,13148],{"className":13147},[318],[315,13149,13151],{"className":13150,"ariaHidden":323},[322],[315,13152,13154,13157],{"className":13153},[327],[315,13155],{"className":13156,"style":483},[331],[315,13158,8842],{"className":13159},[341,452],[315,13161,13163],{"className":13162},[318],[315,13164,13166],{"className":13165,"ariaHidden":323},[322],[315,13167,13169,13172],{"className":13168},[327],[315,13170],{"className":13171,"style":8912},[331],[315,13173,8934],{"className":13174},[341,452]," share the same\ncolumn space.",[303,13177,13178,13179,13233,13234,13250,13251,13254,13255,13270,13271,13275,13276,13291,13292,13295],{},"In floating point, the classical Gram–Schmidt recurrence loses orthogonality:\nrounding makes the computed ",[315,13180,13182],{"className":13181},[318],[315,13183,13185],{"className":13184,"ariaHidden":323},[322],[315,13186,13188,13192],{"className":13187},[327],[315,13189],{"className":13190,"style":13191},[331],"height:0.7305em;vertical-align:-0.2861em;",[315,13193,13195,13198],{"className":13194},[341],[315,13196,8486],{"className":13197},[341,345],[315,13199,13201],{"className":13200},[350],[315,13202,13204,13225],{"className":13203},[354,355],[315,13205,13207,13222],{"className":13206},[359],[315,13208,13211],{"className":13209,"style":13210},[363],"height:0.3117em;",[315,13212,13213,13216],{"style":367},[315,13214],{"className":13215,"style":372},[371],[315,13217,13219],{"className":13218},[376,377,378,379],[315,13220,9870],{"className":13221,"style":9869},[341,452,379],[315,13223,388],{"className":13224},[387],[315,13226,13228],{"className":13227},[359],[315,13229,13231],{"className":13230,"style":462},[363],[315,13232],{}," drift out of perpendicularity as ",[315,13235,13237],{"className":13236},[318],[315,13238,13240],{"className":13239,"ariaHidden":323},[322],[315,13241,13243,13247],{"className":13242},[327],[315,13244],{"className":13245,"style":13246},[331],"height:0.854em;vertical-align:-0.1944em;",[315,13248,9870],{"className":13249,"style":9869},[341,452],"\ngrows. Reordering the subtractions (the ",[1700,13252,13253],{},"modified"," Gram–Schmidt variant) helps,\nbut production QR routines instead left-multiply ",[315,13256,13258],{"className":13257},[318],[315,13259,13261],{"className":13260,"ariaHidden":323},[322],[315,13262,13264,13267],{"className":13263},[327],[315,13265],{"className":13266,"style":483},[331],[315,13268,8842],{"className":13269},[341,452]," by a sequence of orthogonal\nreflectors until it becomes upper triangular. That approach parallels the\nelementary-matrix reduction behind the\n",[13272,13273,13274],"a",{"href":54},"LU factorization"," and\nyields a more accurate ",[315,13277,13279],{"className":13278},[318],[315,13280,13282],{"className":13281,"ariaHidden":323},[322],[315,13283,13285,13288],{"className":13284},[327],[315,13286],{"className":13287,"style":8912},[331],[315,13289,8934],{"className":13290},[341,452],"; the details belong to the\n",[13272,13293,13294],{"href":258},"numerical least-squares","\nlesson.",[1705,13297],{"hash":13298},"f7de0d119aa45b535aac23cb3ac8e4a54bf76ee4973ece1af84491b4ceddbf11",[13300,13301,13302,13321],"table",{},[13303,13304,13305],"thead",{},[13306,13307,13308,13312,13315,13318],"tr",{},[13309,13310,13311],"th",{},"Method",[13309,13313,13314],{},"Output",[13309,13316,13317],{},"Cost",[13309,13319,13320],{},"Numerical behavior",[13322,13323,13324,13412,13425],"tbody",{},[13306,13325,13326,13330,13391,13394],{},[13327,13328,13329],"td",{},"Classical Gram–Schmidt",[13327,13331,13332,13390],{},[315,13333,13335],{"className":13334},[318],[315,13336,13338],{"className":13337,"ariaHidden":323},[322],[315,13339,13341,13344,13347,13387],{"className":13340},[327],[315,13342],{"className":13343,"style":728},[331],[315,13345,337],{"className":13346},[336],[315,13348,13350,13353],{"className":13349},[341],[315,13351,510],{"className":13352,"style":509},[341,345],[315,13354,13356],{"className":13355},[350],[315,13357,13359,13379],{"className":13358},[354,355],[315,13360,13362,13376],{"className":13361},[359],[315,13363,13365],{"className":13364,"style":3490},[363],[315,13366,13367,13370],{"style":525},[315,13368],{"className":13369,"style":372},[371],[315,13371,13373],{"className":13372},[376,377,378,379],[315,13374,3503],{"className":13375,"style":3502},[341,452,379],[315,13377,388],{"className":13378},[387],[315,13380,13382],{"className":13381},[359],[315,13383,13385],{"className":13384,"style":395},[363],[315,13386],{},[315,13388,469],{"className":13389},[468]," then normalize",[13327,13392,13393],{},"low",[13327,13395,13396,13397],{},"orthogonality degrades for large ",[315,13398,13400],{"className":13399},[318],[315,13401,13403],{"className":13402,"ariaHidden":323},[322],[315,13404,13406,13409],{"className":13405},[327],[315,13407],{"className":13408,"style":13246},[331],[315,13410,9870],{"className":13411,"style":9869},[341,452],[13306,13413,13414,13417,13420,13422],{},[13327,13415,13416],{},"Modified Gram–Schmidt",[13327,13418,13419],{},"same, reordered updates",[13327,13421,13393],{},[13327,13423,13424],{},"markedly better, still imperfect",[13306,13426,13427,13430,13465,13468],{},[13327,13428,13429],{},"Reflector-based QR",[13327,13431,13432],{},[315,13433,13435],{"className":13434},[318],[315,13436,13438,13456],{"className":13437,"ariaHidden":323},[322],[315,13439,13441,13444,13447,13450,13453],{"className":13440},[327],[315,13442],{"className":13443,"style":483},[331],[315,13445,8842],{"className":13446},[341,452],[315,13448],{"className":13449,"style":549},[406],[315,13451,554],{"className":13452},[553],[315,13454],{"className":13455,"style":549},[406],[315,13457,13459,13462],{"className":13458},[327],[315,13460],{"className":13461,"style":8912},[331],[315,13463,8917],{"className":13464,"style":8916},[341,452],[13327,13466,13467],{},"about twice",[13327,13469,13470,13471],{},"most accurate ",[315,13472,13474],{"className":13473},[318],[315,13475,13477],{"className":13476,"ariaHidden":323},[322],[315,13478,13480,13483],{"className":13479},[327],[315,13481],{"className":13482,"style":8912},[331],[315,13484,8934],{"className":13485},[341,452],[307,13487,13489],{"id":13488},"summary","Summary",[13491,13492,13493,13500,13521],"ul",{},[13494,13495,13496,13499],"li",{},[1719,13497,13498],{},"Gram–Schmidt"," converts a basis into an orthogonal basis by subtracting, from\neach vector, its projection onto the span of the vectors already orthogonalized,\npreserving the span at every step.",[13494,13501,13502,13505,13506,1414],{},[1719,13503,13504],{},"Normalization"," at the end gives an orthonormal basis, the columns of ",[315,13507,13509],{"className":13508},[318],[315,13510,13512],{"className":13511,"ariaHidden":323},[322],[315,13513,13515,13518],{"className":13514},[327],[315,13516],{"className":13517,"style":8912},[331],[315,13519,8934],{"className":13520},[341,452],[13494,13522,13523,5265,13526,13559,13560,13575,13576,8995,13600,13662],{},[1719,13524,13525],{},"QR factorization",[315,13527,13529],{"className":13528},[318],[315,13530,13532,13550],{"className":13531,"ariaHidden":323},[322],[315,13533,13535,13538,13541,13544,13547],{"className":13534},[327],[315,13536],{"className":13537,"style":483},[331],[315,13539,8842],{"className":13540},[341,452],[315,13542],{"className":13543,"style":549},[406],[315,13545,554],{"className":13546},[553],[315,13548],{"className":13549,"style":549},[406],[315,13551,13553,13556],{"className":13552},[327],[315,13554],{"className":13555,"style":8912},[331],[315,13557,8917],{"className":13558,"style":8916},[341,452]," records the process as a matrix product: ",[315,13561,13563],{"className":13562},[318],[315,13564,13566],{"className":13565,"ariaHidden":323},[322],[315,13567,13569,13572],{"className":13568},[327],[315,13570],{"className":13571,"style":8912},[331],[315,13573,8934],{"className":13574},[341,452]," has\northonormal columns spanning ",[315,13577,13579],{"className":13578},[318],[315,13580,13582],{"className":13581,"ariaHidden":323},[322],[315,13583,13585,13588,13594,13597],{"className":13584},[327],[315,13586],{"className":13587,"style":3656},[331],[315,13589,13591],{"className":13590},[732],[315,13592,8988],{"className":13593},[341,736],[315,13595],{"className":13596,"style":407},[406],[315,13598,8842],{"className":13599},[341,452],[315,13601,13603],{"className":13602},[318],[315,13604,13606,13624],{"className":13605,"ariaHidden":323},[322],[315,13607,13609,13612,13615,13618,13621],{"className":13608},[327],[315,13610],{"className":13611,"style":483},[331],[315,13613,1876],{"className":13614,"style":8916},[341,452],[315,13616],{"className":13617,"style":549},[406],[315,13619,554],{"className":13620},[553],[315,13622],{"className":13623,"style":549},[406],[315,13625,13627,13630,13659],{"className":13626},[327],[315,13628],{"className":13629,"style":10230},[331],[315,13631,13633,13636],{"className":13632},[341],[315,13634,8934],{"className":13635},[341,452],[315,13637,13639],{"className":13638},[350],[315,13640,13642],{"className":13641},[354],[315,13643,13645],{"className":13644},[359],[315,13646,13648],{"className":13647,"style":10249},[363],[315,13649,13650,13653],{"style":1892},[315,13651],{"className":13652,"style":372},[371],[315,13654,13656],{"className":13655},[376,377,378,379],[315,13657,10261],{"className":13658},[341,379],[315,13660,8842],{"className":13661},[341,452]," is upper\ntriangular and invertible.",[303,13664,13665,13666,13669,13801,13802],{},"The QR factorization gives a stable route to the\n",[13272,13667,13668],{"href":187},"least-squares solution",[315,13670,13672],{"className":13671},[318],[315,13673,13675,13727],{"className":13674,"ariaHidden":323},[322],[315,13676,13678,13682,13718,13721,13724],{"className":13677},[327],[315,13679],{"className":13680,"style":13681},[331],"height:0.7079em;",[315,13683,13686],{"className":13684},[341,13685],"accent",[315,13687,13689],{"className":13688},[354],[315,13690,13692],{"className":13691},[359],[315,13693,13695,13703],{"className":13694,"style":13681},[363],[315,13696,13697,13700],{"style":11530},[315,13698],{"className":13699,"style":1150},[371],[315,13701,346],{"className":13702},[341,345],[315,13704,13706,13709],{"style":13705},"top:-3.0134em;",[315,13707],{"className":13708,"style":1150},[371],[315,13710,13714],{"className":13711,"style":13713},[13712],"accent-body","left:-0.25em;",[315,13715,13717],{"className":13716},[341],"^",[315,13719],{"className":13720,"style":549},[406],[315,13722,554],{"className":13723},[553],[315,13725],{"className":13726,"style":549},[406],[315,13728,13730,13733,13768,13797],{"className":13729},[327],[315,13731],{"className":13732,"style":10230},[331],[315,13734,13736,13739],{"className":13735},[341],[315,13737,1876],{"className":13738,"style":8916},[341,452],[315,13740,13742],{"className":13741},[350],[315,13743,13745],{"className":13744},[354],[315,13746,13748],{"className":13747},[359],[315,13749,13751],{"className":13750,"style":5229},[363],[315,13752,13753,13756],{"style":1892},[315,13754],{"className":13755,"style":372},[371],[315,13757,13759],{"className":13758},[376,377,378,379],[315,13760,13762,13765],{"className":13761},[341,379],[315,13763,905],{"className":13764},[341,379],[315,13766,383],{"className":13767},[341,379],[315,13769,13771,13774],{"className":13770},[341],[315,13772,8934],{"className":13773},[341,452],[315,13775,13777],{"className":13776},[350],[315,13778,13780],{"className":13779},[354],[315,13781,13783],{"className":13782},[359],[315,13784,13786],{"className":13785,"style":10249},[363],[315,13787,13788,13791],{"style":1892},[315,13789],{"className":13790,"style":372},[371],[315,13792,13794],{"className":13793},[376,377,378,379],[315,13795,10261],{"className":13796},[341,379],[315,13798,13800],{"className":13799},[341,345],"b"," of an inconsistent system.",[13803,13804,13805],"sup",{},[13272,13806,383],{"href":13807,"ariaDescribedBy":13808,"dataFootnoteRef":298,"id":13810},"#user-content-fn-lay-64",[13809],"footnote-label","user-content-fnref-lay-64",[13812,13813,13816,13821],"section",{"className":13814,"dataFootnotes":298},[13815],"footnotes",[307,13817,13820],{"className":13818,"id":13809},[13819],"sr-only","Footnotes",[13822,13823,13824],"ol",{},[13494,13825,13827,13828,13861,13862,13924,13925],{"id":13826},"user-content-fn-lay-64","Lay, §6.4 — The Gram–Schmidt Process: Theorem 11 (orthogonalization with the span property), the orthonormal variant, and Theorem 12 (the QR factorization ",[315,13829,13831],{"className":13830},[318],[315,13832,13834,13852],{"className":13833,"ariaHidden":323},[322],[315,13835,13837,13840,13843,13846,13849],{"className":13836},[327],[315,13838],{"className":13839,"style":483},[331],[315,13841,8842],{"className":13842},[341,452],[315,13844],{"className":13845,"style":549},[406],[315,13847,554],{"className":13848},[553],[315,13850],{"className":13851,"style":549},[406],[315,13853,13855,13858],{"className":13854},[327],[315,13856],{"className":13857,"style":8912},[331],[315,13859,8917],{"className":13860,"style":8916},[341,452]," with ",[315,13863,13865],{"className":13864},[318],[315,13866,13868,13886],{"className":13867,"ariaHidden":323},[322],[315,13869,13871,13874,13877,13880,13883],{"className":13870},[327],[315,13872],{"className":13873,"style":483},[331],[315,13875,1876],{"className":13876,"style":8916},[341,452],[315,13878],{"className":13879,"style":549},[406],[315,13881,554],{"className":13882},[553],[315,13884],{"className":13885,"style":549},[406],[315,13887,13889,13892,13921],{"className":13888},[327],[315,13890],{"className":13891,"style":10230},[331],[315,13893,13895,13898],{"className":13894},[341],[315,13896,8934],{"className":13897},[341,452],[315,13899,13901],{"className":13900},[350],[315,13902,13904],{"className":13903},[354],[315,13905,13907],{"className":13906},[359],[315,13908,13910],{"className":13909,"style":10249},[363],[315,13911,13912,13915],{"style":1892},[315,13913],{"className":13914,"style":372},[371],[315,13916,13918],{"className":13917},[376,377,378,379],[315,13919,10261],{"className":13920},[341,379],[315,13922,8842],{"className":13923},[341,452],"), including the numerical notes on loss of orthogonality. ",[13272,13926,13931],{"href":13927,"ariaLabel":13928,"className":13929,"dataFootnoteBackref":298},"#user-content-fnref-lay-64","Back to reference 1",[13930],"data-footnote-backref","↩",[13933,13934,13935],"style",{},"html .default .shiki span {color: var(--shiki-default);background: var(--shiki-default-bg);font-style: var(--shiki-default-font-style);font-weight: var(--shiki-default-font-weight);text-decoration: var(--shiki-default-text-decoration);}html .shiki span {color: var(--shiki-default);background: var(--shiki-default-bg);font-style: var(--shiki-default-font-style);font-weight: var(--shiki-default-font-weight);text-decoration: var(--shiki-default-text-decoration);}html .dark-mode .shiki span {color: var(--shiki-dark-mode);background: var(--shiki-dark-mode-bg);font-style: var(--shiki-dark-mode-font-style);font-weight: var(--shiki-dark-mode-font-weight);text-decoration: var(--shiki-dark-mode-text-decoration);}html.dark-mode .shiki span {color: var(--shiki-dark-mode);background: var(--shiki-dark-mode-bg);font-style: var(--shiki-dark-mode-font-style);font-weight: var(--shiki-dark-mode-font-weight);text-decoration: var(--shiki-dark-mode-text-decoration);}",{"title":298,"searchDepth":17,"depth":17,"links":13937},[13938,13939,13940,13941,13942,13943,13944],{"id":309,"depth":17,"text":310},{"id":1710,"depth":17,"text":1711},{"id":4878,"depth":17,"text":4879},{"id":8618,"depth":17,"text":8619},{"id":12931,"depth":17,"text":12932},{"id":13488,"depth":17,"text":13489},{"id":13809,"depth":17,"text":13820},[],"computer-science",false,"md",{"moduleNumber":118,"lessonNumber":23,"order":13950},603,true,[],"---\ntitle: The Gram-Schmidt Process and QR Factorization\nmodule: Orthogonality and Least Squares\nmoduleNumber: 6\nlessonNumber: 3\norder: 603\nsummary: >\n  Gram-Schmidt turns any basis into an orthogonal one by repeatedly subtracting\n  off projections onto the span already built. Normalizing the result and\n  recording the coefficients factors the matrix as A = QR, with Q orthonormal\n  and R upper triangular, the factorization behind stable least-squares and\n  eigenvalue algorithms.\ntopics: [Orthogonality and Least Squares]\nsources:\n  - book: Lay\n    ref: \"§6.4 The Gram-Schmidt Process\"\n---\n\nAn orthogonal basis makes coordinates and projections trivial, but a subspace\nusually arrives with an arbitrary basis instead. The Gram–Schmidt process converts\none into the other: given any basis for a subspace, it produces an orthogonal basis\nfor the same subspace, one vector at a time. Recording the arithmetic as a matrix\nproduct yields the QR factorization, the numerically preferred route to\nleast-squares solutions and eigenvalues.\n\n## Subtracting the projection\n\nStart with a basis $\\{\\mathbf{x}_1, \\dots, \\mathbf{x}_p\\}$ of a subspace $W$. Keep\nthe first vector, $\\mathbf{v}_1 = \\mathbf{x}_1$. To make the second vector\northogonal to the first, subtract from $\\mathbf{x}_2$ its projection onto the line\n$W_1 = \\operatorname{Span}\\{\\mathbf{v}_1\\}$:\n$$\n\\mathbf{v}_2 = \\mathbf{x}_2 - \\operatorname{proj}_{W_1}\\mathbf{x}_2\n  = \\mathbf{x}_2 - \\frac{\\mathbf{x}_2 \\cdot \\mathbf{v}_1}\n  {\\mathbf{v}_1 \\cdot \\mathbf{v}_1}\\, \\mathbf{v}_1.\n$$\nBy the orthogonal decomposition theorem, $\\mathbf{v}_2$ is the component of\n$\\mathbf{x}_2$ orthogonal to $\\mathbf{v}_1$, and it stays in $W$ because it is a\ncombination of $\\mathbf{x}_2$ and $\\mathbf{x}_1$. Each later vector subtracts its\nprojection onto the span of _all_ the orthogonal vectors already built.\n\n$$\n% caption: One Gram-Schmidt step in R^3: v2 is x2 minus its projection p onto the\n% line through x1, leaving the part of x2 perpendicular to x1 while staying in the\n% plane W.\n\\begin{tikzpicture}[>=stealth, scale=1.0, font=\\small]\n\\definecolor{acc}{HTML}{4A6FA5}\n\\fill[acc!10] (-0.4,-0.4) -- (5.0,-0.4) -- (5.6,1.4) -- (0.2,1.4) -- cycle;\n\\draw[acc, thick] (-0.4,-0.4) -- (5.0,-0.4) -- (5.6,1.4) -- (0.2,1.4) -- cycle;\n\\node[acc] at (5.15,-0.15) {$W$};\n\\coordinate (o) at (0.6,0.0);\n\\coordinate (x1) at (3.6,0.0);\n\\coordinate (p) at (2.4,0.0);\n\\coordinate (x2) at (2.4,1.9);\n\\draw[->, acc, very thick] (o) -- (x1) node[below right] {$\\mathbf{x}_1=\\mathbf{v}_1$};\n\\draw[->, black, very thick] (o) -- (x2) node[above] {$\\mathbf{x}_2$};\n\\draw[->, acc, thick] (o) -- (p) node[below] {$\\mathbf{p}$};\n\\draw[->, black, very thick] (p) -- (x2) node[midway, right] {$\\mathbf{v}_2$};\n\\draw[black] (2.4,0.22) -- (2.18,0.22) -- (2.18,0);\n\\fill[black] (o) circle (1.6pt);\n\\end{tikzpicture}\n$$\n\n## The general process\n\n> **Theorem (Gram–Schmidt process).** Given a basis\n> $\\{\\mathbf{x}_1, \\dots, \\mathbf{x}_p\\}$ for a nonzero subspace $W$ of\n> $\\mathbb{R}^n$, define\n> $$\n> \\begin{aligned}\n> \\mathbf{v}_1 &= \\mathbf{x}_1, \\\\\n> \\mathbf{v}_2 &= \\mathbf{x}_2\n>   - \\frac{\\mathbf{x}_2\\cdot\\mathbf{v}_1}{\\mathbf{v}_1\\cdot\\mathbf{v}_1}\\mathbf{v}_1, \\\\\n> &\\ \\ \\vdots \\\\\n> \\mathbf{v}_p &= \\mathbf{x}_p\n>   - \\frac{\\mathbf{x}_p\\cdot\\mathbf{v}_1}{\\mathbf{v}_1\\cdot\\mathbf{v}_1}\\mathbf{v}_1\n>   - \\cdots\n>   - \\frac{\\mathbf{x}_p\\cdot\\mathbf{v}_{p-1}}{\\mathbf{v}_{p-1}\\cdot\\mathbf{v}_{p-1}}\\mathbf{v}_{p-1}.\n> \\end{aligned}\n> $$\n> Then $\\{\\mathbf{v}_1, \\dots, \\mathbf{v}_p\\}$ is an orthogonal basis for $W$, and\n> $\\operatorname{Span}\\{\\mathbf{v}_1, \\dots, \\mathbf{v}_k\\}\n> = \\operatorname{Span}\\{\\mathbf{x}_1, \\dots, \\mathbf{x}_k\\}$ for each $k$.\n\nThe span condition is the point of the construction: the orthogonal set built from\nthe first $k$ inputs spans exactly the same subspace $W_k$ as those inputs. The\nproof is induction. Suppose $\\{\\mathbf{v}_1, \\dots, \\mathbf{v}_k\\}$ is an\northogonal basis for $W_k = \\operatorname{Span}\\{\\mathbf{x}_1, \\dots,\n\\mathbf{x}_k\\}$. Define $\\mathbf{v}_{k+1} = \\mathbf{x}_{k+1} -\n\\operatorname{proj}_{W_k}\\mathbf{x}_{k+1}$. By the orthogonal decomposition theorem it is orthogonal to\n$W_k$; it lies in $W_{k+1}$; and it is nonzero because $\\mathbf{x}_{k+1}$ is not\nin $W_k$. So $\\{\\mathbf{v}_1, \\dots, \\mathbf{v}_{k+1}\\}$ is an orthogonal basis of\nthe $(k+1)$-dimensional space $W_{k+1}$.\n\n$$\n% caption: Gram-Schmidt builds a nested chain of subspaces: v1 spans a line, v2\n% completes the plane W2, and v3 rises out of it, each new vector orthogonal to\n% every one already built.\n\\begin{tikzpicture}[>=stealth, scale=1.0, font=\\small]\n\\definecolor{acc}{HTML}{4A6FA5}\n\\fill[acc!10] (-0.3,-0.6) -- (4.6,-0.6) -- (5.4,0.8) -- (0.5,0.8) -- cycle;\n\\draw[acc, thick] (-0.3,-0.6) -- (4.6,-0.6) -- (5.4,0.8) -- (0.5,0.8) -- cycle;\n\\node[acc] at (5.05,-0.25) {$W_2$};\n\\coordinate (o) at (1.2,0.0);\n\\coordinate (v1) at (3.8,0.0);\n\\coordinate (v2) at (2.0,0.5);\n\\coordinate (v3) at (1.2,2.4);\n\\draw[->, acc, very thick] (o) -- (v1) node[right] {$\\mathbf{v}_1$};\n\\draw[->, acc, very thick] (o) -- (v2) node[right] {$\\mathbf{v}_2$};\n\\draw[->, black, very thick] (o) -- (v3) node[left] {$\\mathbf{v}_3$};\n\\draw[black] (1.2,0.28) -- (1.45,0.28) -- (1.45,0.0);\n\\fill[black] (o) circle (1.6pt);\n\\end{tikzpicture}\n$$\n\n```algorithm\ncaption: $\\textsc{Gram-Schmidt}(\\mathbf{x}_1, \\dots, \\mathbf{x}_p)$ — orthogonal basis for the span\n$\\mathbf{v}_1 \\gets \\mathbf{x}_1$\nfor $k = 2$ to $p$ do\n  $\\mathbf{v}_k \\gets \\mathbf{x}_k$\n  for $j = 1$ to $k-1$ do\n    $\\mathbf{v}_k \\gets \\mathbf{v}_k - \\dfrac{\\mathbf{x}_k \\cdot \\mathbf{v}_j}{\\mathbf{v}_j \\cdot \\mathbf{v}_j}\\, \\mathbf{v}_j$ \u002F\u002F remove the component along $\\mathbf{v}_j$\nreturn $\\{\\mathbf{v}_1, \\dots, \\mathbf{v}_p\\}$\n```\n\nAn orthonormal basis follows by normalizing each $\\mathbf{v}_k$ at the end. Doing\nso only after the orthogonal set is complete avoids writing square roots at every\nstep of a hand calculation.\n\n## Orthogonalizing a basis\n\n> **Worked example.** Orthogonalize the basis $\\mathbf{x}_1 = (1, 1, 1, 1)$,\n> $\\mathbf{x}_2 = (0, 1, 1, 1)$, $\\mathbf{x}_3 = (0, 0, 1, 1)$ of a subspace $W$ of\n> $\\mathbb{R}^4$.\n>\n> _Step 1._ $\\mathbf{v}_1 = \\mathbf{x}_1 = (1, 1, 1, 1)$.\n>\n> _Step 2._ With $\\mathbf{x}_2 \\cdot \\mathbf{v}_1 = 3$ and\n> $\\mathbf{v}_1 \\cdot \\mathbf{v}_1 = 4$,\n> $$\n> \\mathbf{v}_2 = \\mathbf{x}_2 - \\tfrac{3}{4}\\mathbf{v}_1\n>   = \\left(-\\tfrac{3}{4}, \\tfrac{1}{4}, \\tfrac{1}{4}, \\tfrac{1}{4}\\right).\n> $$\n> Scaling by $4$ gives the cleaner $\\mathbf{v}_2' = (-3, 1, 1, 1)$, still\n> orthogonal to $\\mathbf{v}_1$.\n>\n> _Step 3._ Project $\\mathbf{x}_3$ onto $W_2 = \\operatorname{Span}\\{\\mathbf{v}_1,\n> \\mathbf{v}_2'\\}$ using $\\mathbf{x}_3 \\cdot \\mathbf{v}_1 = 2$,\n> $\\mathbf{x}_3 \\cdot \\mathbf{v}_2' = 2$, and\n> $\\mathbf{v}_2' \\cdot \\mathbf{v}_2' = 12$:\n> $$\n> \\operatorname{proj}_{W_2}\\mathbf{x}_3\n>   = \\tfrac{2}{4}\\mathbf{v}_1 + \\tfrac{2}{12}\\mathbf{v}_2'\n>   = \\left(0, \\tfrac{2}{3}, \\tfrac{2}{3}, \\tfrac{2}{3}\\right),\n> \\qquad\n> \\mathbf{v}_3 = \\mathbf{x}_3 - \\operatorname{proj}_{W_2}\\mathbf{x}_3\n>   = \\left(0, -\\tfrac{2}{3}, \\tfrac{1}{3}, \\tfrac{1}{3}\\right).\n> $$\n> Then $\\{\\mathbf{v}_1, \\mathbf{v}_2', \\mathbf{v}_3\\}$ is an orthogonal basis for\n> $W$. Normalizing each vector produces an orthonormal basis\n> $\\{\\mathbf{u}_1, \\mathbf{u}_2, \\mathbf{u}_3\\}$.\n\n## The QR factorization\n\nApply Gram–Schmidt with normalization to the _columns_ of a matrix. Each original\ncolumn $\\mathbf{x}_k$ lies in $\\operatorname{Span}\\{\\mathbf{u}_1, \\dots,\n\\mathbf{u}_k\\}$, so it is a combination of the first $k$ orthonormal vectors only.\nCollecting those combinations as columns records the factorization.\n\n> **Theorem (QR factorization).** If $A$ is an $m \\times n$ matrix with\n> linearly independent columns, then $A = QR$, where $Q$ is $m \\times n$ with\n> orthonormal columns forming a basis for $\\operatorname{Col} A$, and $R$ is\n> $n \\times n$ upper triangular with positive diagonal entries.\n\nLet $Q = [\\,\\mathbf{u}_1\\ \\cdots\\ \\mathbf{u}_n\\,]$ be the orthonormal basis from\nGram–Schmidt. Because $\\mathbf{x}_k \\in \\operatorname{Span}\\{\\mathbf{u}_1, \\dots,\n\\mathbf{u}_k\\}$, there are scalars with\n$$\n\\mathbf{x}_k = r_{1k}\\mathbf{u}_1 + \\cdots + r_{kk}\\mathbf{u}_k\n  + 0\\,\\mathbf{u}_{k+1} + \\cdots + 0\\,\\mathbf{u}_n,\n$$\nand the entries below the diagonal are zero, making $R = [r_{jk}]$ upper\ntriangular. Choosing $r_{kk} \\ge 0$ (flip the sign of $\\mathbf{u}_k$ if needed)\nmakes the diagonal positive. Then $\\mathbf{x}_k = Q\\mathbf{r}_k$ for each $k$, so\n$A = QR$.\n\n$$\n% caption: A = QR splits an m-by-n matrix with independent columns into an\n% orthonormal Q of the same shape and a small upper-triangular R; the shaded\n% lower part of R is all zeros.\n\\begin{tikzpicture}[>=stealth, scale=1.0, font=\\small]\n\\definecolor{acc}{HTML}{4A6FA5}\n% A\n\\draw[black, thick] (0,0) rectangle (1.5,3.0);\n\\node at (0.75,-0.4) {$A$};\n\\node[black] at (0.75,1.5) {$m$ by $n$};\n\\node at (2.05,1.5) {$=$};\n% Q\n\\draw[acc, thick] (2.6,0) rectangle (4.1,3.0);\n\\foreach \\x in {3.0,3.4,3.75} \\draw[acc!55] (\\x,0) -- (\\x,3.0);\n\\node at (3.35,-0.4) {$Q$};\n\\node[black] at (3.35,1.5) {orthonormal};\n% R\n\\draw[black, thick] (4.5,1.5) rectangle (6.0,3.0);\n\\fill[acc!12] (4.5,1.5) -- (6.0,1.5) -- (6.0,3.0) -- cycle;\n\\draw[black] (4.5,3.0) -- (6.0,1.5);\n\\node at (5.25,-0.4) {$R$};\n\\node[black] at (5.55,1.72) {$0$};\n\\node[black] at (5.25,3.35) {upper triangular};\n\\end{tikzpicture}\n$$\n\nOnce $Q$ is known, $R$ is a single product. Since $Q^\\top Q = I$,\n$$\nQ^\\top A = Q^\\top (QR) = R,\n$$\nso $R = Q^\\top A$.\n\n> **Worked example.** Assemble $A = QR$ from the columns\n> $\\mathbf{x}_1, \\mathbf{x}_2, \\mathbf{x}_3$ orthogonalized above:\n> $$\n> A = \\begin{bmatrix}\n> 1 & 0 & 0 \\\\ 1 & 1 & 0 \\\\ 1 & 1 & 1 \\\\ 1 & 1 & 1\n> \\end{bmatrix}.\n> $$\n> Normalizing the orthogonal basis $\\{\\mathbf{v}_1, \\mathbf{v}_2', \\mathbf{v}_3'\\}$\n> (with $\\mathbf{v}_3' = 3\\mathbf{v}_3$) gives\n> $$\n> Q = \\begin{bmatrix}\n>  1\u002F2 & -3\u002F\\sqrt{12} & 0 \\\\\n>  1\u002F2 & 1\u002F\\sqrt{12} & -2\u002F\\sqrt{6} \\\\\n>  1\u002F2 & 1\u002F\\sqrt{12} & 1\u002F\\sqrt{6} \\\\\n>  1\u002F2 & 1\u002F\\sqrt{12} & 1\u002F\\sqrt{6}\n> \\end{bmatrix},\n> \\qquad\n> R = Q^\\top A = \\begin{bmatrix}\n>  2 & 3\u002F2 & 1 \\\\\n>  0 & 3\u002F\\sqrt{12} & 2\u002F\\sqrt{12} \\\\\n>  0 & 0 & 2\u002F\\sqrt{6}\n> \\end{bmatrix}.\n> $$\n> The diagonal of $R$ is positive, and each column of $A$ is $Q$ times the\n> corresponding column of $R$: $\\mathbf{x}_1 = 2\\mathbf{u}_1$ reads off\n> $r_{11} = 2$, and the zeros below the diagonal record that $\\mathbf{x}_1$ uses\n> none of $\\mathbf{u}_2$ or $\\mathbf{u}_3$.\n\n## Numerical stability of QR\n\nThe invertibility of $R$ is immediate: if $R\\mathbf{x} = \\mathbf{0}$, then\n$A\\mathbf{x} = QR\\mathbf{x} = \\mathbf{0}$, and the independent columns of $A$\nforce $\\mathbf{x} = \\mathbf{0}$. So $R^{-1}$ exists, and $A$ and $Q$ share the same\ncolumn space.\n\nIn floating point, the classical Gram–Schmidt recurrence loses orthogonality:\nrounding makes the computed $\\mathbf{u}_j$ drift out of perpendicularity as $j$\ngrows. Reordering the subtractions (the _modified_ Gram–Schmidt variant) helps,\nbut production QR routines instead left-multiply $A$ by a sequence of orthogonal\nreflectors until it becomes upper triangular. That approach parallels the\nelementary-matrix reduction behind the\n[LU factorization](\u002Flinear-algebra\u002Fmatrix-algebra\u002Fpartitioned-matrices-and-lu) and\nyields a more accurate $Q$; the details belong to the\n[numerical least-squares](\u002Flinear-algebra\u002Fnumerical-linear-algebra\u002Fqr-and-numerical-least-squares)\nlesson.\n\n$$\n% caption: In floating point the classical Gram-Schmidt recurrence loses\n% orthogonality as the step index grows, while the reordered (modified) variant\n% stays far closer to orthonormal.\n\\begin{tikzpicture}[>=stealth, scale=1.0, font=\\small]\n\\definecolor{acc}{HTML}{4A6FA5}\n\\draw[->, black] (0,0) -- (5.6,0) node[right] {step $j$};\n\\draw[->, black] (0,0) -- (0,3.4) node[above, black] {drift};\n\\draw[black, very thick] (0.3,0.2) .. controls (2.6,0.4) and (3.6,1.9) .. (5.0,3.0);\n\\node[black] at (4.1,2.75) {classical};\n\\draw[acc, very thick] (0.3,0.2) .. controls (2.6,0.3) and (4.0,0.5) .. (5.0,0.9);\n\\node[acc] at (4.1,0.55) {reordered};\n\\end{tikzpicture}\n$$\n\n| Method | Output | Cost | Numerical behavior |\n| --- | --- | --- | --- |\n| Classical Gram–Schmidt | $\\{\\mathbf{v}_k\\}$ then normalize | low | orthogonality degrades for large $j$ |\n| Modified Gram–Schmidt | same, reordered updates | low | markedly better, still imperfect |\n| Reflector-based QR | $A = QR$ | about twice | most accurate $Q$ |\n\n## Summary\n\n- **Gram–Schmidt** converts a basis into an orthogonal basis by subtracting, from\n  each vector, its projection onto the span of the vectors already orthogonalized,\n  preserving the span at every step.\n- **Normalization** at the end gives an orthonormal basis, the columns of $Q$.\n- **QR factorization** $A = QR$ records the process as a matrix product: $Q$ has\n  orthonormal columns spanning $\\operatorname{Col} A$, and $R = Q^\\top A$ is upper\n  triangular and invertible.\n\nThe QR factorization gives a stable route to the\n[least-squares solution](\u002Flinear-algebra\u002Forthogonality-least-squares\u002Fleast-squares-problems)\n$\\hat{\\mathbf{x}} = R^{-1}Q^\\top\\mathbf{b}$ of an inconsistent system.[^lay-64]\n\n[^lay-64]: Lay, §6.4 — The Gram–Schmidt Process: Theorem 11 (orthogonalization with the span property), the orthonormal variant, and Theorem 12 (the QR factorization $A = QR$ with $R = Q^\\top A$), including the numerical notes on loss of orthogonality.\n",{"text":13955,"minutes":13956,"time":13957,"words":13958},"4 min read",3.655,219300,731,{"title":181,"description":305},[13961],{"book":13962,"ref":13963},"Lay","§6.4 The Gram-Schmidt Process","available","02.linear-algebra\u002F06.orthogonality-least-squares\u002F03.gram-schmidt-and-qr",[167],"Jkm0TenWqRCB7jVDqeXybGrZMkRJFRWkpQD21eBDlgQ",{"\u002Falgorithms\u002Ffoundations\u002Fwhat-is-an-algorithm":13969,"\u002Falgorithms\u002Ffoundations\u002Fproof-techniques":13970,"\u002Falgorithms\u002Ffoundations\u002Fasymptotic-analysis":13971,"\u002Falgorithms\u002Ffoundations\u002Fgrowth-rates-and-loop-analysis":13972,"\u002Falgorithms\u002Ffoundations\u002Frecurrences":13973,"\u002Falgorithms\u002Ffoundations\u002Famortized-analysis":13974,"\u002Falgorithms\u002Fdivide-and-conquer\u002Fmergesort":13975,"\u002Falgorithms\u002Fdivide-and-conquer\u002Fquicksort":13976,"\u002Falgorithms\u002Fdivide-and-conquer\u002Fselection":13977,"\u002Falgorithms\u002Fdivide-and-conquer\u002Ffast-multiplication":13978,"\u002Falgorithms\u002Fsorting\u002Fheaps-and-heapsort":13979,"\u002Falgorithms\u002Fsorting\u002Fsorting-lower-bounds":13980,"\u002Falgorithms\u002Fsorting\u002Flinear-time-sorting":13981,"\u002Falgorithms\u002Fsorting\u002Fexternal-sorting":13982,"\u002Falgorithms\u002Fdata-structures\u002Felementary-structures":13983,"\u002Falgorithms\u002Fdata-structures\u002Fhash-tables":13984,"\u002Falgorithms\u002Fdata-structures\u002Fbinary-search-trees":13985,"\u002Falgorithms\u002Fdata-structures\u002Favl-trees":13986,"\u002Falgorithms\u002Fdata-structures\u002Fbalanced-trees":13987,"\u002Falgorithms\u002Fdata-structures\u002Funion-find":13988,"\u002Falgorithms\u002Fdata-structures\u002Ffenwick-and-segment-trees":13989,"\u002Falgorithms\u002Fdata-structures\u002Fspatial-data-structures":13990,"\u002Falgorithms\u002Fdata-structures\u002Fskip-lists-and-probabilistic-structures":13991,"\u002Falgorithms\u002Fdata-structures\u002Fb-trees":13992,"\u002Falgorithms\u002Fdata-structures\u002Fdata-stream-algorithms":13993,"\u002Falgorithms\u002Fdata-structures\u002Fstreaming-sketches":13994,"\u002Falgorithms\u002Fsequences\u002Ftwo-pointers-and-windows":13995,"\u002Falgorithms\u002Fsequences\u002Fprefix-sums":13996,"\u002Falgorithms\u002Fsequences\u002Fmonotonic-stacks":13997,"\u002Falgorithms\u002Fsequences\u002Fbinary-search-on-the-answer":13998,"\u002Falgorithms\u002Fsequences\u002Fstring-matching":13999,"\u002Falgorithms\u002Fsequences\u002Fkmp-and-z-function":14000,"\u002Falgorithms\u002Fsequences\u002Ftries":14001,"\u002Falgorithms\u002Fsequences\u002Fsuffix-arrays-and-aho-corasick":14002,"\u002Falgorithms\u002Fgraphs\u002Frepresentations-and-traversal":14003,"\u002Falgorithms\u002Fgraphs\u002Fdepth-first-search":14004,"\u002Falgorithms\u002Fgraphs\u002Ftopological-sort-and-scc":14005,"\u002Falgorithms\u002Fgraphs\u002Fminimum-spanning-trees":14006,"\u002Falgorithms\u002Fgraphs\u002Fkruskal-and-prim":14007,"\u002Falgorithms\u002Fgraphs\u002Fshortest-paths":14008,"\u002Falgorithms\u002Fgraphs\u002Fall-pairs-and-negative-weights":14009,"\u002Falgorithms\u002Fgraphs\u002Fnetwork-flow":14010,"\u002Falgorithms\u002Fgraphs\u002Fmax-flow-min-cut":14011,"\u002Falgorithms\u002Fgraphs\u002Fbridges-and-articulation-points":14012,"\u002Falgorithms\u002Fgraphs\u002Flowest-common-ancestor":14013,"\u002Falgorithms\u002Fgraphs\u002Ftwo-sat":14014,"\u002Falgorithms\u002Fgraphs\u002Feulerian-tours":14015,"\u002Falgorithms\u002Fgraphs\u002Fbipartite-matching":14016,"\u002Falgorithms\u002Fgreedy\u002Fthe-greedy-method":14017,"\u002Falgorithms\u002Fgreedy\u002Fscheduling-and-intervals":14018,"\u002Falgorithms\u002Fgreedy\u002Fhuffman-codes":14019,"\u002Falgorithms\u002Fgreedy\u002Fmatroids":14020,"\u002Falgorithms\u002Fgreedy\u002Fstable-matching":14021,"\u002Falgorithms\u002Fdynamic-programming\u002Fprinciples":14022,"\u002Falgorithms\u002Fdynamic-programming\u002Fsequence-dp":14023,"\u002Falgorithms\u002Fdynamic-programming\u002Flongest-increasing-subsequence":14024,"\u002Falgorithms\u002Fdynamic-programming\u002Fknapsack":14025,"\u002Falgorithms\u002Fdynamic-programming\u002Fcoin-change-and-unbounded":14026,"\u002Falgorithms\u002Fdynamic-programming\u002Finterval-dp":14027,"\u002Falgorithms\u002Fdynamic-programming\u002Ftree-dp":14028,"\u002Falgorithms\u002Fdynamic-programming\u002Fbitmask-dp":14029,"\u002Falgorithms\u002Fdynamic-programming\u002Fdp-optimizations":14030,"\u002Falgorithms\u002Fdynamic-programming\u002Fdp-on-graphs":14031,"\u002Falgorithms\u002Fdynamic-programming\u002Fdigit-and-probability-dp":14032,"\u002Falgorithms\u002Fbacktracking\u002Fbacktracking-fundamentals":14033,"\u002Falgorithms\u002Fbacktracking\u002Fconstraint-search":14034,"\u002Falgorithms\u002Fbacktracking\u002Fbranch-and-bound":14035,"\u002Falgorithms\u002Fbacktracking\u002Fgraph-backtracking":14036,"\u002Falgorithms\u002Fmathematical-algorithms\u002Fnumber-theory-basics":14037,"\u002Falgorithms\u002Fmathematical-algorithms\u002Fmodular-exponentiation-and-primality":14038,"\u002Falgorithms\u002Fmathematical-algorithms\u002Fsieve-and-factorization":14039,"\u002Falgorithms\u002Fmathematical-algorithms\u002Fcombinatorics":14040,"\u002Falgorithms\u002Fmathematical-algorithms\u002Fmatrix-exponentiation":14041,"\u002Falgorithms\u002Fmathematical-algorithms\u002Ffast-fourier-transform":14042,"\u002Falgorithms\u002Fmathematical-algorithms\u002Fgradient-descent":14043,"\u002Falgorithms\u002Fcomputational-geometry\u002Fgeometric-primitives":14044,"\u002Falgorithms\u002Fcomputational-geometry\u002Fconvex-hull":14045,"\u002Falgorithms\u002Fcomputational-geometry\u002Fsweep-line":14046,"\u002Falgorithms\u002Fcomputational-geometry\u002Fpolygons-and-proximity":14047,"\u002Falgorithms\u002Fintractability\u002Fp-np-reductions":14048,"\u002Falgorithms\u002Fintractability\u002Fnp-completeness":14049,"\u002Falgorithms\u002Fintractability\u002Fcoping-with-hardness":14050,"\u002Falgorithms\u002Fintractability\u002Fapproximation-algorithms":14051,"\u002Falgorithms":14052,"\u002Fcalculus\u002Flimits-and-continuity\u002Ffunctions-and-models":14053,"\u002Fcalculus\u002Flimits-and-continuity\u002Fthe-limit-of-a-function":14054,"\u002Fcalculus\u002Flimits-and-continuity\u002Flimit-laws-and-the-precise-definition":14055,"\u002Fcalculus\u002Flimits-and-continuity\u002Fcontinuity":14056,"\u002Fcalculus\u002Fderivatives\u002Fthe-derivative-and-rates-of-change":14057,"\u002Fcalculus\u002Fderivatives\u002Fdifferentiation-rules-and-the-chain-rule":14058,"\u002Fcalculus\u002Fderivatives\u002Fimplicit-differentiation-and-related-rates":14059,"\u002Fcalculus\u002Fderivatives\u002Flinear-approximations-and-differentials":14060,"\u002Fcalculus\u002Fapplications-of-derivatives\u002Fextrema-and-the-mean-value-theorem":14061,"\u002Fcalculus\u002Fapplications-of-derivatives\u002Fhow-derivatives-shape-a-graph":14062,"\u002Fcalculus\u002Fapplications-of-derivatives\u002Fcurve-sketching-and-optimization":14063,"\u002Fcalculus\u002Fapplications-of-derivatives\u002Fnewtons-method-and-antiderivatives":14064,"\u002Fcalculus\u002Fintegrals\u002Farea-and-the-definite-integral":14065,"\u002Fcalculus\u002Fintegrals\u002Fthe-fundamental-theorem-of-calculus":14066,"\u002Fcalculus\u002Fintegrals\u002Fthe-substitution-rule":14067,"\u002Fcalculus\u002Fapplications-of-integration\u002Fareas-and-volumes":14068,"\u002Fcalculus\u002Fapplications-of-integration\u002Fwork-average-value-and-arc-length":14069,"\u002Fcalculus\u002Fapplications-of-integration\u002Fphysics-economics-and-probability":14070,"\u002Fcalculus\u002Fexponential-logarithmic-and-inverse-functions\u002Finverse-functions-logarithms-and-exponentials":14071,"\u002Fcalculus\u002Fexponential-logarithmic-and-inverse-functions\u002Fgrowth-decay-inverse-trig-and-hyperbolic-functions":14072,"\u002Fcalculus\u002Fexponential-logarithmic-and-inverse-functions\u002Flhospitals-rule":14073,"\u002Fcalculus\u002Ftechniques-of-integration\u002Fintegration-by-parts":14074,"\u002Fcalculus\u002Ftechniques-of-integration\u002Ftrigonometric-integrals-and-substitution":14075,"\u002Fcalculus\u002Ftechniques-of-integration\u002Fpartial-fractions-and-integration-strategy":14076,"\u002Fcalculus\u002Ftechniques-of-integration\u002Fapproximate-and-improper-integrals":14077,"\u002Fcalculus\u002Fparametric-and-polar\u002Fparametric-curves-and-their-calculus":14078,"\u002Fcalculus\u002Fparametric-and-polar\u002Fpolar-coordinates":14079,"\u002Fcalculus\u002Fparametric-and-polar\u002Fconic-sections":14080,"\u002Fcalculus\u002Fsequences-and-series\u002Fsequences":14081,"\u002Fcalculus\u002Fsequences-and-series\u002Fseries-and-the-integral-test":14082,"\u002Fcalculus\u002Fsequences-and-series\u002Fthe-convergence-tests":14083,"\u002Fcalculus\u002Fsequences-and-series\u002Fpower-series":14084,"\u002Fcalculus\u002Fsequences-and-series\u002Ftaylor-and-maclaurin-series":14085,"\u002Fcalculus\u002Fvectors-and-space-curves\u002Fvectors-and-the-dot-product":14086,"\u002Fcalculus\u002Fvectors-and-space-curves\u002Fthe-cross-product-lines-and-planes":14067,"\u002Fcalculus\u002Fvectors-and-space-curves\u002Fcylinders-and-quadric-surfaces":14087,"\u002Fcalculus\u002Fvectors-and-space-curves\u002Fvector-functions-and-space-curves":14088,"\u002Fcalculus\u002Fvectors-and-space-curves\u002Farc-length-curvature-and-motion":14089,"\u002Fcalculus\u002Fpartial-derivatives\u002Ffunctions-of-several-variables":14057,"\u002Fcalculus\u002Fpartial-derivatives\u002Fpartial-derivatives":14090,"\u002Fcalculus\u002Fpartial-derivatives\u002Ftangent-planes-and-the-chain-rule":14091,"\u002Fcalculus\u002Fpartial-derivatives\u002Fdirectional-derivatives-and-the-gradient":14092,"\u002Fcalculus\u002Fpartial-derivatives\u002Foptimization-and-lagrange-multipliers":14093,"\u002Fcalculus\u002Fmultiple-integrals-and-vector-calculus\u002Fdouble-integrals":14094,"\u002Fcalculus\u002Fmultiple-integrals-and-vector-calculus\u002Ftriple-integrals-and-coordinate-systems":14095,"\u002Fcalculus\u002Fmultiple-integrals-and-vector-calculus\u002Fvector-fields-and-line-integrals":14096,"\u002Fcalculus\u002Fmultiple-integrals-and-vector-calculus\u002Fgreens-theorem-curl-and-divergence":14097,"\u002Fcalculus\u002Fmultiple-integrals-and-vector-calculus\u002Fsurface-integrals":14098,"\u002Fcalculus\u002Fmultiple-integrals-and-vector-calculus\u002Fstokes-and-the-divergence-theorem":14099,"\u002Fcalculus":14100,"\u002Fmechanics\u002Ffoundations\u002Fmeasurement-and-dimensions":14101,"\u002Fmechanics\u002Ffoundations\u002Fvector-algebra":14102,"\u002Fmechanics\u002Fkinematics\u002Fone-dimensional-motion":14103,"\u002Fmechanics\u002Fkinematics\u002Fmotion-graphs":14104,"\u002Fmechanics\u002Fkinematics\u002Fprojectile-motion":14105,"\u002Fmechanics\u002Fkinematics\u002Frelative-motion":14106,"\u002Fmechanics\u002Fkinematics\u002Fcircular-motion":14107,"\u002Fmechanics\u002Fdynamics\u002Fnewtons-laws":14108,"\u002Fmechanics\u002Fdynamics\u002Ffree-body-diagrams":14109,"\u002Fmechanics\u002Fdynamics\u002Ffriction-and-curved-motion":14110,"\u002Fmechanics\u002Fdynamics\u002Fnumerical-dynamics":14111,"\u002Fmechanics\u002Fdynamics\u002Fcenter-of-mass-systems":14112,"\u002Fmechanics\u002Fenergy\u002Fwork-and-kinetic-energy":14113,"\u002Fmechanics\u002Fenergy\u002Fpotential-energy":14114,"\u002Fmechanics\u002Fenergy\u002Fmultiparticle-work":14115,"\u002Fmechanics\u002Fenergy\u002Fmass-energy-and-binding":14116,"\u002Fmechanics\u002Fenergy\u002Fphotons-and-quantization":14117,"\u002Fmechanics\u002Fmomentum\u002Fmomentum-and-collisions":14118,"\u002Fmechanics\u002Fmomentum\u002Fcenter-of-mass-collisions":14119,"\u002Fmechanics\u002Fmomentum\u002Frocket-propulsion":14120,"\u002Fmechanics\u002Frotation\u002Frotational-inertia":14121,"\u002Fmechanics\u002Frotation\u002Frotational-dynamics":14122,"\u002Fmechanics\u002Frotation\u002Frolling-motion":14123,"\u002Fmechanics\u002Frotation\u002Fangular-momentum":14124,"\u002Fmechanics\u002Frotation\u002Frolling-resistance":14125,"\u002Fmechanics\u002Frotation\u002Fgyroscopic-precession":14126,"\u002Fmechanics\u002Fgravity-and-matter\u002Fkeplerian-orbits":14127,"\u002Fmechanics\u002Fgravity-and-matter\u002Fgravitational-fields":14128,"\u002Fmechanics\u002Fgravity-and-matter\u002Fstatic-equilibrium":14129,"\u002Fmechanics\u002Fgravity-and-matter\u002Ffluid-statics":14130,"\u002Fmechanics\u002Fgravity-and-matter\u002Ffluid-flow":14131,"\u002Fmechanics\u002Fgravity-and-matter\u002Forbital-motion":14132,"\u002Fmechanics\u002Fgravity-and-matter\u002Fstress-and-elasticity":14133,"\u002Fmechanics\u002Foscillations-waves\u002Fdamped-oscillators":14134,"\u002Fmechanics\u002Foscillations-waves\u002Ftravelling-waves":14135,"\u002Fmechanics\u002Foscillations-waves\u002Fwave-superposition":14136,"\u002Fmechanics\u002Foscillations-waves\u002Fstanding-waves":14137,"\u002Fmechanics\u002Foscillations-waves\u002Fsound-waves":14138,"\u002Fmechanics\u002Foscillations-waves\u002Fdoppler-effect":14139,"\u002Fmechanics\u002Foscillations-waves\u002Fwave-packets":14140,"\u002Fmechanics\u002Foscillations-waves\u002Fbeats-and-coupling":14141,"\u002Fmechanics\u002Foscillations-waves\u002Fsimple-harmonic-motion":14142,"\u002Fmechanics\u002Foscillations-waves\u002Fpendulum-motion":14143,"\u002Fmechanics\u002Foscillations-waves\u002Fdriven-oscillators":14144,"\u002Fmechanics\u002Foscillations-waves\u002Fwave-boundaries":14145,"\u002Fmechanics\u002Fthermodynamics\u002Fkinetic-theory-of-ideal-gases":14146,"\u002Fmechanics\u002Fthermodynamics\u002Ffirst-law-of-thermodynamics":14147,"\u002Fmechanics\u002Fthermodynamics\u002Fentropy-and-the-second-law":14148,"\u002Fmechanics\u002Fthermodynamics\u002Fthermal-processes":14149,"\u002Fmechanics\u002Fthermodynamics\u002Fphase-changes":14150,"\u002Fmechanics\u002Fthermodynamics\u002Fthermal-machines":14151,"\u002Fmechanics":14152,"\u002Felectricity-and-magnetism\u002Felectric-fields\u002Fcharge-and-conductors":14153,"\u002Felectricity-and-magnetism\u002Felectric-fields\u002Fcoulombs-law":14154,"\u002Felectricity-and-magnetism\u002Felectric-fields\u002Felectric-field-and-force":14155,"\u002Felectricity-and-magnetism\u002Felectric-fields\u002Felectric-field-maps":14156,"\u002Felectricity-and-magnetism\u002Felectric-fields\u002Felectric-dipoles":14157,"\u002Felectricity-and-magnetism\u002Fcontinuous-charge-distributions\u002Fcontinuous-charge-fields":14158,"\u002Felectricity-and-magnetism\u002Fcontinuous-charge-distributions\u002Fgauss-law-and-conductors":14159,"\u002Felectricity-and-magnetism\u002Felectric-potential\u002Fpoint-charge-potential":14160,"\u002Felectricity-and-magnetism\u002Felectric-potential\u002Fpotential-gradients-and-equipotentials":14161,"\u002Felectricity-and-magnetism\u002Felectric-potential\u002Felectrostatic-energy-and-pressure":14162,"\u002Felectricity-and-magnetism\u002Felectric-potential\u002Flaplace-boundary-problems":14163,"\u002Felectricity-and-magnetism\u002Felectric-potential\u002Fcontinuous-charge-potentials":14164,"\u002Felectricity-and-magnetism\u002Fcapacitance\u002Fcapacitance-fundamentals":14141,"\u002Felectricity-and-magnetism\u002Fcapacitance\u002Fcapacitor-networks":14165,"\u002Felectricity-and-magnetism\u002Fcapacitance\u002Fcapacitor-energy-and-force":14166,"\u002Felectricity-and-magnetism\u002Fcapacitance\u002Fdielectric-polarization-and-breakdown":14167,"\u002Felectricity-and-magnetism\u002Fdirect-current-circuits\u002Fcurrent-and-resistance":14137,"\u002Felectricity-and-magnetism\u002Fdirect-current-circuits\u002Fkirchhoff-network-analysis":14002,"\u002Felectricity-and-magnetism\u002Fdirect-current-circuits\u002Frc-transients":14168,"\u002Felectricity-and-magnetism\u002Fmagnetic-field\u002Fmagnetic-trajectories":14128,"\u002Felectricity-and-magnetism\u002Fmagnetic-field\u002Fhall-effect":14169,"\u002Felectricity-and-magnetism\u002Fmagnetic-field\u002Fmagnetic-force-on-conductors":14170,"\u002Felectricity-and-magnetism\u002Fmagnetic-field\u002Fmagnetic-dipoles":14171,"\u002Felectricity-and-magnetism\u002Fmagnetic-field\u002Fmass-spectrometry":14172,"\u002Felectricity-and-magnetism\u002Fmagnetic-sources\u002Fmoving-charge-fields":14173,"\u002Felectricity-and-magnetism\u002Fmagnetic-sources\u002Fbiot-savart-law":14174,"\u002Felectricity-and-magnetism\u002Fmagnetic-sources\u002Fcircular-current-loops":14175,"\u002Felectricity-and-magnetism\u002Fmagnetic-sources\u002Famperes-law":14176,"\u002Felectricity-and-magnetism\u002Fmagnetic-sources\u002Fgauss-law-for-magnetism":14177,"\u002Felectricity-and-magnetism\u002Fmagnetic-sources\u002Fmagnetic-materials":14102,"\u002Felectricity-and-magnetism\u002Felectromagnetic-induction\u002Fmagnetic-flux":14178,"\u002Felectricity-and-magnetism\u002Felectromagnetic-induction\u002Ffaradays-law":14179,"\u002Felectricity-and-magnetism\u002Felectromagnetic-induction\u002Flenzs-law":14180,"\u002Felectricity-and-magnetism\u002Felectromagnetic-induction\u002Fmotional-emf":14181,"\u002Felectricity-and-magnetism\u002Felectromagnetic-induction\u002Feddy-currents":14182,"\u002Felectricity-and-magnetism\u002Felectromagnetic-induction\u002Fself-inductance":14183,"\u002Felectricity-and-magnetism\u002Felectromagnetic-induction\u002Fmagnetic-energy":14184,"\u002Felectricity-and-magnetism\u002Felectromagnetic-induction\u002Frl-circuits":14185,"\u002Felectricity-and-magnetism\u002Falternating-current\u002Fac-fundamentals":14120,"\u002Felectricity-and-magnetism\u002Falternating-current\u002Freactance":14119,"\u002Felectricity-and-magnetism\u002Falternating-current\u002Frlc-resonance":14186,"\u002Felectricity-and-magnetism\u002Falternating-current\u002Fac-power":14187,"\u002Felectricity-and-magnetism\u002Falternating-current\u002Ftransformers":14188,"\u002Felectricity-and-magnetism\u002Fmaxwell-electromagnetic-waves\u002Fdisplacement-current":14189,"\u002Felectricity-and-magnetism\u002Fmaxwell-electromagnetic-waves\u002Felectromagnetic-waves":14190,"\u002Felectricity-and-magnetism\u002Fmaxwell-electromagnetic-waves\u002Felectromagnetic-momentum":14191,"\u002Felectricity-and-magnetism\u002Fmaxwell-electromagnetic-waves\u002Fdipole-radiation":14192,"\u002Felectricity-and-magnetism\u002Fmaxwell-electromagnetic-waves\u002Fpolarization":14193,"\u002Felectricity-and-magnetism\u002Foptics\u002Freflection-and-refraction":14194,"\u002Felectricity-and-magnetism\u002Foptics\u002Fthin-lenses":14146,"\u002Felectricity-and-magnetism\u002Foptics\u002Fspherical-mirrors":14144,"\u002Felectricity-and-magnetism":14195,"\u002Flinear-algebra\u002Flinear-systems\u002Fsystems-and-echelon-forms":14196,"\u002Flinear-algebra\u002Flinear-systems\u002Fvector-and-matrix-equations":14197,"\u002Flinear-algebra\u002Flinear-systems\u002Fsolution-sets-and-applications":14198,"\u002Flinear-algebra\u002Flinear-systems\u002Flinear-independence":14199,"\u002Flinear-algebra\u002Flinear-systems\u002Flinear-transformations":14200,"\u002Flinear-algebra\u002Fmatrix-algebra\u002Fmatrix-operations":14201,"\u002Flinear-algebra\u002Fmatrix-algebra\u002Fmatrix-inverse-and-invertibility":14202,"\u002Flinear-algebra\u002Fmatrix-algebra\u002Fpartitioned-matrices-and-lu":14203,"\u002Flinear-algebra\u002Fmatrix-algebra\u002Fsubspaces-dimension-rank":14204,"\u002Flinear-algebra\u002Fmatrix-algebra\u002Fapplications-leontief-and-graphics":14054,"\u002Flinear-algebra\u002Fdeterminants\u002Fdeterminants-and-cofactors":14205,"\u002Flinear-algebra\u002Fdeterminants\u002Fproperties-of-determinants":14206,"\u002Flinear-algebra\u002Fdeterminants\u002Fcramer-volume-and-area":14058,"\u002Flinear-algebra\u002Fvector-spaces\u002Fvector-spaces-and-subspaces":14207,"\u002Flinear-algebra\u002Fvector-spaces\u002Fnull-and-column-spaces":14208,"\u002Flinear-algebra\u002Fvector-spaces\u002Fbases-and-independent-sets":14209,"\u002Flinear-algebra\u002Fvector-spaces\u002Fcoordinate-systems":14210,"\u002Flinear-algebra\u002Fvector-spaces\u002Fdimension-and-rank":14211,"\u002Flinear-algebra\u002Fvector-spaces\u002Fchange-of-basis":14212,"\u002Flinear-algebra\u002Fvector-spaces\u002Fdifference-equations-and-markov":14213,"\u002Flinear-algebra\u002Feigenvalues\u002Feigenvectors-and-eigenvalues":14214,"\u002Flinear-algebra\u002Feigenvalues\u002Fthe-characteristic-equation":14215,"\u002Flinear-algebra\u002Feigenvalues\u002Fdiagonalization":14216,"\u002Flinear-algebra\u002Feigenvalues\u002Feigenvectors-and-linear-transformations":14217,"\u002Flinear-algebra\u002Feigenvalues\u002Fcomplex-eigenvalues":14218,"\u002Flinear-algebra\u002Feigenvalues\u002Fdynamical-systems":14219,"\u002Flinear-algebra\u002Feigenvalues\u002Fpower-method":14220,"\u002Flinear-algebra\u002Forthogonality-least-squares\u002Finner-product-length-orthogonality":14221,"\u002Flinear-algebra\u002Forthogonality-least-squares\u002Forthogonal-sets-and-projections":14222,"\u002Flinear-algebra\u002Forthogonality-least-squares\u002Fgram-schmidt-and-qr":13958,"\u002Flinear-algebra\u002Forthogonality-least-squares\u002Fleast-squares-problems":14223,"\u002Flinear-algebra\u002Forthogonality-least-squares\u002Fleast-squares-applications":14224,"\u002Flinear-algebra\u002Forthogonality-least-squares\u002Finner-product-spaces":14225,"\u002Flinear-algebra\u002Fsymmetric-quadratic-svd\u002Fdiagonalizing-symmetric-matrices":14093,"\u002Flinear-algebra\u002Fsymmetric-quadratic-svd\u002Fquadratic-forms":14226,"\u002Flinear-algebra\u002Fsymmetric-quadratic-svd\u002Fconstrained-optimization":14227,"\u002Flinear-algebra\u002Fsymmetric-quadratic-svd\u002Fsingular-value-decomposition":14228,"\u002Flinear-algebra\u002Fsymmetric-quadratic-svd\u002Fsvd-applications-pca-imaging":14229,"\u002Flinear-algebra\u002Fnumerical-linear-algebra\u002Fnumerical-thinking-and-matrix-computation":14230,"\u002Flinear-algebra\u002Fnumerical-linear-algebra\u002Flu-and-cholesky":14231,"\u002Flinear-algebra\u002Fnumerical-linear-algebra\u002Fconditioning-and-floating-point":14232,"\u002Flinear-algebra\u002Fnumerical-linear-algebra\u002Fstability-and-error-analysis":14233,"\u002Flinear-algebra\u002Fnumerical-linear-algebra\u002Fqr-and-numerical-least-squares":14234,"\u002Flinear-algebra\u002Fnumerical-linear-algebra\u002Fnumerical-eigenvalues-and-svd":14235,"\u002Flinear-algebra\u002Fgeometry-of-vector-spaces\u002Faffine-combinations":14236,"\u002Flinear-algebra\u002Fgeometry-of-vector-spaces\u002Faffine-independence-and-barycentric-coordinates":14237,"\u002Flinear-algebra\u002Fgeometry-of-vector-spaces\u002Fconvex-combinations-and-convex-sets":14238,"\u002Flinear-algebra\u002Fgeometry-of-vector-spaces\u002Fhyperplanes-and-polytopes":14239,"\u002Flinear-algebra\u002Fgeometry-of-vector-spaces\u002Fcurves-and-surfaces":14240,"\u002Flinear-algebra":14241,"\u002Ftheory-of-computation":14242,"\u002Fcomputer-architecture\u002Ffoundations\u002Fbits-bytes-and-words":14243,"\u002Fcomputer-architecture\u002Ffoundations\u002Finteger-representation":14244,"\u002Fcomputer-architecture\u002Ffoundations\u002Finteger-arithmetic":14245,"\u002Fcomputer-architecture\u002Ffoundations\u002Ffloating-point":14246,"\u002Fcomputer-architecture\u002Ffoundations\u002Fboolean-algebra-and-bit-manipulation":14247,"\u002Fcomputer-architecture\u002Fmachine-level-x86-64\u002Fthe-machines-view":14248,"\u002Fcomputer-architecture\u002Fmachine-level-x86-64\u002Fdata-movement":14249,"\u002Fcomputer-architecture\u002Fmachine-level-x86-64\u002Farithmetic-and-logic":14250,"\u002Fcomputer-architecture\u002Fmachine-level-x86-64\u002Fcontrol-flow":14251,"\u002Fcomputer-architecture\u002Fmachine-level-x86-64\u002Fprocedures":14252,"\u002Fcomputer-architecture\u002Fmachine-level-x86-64\u002Farrays-structs-and-alignment":14253,"\u002Fcomputer-architecture\u002Fmachine-level-x86-64\u002Fmemory-layout-and-buffer-overflows":14254,"\u002Fcomputer-architecture\u002Finstruction-set-architecture\u002Fwhat-an-isa-is":14255,"\u002Fcomputer-architecture\u002Finstruction-set-architecture\u002Finstruction-formats-and-operands":14256,"\u002Fcomputer-architecture\u002Finstruction-set-architecture\u002Faddressing-modes":14257,"\u002Fcomputer-architecture\u002Finstruction-set-architecture\u002Fthe-y86-64-instruction-set":14258,"\u002Fcomputer-architecture\u002Finstruction-set-architecture\u002Fy86-64-programming":14259,"\u002Fcomputer-architecture\u002Fdigital-logic\u002Ftransistors-gates-and-boolean-functions":14260,"\u002Fcomputer-architecture\u002Fdigital-logic\u002Fcombinational-logic-and-hcl":14261,"\u002Fcomputer-architecture\u002Fdigital-logic\u002Fmultiplexers-decoders-and-the-alu":14262,"\u002Fcomputer-architecture\u002Fdigital-logic\u002Fmemory-elements-latches-flip-flops-and-clocking":14263,"\u002Fcomputer-architecture\u002Fdigital-logic\u002Fregister-files-and-random-access-memory":14264,"\u002Fcomputer-architecture\u002Fprocessor-design\u002Fthe-fetch-decode-execute-cycle":14265,"\u002Fcomputer-architecture\u002Fprocessor-design\u002Fthe-seq-stages":14266,"\u002Fcomputer-architecture\u002Fprocessor-design\u002Fcontrol-logic-and-sequencing":14267,"\u002Fcomputer-architecture\u002Fprocessor-design\u002Fassembling-seq":14268,"\u002Fcomputer-architecture\u002Fprocessor-design\u002Ftracing-a-program":14269,"\u002Fcomputer-architecture\u002Fpipelining\u002Fpipelining-principles":14270,"\u002Fcomputer-architecture\u002Fpipelining\u002Ffrom-seq-to-pipe":14271,"\u002Fcomputer-architecture\u002Fpipelining\u002Fdata-hazards-stalling-and-forwarding":14272,"\u002Fcomputer-architecture\u002Fpipelining\u002Fcontrol-hazards-and-branch-prediction":14273,"\u002Fcomputer-architecture\u002Fpipelining\u002Fthe-complete-pipe-processor":14274,"\u002Fcomputer-architecture\u002Fmemory-hierarchy\u002Fstorage-technologies-and-the-latency-gap":14275,"\u002Fcomputer-architecture\u002Fmemory-hierarchy\u002Flocality":14276,"\u002Fcomputer-architecture\u002Fmemory-hierarchy\u002Fcache-memories-direct-mapped":14277,"\u002Fcomputer-architecture\u002Fmemory-hierarchy\u002Fset-associative-and-write-policies":14278,"\u002Fcomputer-architecture\u002Fmemory-hierarchy\u002Fcache-performance-and-cache-friendly-code":14279,"\u002Fcomputer-architecture\u002Fvirtual-memory\u002Faddress-spaces-and-translation":14280,"\u002Fcomputer-architecture\u002Fvirtual-memory\u002Fpage-tables-and-page-faults":14281,"\u002Fcomputer-architecture\u002Fvirtual-memory\u002Fthe-tlb-and-multi-level-page-tables":14282,"\u002Fcomputer-architecture\u002Fexceptions-and-io\u002Fexceptional-control-flow":14283,"\u002Fcomputer-architecture\u002Fexceptions-and-io\u002Finterrupts-and-the-kernel":14284,"\u002Fcomputer-architecture\u002Fmultithreading-and-multicore\u002Fprocesses-threads-and-parallelism":14285,"\u002Fcomputer-architecture\u002Fmultithreading-and-multicore\u002Fhardware-multithreading":14286,"\u002Fcomputer-architecture\u002Fmultithreading-and-multicore\u002Fcache-coherence":14287,"\u002Fcomputer-architecture\u002Fmultithreading-and-multicore\u002Fmemory-consistency-and-synchronization":14288,"\u002Fcomputer-architecture\u002Fmultithreading-and-multicore\u002Fmulticore-organization":14289,"\u002Fcomputer-architecture\u002Fcapstone\u002Fthe-whole-machine":14290,"\u002Fcomputer-architecture\u002Fcapstone\u002Fassembling-a-complete-cpu":14291,"\u002Fcomputer-architecture":14242,"\u002Fdifferential-equations\u002Ffoundations\u002Fmodels-and-direction-fields":14292,"\u002Fdifferential-equations\u002Ffoundations\u002Fclassification-and-terminology":14293,"\u002Fdifferential-equations\u002Ffirst-order\u002Flinear-first-order-integrating-factors":14294,"\u002Fdifferential-equations\u002Ffirst-order\u002Fseparable-and-exact":14058,"\u002Fdifferential-equations\u002Ffirst-order\u002Fmodeling-first-order":14295,"\u002Fdifferential-equations\u002Ffirst-order\u002Fautonomous-and-population-dynamics":14057,"\u002Fdifferential-equations\u002Ffirst-order\u002Fexistence-uniqueness-euler":14064,"\u002Fdifferential-equations\u002Ffirst-order\u002Ffirst-order-difference-equations":14296,"\u002Fdifferential-equations\u002Fsecond-order-linear\u002Fhomogeneous-constant-coefficients":14297,"\u002Fdifferential-equations\u002Fsecond-order-linear\u002Fcomplex-and-repeated-roots":14098,"\u002Fdifferential-equations\u002Fsecond-order-linear\u002Fnonhomogeneous-undetermined-coefficients":14298,"\u002Fdifferential-equations\u002Fsecond-order-linear\u002Fvariation-of-parameters":14299,"\u002Fdifferential-equations\u002Fsecond-order-linear\u002Fmechanical-electrical-vibrations":14300,"\u002Fdifferential-equations\u002Fsecond-order-linear\u002Fhigher-order-linear":14301,"\u002Fdifferential-equations\u002Fseries-solutions\u002Fpower-series-ordinary-points":14302,"\u002Fdifferential-equations\u002Fseries-solutions\u002Fregular-singular-frobenius":14303,"\u002Fdifferential-equations\u002Fseries-solutions\u002Fbessel-and-special-functions":14304,"\u002Fdifferential-equations\u002Flaplace\u002Flaplace-definition-ivps":14305,"\u002Fdifferential-equations\u002Flaplace\u002Fstep-impulse-convolution":14306,"\u002Fdifferential-equations\u002Fsystems\u002Fmatrices-eigenvalues-review":14307,"\u002Fdifferential-equations\u002Fsystems\u002Fconstant-coefficient-systems-phase-portraits":14308,"\u002Fdifferential-equations\u002Fsystems\u002Frepeated-eigenvalues-fundamental-matrices":14309,"\u002Fdifferential-equations\u002Fnumerical\u002Feuler-and-runge-kutta":14304,"\u002Fdifferential-equations\u002Fnumerical\u002Fmultistep-systems-stability":14310,"\u002Fdifferential-equations\u002Fnonlinear\u002Fphase-plane-autonomous-stability":14311,"\u002Fdifferential-equations\u002Fnonlinear\u002Flocally-linear-and-liapunov":14312,"\u002Fdifferential-equations\u002Fnonlinear\u002Fcompeting-species-predator-prey-limit-cycles":14313,"\u002Fdifferential-equations\u002Fpdes-fourier-bvp\u002Ffourier-series":14314,"\u002Fdifferential-equations\u002Fpdes-fourier-bvp\u002Fheat-wave-laplace-equations":14315,"\u002Fdifferential-equations\u002Fpdes-fourier-bvp\u002Fsturm-liouville":14316,"\u002Fdifferential-equations\u002Fhistory-variations\u002Fcalculus-of-variations":14317,"\u002Fdifferential-equations\u002Fhistory-variations\u002Fhistorical-notes":14318,"\u002Fdifferential-equations":14319,"\u002Frelativity\u002Ffoundations\u002Fspecial-relativity-postulates":14320,"\u002Frelativity\u002Ffoundations\u002Florentz-transformation-spacetime":14321,"\u002Frelativity\u002Ffoundations\u002Ftime-dilation-length-contraction":14322,"\u002Frelativity\u002Ffoundations\u002Frelativistic-momentum-energy":14323,"\u002Frelativity\u002Ffoundations\u002Fgeneral-relativity":14203,"\u002Frelativity\u002Fspacetime-and-the-lorentz-group\u002Fminkowski-spacetime-and-the-interval":14324,"\u002Frelativity\u002Fspacetime-and-the-lorentz-group\u002Ffour-vectors-and-index-notation":14325,"\u002Frelativity\u002Fspacetime-and-the-lorentz-group\u002Fthe-lorentz-group-and-rapidity":14326,"\u002Frelativity\u002Fspacetime-and-the-lorentz-group\u002Fdoppler-aberration-and-appearance":14327,"\u002Frelativity\u002Frelativistic-dynamics\u002Ffour-momentum-force-and-accelerated-motion":14328,"\u002Frelativity\u002Frelativistic-dynamics\u002Fparticle-decays-and-two-body-kinematics":14329,"\u002Frelativity\u002Frelativistic-dynamics\u002Fcollisions-thresholds-and-the-cm-frame":14073,"\u002Frelativity\u002Frelativistic-dynamics\u002Fmandelstam-variables-and-invariants":14330,"\u002Frelativity\u002Fcovariant-electrodynamics\u002Ffour-current-and-the-four-potential":14331,"\u002Frelativity\u002Fcovariant-electrodynamics\u002Fthe-electromagnetic-field-tensor":14332,"\u002Frelativity\u002Fcovariant-electrodynamics\u002Ftransformation-of-electric-and-magnetic-fields":14333,"\u002Frelativity\u002Fcovariant-electrodynamics\u002Fcovariant-maxwell-and-the-stress-energy-tensor":14334,"\u002Frelativity\u002Fcurved-spacetime\u002Fthe-equivalence-principle-formalized":14335,"\u002Frelativity\u002Fcurved-spacetime\u002Fmanifolds-vectors-and-the-metric":14336,"\u002Frelativity\u002Fcurved-spacetime\u002Fcovariant-derivative-and-christoffel-symbols":14337,"\u002Frelativity\u002Fcurved-spacetime\u002Fgeodesics-and-the-geodesic-equation":14338,"\u002Frelativity\u002Fcurved-spacetime\u002Fcurvature-riemann-and-geodesic-deviation":14339,"\u002Frelativity\u002Fcurved-spacetime\u002Fthe-einstein-field-equations":14294,"\u002Frelativity\u002Fthe-schwarzschild-solution\u002Fthe-schwarzschild-metric":14340,"\u002Frelativity\u002Fthe-schwarzschild-solution\u002Fgeodesics-and-orbits-in-schwarzschild":14341,"\u002Frelativity\u002Fthe-schwarzschild-solution\u002Flight-bending-and-null-geodesics":14342,"\u002Frelativity\u002Ftests-of-general-relativity\u002Fperihelion-precession-of-mercury":14343,"\u002Frelativity\u002Ftests-of-general-relativity\u002Fdeflection-of-light-and-gravitational-lensing":14344,"\u002Frelativity\u002Ftests-of-general-relativity\u002Fgravitational-redshift-and-shapiro-delay":14223,"\u002Frelativity\u002Ftests-of-general-relativity\u002Frelativity-in-technology-gps":14345,"\u002Frelativity\u002Fblack-holes\u002Fhorizons-and-coordinate-singularities":14346,"\u002Frelativity\u002Fblack-holes\u002Frotating-and-charged-black-holes":14233,"\u002Frelativity\u002Fblack-holes\u002Fblack-hole-thermodynamics":14347,"\u002Frelativity\u002Fgravitational-waves\u002Flinearized-gravity-and-wave-solutions":14348,"\u002Frelativity\u002Fgravitational-waves\u002Fgeneration-and-the-quadrupole-formula":14349,"\u002Frelativity\u002Fgravitational-waves\u002Fdetection-ligo-and-the-first-events":14350,"\u002Frelativity\u002Fcosmological-bridge\u002Fthe-cosmological-principle-and-flrw-metric":14351,"\u002Frelativity\u002Fcosmological-bridge\u002Ffriedmann-equations-and-cosmic-dynamics":14352,"\u002Frelativity":14353,"\u002Fphysical-computing":14242,"\u002Fquantum-mechanics\u002Fold-quantum-theory\u002Fblackbody-radiation-and-the-planck-quantum":14354,"\u002Fquantum-mechanics\u002Fold-quantum-theory\u002Fthe-photoelectric-effect-and-the-photon":14333,"\u002Fquantum-mechanics\u002Fold-quantum-theory\u002Fx-rays-and-the-compton-effect":14355,"\u002Fquantum-mechanics\u002Fold-quantum-theory\u002Fthe-old-quantum-theory-bohr-and-sommerfeld":14356,"\u002Fquantum-mechanics\u002Fmatter-waves\u002Fde-broglie-waves-and-electron-diffraction":14357,"\u002Fquantum-mechanics\u002Fmatter-waves\u002Fwave-packets-and-the-probability-interpretation":14358,"\u002Fquantum-mechanics\u002Fmatter-waves\u002Fthe-uncertainty-principle":14359,"\u002Fquantum-mechanics\u002Fwave-mechanics-1d\u002Fthe-schrodinger-equation-in-one-dimension":14360,"\u002Fquantum-mechanics\u002Fwave-mechanics-1d\u002Fthe-free-particle-and-wave-packet-dynamics":14361,"\u002Fquantum-mechanics\u002Fwave-mechanics-1d\u002Fparticle-in-infinite-and-finite-square-wells":14309,"\u002Fquantum-mechanics\u002Fwave-mechanics-1d\u002Foperators-expectation-values-and-the-harmonic-oscillator":14233,"\u002Fquantum-mechanics\u002Fwave-mechanics-1d\u002Fthe-dirac-delta-potential":14362,"\u002Fquantum-mechanics\u002Fwave-mechanics-1d\u002Fbarrier-penetration-and-quantum-tunneling":14363,"\u002Fquantum-mechanics\u002Fformalism\u002Fhilbert-space-and-dirac-notation":14364,"\u002Fquantum-mechanics\u002Fformalism\u002Fobservables-hermitian-operators-and-eigenvalues":14365,"\u002Fquantum-mechanics\u002Fformalism\u002Fthe-postulates-and-quantum-measurement":14361,"\u002Fquantum-mechanics\u002Fformalism\u002Fposition-momentum-and-continuous-spectra":14366,"\u002Fquantum-mechanics\u002Fformalism\u002Fcommutators-and-the-generalized-uncertainty-principle":14341,"\u002Fquantum-mechanics\u002Fformalism\u002Ftime-evolution-schrodinger-and-heisenberg-pictures":14095,"\u002Fquantum-mechanics\u002Foscillator-and-symmetry\u002Fladder-operators-and-the-number-states":14367,"\u002Fquantum-mechanics\u002Foscillator-and-symmetry\u002Fcoherent-and-squeezed-states":14368,"\u002Fquantum-mechanics\u002Foscillator-and-symmetry\u002Fsymmetries-generators-and-conservation-laws":14075,"\u002Fquantum-mechanics\u002Foscillator-and-symmetry\u002Fparity-time-reversal-and-discrete-symmetries":14369,"\u002Fquantum-mechanics\u002Fangular-momentum\u002Forbital-angular-momentum-and-spherical-harmonics":14370,"\u002Fquantum-mechanics\u002Fangular-momentum\u002Fthe-angular-momentum-algebra":14371,"\u002Fquantum-mechanics\u002Fangular-momentum\u002Faddition-of-angular-momenta-and-clebsch-gordan":14372,"\u002Fquantum-mechanics\u002Fcentral-potentials\u002Fthe-schrodinger-equation-in-three-dimensions":14373,"\u002Fquantum-mechanics\u002Fcentral-potentials\u002Fthe-hydrogen-atom":14374,"\u002Fquantum-mechanics\u002Fcentral-potentials\u002Fthe-isotropic-oscillator-and-hidden-symmetry":14375,"\u002Fquantum-mechanics\u002Fspin\u002Fspin-half-pauli-matrices-and-stern-gerlach":14376,"\u002Fquantum-mechanics\u002Fspin\u002Fspin-in-a-magnetic-field-precession-and-resonance":14377,"\u002Fquantum-mechanics\u002Fspin\u002Ftwo-level-systems-and-the-bloch-sphere":14333,"\u002Fquantum-mechanics\u002Fidentical-particles\u002Fidentical-particles-and-exchange-symmetry":14378,"\u002Fquantum-mechanics\u002Fidentical-particles\u002Fthe-pauli-principle-atoms-and-the-periodic-table":14379,"\u002Fquantum-mechanics\u002Fapproximation-methods\u002Ftime-independent-perturbation-theory":14380,"\u002Fquantum-mechanics\u002Fapproximation-methods\u002Ffine-structure-and-the-real-hydrogen-atom":14367,"\u002Fquantum-mechanics\u002Fapproximation-methods\u002Fthe-zeeman-and-stark-effects":14056,"\u002Fquantum-mechanics\u002Fapproximation-methods\u002Fthe-variational-method":14381,"\u002Fquantum-mechanics\u002Fapproximation-methods\u002Fthe-wkb-approximation":14382,"\u002Fquantum-mechanics":14383,"\u002Freal-analysis\u002Ffoundations\u002Fsets-logic-functions":14317,"\u002Freal-analysis\u002Ffoundations\u002Fordered-fields-completeness":14384,"\u002Freal-analysis\u002Ffoundations\u002Fabsolute-value-bounds":14385,"\u002Freal-analysis\u002Ffoundations\u002Fintervals-uncountability":14207,"\u002Freal-analysis\u002Fsequences-series\u002Fsequences-limits":14386,"\u002Freal-analysis\u002Fsequences-series\u002Flimit-laws-monotone":14093,"\u002Freal-analysis\u002Fsequences-series\u002Flimsup-bolzano-weierstrass":14387,"\u002Freal-analysis\u002Fsequences-series\u002Fcauchy-completeness":14388,"\u002Freal-analysis\u002Fsequences-series\u002Fseries-convergence":14229,"\u002Freal-analysis\u002Fsequences-series\u002Fabsolute-conditional-rearrangement":14339,"\u002Freal-analysis\u002Fmetric-spaces\u002Fmetric-spaces-norms":14389,"\u002Freal-analysis\u002Fmetric-spaces\u002Fopen-closed-sets":14390,"\u002Freal-analysis\u002Fmetric-spaces\u002Fconvergence-completeness":14391,"\u002Freal-analysis\u002Fmetric-spaces\u002Fcompactness":14392,"\u002Freal-analysis\u002Fmetric-spaces\u002Fconnectedness":14393,"\u002Freal-analysis\u002Fcontinuity\u002Flimits-of-functions":14366,"\u002Freal-analysis\u002Fcontinuity\u002Fcontinuous-functions":14394,"\u002Freal-analysis\u002Fcontinuity\u002Fevt-ivt":14200,"\u002Freal-analysis\u002Fcontinuity\u002Funiform-continuity":14395,"\u002Freal-analysis\u002Fcontinuity\u002Fcontinuity-metric-spaces":14396,"\u002Freal-analysis\u002Fcontinuity\u002Flimits-infinity-monotone":14054,"\u002Freal-analysis\u002Fdifferentiation\u002Fthe-derivative":14397,"\u002Freal-analysis\u002Fdifferentiation\u002Fmean-value-theorem":14398,"\u002Freal-analysis\u002Fdifferentiation\u002Ftaylors-theorem":14355,"\u002Freal-analysis\u002Fdifferentiation\u002Finverse-function-1d":14083,"\u002Freal-analysis\u002Friemann-integration\u002Fdarboux-integral":14233,"\u002Freal-analysis\u002Friemann-integration\u002Fintegrability-classes":14399,"\u002Freal-analysis\u002Friemann-integration\u002Fproperties-of-the-integral":14400,"\u002Freal-analysis\u002Friemann-integration\u002Ffundamental-theorem":14219,"\u002Freal-analysis\u002Friemann-integration\u002Flog-exp-improper":14343,"\u002Freal-analysis\u002Ffunction-sequences\u002Fpointwise-uniform-convergence":14401,"\u002Freal-analysis\u002Ffunction-sequences\u002Finterchange-of-limits":14402,"\u002Freal-analysis\u002Ffunction-sequences\u002Fpower-series-weierstrass":14403,"\u002Freal-analysis\u002Ffunction-sequences\u002Fpicard-ode":14238,"\u002Freal-analysis\u002Fseveral-variables\u002Fdifferentiability-rn":14404,"\u002Freal-analysis\u002Fseveral-variables\u002Fgradient-chain-rule":14405,"\u002Freal-analysis\u002Fseveral-variables\u002Fhigher-derivatives-taylor-extrema":14406,"\u002Freal-analysis\u002Fseveral-variables\u002Finverse-implicit-theorems":14406,"\u002Freal-analysis\u002Fseveral-variables\u002Fmultiple-integrals":14407,"\u002Freal-analysis":14408,"\u002Fabstract-algebra\u002Ffoundations\u002Fsets-functions-relations":14409,"\u002Fabstract-algebra\u002Ffoundations\u002Fintegers-and-modular-arithmetic":14410,"\u002Fabstract-algebra\u002Fgroups-and-symmetry\u002Fgroup-axioms-and-first-examples":14411,"\u002Fabstract-algebra\u002Fgroups-and-symmetry\u002Fdihedral-and-symmetric-groups":14412,"\u002Fabstract-algebra\u002Fgroups-and-symmetry\u002Fmatrix-and-quaternion-groups":14413,"\u002Fabstract-algebra\u002Fgroups-and-symmetry\u002Fhomomorphisms-and-group-actions":14414,"\u002Fabstract-algebra\u002Fsubgroups-and-quotients\u002Fsubgroups-and-substructures":14415,"\u002Fabstract-algebra\u002Fsubgroups-and-quotients\u002Fcyclic-groups":14416,"\u002Fabstract-algebra\u002Fsubgroups-and-quotients\u002Fgeneration-and-subgroup-lattices":14417,"\u002Fabstract-algebra\u002Fsubgroups-and-quotients\u002Fcosets-lagrange-and-normal-subgroups":14418,"\u002Fabstract-algebra\u002Fsubgroups-and-quotients\u002Fisomorphism-theorems":14382,"\u002Fabstract-algebra\u002Fsubgroups-and-quotients\u002Fcomposition-series-and-the-alternating-group":14419,"\u002Fabstract-algebra\u002Fgroup-actions-and-sylow\u002Factions-and-cayleys-theorem":14411,"\u002Fabstract-algebra\u002Fgroup-actions-and-sylow\u002Fconjugation-and-the-class-equation":14328,"\u002Fabstract-algebra\u002Fgroup-actions-and-sylow\u002Fsylow-theorems":14420,"\u002Fabstract-algebra\u002Fgroup-actions-and-sylow\u002Fautomorphisms-and-simple-groups":14421,"\u002Fabstract-algebra\u002Fproducts-and-group-structure\u002Fdirect-products-and-finite-abelian-groups":14422,"\u002Fabstract-algebra\u002Fproducts-and-group-structure\u002Fsemidirect-products":14423,"\u002Fabstract-algebra\u002Fproducts-and-group-structure\u002Fnilpotent-and-solvable-groups":14424,"\u002Fabstract-algebra\u002Fproducts-and-group-structure\u002Fclassifying-small-groups":14425,"\u002Fabstract-algebra\u002Fring-theory\u002Frings-definitions-and-examples":14426,"\u002Fabstract-algebra\u002Fring-theory\u002Fideals-quotients-and-homomorphisms":14427,"\u002Fabstract-algebra\u002Fring-theory\u002Ffractions-and-the-chinese-remainder-theorem":14421,"\u002Fabstract-algebra\u002Ffactorization-and-polynomials\u002Feuclidean-domains-pids-ufds":14428,"\u002Fabstract-algebra\u002Ffactorization-and-polynomials\u002Fpolynomial-rings-over-fields":14397,"\u002Fabstract-algebra\u002Ffactorization-and-polynomials\u002Fgauss-lemma-and-unique-factorization":14429,"\u002Fabstract-algebra\u002Ffactorization-and-polynomials\u002Firreducibility-criteria-and-groebner":14430,"\u002Fabstract-algebra\u002Fmodule-theory\u002Fintroduction-to-modules":14431,"\u002Fabstract-algebra\u002Fmodule-theory\u002Ffree-modules-and-direct-sums":14432,"\u002Fabstract-algebra\u002Fmodule-theory\u002Ftensor-products-and-exact-sequences":14433,"\u002Fabstract-algebra\u002Fmodule-theory\u002Fvector-spaces-and-linear-maps":14434,"\u002Fabstract-algebra\u002Fmodules-over-pids\u002Fstructure-theorem-over-pids":14435,"\u002Fabstract-algebra\u002Fmodules-over-pids\u002Frational-canonical-form":14436,"\u002Fabstract-algebra\u002Fmodules-over-pids\u002Fjordan-canonical-form":14437,"\u002Fabstract-algebra\u002Ffield-theory\u002Ffield-extensions-and-algebraic-elements":14438,"\u002Fabstract-algebra\u002Ffield-theory\u002Fstraightedge-and-compass-constructions":14072,"\u002Fabstract-algebra\u002Ffield-theory\u002Fsplitting-fields-and-algebraic-closure":14439,"\u002Fabstract-algebra\u002Ffield-theory\u002Fseparable-and-cyclotomic-extensions":14440,"\u002Fabstract-algebra\u002Fgalois-theory\u002Fthe-galois-correspondence":14313,"\u002Fabstract-algebra\u002Fgalois-theory\u002Ffinite-fields":14441,"\u002Fabstract-algebra\u002Fgalois-theory\u002Fcyclotomic-and-abelian-extensions":14442,"\u002Fabstract-algebra\u002Fgalois-theory\u002Fgalois-groups-of-polynomials":14370,"\u002Fabstract-algebra\u002Fgalois-theory\u002Fsolvability-by-radicals-and-the-quintic":14442,"\u002Fabstract-algebra\u002Fcapstone\u002Fcommutative-algebra-and-algebraic-geometry":14443,"\u002Fabstract-algebra\u002Fcapstone\u002Frepresentation-and-character-theory":14444,"\u002Fabstract-algebra":14445,"\u002Fatomic-physics\u002Fearly-models-and-old-quantum-theory\u002Fatomic-spectra-rutherford":14446,"\u002Fatomic-physics\u002Fearly-models-and-old-quantum-theory\u002Fbohr-model-hydrogen":14447,"\u002Fatomic-physics\u002Fearly-models-and-old-quantum-theory\u002Fx-ray-spectra-franck-hertz":14448,"\u002Fatomic-physics\u002Fearly-models-and-old-quantum-theory\u002Fbohr-sommerfeld-old-quantum-theory":14449,"\u002Fatomic-physics\u002Fearly-models-and-old-quantum-theory\u002Fold-quantum-theory-limits-wkb":14450,"\u002Fatomic-physics\u002Fquantum-hydrogen-atom\u002Fschrodinger-3d-hydrogen":14362,"\u002Fatomic-physics\u002Fquantum-hydrogen-atom\u002Fhydrogen-wave-functions":14451,"\u002Fatomic-physics\u002Fquantum-hydrogen-atom\u002Fradial-equation-in-full":14452,"\u002Fatomic-physics\u002Fquantum-hydrogen-atom\u002Fsymmetry-degeneracy-runge-lenz":14453,"\u002Fatomic-physics\u002Fquantum-hydrogen-atom\u002Fexpectation-values-virial":14454,"\u002Fatomic-physics\u002Fquantum-hydrogen-atom\u002Fquantum-defects-alkali-spectra":14455,"\u002Fatomic-physics\u002Fquantum-hydrogen-atom\u002Frydberg-atoms":14456,"\u002Fatomic-physics\u002Ffine-structure-and-the-dirac-atom\u002Frelativistic-kinetic-correction":14457,"\u002Fatomic-physics\u002Ffine-structure-and-the-dirac-atom\u002Fspin-orbit-thomas-precession":14197,"\u002Fatomic-physics\u002Ffine-structure-and-the-dirac-atom\u002Fdarwin-term-fine-structure-formula":14325,"\u002Fatomic-physics\u002Ffine-structure-and-the-dirac-atom\u002Fdirac-equation-hydrogen":14072,"\u002Fatomic-physics\u002Fqed-corrections-and-hyperfine-structure\u002Flamb-shift-qed":14458,"\u002Fatomic-physics\u002Fqed-corrections-and-hyperfine-structure\u002Fhyperfine-structure-21cm":14056,"\u002Fatomic-physics\u002Fqed-corrections-and-hyperfine-structure\u002Fnuclear-effects-isotope-shift":14459,"\u002Fatomic-physics\u002Fmany-electron-atoms\u002Fperiodic-table-atomic-spectra":14460,"\u002Fatomic-physics\u002Fmany-electron-atoms\u002Fcentral-field-self-consistent":14094,"\u002Fatomic-physics\u002Fmany-electron-atoms\u002Fidentical-particles-hartree-fock":14387,"\u002Fatomic-physics\u002Fmany-electron-atoms\u002Fhelium-two-electron-atom":14461,"\u002Fatomic-physics\u002Fmany-electron-atoms\u002Fls-jj-coupling-term-symbols":14462,"\u002Fatomic-physics\u002Fmany-electron-atoms\u002Fhund-rules-ground-terms":14463,"\u002Fatomic-physics\u002Fatoms-in-external-fields\u002Fzeeman-effect":14464,"\u002Fatomic-physics\u002Fatoms-in-external-fields\u002Fpaschen-back-intermediate":14465,"\u002Fatomic-physics\u002Fatoms-in-external-fields\u002Fstark-effect-polarizability":14466,"\u002Fatomic-physics\u002Fradiative-transitions-and-line-shapes\u002Ftime-dependent-perturbation-golden-rule":14467,"\u002Fatomic-physics\u002Fradiative-transitions-and-line-shapes\u002Fdipole-approximation-einstein-coefficients":14468,"\u002Fatomic-physics\u002Fradiative-transitions-and-line-shapes\u002Fselection-rules-forbidden-transitions":14469,"\u002Fatomic-physics\u002Fradiative-transitions-and-line-shapes\u002Flifetimes-and-line-shapes":14470,"\u002Fatomic-physics\u002Flasers-and-spectroscopy\u002Flaser-principles":14471,"\u002Fatomic-physics\u002Flasers-and-spectroscopy\u002Fspectroscopy-techniques":14472,"\u002Fatomic-physics\u002Flasers-and-spectroscopy\u002Fline-catalog-nist-asd":14473,"\u002Fatomic-physics\u002Fmodern-atomic-physics\u002Flaser-cooling-doppler":14474,"\u002Fatomic-physics\u002Fmodern-atomic-physics\u002Fsub-doppler-trapping":14418,"\u002Fatomic-physics\u002Fmodern-atomic-physics\u002Fbose-einstein-condensation":14475,"\u002Fatomic-physics\u002Fmodern-atomic-physics\u002Foptical-clocks-precision":14476,"\u002Fatomic-physics":14477,"\u002Fdatabases":14242,"\u002Fcategory-theory\u002Ffoundations\u002Fwhat-is-a-category":14478,"\u002Fcategory-theory\u002Ffoundations\u002Fexamples-of-categories":14479,"\u002Fcategory-theory\u002Ffoundations\u002Fspecial-morphisms":14480,"\u002Fcategory-theory\u002Ffoundations\u002Ffunctors":14409,"\u002Fcategory-theory\u002Ffoundations\u002Fnatural-transformations":14481,"\u002Fcategory-theory\u002Ffoundations\u002Fsize-and-set-theory":14482,"\u002Fcategory-theory\u002Funiversal-properties\u002Funiversal-properties":14483,"\u002Fcategory-theory\u002Funiversal-properties\u002Fproducts-and-coproducts":14484,"\u002Fcategory-theory\u002Funiversal-properties\u002Fconstructions-on-categories":14485,"\u002Fcategory-theory\u002Frepresentables-yoneda\u002Frepresentable-functors":14486,"\u002Fcategory-theory\u002Frepresentables-yoneda\u002Fyoneda-lemma":14487,"\u002Fcategory-theory\u002Frepresentables-yoneda\u002Fyoneda-consequences":14488,"\u002Fcategory-theory\u002Flimits-colimits\u002Flimits":14489,"\u002Fcategory-theory\u002Flimits-colimits\u002Fproducts-equalizers-pullbacks":14490,"\u002Fcategory-theory\u002Flimits-colimits\u002Fcolimits":14491,"\u002Fcategory-theory\u002Flimits-colimits\u002Fcomputing-limits":14492,"\u002Fcategory-theory\u002Flimits-colimits\u002Flimits-and-functors":14493,"\u002Fcategory-theory\u002Fadjunctions\u002Fadjunctions":14494,"\u002Fcategory-theory\u002Fadjunctions\u002Funits-and-counits":14495,"\u002Fcategory-theory\u002Fadjunctions\u002Fadjunctions-via-universal-arrows":14496,"\u002Fcategory-theory\u002Fadjunctions\u002Ffree-forgetful-adjunctions":14497,"\u002Fcategory-theory\u002Fadjoints-limits\u002Flimits-via-adjoints":14498,"\u002Fcategory-theory\u002Fadjoints-limits\u002Fpresheaf-limits-colimits":14499,"\u002Fcategory-theory\u002Fadjoints-limits\u002Fadjoints-preserve-limits":14500,"\u002Fcategory-theory\u002Fadjoints-limits\u002Fadjoint-functor-theorem":14491,"\u002Fcategory-theory\u002Fmonads-algebras\u002Fmonads":14501,"\u002Fcategory-theory\u002Fmonads-algebras\u002Falgebras-eilenberg-moore":14502,"\u002Fcategory-theory\u002Fmonads-algebras\u002Fkleisli-and-programming":14503,"\u002Fcategory-theory\u002Fmonads-algebras\u002Falgebras-for-endofunctors":14504,"\u002Fcategory-theory\u002Fcartesian-closed-lambda\u002Fcartesian-closed-categories":14505,"\u002Fcategory-theory\u002Fcartesian-closed-lambda\u002Flambda-calculus-correspondence":14450,"\u002Fcategory-theory\u002Fcartesian-closed-lambda\u002Ffixed-points-and-recursion":14506,"\u002Fcategory-theory":14507,"\u002Fdeep-learning\u002Fmathematical-background\u002Flinear-algebra-for-deep-learning":14508,"\u002Fdeep-learning\u002Fmathematical-background\u002Fprobability-and-information-theory":14509,"\u002Fdeep-learning\u002Fmathematical-background\u002Fnumerical-computation":14510,"\u002Fdeep-learning\u002Fmathematical-background\u002Fcalculus":14511,"\u002Fdeep-learning\u002Ffoundations\u002Fwhat-is-deep-learning":14512,"\u002Fdeep-learning\u002Ffoundations\u002Fmachine-learning-refresher":14513,"\u002Fdeep-learning\u002Ffoundations\u002Flinear-models-and-the-perceptron":14472,"\u002Fdeep-learning\u002Fneural-networks\u002Fthe-multilayer-perceptron":14514,"\u002Fdeep-learning\u002Fneural-networks\u002Factivation-functions":14515,"\u002Fdeep-learning\u002Fneural-networks\u002Funiversal-approximation":14516,"\u002Fdeep-learning\u002Fneural-networks\u002Fbackpropagation":14517,"\u002Fdeep-learning\u002Fneural-networks\u002Floss-functions-and-output-units":14518,"\u002Fdeep-learning\u002Foptimization\u002Fgradient-descent-and-sgd":14519,"\u002Fdeep-learning\u002Foptimization\u002Fmomentum-and-adaptive-methods":14520,"\u002Fdeep-learning\u002Foptimization\u002Finitialization":14521,"\u002Fdeep-learning\u002Foptimization\u002Fthe-optimization-landscape":14522,"\u002Fdeep-learning\u002Foptimization\u002Fsecond-order-and-approximate-methods":14523,"\u002Fdeep-learning\u002Fregularization\u002Fregularization-overview":14524,"\u002Fdeep-learning\u002Fregularization\u002Fdropout-and-data-augmentation":14525,"\u002Fdeep-learning\u002Fregularization\u002Fearly-stopping-and-parameter-sharing":14526,"\u002Fdeep-learning\u002Fregularization\u002Fnormalization":14527,"\u002Fdeep-learning\u002Farchitectures\u002Fconvolutional-networks":14528,"\u002Fdeep-learning\u002Farchitectures\u002Fcnn-architectures":14529,"\u002Fdeep-learning\u002Farchitectures\u002Frecurrent-networks":14530,"\u002Fdeep-learning\u002Farchitectures\u002Flstm-and-gru":14531,"\u002Fdeep-learning\u002Farchitectures\u002Fattention-and-transformers":14532,"\u002Fdeep-learning\u002Farchitectures\u002Fthe-transformer-architecture":14533,"\u002Fdeep-learning\u002Farchitectures\u002Ftransformers-in-practice":14534,"\u002Fdeep-learning\u002Farchitectures\u002Fgraph-neural-networks":14535,"\u002Fdeep-learning\u002Farchitectures\u002Fstate-space-models":14536,"\u002Fdeep-learning\u002Ftheory\u002Fgeneralization-theory":14537,"\u002Fdeep-learning\u002Ftheory\u002Fadversarial-robustness":14538,"\u002Fdeep-learning\u002Ftheory\u002Fadversarial-defenses":14539,"\u002Fdeep-learning\u002Ftheory\u002Fbayesian-and-ensemble-methods":14540,"\u002Fdeep-learning\u002Ftheory\u002Fdeep-equilibrium-models":14484,"\u002Fdeep-learning\u002Fgenerative-models\u002Flinear-factor-models":14541,"\u002Fdeep-learning\u002Fgenerative-models\u002Fautoencoders":14542,"\u002Fdeep-learning\u002Fgenerative-models\u002Fvariational-autoencoders":14543,"\u002Fdeep-learning\u002Fgenerative-models\u002Fgenerative-adversarial-networks":14544,"\u002Fdeep-learning\u002Fgenerative-models\u002Fautoregressive-and-normalizing-flows":14545,"\u002Fdeep-learning\u002Fgenerative-models\u002Fenergy-based-and-boltzmann-machines":14546,"\u002Fdeep-learning\u002Fgenerative-models\u002Fdiffusion-and-score-based-models":14547,"\u002Fdeep-learning\u002Fprobabilistic-methods\u002Fstructured-probabilistic-models":14037,"\u002Fdeep-learning\u002Fprobabilistic-methods\u002Fmonte-carlo-and-mcmc":14548,"\u002Fdeep-learning\u002Fprobabilistic-methods\u002Fapproximate-inference":14549,"\u002Fdeep-learning\u002Fpractical\u002Fpractical-methodology":14272,"\u002Fdeep-learning\u002Fpractical\u002Fhyperparameters-and-debugging":14550,"\u002Fdeep-learning\u002Fpractical\u002Frepresentation-learning":14551,"\u002Fdeep-learning\u002Fpractical\u002Ftransfer-learning":14552,"\u002Fdeep-learning\u002Fpractical\u002Fapplications":14553,"\u002Fdeep-learning\u002Fpractical\u002Fmodel-compression-and-distillation":14554,"\u002Fdeep-learning\u002Fpractical\u002Fmeta-learning-and-few-shot":14555,"\u002Fdeep-learning\u002Flarge-models-and-agents\u002Flarge-language-models":14556,"\u002Fdeep-learning\u002Flarge-models-and-agents\u002Fscaling-inference-and-alignment":14557,"\u002Fdeep-learning\u002Flarge-models-and-agents\u002Fseq2seq-pretraining-and-bart":14558,"\u002Fdeep-learning\u002Flarge-models-and-agents\u002Ftext-to-text-transfer-and-conditional-generation":14559,"\u002Fdeep-learning\u002Flarge-models-and-agents\u002Fspeech-and-audio-models":14560,"\u002Fdeep-learning\u002Flarge-models-and-agents\u002Fself-supervised-speech-and-synthesis":14561,"\u002Fdeep-learning\u002Flarge-models-and-agents\u002Fai-agents":14245,"\u002Fdeep-learning\u002Flarge-models-and-agents\u002Fagent-memory-retrieval-and-orchestration":14562,"\u002Fdeep-learning\u002Flarge-models-and-agents\u002Fmixture-of-experts":14563,"\u002Fdeep-learning\u002Flarge-models-and-agents\u002Fmultimodal-models":14564,"\u002Fdeep-learning\u002Flarge-models-and-agents\u002Ffusion-and-vision-language-models":14565,"\u002Fdeep-learning\u002Freinforcement-learning\u002Ffoundations-of-reinforcement-learning":14282,"\u002Fdeep-learning\u002Freinforcement-learning\u002Fmodel-free-prediction-and-control":14566,"\u002Fdeep-learning\u002Freinforcement-learning\u002Fdeep-q-networks":14567,"\u002Fdeep-learning\u002Freinforcement-learning\u002Fpolicy-gradients-and-actor-critic":14568,"\u002Fdeep-learning\u002Freinforcement-learning\u002Frl-from-human-feedback":14569,"\u002Fdeep-learning":14242,"\u002Fstatistical-mechanics\u002Fthermodynamics\u002Fequilibrium-state-variables-zeroth-law":14570,"\u002Fstatistical-mechanics\u002Fthermodynamics\u002Ffirst-law-heat-and-work":14367,"\u002Fstatistical-mechanics\u002Fthermodynamics\u002Fsecond-law-entropy-and-the-carnot-bound":14571,"\u002Fstatistical-mechanics\u002Fthermodynamics\u002Fthermodynamic-potentials-and-maxwell-relations":14572,"\u002Fstatistical-mechanics\u002Fthermodynamics\u002Fstability-response-functions-and-the-third-law":14573,"\u002Fstatistical-mechanics\u002Ffoundations\u002Fclassical-statistics-and-equipartition":14574,"\u002Fstatistical-mechanics\u002Ffoundations\u002Fphase-space-and-liouvilles-theorem":14575,"\u002Fstatistical-mechanics\u002Ffoundations\u002Fensembles-and-the-equal-probability-postulate":14576,"\u002Fstatistical-mechanics\u002Ffoundations\u002Fstatistical-entropy-boltzmann-and-gibbs":14577,"\u002Fstatistical-mechanics\u002Fmicrocanonical\u002Fmicrocanonical-ensemble-and-entropy":14578,"\u002Fstatistical-mechanics\u002Fmicrocanonical\u002Fequilibrium-conditions-temperature-pressure-chemical-potential":14414,"\u002Fstatistical-mechanics\u002Fmicrocanonical\u002Fideal-gas-phase-space-and-the-sackur-tetrode-entropy":14579,"\u002Fstatistical-mechanics\u002Fmicrocanonical\u002Ftwo-state-systems-paramagnets-and-negative-temperature":14580,"\u002Fstatistical-mechanics\u002Fcanonical\u002Fcanonical-ensemble-and-the-boltzmann-distribution":14581,"\u002Fstatistical-mechanics\u002Fcanonical\u002Fpartition-function-and-the-helmholtz-free-energy":14301,"\u002Fstatistical-mechanics\u002Fcanonical\u002Fenergy-fluctuations-and-ensemble-equivalence":14095,"\u002Fstatistical-mechanics\u002Fcanonical\u002Fthe-einstein-solid-and-harmonic-systems":14582,"\u002Fstatistical-mechanics\u002Fcanonical\u002Fparamagnetism-and-the-schottky-anomaly":14583,"\u002Fstatistical-mechanics\u002Fclassical-gas\u002Fideal-gas-partition-function-and-the-gibbs-paradox":14584,"\u002Fstatistical-mechanics\u002Fclassical-gas\u002Fequipartition-and-the-virial-theorem":14228,"\u002Fstatistical-mechanics\u002Fclassical-gas\u002Fmolecular-gases-rotation-and-vibration":14585,"\u002Fstatistical-mechanics\u002Fgrand-canonical\u002Fgrand-canonical-ensemble-and-the-grand-partition-function":14586,"\u002Fstatistical-mechanics\u002Fgrand-canonical\u002Fchemical-potential-fugacity-and-number-fluctuations":14306,"\u002Fstatistical-mechanics\u002Fgrand-canonical\u002Fensemble-summary-and-the-thermodynamic-web":14233,"\u002Fstatistical-mechanics\u002Fquantum-statistics\u002Fquantum-statistics-bose-einstein-and-fermi-dirac":14587,"\u002Fstatistical-mechanics\u002Fquantum-statistics\u002Fderiving-the-quantum-distributions":14203,"\u002Fstatistical-mechanics\u002Fquantum-statistics\u002Fthe-classical-limit-and-quantum-concentration":14073,"\u002Fstatistical-mechanics\u002Fquantum-statistics\u002Fideal-quantum-gases-general-framework":14089,"\u002Fstatistical-mechanics\u002Fbose-systems\u002Fbose-einstein-condensation-and-the-fermion-gas":14588,"\u002Fstatistical-mechanics\u002Fbose-systems\u002Fthe-photon-gas-and-plancks-radiation-law":14589,"\u002Fstatistical-mechanics\u002Fbose-systems\u002Fblackbody-thermodynamics-and-radiation-pressure":14590,"\u002Fstatistical-mechanics\u002Fbose-systems\u002Fphonons-and-the-debye-model":14221,"\u002Fstatistical-mechanics\u002Fbose-systems\u002Fbose-einstein-condensation-derived":14591,"\u002Fstatistical-mechanics\u002Fbose-systems\u002Fthermodynamics-of-the-bose-gas-and-superfluidity":14083,"\u002Fstatistical-mechanics\u002Ffermi-gas\u002Fthe-ideal-fermi-gas-at-zero-temperature":14592,"\u002Fstatistical-mechanics\u002Ffermi-gas\u002Fsommerfeld-expansion-and-electrons-in-metals":14593,"\u002Fstatistical-mechanics\u002Ffermi-gas\u002Fwhite-dwarfs-and-the-chandrasekhar-limit":14594,"\u002Fstatistical-mechanics\u002Ffermi-gas\u002Fneutron-stars-and-nuclear-matter":14595,"\u002Fstatistical-mechanics\u002Finteractions\u002Fthe-cluster-expansion-and-virial-coefficients":14416,"\u002Fstatistical-mechanics\u002Finteractions\u002Fthe-van-der-waals-gas-and-liquid-gas-coexistence":14596,"\u002Fstatistical-mechanics\u002Finteractions\u002Fquantum-gases-with-interactions-and-exchange":14597,"\u002Fstatistical-mechanics\u002Fphase-transitions\u002Fphases-coexistence-and-classification":14598,"\u002Fstatistical-mechanics\u002Fphase-transitions\u002Fthe-ising-model-and-exact-solutions":14599,"\u002Fstatistical-mechanics\u002Fphase-transitions\u002Fmean-field-theory-and-the-weiss-model":14362,"\u002Fstatistical-mechanics\u002Fphase-transitions\u002Fcritical-exponents-and-landau-theory":14600,"\u002Fstatistical-mechanics\u002Fphase-transitions\u002Fthe-renormalization-group-idea":14340,"\u002Fstatistical-mechanics\u002Ffluctuations\u002Fthermodynamic-fluctuations-and-response":14601,"\u002Fstatistical-mechanics\u002Ffluctuations\u002Fbrownian-motion-and-the-langevin-equation":14202,"\u002Fstatistical-mechanics\u002Ffluctuations\u002Flinear-response-and-the-fluctuation-dissipation-theorem":14602,"\u002Fstatistical-mechanics":14603,"\u002Fcondensed-matter\u002Fmolecules-and-bonding\u002Fbonding-mechanisms":14604,"\u002Fcondensed-matter\u002Fmolecules-and-bonding\u002Fmolecular-orbitals-and-h2-plus":14068,"\u002Fcondensed-matter\u002Fmolecules-and-bonding\u002Fhydrogen-molecule-and-exchange":14327,"\u002Fcondensed-matter\u002Fmolecules-and-bonding\u002Fvan-der-waals-forces":14605,"\u002Fcondensed-matter\u002Fmolecular-spectra\u002Frotational-vibrational-spectra":14606,"\u002Fcondensed-matter\u002Fmolecular-spectra\u002Fanharmonicity-and-rovibrational-structure":14607,"\u002Fcondensed-matter\u002Fmolecular-spectra\u002Framan-and-electronic-bands":14608,"\u002Fcondensed-matter\u002Fmolecular-spectra\u002Flasers-and-masers":14609,"\u002Fcondensed-matter\u002Fcrystal-structure\u002Fstructure-of-solids":14610,"\u002Fcondensed-matter\u002Fcrystal-structure\u002Fbravais-lattices-and-crystal-systems":14201,"\u002Fcondensed-matter\u002Fcrystal-structure\u002Freciprocal-lattice-and-brillouin-zones":14611,"\u002Fcondensed-matter\u002Fcrystal-structure\u002Fdiffraction-and-structure-factors":14612,"\u002Fcondensed-matter\u002Flattice-dynamics\u002Fphonon-dispersion":14613,"\u002Fcondensed-matter\u002Flattice-dynamics\u002Fphonons-quantization-and-dos":14614,"\u002Fcondensed-matter\u002Flattice-dynamics\u002Fdebye-einstein-heat-capacity":14343,"\u002Fcondensed-matter\u002Flattice-dynamics\u002Fanharmonicity-and-thermal-transport":14615,"\u002Fcondensed-matter\u002Ffree-electron-fermi-gas\u002Ffree-electron-gas-and-conduction":14616,"\u002Fcondensed-matter\u002Ffree-electron-fermi-gas\u002Fsommerfeld-model-and-heat-capacity":14617,"\u002Fcondensed-matter\u002Ffree-electron-fermi-gas\u002Ftransport-and-the-hall-effect":14618,"\u002Fcondensed-matter\u002Ffree-electron-fermi-gas\u002Fscreening-and-plasmons":14619,"\u002Fcondensed-matter\u002Fband-theory\u002Fblochs-theorem-and-energy-bands":14398,"\u002Fcondensed-matter\u002Fband-theory\u002Fnearly-free-electron-model":14342,"\u002Fcondensed-matter\u002Fband-theory\u002Ftight-binding-method":14620,"\u002Fcondensed-matter\u002Fband-theory\u002Ffermi-surfaces-and-semiclassical-dynamics":14621,"\u002Fcondensed-matter\u002Fsemiconductors\u002Fsemiconductor-bands-and-junctions":14622,"\u002Fcondensed-matter\u002Fsemiconductors\u002Fintrinsic-and-extrinsic-semiconductors":14623,"\u002Fcondensed-matter\u002Fsemiconductors\u002Fcarrier-transport-and-recombination":14333,"\u002Fcondensed-matter\u002Fsemiconductors\u002Fthe-pn-junction":14624,"\u002Fcondensed-matter\u002Fsemiconductors\u002Ftransistors-and-optoelectronics":14625,"\u002Fcondensed-matter\u002Fdielectrics-and-ferroelectrics\u002Fdielectrics-and-polarization":14570,"\u002Fcondensed-matter\u002Fdielectrics-and-ferroelectrics\u002Fferroelectrics-and-piezoelectrics":14470,"\u002Fcondensed-matter\u002Fmagnetism\u002Fdiamagnetism-and-paramagnetism":14198,"\u002Fcondensed-matter\u002Fmagnetism\u002Fexchange-and-ferromagnetism":14626,"\u002Fcondensed-matter\u002Fmagnetism\u002Fantiferromagnetism-and-domains":14064,"\u002Fcondensed-matter\u002Fmagnetism\u002Fspin-waves-and-magnons":14627,"\u002Fcondensed-matter\u002Fsuperconductivity\u002Fsuperconductivity-phenomenology":14628,"\u002Fcondensed-matter\u002Fsuperconductivity\u002Flondon-theory-and-the-meissner-effect":14209,"\u002Fcondensed-matter\u002Fsuperconductivity\u002Fginzburg-landau-theory":14629,"\u002Fcondensed-matter\u002Fsuperconductivity\u002Fbcs-theory":14463,"\u002Fcondensed-matter\u002Fsuperconductivity\u002Fjosephson-and-high-tc":14630,"\u002Fcondensed-matter\u002Fnanostructures\u002Fquantum-wells-wires-and-dots":14056,"\u002Fcondensed-matter\u002Fnanostructures\u002Finteger-quantum-hall-effect":14631,"\u002Fcondensed-matter\u002Fnanostructures\u002Ffractional-quantum-hall-and-topology":14067,"\u002Fcondensed-matter\u002Fnanostructures\u002Fgraphene-and-dirac-materials":14632,"\u002Fcondensed-matter":14383,"\u002Flogic\u002Ffoundations\u002Flogic-as-a-mathematical-model":14633,"\u002Flogic\u002Fsentential-logic\u002Fformal-languages-and-well-formed-formulas":14634,"\u002Flogic\u002Fsentential-logic\u002Ftruth-assignments-and-tautologies":14635,"\u002Flogic\u002Fsentential-logic\u002Funique-readability-and-parsing":14636,"\u002Flogic\u002Fsentential-logic\u002Finduction-and-recursion":14081,"\u002Flogic\u002Fsentential-logic\u002Fexpressive-completeness-and-normal-forms":14637,"\u002Flogic\u002Fsentential-logic\u002Fboolean-circuits":14638,"\u002Flogic\u002Fsentential-logic\u002Fcompactness-and-effectiveness":14081,"\u002Flogic\u002Ffirst-order-languages\u002Ffirst-order-languages":14639,"\u002Flogic\u002Ffirst-order-languages\u002Fstructures-truth-and-satisfaction":14493,"\u002Flogic\u002Ffirst-order-languages\u002Fdefinability-and-elementary-equivalence":14640,"\u002Flogic\u002Ffirst-order-languages\u002Fterms-substitution-and-parsing":14641,"\u002Flogic\u002Fdeductive-calculus\u002Fa-deductive-calculus":14642,"\u002Flogic\u002Fdeductive-calculus\u002Fdeduction-theorem-and-derived-rules":14640,"\u002Flogic\u002Fdeductive-calculus\u002Fsoundness":14643,"\u002Flogic\u002Fdeductive-calculus\u002Fcompleteness-and-consistency":14644,"\u002Flogic\u002Fmodels-and-theories\u002Fcompactness-and-lowenheim-skolem":14645,"\u002Flogic\u002Fmodels-and-theories\u002Ftheories-elementary-classes-and-categoricity":14646,"\u002Flogic\u002Fmodels-and-theories\u002Finterpretations-between-theories":14647,"\u002Flogic\u002Fmodels-and-theories\u002Fnonstandard-analysis":14648,"\u002Flogic\u002Farithmetic-and-definability\u002Fdefinability-in-arithmetic":14649,"\u002Flogic\u002Farithmetic-and-definability\u002Fnatural-numbers-with-successor":14650,"\u002Flogic\u002Farithmetic-and-definability\u002Fpresburger-and-reducts":14571,"\u002Flogic\u002Farithmetic-and-definability\u002Fa-subtheory-and-representability":14651,"\u002Flogic\u002Fincompleteness\u002Farithmetization-of-syntax":14644,"\u002Flogic\u002Fincompleteness\u002Fincompleteness-and-undecidability":14652,"\u002Flogic\u002Fincompleteness\u002Fsecond-incompleteness-theorem":14653,"\u002Flogic\u002Fcomputability-and-representability\u002Frecursive-functions":14286,"\u002Flogic\u002Fcomputability-and-representability\u002Frepresenting-exponentiation":14654,"\u002Flogic\u002Fsecond-order-logic\u002Fsecond-order-languages":14471,"\u002Flogic\u002Fsecond-order-logic\u002Fskolem-functions-and-many-sorted-logic":14655,"\u002Flogic\u002Fsecond-order-logic\u002Fgeneral-structures":14656,"\u002Flogic":14657,"\u002Freinforcement-learning\u002Ffoundations\u002Fwhat-is-reinforcement-learning":14658,"\u002Freinforcement-learning\u002Ffoundations\u002Fa-brief-history-of-rl":14659,"\u002Freinforcement-learning\u002Ffoundations\u002Fmulti-armed-bandits":14272,"\u002Freinforcement-learning\u002Ffoundations\u002Fbandit-exploration-algorithms":14660,"\u002Freinforcement-learning\u002Ffoundations\u002Fmarkov-decision-processes":14661,"\u002Freinforcement-learning\u002Ffoundations\u002Fvalue-functions-and-optimality":14662,"\u002Freinforcement-learning\u002Ftabular-methods\u002Fdynamic-programming":14663,"\u002Freinforcement-learning\u002Ftabular-methods\u002Fdp-async-and-gpi":14653,"\u002Freinforcement-learning\u002Ftabular-methods\u002Fmonte-carlo-methods":14664,"\u002Freinforcement-learning\u002Ftabular-methods\u002Fmonte-carlo-off-policy":14665,"\u002Freinforcement-learning\u002Ftabular-methods\u002Ftemporal-difference-learning":14666,"\u002Freinforcement-learning\u002Ftabular-methods\u002Ftd-control-sarsa-and-q-learning":14564,"\u002Freinforcement-learning\u002Ftabular-methods\u002Fn-step-bootstrapping":14667,"\u002Freinforcement-learning\u002Ftabular-methods\u002Fn-step-off-policy-methods":14668,"\u002Freinforcement-learning\u002Ftabular-methods\u002Fplanning-and-learning":14669,"\u002Freinforcement-learning\u002Ftabular-methods\u002Fplanning-focusing-and-decision-time":14670,"\u002Freinforcement-learning\u002Ftabular-methods\u002Fdecision-time-planning":14671,"\u002Freinforcement-learning\u002Ftabular-methods\u002Fmonte-carlo-tree-search":14289,"\u002Freinforcement-learning\u002Fapproximation\u002Fon-policy-prediction":14672,"\u002Freinforcement-learning\u002Fapproximation\u002Ffeature-construction-and-nonlinear":14673,"\u002Freinforcement-learning\u002Fapproximation\u002Fon-policy-control":14674,"\u002Freinforcement-learning\u002Fapproximation\u002Faverage-reward-control":14675,"\u002Freinforcement-learning\u002Fapproximation\u002Foff-policy-and-the-deadly-triad":14480,"\u002Freinforcement-learning\u002Fapproximation\u002Fbellman-error-and-gradient-td":14676,"\u002Freinforcement-learning\u002Fapproximation\u002Feligibility-traces":14652,"\u002Freinforcement-learning\u002Fapproximation\u002Ftrue-online-and-sarsa-lambda":14677,"\u002Freinforcement-learning\u002Fapproximation\u002Fpolicy-gradient-methods":14678,"\u002Freinforcement-learning\u002Fapproximation\u002Factor-critic-and-continuous-actions":14679,"\u002Freinforcement-learning\u002Fapproximation\u002Fleast-squares-and-memory-based-methods":14300,"\u002Freinforcement-learning\u002Fapproximation\u002Fmemory-and-kernel-methods":14680,"\u002Freinforcement-learning\u002Fapproximation\u002Foff-policy-eligibility-traces":14430,"\u002Freinforcement-learning\u002Fapproximation\u002Fstable-off-policy-traces":14681,"\u002Freinforcement-learning\u002Fdeep-rl\u002Fdeep-q-networks":14682,"\u002Freinforcement-learning\u002Fdeep-rl\u002Fdqn-improvements":14262,"\u002Freinforcement-learning\u002Fdeep-rl\u002Factor-critic-and-ppo":14683,"\u002Freinforcement-learning\u002Fdeep-rl\u002Fppo-and-continuous-control":14684,"\u002Freinforcement-learning\u002Fdeep-rl\u002Fcase-studies":14685,"\u002Freinforcement-learning\u002Fdeep-rl\u002Frl-beyond-games":14686,"\u002Freinforcement-learning\u002Fdeep-rl\u002Ffrontiers":14687,"\u002Freinforcement-learning\u002Fdeep-rl\u002Freward-design-and-open-problems":14540,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fdistributional-and-rainbow":14688,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fdistributional-and-rainbow-part-2":14689,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fcontinuous-control":14690,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fcontinuous-control-part-2":14575,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fmodel-based-rl":14691,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fmodel-based-rl-part-2":14692,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fexploration":14693,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fexploration-part-2":14289,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Foffline-rl":14356,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Foffline-rl-part-2":14694,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fimitation-and-inverse-rl":14695,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fimitation-and-inverse-rl-part-2":14696,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fmulti-agent-rl":14697,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fmulti-agent-rl-part-2":14698,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fhierarchical-rl":14699,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fhierarchical-rl-part-2":14700,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Frlhf-and-language-models":14701,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fpartial-observability-pomdps":14702,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fpartial-observability-pomdps-part-2":14703,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fsafe-and-constrained-rl":14704,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fsafe-and-constrained-rl-part-2":14705,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fmeta-rl-and-generalization":14706,"\u002Freinforcement-learning\u002Fminds-and-brains\u002Fpsychology-of-reinforcement":14707,"\u002Freinforcement-learning\u002Fminds-and-brains\u002Finstrumental-conditioning-and-control":14708,"\u002Freinforcement-learning\u002Fminds-and-brains\u002Fdopamine-and-td-error":14709,"\u002Freinforcement-learning\u002Fminds-and-brains\u002Fdopamine-in-the-brain":14710,"\u002Freinforcement-learning\u002Fminds-and-brains\u002Fanimal-learning-and-cognition":14711,"\u002Freinforcement-learning\u002Fminds-and-brains\u002Fcognitive-maps-and-planning":14712,"\u002Freinforcement-learning\u002Fminds-and-brains\u002Fneuroscience-of-reinforcement":14713,"\u002Freinforcement-learning\u002Fminds-and-brains\u002Fseveral-learning-systems":14714,"\u002Freinforcement-learning":14242,"\u002Fartificial-intelligence\u002Ffoundations\u002Fwhat-is-ai":14715,"\u002Fartificial-intelligence\u002Ffoundations\u002Ffoundations-of-ai":14716,"\u002Fartificial-intelligence\u002Ffoundations\u002Fintelligent-agents":14717,"\u002Fartificial-intelligence\u002Ffoundations\u002Fagent-architectures":14718,"\u002Fartificial-intelligence\u002Fsearch\u002Funinformed-search":14719,"\u002Fartificial-intelligence\u002Fsearch\u002Fsearch-strategies-compared":14720,"\u002Fartificial-intelligence\u002Fsearch\u002Finformed-search":14721,"\u002Fartificial-intelligence\u002Fsearch\u002Fheuristic-functions":14722,"\u002Fartificial-intelligence\u002Fsearch\u002Flocal-search":14723,"\u002Fartificial-intelligence\u002Fsearch\u002Fpopulation-and-continuous-search":14724,"\u002Fartificial-intelligence\u002Fsearch\u002Fadversarial-search":14725,"\u002Fartificial-intelligence\u002Fsearch\u002Fgames-of-chance-and-imperfect-information":14726,"\u002Fartificial-intelligence\u002Fsearch\u002Fconstraint-satisfaction":14727,"\u002Fartificial-intelligence\u002Fsearch\u002Fcsp-search-and-structure":14569,"\u002Fartificial-intelligence\u002Fsearch\u002Fsearch-under-uncertainty":14424,"\u002Fartificial-intelligence\u002Fsearch\u002Fbelief-state-and-online-search":14728,"\u002Fartificial-intelligence\u002Flogic-and-planning\u002Fpropositional-logic":14729,"\u002Fartificial-intelligence\u002Flogic-and-planning\u002Fpropositional-inference":14730,"\u002Fartificial-intelligence\u002Flogic-and-planning\u002Ffirst-order-logic":14731,"\u002Fartificial-intelligence\u002Flogic-and-planning\u002Ffirst-order-logic-in-use":14732,"\u002Fartificial-intelligence\u002Flogic-and-planning\u002Finference-and-resolution":14733,"\u002Fartificial-intelligence\u002Flogic-and-planning\u002Ffirst-order-resolution":14551,"\u002Fartificial-intelligence\u002Flogic-and-planning\u002Fclassical-planning":14734,"\u002Fartificial-intelligence\u002Flogic-and-planning\u002Fplanning-graphs-and-graphplan":14735,"\u002Fartificial-intelligence\u002Flogic-and-planning\u002Fplanning-in-the-real-world":14736,"\u002Fartificial-intelligence\u002Flogic-and-planning\u002Fplanning-under-uncertainty":14737,"\u002Fartificial-intelligence\u002Flogic-and-planning\u002Fknowledge-representation":14738,"\u002Fartificial-intelligence\u002Flogic-and-planning\u002Freasoning-systems-and-defaults":14739,"\u002Fartificial-intelligence\u002Funcertainty\u002Fprobability-and-bayes":14740,"\u002Fartificial-intelligence\u002Funcertainty\u002Fbayes-rule-and-naive-bayes":14741,"\u002Fartificial-intelligence\u002Funcertainty\u002Fbayesian-networks":14742,"\u002Fartificial-intelligence\u002Funcertainty\u002Finference-in-bayesian-networks":14743,"\u002Fartificial-intelligence\u002Funcertainty\u002Freasoning-over-time":14744,"\u002Fartificial-intelligence\u002Funcertainty\u002Ftracking-and-data-association":14745,"\u002Fartificial-intelligence\u002Funcertainty\u002Fmaking-decisions":14483,"\u002Fartificial-intelligence\u002Funcertainty\u002Fmarkov-decision-processes":14735,"\u002Fartificial-intelligence\u002Funcertainty\u002Fdecision-networks-and-game-theory":14746,"\u002Fartificial-intelligence\u002Funcertainty\u002Fgame-theory-and-mechanism-design":14024,"\u002Fartificial-intelligence\u002Flearning\u002Flearning-from-examples":14747,"\u002Fartificial-intelligence\u002Flearning\u002Ftheory-and-model-families":14748,"\u002Fartificial-intelligence\u002Flearning\u002Fprobabilistic-learning":14749,"\u002Fartificial-intelligence\u002Flearning\u002Fexpectation-maximization":14750,"\u002Fartificial-intelligence\u002Flearning\u002Freinforcement-learning":14751,"\u002Fartificial-intelligence\u002Flearning\u002Fgeneralization-and-policy-search":14532,"\u002Fartificial-intelligence\u002Flearning\u002Fknowledge-in-learning":14752,"\u002Fartificial-intelligence\u002Flearning\u002Fknowledge-based-learning-methods":14753,"\u002Fartificial-intelligence\u002Ffrontiers\u002Fvision-and-perception":14754,"\u002Fartificial-intelligence\u002Ffrontiers\u002Freconstructing-the-3d-world":14755,"\u002Fartificial-intelligence\u002Ffrontiers\u002Frobotics":14756,"\u002Fartificial-intelligence\u002Ffrontiers\u002Frobot-planning-and-control":14757,"\u002Fartificial-intelligence\u002Ffrontiers\u002Fnatural-language-in-ai":14758,"\u002Fartificial-intelligence\u002Ffrontiers\u002Fnlp-grammar-translation-and-speech":14759,"\u002Fartificial-intelligence\u002Ffrontiers\u002Fphilosophy-and-future":14760,"\u002Fartificial-intelligence\u002Ffrontiers\u002Fai-ethics-and-future":14761,"\u002Fartificial-intelligence":14242,"\u002Fnuclear-physics\u002Fnuclear-properties\u002Fnuclear-constituents-nuclide-chart":14499,"\u002Fnuclear-physics\u002Fnuclear-properties\u002Fnuclear-size-charge-distributions":14762,"\u002Fnuclear-physics\u002Fnuclear-properties\u002Fnuclear-masses-binding-energy":14060,"\u002Fnuclear-physics\u002Fnuclear-properties\u002Fsemi-empirical-mass-formula":14058,"\u002Fnuclear-physics\u002Fnuclear-properties\u002Fnuclear-moments-multipoles":14593,"\u002Fnuclear-physics\u002Fnuclear-force-deuteron\u002Fnuclear-force-shell-overview":14763,"\u002Fnuclear-physics\u002Fnuclear-force-deuteron\u002Fthe-deuteron":14086,"\u002Fnuclear-physics\u002Fnuclear-force-deuteron\u002Fnucleon-nucleon-scattering":14395,"\u002Fnuclear-physics\u002Fnuclear-force-deuteron\u002Fmeson-theory-isospin":14764,"\u002Fnuclear-physics\u002Fnuclear-models\u002Ffermi-gas-model":14765,"\u002Fnuclear-physics\u002Fnuclear-models\u002Fliquid-drop-collective-coordinates":14766,"\u002Fnuclear-physics\u002Fnuclear-models\u002Fshell-model-single-particle":14455,"\u002Fnuclear-physics\u002Fnuclear-models\u002Fcollective-model-rotations-vibrations":14767,"\u002Fnuclear-physics\u002Fradioactive-decay\u002Fdecay-law-modes":14768,"\u002Fnuclear-physics\u002Fradioactive-decay\u002Fdecay-kinetics-equilibrium":14769,"\u002Fnuclear-physics\u002Falpha-decay\u002Falpha-decay-gamow-theory":14654,"\u002Fnuclear-physics\u002Falpha-decay\u002Falpha-fine-structure-hindrance":14770,"\u002Fnuclear-physics\u002Fbeta-decay\u002Fbeta-decay-energetics-neutrino":14771,"\u002Fnuclear-physics\u002Fbeta-decay\u002Ffermi-theory-beta-decay":14070,"\u002Fnuclear-physics\u002Fbeta-decay\u002Fweak-interaction-parity-violation":14298,"\u002Fnuclear-physics\u002Fbeta-decay\u002Fdouble-beta-decay-neutrino-mass":14772,"\u002Fnuclear-physics\u002Fgamma-decay\u002Fgamma-multipole-radiation":14399,"\u002Fnuclear-physics\u002Fgamma-decay\u002Finternal-conversion-isomers":14773,"\u002Fnuclear-physics\u002Fgamma-decay\u002Fangular-correlations-mossbauer":14774,"\u002Fnuclear-physics\u002Fnuclear-reactions\u002Freaction-kinematics-cross-sections":14294,"\u002Fnuclear-physics\u002Fnuclear-reactions\u002Fcompound-nucleus-resonances":14382,"\u002Fnuclear-physics\u002Fnuclear-reactions\u002Fdirect-reactions-optical-model":14775,"\u002Fnuclear-physics\u002Ffission\u002Ffission-barrier-dynamics":14776,"\u002Fnuclear-physics\u002Ffission\u002Fchain-reactions-reactor-physics":14777,"\u002Fnuclear-physics\u002Ffusion-nucleosynthesis\u002Ffusion-reactions-confinement":14065,"\u002Fnuclear-physics\u002Ffusion-nucleosynthesis\u002Fstellar-nucleosynthesis":14439,"\u002Fnuclear-physics\u002Ffusion-nucleosynthesis\u002Fbig-bang-nucleosynthesis":14301,"\u002Fnuclear-physics\u002Fradiation-matter-applications\u002Fcharged-particle-stopping-power":14778,"\u002Fnuclear-physics\u002Fradiation-matter-applications\u002Fphoton-neutron-interactions":14349,"\u002Fnuclear-physics\u002Fradiation-matter-applications\u002Fradiation-detectors":14413,"\u002Fnuclear-physics\u002Fradiation-matter-applications\u002Fdosimetry-radiation-biology":14779,"\u002Fnuclear-physics\u002Fradiation-matter-applications\u002Fnuclear-applications-dating-medicine":14780,"\u002Fnuclear-physics":14781,"\u002Fnatural-language-processing\u002Ffoundations\u002Fwhat-is-nlp":14782,"\u002Fnatural-language-processing\u002Ffoundations\u002Fregex-and-text-normalization":14783,"\u002Fnatural-language-processing\u002Ffoundations\u002Fminimum-edit-distance":14420,"\u002Fnatural-language-processing\u002Ffoundations\u002Fn-gram-language-models":14784,"\u002Fnatural-language-processing\u002Ffoundations\u002Fsmoothing-and-backoff":14785,"\u002Fnatural-language-processing\u002Fclassification\u002Fnaive-bayes-and-sentiment":14786,"\u002Fnatural-language-processing\u002Fclassification\u002Fevaluating-classifiers":14268,"\u002Fnatural-language-processing\u002Fclassification\u002Flogistic-regression":14787,"\u002Fnatural-language-processing\u002Fclassification\u002Fsentiment-and-affect-lexicons":14788,"\u002Fnatural-language-processing\u002Fsemantics\u002Fvector-semantics-and-embeddings":14565,"\u002Fnatural-language-processing\u002Fsemantics\u002Fstatic-word-embeddings":14789,"\u002Fnatural-language-processing\u002Fsemantics\u002Fneural-language-models":14734,"\u002Fnatural-language-processing\u002Fsequences\u002Fsequence-labeling":14790,"\u002Fnatural-language-processing\u002Fsequences\u002Fcrfs-and-neural-taggers":14791,"\u002Fnatural-language-processing\u002Fsequences\u002Frnns-and-lstms":14792,"\u002Fnatural-language-processing\u002Ftransformers\u002Ftransformers-and-attention":14793,"\u002Fnatural-language-processing\u002Ftransformers\u002Fthe-transformer-architecture":14794,"\u002Fnatural-language-processing\u002Ftransformers\u002Flarge-language-models":14795,"\u002Fnatural-language-processing\u002Ftransformers\u002Fllm-pretraining-and-scaling":14796,"\u002Fnatural-language-processing\u002Ftransformers\u002Ffine-tuning-and-prompting":14246,"\u002Fnatural-language-processing\u002Ftransformers\u002Fprompting-and-alignment":14797,"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Fconstituency-parsing":14798,"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Fcky-scoring-and-evaluation":14740,"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Fdependency-parsing":14799,"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Fgraph-based-and-neural-dependency-parsing":14800,"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Fword-senses-and-wsd":14801,"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Fwsd-in-practice-and-induction":14802,"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Fsemantic-roles-and-information-extraction":14803,"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Frelations-events-and-templates":14804,"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Fcoreference-and-discourse":14805,"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Fcoherence-and-discourse-structure":14806,"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Flogical-semantics":14664,"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Fcompositional-semantics-and-description-logics":14807,"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Fsemantic-parsing":14808,"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Fneural-semantic-parsing":14809,"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Finformation-extraction":14810,"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Ftimes-events-and-templates":14811,"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Fdiscourse-coherence":14812,"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Fentity-based-and-global-coherence":14813,"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Fconstituency-grammars":14814,"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Ftreebanks-and-lexicalized-grammars":14815,"\u002Fnatural-language-processing\u002Fapplications\u002Fmachine-translation":14816,"\u002Fnatural-language-processing\u002Fapplications\u002Fmachine-translation-decoding-and-evaluation":14817,"\u002Fnatural-language-processing\u002Fapplications\u002Fquestion-answering":14818,"\u002Fnatural-language-processing\u002Fapplications\u002Fquestion-answering-knowledge-and-llms":14518,"\u002Fnatural-language-processing\u002Fapplications\u002Fdialogue-and-chatbots":14685,"\u002Fnatural-language-processing\u002Fapplications\u002Fdialogue-systems-and-assistants":14274,"\u002Fnatural-language-processing\u002Fapplications\u002Ftext-summarization":14819,"\u002Fnatural-language-processing\u002Fapplications\u002Fabstractive-summarization-and-evaluation":14820,"\u002Fnatural-language-processing\u002Fspeech\u002Fphonetics":14821,"\u002Fnatural-language-processing\u002Fspeech\u002Facoustic-phonetics":14822,"\u002Fnatural-language-processing\u002Fspeech\u002Fautomatic-speech-recognition":14532,"\u002Fnatural-language-processing\u002Fspeech\u002Fasr-evaluation-and-applications":14823,"\u002Fnatural-language-processing":14242,"\u002Fparticle-physics\u002Ffoundations\u002Fhistorical-overview-particle-zoo":14824,"\u002Fparticle-physics\u002Ffoundations\u002Fparticle-physics-basic-concepts":14440,"\u002Fparticle-physics\u002Ffoundations\u002Ffundamental-interactions-force-carriers":14825,"\u002Fparticle-physics\u002Funits-kinematics\u002Fnatural-units-and-scales":14585,"\u002Fparticle-physics\u002Funits-kinematics\u002Ffour-vectors-invariant-mass":14826,"\u002Fparticle-physics\u002Funits-kinematics\u002Fdecay-scattering-kinematics-mandelstam":14827,"\u002Fparticle-physics\u002Funits-kinematics\u002Fcross-sections-golden-rule":14775,"\u002Fparticle-physics\u002Fsymmetries\u002Fconservation-laws-symmetries":14828,"\u002Fparticle-physics\u002Fsymmetries\u002Fdiscrete-symmetries-cpt":14829,"\u002Fparticle-physics\u002Fsymmetries\u002Fparity-violation-weak":14390,"\u002Fparticle-physics\u002Fsymmetries\u002Fsu2-su3-flavor-symmetry":14093,"\u002Fparticle-physics\u002Fquark-model\u002Feightfold-way-su3":14830,"\u002Fparticle-physics\u002Fquark-model\u002Fmeson-spectroscopy":14344,"\u002Fparticle-physics\u002Fquark-model\u002Fbaryon-spectroscopy":14831,"\u002Fparticle-physics\u002Fquark-model\u002Fcolor-confinement-exotics":14377,"\u002Fparticle-physics\u002Frelativistic-wave-equations\u002Fklein-gordon-equation":14832,"\u002Fparticle-physics\u002Frelativistic-wave-equations\u002Fdirac-equation-spinors":14631,"\u002Fparticle-physics\u002Frelativistic-wave-equations\u002Fantiparticles-hole-theory":14833,"\u002Fparticle-physics\u002Fqed\u002Ffeynman-rules-qed":14834,"\u002Fparticle-physics\u002Fqed\u002Fqed-tree-processes":14600,"\u002Fparticle-physics\u002Fqed\u002Frenormalization-running-coupling":14835,"\u002Fparticle-physics\u002Fqed\u002Felectron-g-2":14064,"\u002Fparticle-physics\u002Fweak-interaction\u002Fva-structure-weak":14836,"\u002Fparticle-physics\u002Fweak-interaction\u002Fw-z-bosons-decays":14837,"\u002Fparticle-physics\u002Fweak-interaction\u002Fckm-matrix":14838,"\u002Fparticle-physics\u002Fweak-interaction\u002Fcp-violation-kaons-b-mesons":14381,"\u002Fparticle-physics\u002Fqcd\u002Fcolor-su3-gluons":14597,"\u002Fparticle-physics\u002Fqcd\u002Fasymptotic-freedom-confinement":14839,"\u002Fparticle-physics\u002Fqcd\u002Fdeep-inelastic-scattering-partons":14840,"\u002Fparticle-physics\u002Fqcd\u002Fjets-hadronization":14456,"\u002Fparticle-physics\u002Felectroweak-higgs\u002Felectroweak-su2-u1":14841,"\u002Fparticle-physics\u002Felectroweak-higgs\u002Fspontaneous-symmetry-breaking":14501,"\u002Fparticle-physics\u002Felectroweak-higgs\u002Fhiggs-mechanism":14842,"\u002Fparticle-physics\u002Felectroweak-higgs\u002Fhiggs-boson-discovery":14843,"\u002Fparticle-physics\u002Felectroweak-higgs\u002Fstandard-model":14390,"\u002Fparticle-physics\u002Fneutrinos\u002Fneutrino-oscillations":14423,"\u002Fparticle-physics\u002Fneutrinos\u002Fneutrino-mass-pmns":14844,"\u002Fparticle-physics\u002Fneutrinos\u002Fdirac-majorana-experiments":14845,"\u002Fparticle-physics\u002Fexperiment\u002Faccelerators-luminosity":14846,"\u002Fparticle-physics\u002Fexperiment\u002Fdetectors-subsystems":14479,"\u002Fparticle-physics\u002Fexperiment\u002Fhow-discoveries-are-made":14847,"\u002Fparticle-physics\u002Fbeyond-standard-model\u002Fbeyond-standard-model":14221,"\u002Fparticle-physics\u002Fbeyond-standard-model\u002Fgrand-unified-theories":14848,"\u002Fparticle-physics\u002Fbeyond-standard-model\u002Fsupersymmetry":14323,"\u002Fparticle-physics\u002Fbeyond-standard-model\u002Fhierarchy-problem-naturalness":14849,"\u002Fparticle-physics\u002Fbeyond-standard-model\u002Fdark-matter-candidates":14850,"\u002Fparticle-physics\u002Fbeyond-standard-model\u002Fmatter-antimatter-open-questions":14647,"\u002Fparticle-physics":14851,"\u002Fastrophysics-cosmology\u002Forientation\u002Fthe-sun-and-stars":14441,"\u002Fastrophysics-cosmology\u002Forientation\u002Fstellar-death-final-states":14595,"\u002Fastrophysics-cosmology\u002Forientation\u002Fgalaxies-and-cosmology":14852,"\u002Fastrophysics-cosmology\u002Fobservational-foundations\u002Fmagnitudes-fluxes-and-the-distance-modulus":14380,"\u002Fastrophysics-cosmology\u002Fobservational-foundations\u002Fstellar-spectra-and-spectral-classification":14853,"\u002Fastrophysics-cosmology\u002Fobservational-foundations\u002Ftelescopes-and-detectors-across-the-spectrum":14440,"\u002Fastrophysics-cosmology\u002Fobservational-foundations\u002Fthe-cosmic-distance-ladder":14352,"\u002Fastrophysics-cosmology\u002Fradiation-and-matter\u002Fblackbody-radiation-and-specific-intensity":14854,"\u002Fastrophysics-cosmology\u002Fradiation-and-matter\u002Fradiative-transfer-and-the-transfer-equation":14855,"\u002Fastrophysics-cosmology\u002Fradiation-and-matter\u002Fspectral-line-formation-and-broadening":14856,"\u002Fastrophysics-cosmology\u002Fradiation-and-matter\u002Fopacity-and-the-rosseland-mean":14857,"\u002Fastrophysics-cosmology\u002Fstellar-structure\u002Fhydrostatic-equilibrium-and-the-virial-theorem":14858,"\u002Fastrophysics-cosmology\u002Fstellar-structure\u002Fthe-equations-of-stellar-structure":14646,"\u002Fastrophysics-cosmology\u002Fstellar-structure\u002Fthe-equation-of-state-and-polytropes":14577,"\u002Fastrophysics-cosmology\u002Fstellar-structure\u002Fthe-standard-solar-model":14859,"\u002Fastrophysics-cosmology\u002Fnuclear-astrophysics\u002Fthermonuclear-reaction-rates-and-the-gamow-peak":14860,"\u002Fastrophysics-cosmology\u002Fnuclear-astrophysics\u002Fhydrogen-burning-pp-chains-and-cno":14861,"\u002Fastrophysics-cosmology\u002Fnuclear-astrophysics\u002Fhelium-burning-and-the-triple-alpha-process":14862,"\u002Fastrophysics-cosmology\u002Fnuclear-astrophysics\u002Fadvanced-burning-and-neutron-capture-nucleosynthesis":14774,"\u002Fastrophysics-cosmology\u002Fism-and-star-formation\u002Fphases-of-the-interstellar-medium":14863,"\u002Fastrophysics-cosmology\u002Fism-and-star-formation\u002Fmolecular-clouds-and-gravitational-collapse":14336,"\u002Fastrophysics-cosmology\u002Fism-and-star-formation\u002Fprotostars-and-the-pre-main-sequence":14399,"\u002Fastrophysics-cosmology\u002Fstellar-evolution\u002Fthe-main-sequence-and-its-structure":14381,"\u002Fastrophysics-cosmology\u002Fstellar-evolution\u002Fpost-main-sequence-low-mass-evolution":14864,"\u002Fastrophysics-cosmology\u002Fstellar-evolution\u002Fthe-evolution-of-massive-stars":14465,"\u002Fastrophysics-cosmology\u002Fstellar-evolution\u002Fstellar-pulsation-and-the-instability-strip":14082,"\u002Fastrophysics-cosmology\u002Fstellar-death-and-compact-remnants\u002Fwhite-dwarfs-and-the-chandrasekhar-limit":14865,"\u002Fastrophysics-cosmology\u002Fstellar-death-and-compact-remnants\u002Fcore-collapse-supernovae":14866,"\u002Fastrophysics-cosmology\u002Fstellar-death-and-compact-remnants\u002Fthermonuclear-supernovae-type-ia":14596,"\u002Fastrophysics-cosmology\u002Fstellar-death-and-compact-remnants\u002Fneutron-stars-and-pulsars":14867,"\u002Fastrophysics-cosmology\u002Fstellar-death-and-compact-remnants\u002Fblack-holes-schwarzschild-and-kerr":14868,"\u002Fastrophysics-cosmology\u002Fbinaries-and-gravitational-waves\u002Fbinary-systems-and-mass-transfer":14869,"\u002Fastrophysics-cosmology\u002Fbinaries-and-gravitational-waves\u002Faccreting-compact-objects":14870,"\u002Fastrophysics-cosmology\u002Fbinaries-and-gravitational-waves\u002Fgravitational-waves-from-inspiraling-binaries":14063,"\u002Fastrophysics-cosmology\u002Fbinaries-and-gravitational-waves\u002Fmultimessenger-astronomy-and-gamma-ray-bursts":14871,"\u002Fastrophysics-cosmology\u002Fgalaxies\u002Fthe-milky-way":14872,"\u002Fastrophysics-cosmology\u002Fgalaxies\u002Fgalaxy-morphology-and-classification":14323,"\u002Fastrophysics-cosmology\u002Fgalaxies\u002Fgalaxy-rotation-curves-and-dark-matter":14873,"\u002Fastrophysics-cosmology\u002Fgalaxies\u002Factive-galactic-nuclei-and-supermassive-black-holes":14874,"\u002Fastrophysics-cosmology\u002Fgalaxies\u002Fgalaxy-clusters-and-large-scale-structure":14589,"\u002Fastrophysics-cosmology\u002Fcosmology-expansion-and-dynamics\u002Fthe-expanding-universe-and-hubbles-law":14244,"\u002Fastrophysics-cosmology\u002Fcosmology-expansion-and-dynamics\u002Fthe-frw-metric-and-cosmological-redshift":14875,"\u002Fastrophysics-cosmology\u002Fcosmology-expansion-and-dynamics\u002Fthe-friedmann-equations-and-cosmic-dynamics":14876,"\u002Fastrophysics-cosmology\u002Fcosmology-expansion-and-dynamics\u002Fcosmological-models-and-distances":14501,"\u002Fastrophysics-cosmology\u002Fcosmology-expansion-and-dynamics\u002Fdark-energy-and-the-accelerating-universe":14487,"\u002Fastrophysics-cosmology\u002Fthe-hot-big-bang\u002Fthe-thermal-history-of-the-universe":14499,"\u002Fastrophysics-cosmology\u002Fthe-hot-big-bang\u002Fbig-bang-nucleosynthesis":14596,"\u002Fastrophysics-cosmology\u002Fthe-hot-big-bang\u002Frecombination-and-the-cosmic-microwave-background":14877,"\u002Fastrophysics-cosmology\u002Fthe-hot-big-bang\u002Fcmb-anisotropies-and-cosmological-parameters":14062,"\u002Fastrophysics-cosmology\u002Fthe-hot-big-bang\u002Fcosmic-inflation":14253,"\u002Fastrophysics-cosmology\u002Fthe-hot-big-bang\u002Fstructure-formation-and-the-growth-of-perturbations":14878,"\u002Fastrophysics-cosmology\u002Fthe-hot-big-bang\u002Fdark-matter-dark-energy-and-open-questions":14340,"\u002Fastrophysics-cosmology":14445,"\u002Fcolophon":14879,"\u002F":14242},4250,4808,3626,2682,4109,4786,3878,3875,3751,3415,4067,3153,3000,4042,5461,5808,3961,3749,4327,5067,4246,4655,4154,5436,2640,4003,3601,2158,4331,4189,2273,3252,4633,4964,4172,3131,5524,3160,4031,2309,4207,3226,2648,4842,5340,3307,5701,4977,4039,2615,3472,4460,3848,4075,4400,3382,3010,3602,3737,3740,3707,3922,5191,4043,3804,4542,4214,5062,2850,4361,3443,3627,4044,3766,4140,3860,4006,5199,4334,5234,3651,5509,5680,153,1375,1073,1093,1125,1146,1014,1132,876,1541,1189,1173,984,1402,1301,950,1268,1063,1107,1408,1161,925,1012,866,964,1090,1142,1085,1020,1207,973,980,728,764,1225,1329,796,929,801,878,774,1044,1488,1175,1130,890,814,870,154,4073,5140,4961,5127,4870,5382,5195,4955,5369,4501,5576,3824,4132,4289,4307,4570,3403,5084,5105,5201,5116,5341,5175,5368,5188,5211,5499,5155,4981,5125,5415,5255,5304,5130,5167,5552,5164,5094,5239,5036,5190,5004,5099,5035,5159,5088,5026,4937,5023,5264,5244,133,5114,5078,5043,5312,5170,5342,5139,5151,5049,5212,5013,5068,5079,5102,5121,5081,5029,5379,5854,5110,2139,3798,5055,5364,4984,4935,4895,4972,5289,5112,5156,4987,5031,5025,5149,5302,5042,5002,4979,4922,4960,5279,126,1877,1180,1129,907,958,1112,1300,1053,1250,1181,1241,1234,966,1050,734,1190,484,1082,926,733,761,571,607,798,804,952,977,784,645,771,1017,742,1004,1000,1562,1254,1288,1101,1011,1486,1061,856,992,1169,988,137,0,2037,1782,2384,2254,2123,2332,1643,1714,2089,1751,1367,1660,2511,1998,1892,1854,1791,2438,2487,1917,2375,2525,2266,1845,2275,1810,1631,2310,2166,2233,2113,2505,2347,2672,2112,2473,2592,2380,3013,2513,3256,3218,2194,2173,2205,2326,2081,3342,3152,1799,1670,1027,960,1095,1291,986,897,1209,1055,1817,1801,1593,1465,1196,1464,1201,1230,1435,1684,1461,1926,1500,1409,1284,1774,1869,162,1487,1122,1188,1001,1351,982,1005,979,1325,1046,943,1279,824,1008,989,1798,1277,1025,987,1043,1211,1074,981,939,1002,739,1139,1108,1013,1070,978,1458,1317,157,1357,1077,2355,1116,1037,1178,1637,1314,1109,1056,1702,1474,1071,1158,832,993,1404,1024,1068,1339,1106,1264,1248,913,1848,1328,1633,1224,1143,135,1378,959,1028,998,911,1527,1203,1266,1483,1165,990,938,965,1257,1418,1099,942,1352,956,1035,1398,1003,1094,1292,138,1721,1827,1449,1354,1148,1184,1285,1281,1213,1290,1271,1252,1274,1778,1591,1503,1437,1571,1584,1957,1117,1781,1648,1342,1667,1510,1965,1607,1365,1849,1259,1303,1356,1238,2208,1564,173,1671,1286,1227,1638,1529,668,1078,918,709,865,880,940,1534,1015,874,922,841,794,1194,822,1105,1658,1359,1296,1438,1921,1844,1570,1429,1324,1400,140,1787,1558,1654,1492,1747,2224,2002,2009,1323,1349,1785,1573,1722,1829,1353,1548,1552,1583,1624,1585,1245,1364,1514,1343,1397,1355,2211,1481,1770,160,2388,2293,2256,2552,2569,2478,2039,2496,2578,2814,2519,2461,2587,2492,2714,3278,2654,3050,2447,2849,2238,2369,2061,2214,2602,2563,2186,2985,2749,3364,2038,2282,2409,2126,2573,2206,2176,2268,2182,2402,2705,2633,2414,2213,2801,3313,3410,3195,1952,2017,1509,2537,2645,2027,2415,2838,2356,1906,3184,2950,2807,2954,1683,1316,1034,1138,1763,1822,1705,1246,1701,1097,1104,1187,1032,1083,1228,916,1489,1033,1652,997,692,837,1023,888,864,1089,1231,1214,1675,1156,1075,1520,1309,139,1205,1051,735,1123,1072,915,567,768,825,1253,983,1007,762,1058,861,862,971,1208,1149,1145,1029,1084,927,810,838,857,807,936,949,2321,1622,1069,1113,1057,854,1958,1528,1618,2049,1432,1679,1796,1685,1346,1275,1476,1505,1610,2018,1599,1215,1838,1909,132,3902,2215,2240,3266,3208,3073,2454,2969,2451,1875,2728,1884,2371,2516,2842,1690,1904,2346,3146,1386,2607,1966,2668,1665,2885,1606,2577,3074,2869,2403,2433,2082,1939,1587,2460,2747,2032,2642,1619,3123,1993,2090,2339,3829,1737,2622,2340,2322,3828,4409,2305,3411,2510,4527,3030,3569,3043,2457,1946,2277,2044,2909,1693,1945,2093,2399,2115,2898,2742,2242,3895,3378,3376,2769,2223,3062,3262,2651,2949,2768,3128,2423,1977,2087,2866,3388,2830,2210,2489,2884,3945,2099,2713,3402,1692,2931,4195,3989,3206,4391,3004,3704,3494,2902,999,881,901,919,748,869,1018,1045,1049,1333,954,1092,1019,976,1771,1480,1396,953,1026,161,3533,2495,1818,3007,2595,3427,3537,2216,1895,2304,3396,1739,2073,1962,2203,1767,2666,2264,2276,2852,1807,3735,1560,4144,1669,1676,1972,2418,3291,1525,2040,2766,2337,2220,2800,3001,2078,1759,2836,1896,2026,1758,1543,1047,896,946,1060,1384,1482,815,1414,1322,1440,1240,1468,1098,1133,847,1009,1381,1052,1191,1258,1370,1712,1441,1199,957,1079,150,1262,1417,1368,1219,1136,1064,1463,1636,1059,931,1115,1736,1174,1376,1363,1411,1247,1746,1313,1299,1617,1102,1076,1495,1265,1193,1263,80,{"\u002Falgorithms\u002Ffoundations\u002Fwhat-is-an-algorithm":14881,"\u002Falgorithms\u002Ffoundations\u002Fproof-techniques":14886,"\u002Falgorithms\u002Ffoundations\u002Fasymptotic-analysis":14890,"\u002Falgorithms\u002Ffoundations\u002Fgrowth-rates-and-loop-analysis":14894,"\u002Falgorithms\u002Ffoundations\u002Frecurrences":14898,"\u002Falgorithms\u002Ffoundations\u002Famortized-analysis":14902,"\u002Falgorithms\u002Fdivide-and-conquer\u002Fmergesort":14906,"\u002Falgorithms\u002Fdivide-and-conquer\u002Fquicksort":14911,"\u002Falgorithms\u002Fdivide-and-conquer\u002Fselection":14915,"\u002Falgorithms\u002Fdivide-and-conquer\u002Ffast-multiplication":14919,"\u002Falgorithms\u002Fsorting\u002Fheaps-and-heapsort":14923,"\u002Falgorithms\u002Fsorting\u002Fsorting-lower-bounds":14928,"\u002Falgorithms\u002Fsorting\u002Flinear-time-sorting":14932,"\u002Falgorithms\u002Fsorting\u002Fexternal-sorting":14936,"\u002Falgorithms\u002Fdata-structures\u002Felementary-structures":14940,"\u002Falgorithms\u002Fdata-structures\u002Fhash-tables":14945,"\u002Falgorithms\u002Fdata-structures\u002Fbinary-search-trees":14949,"\u002Falgorithms\u002Fdata-structures\u002Favl-trees":14953,"\u002Falgorithms\u002Fdata-structures\u002Fbalanced-trees":14957,"\u002Falgorithms\u002Fdata-structures\u002Funion-find":14961,"\u002Falgorithms\u002Fdata-structures\u002Ffenwick-and-segment-trees":14965,"\u002Falgorithms\u002Fdata-structures\u002Fspatial-data-structures":14969,"\u002Falgorithms\u002Fdata-structures\u002Fskip-lists-and-probabilistic-structures":14973,"\u002Falgorithms\u002Fdata-structures\u002Fb-trees":14977,"\u002Falgorithms\u002Fdata-structures\u002Fdata-stream-algorithms":14981,"\u002Falgorithms\u002Fdata-structures\u002Fstreaming-sketches":14985,"\u002Falgorithms\u002Fsequences\u002Ftwo-pointers-and-windows":14989,"\u002Falgorithms\u002Fsequences\u002Fprefix-sums":14994,"\u002Falgorithms\u002Fsequences\u002Fmonotonic-stacks":14998,"\u002Falgorithms\u002Fsequences\u002Fbinary-search-on-the-answer":15002,"\u002Falgorithms\u002Fsequences\u002Fstring-matching":15006,"\u002Falgorithms\u002Fsequences\u002Fkmp-and-z-function":15010,"\u002Falgorithms\u002Fsequences\u002Ftries":15014,"\u002Falgorithms\u002Fsequences\u002Fsuffix-arrays-and-aho-corasick":15018,"\u002Falgorithms\u002Fgraphs\u002Frepresentations-and-traversal":15022,"\u002Falgorithms\u002Fgraphs\u002Fdepth-first-search":15027,"\u002Falgorithms\u002Fgraphs\u002Ftopological-sort-and-scc":15031,"\u002Falgorithms\u002Fgraphs\u002Fminimum-spanning-trees":15035,"\u002Falgorithms\u002Fgraphs\u002Fkruskal-and-prim":15039,"\u002Falgorithms\u002Fgraphs\u002Fshortest-paths":15043,"\u002Falgorithms\u002Fgraphs\u002Fall-pairs-and-negative-weights":15047,"\u002Falgorithms\u002Fgraphs\u002Fnetwork-flow":15051,"\u002Falgorithms\u002Fgraphs\u002Fmax-flow-min-cut":15055,"\u002Falgorithms\u002Fgraphs\u002Fbridges-and-articulation-points":15059,"\u002Falgorithms\u002Fgraphs\u002Flowest-common-ancestor":15063,"\u002Falgorithms\u002Fgraphs\u002Ftwo-sat":15067,"\u002Falgorithms\u002Fgraphs\u002Feulerian-tours":15071,"\u002Falgorithms\u002Fgraphs\u002Fbipartite-matching":15075,"\u002Falgorithms\u002Fgreedy\u002Fthe-greedy-method":15079,"\u002Falgorithms\u002Fgreedy\u002Fscheduling-and-intervals":15084,"\u002Falgorithms\u002Fgreedy\u002Fhuffman-codes":15088,"\u002Falgorithms\u002Fgreedy\u002Fmatroids":15092,"\u002Falgorithms\u002Fgreedy\u002Fstable-matching":15096,"\u002Falgorithms\u002Fdynamic-programming\u002Fprinciples":15100,"\u002Falgorithms\u002Fdynamic-programming\u002Fsequence-dp":15105,"\u002Falgorithms\u002Fdynamic-programming\u002Flongest-increasing-subsequence":15109,"\u002Falgorithms\u002Fdynamic-programming\u002Fknapsack":15113,"\u002Falgorithms\u002Fdynamic-programming\u002Fcoin-change-and-unbounded":15117,"\u002Falgorithms\u002Fdynamic-programming\u002Finterval-dp":15121,"\u002Falgorithms\u002Fdynamic-programming\u002Ftree-dp":15125,"\u002Falgorithms\u002Fdynamic-programming\u002Fbitmask-dp":15129,"\u002Falgorithms\u002Fdynamic-programming\u002Fdp-optimizations":15133,"\u002Falgorithms\u002Fdynamic-programming\u002Fdp-on-graphs":15137,"\u002Falgorithms\u002Fdynamic-programming\u002Fdigit-and-probability-dp":15141,"\u002Falgorithms\u002Fbacktracking\u002Fbacktracking-fundamentals":15145,"\u002Falgorithms\u002Fbacktracking\u002Fconstraint-search":15150,"\u002Falgorithms\u002Fbacktracking\u002Fbranch-and-bound":15154,"\u002Falgorithms\u002Fbacktracking\u002Fgraph-backtracking":15158,"\u002Falgorithms\u002Fmathematical-algorithms\u002Fnumber-theory-basics":15162,"\u002Falgorithms\u002Fmathematical-algorithms\u002Fmodular-exponentiation-and-primality":15167,"\u002Falgorithms\u002Fmathematical-algorithms\u002Fsieve-and-factorization":15171,"\u002Falgorithms\u002Fmathematical-algorithms\u002Fcombinatorics":15175,"\u002Falgorithms\u002Fmathematical-algorithms\u002Fmatrix-exponentiation":15179,"\u002Falgorithms\u002Fmathematical-algorithms\u002Ffast-fourier-transform":15183,"\u002Falgorithms\u002Fmathematical-algorithms\u002Fgradient-descent":15187,"\u002Falgorithms\u002Fcomputational-geometry\u002Fgeometric-primitives":15191,"\u002Falgorithms\u002Fcomputational-geometry\u002Fconvex-hull":15196,"\u002Falgorithms\u002Fcomputational-geometry\u002Fsweep-line":15200,"\u002Falgorithms\u002Fcomputational-geometry\u002Fpolygons-and-proximity":15204,"\u002Falgorithms\u002Fintractability\u002Fp-np-reductions":15208,"\u002Falgorithms\u002Fintractability\u002Fnp-completeness":15213,"\u002Falgorithms\u002Fintractability\u002Fcoping-with-hardness":15217,"\u002Falgorithms\u002Fintractability\u002Fapproximation-algorithms":15221,"\u002Falgorithms":15225,"\u002Fcalculus\u002Flimits-and-continuity\u002Ffunctions-and-models":15228,"\u002Fcalculus\u002Flimits-and-continuity\u002Fthe-limit-of-a-function":15233,"\u002Fcalculus\u002Flimits-and-continuity\u002Flimit-laws-and-the-precise-definition":15237,"\u002Fcalculus\u002Flimits-and-continuity\u002Fcontinuity":15241,"\u002Fcalculus\u002Fderivatives\u002Fthe-derivative-and-rates-of-change":15245,"\u002Fcalculus\u002Fderivatives\u002Fdifferentiation-rules-and-the-chain-rule":15250,"\u002Fcalculus\u002Fderivatives\u002Fimplicit-differentiation-and-related-rates":15254,"\u002Fcalculus\u002Fderivatives\u002Flinear-approximations-and-differentials":15258,"\u002Fcalculus\u002Fapplications-of-derivatives\u002Fextrema-and-the-mean-value-theorem":15262,"\u002Fcalculus\u002Fapplications-of-derivatives\u002Fhow-derivatives-shape-a-graph":15267,"\u002Fcalculus\u002Fapplications-of-derivatives\u002Fcurve-sketching-and-optimization":15271,"\u002Fcalculus\u002Fapplications-of-derivatives\u002Fnewtons-method-and-antiderivatives":15275,"\u002Fcalculus\u002Fintegrals\u002Farea-and-the-definite-integral":15279,"\u002Fcalculus\u002Fintegrals\u002Fthe-fundamental-theorem-of-calculus":15284,"\u002Fcalculus\u002Fintegrals\u002Fthe-substitution-rule":15288,"\u002Fcalculus\u002Fapplications-of-integration\u002Fareas-and-volumes":15292,"\u002Fcalculus\u002Fapplications-of-integration\u002Fwork-average-value-and-arc-length":15297,"\u002Fcalculus\u002Fapplications-of-integration\u002Fphysics-economics-and-probability":15301,"\u002Fcalculus\u002Fexponential-logarithmic-and-inverse-functions\u002Finverse-functions-logarithms-and-exponentials":15305,"\u002Fcalculus\u002Fexponential-logarithmic-and-inverse-functions\u002Fgrowth-decay-inverse-trig-and-hyperbolic-functions":15310,"\u002Fcalculus\u002Fexponential-logarithmic-and-inverse-functions\u002Flhospitals-rule":15314,"\u002Fcalculus\u002Ftechniques-of-integration\u002Fintegration-by-parts":15318,"\u002Fcalculus\u002Ftechniques-of-integration\u002Ftrigonometric-integrals-and-substitution":15323,"\u002Fcalculus\u002Ftechniques-of-integration\u002Fpartial-fractions-and-integration-strategy":15327,"\u002Fcalculus\u002Ftechniques-of-integration\u002Fapproximate-and-improper-integrals":15331,"\u002Fcalculus\u002Fparametric-and-polar\u002Fparametric-curves-and-their-calculus":15335,"\u002Fcalculus\u002Fparametric-and-polar\u002Fpolar-coordinates":15340,"\u002Fcalculus\u002Fparametric-and-polar\u002Fconic-sections":15344,"\u002Fcalculus\u002Fsequences-and-series\u002Fsequences":15348,"\u002Fcalculus\u002Fsequences-and-series\u002Fseries-and-the-integral-test":15353,"\u002Fcalculus\u002Fsequences-and-series\u002Fthe-convergence-tests":15357,"\u002Fcalculus\u002Fsequences-and-series\u002Fpower-series":15361,"\u002Fcalculus\u002Fsequences-and-series\u002Ftaylor-and-maclaurin-series":15365,"\u002Fcalculus\u002Fvectors-and-space-curves\u002Fvectors-and-the-dot-product":15369,"\u002Fcalculus\u002Fvectors-and-space-curves\u002Fthe-cross-product-lines-and-planes":15374,"\u002Fcalculus\u002Fvectors-and-space-curves\u002Fcylinders-and-quadric-surfaces":15378,"\u002Fcalculus\u002Fvectors-and-space-curves\u002Fvector-functions-and-space-curves":15382,"\u002Fcalculus\u002Fvectors-and-space-curves\u002Farc-length-curvature-and-motion":15386,"\u002Fcalculus\u002Fpartial-derivatives\u002Ffunctions-of-several-variables":15390,"\u002Fcalculus\u002Fpartial-derivatives\u002Fpartial-derivatives":15395,"\u002Fcalculus\u002Fpartial-derivatives\u002Ftangent-planes-and-the-chain-rule":15398,"\u002Fcalculus\u002Fpartial-derivatives\u002Fdirectional-derivatives-and-the-gradient":15402,"\u002Fcalculus\u002Fpartial-derivatives\u002Foptimization-and-lagrange-multipliers":15406,"\u002Fcalculus\u002Fmultiple-integrals-and-vector-calculus\u002Fdouble-integrals":15410,"\u002Fcalculus\u002Fmultiple-integrals-and-vector-calculus\u002Ftriple-integrals-and-coordinate-systems":15415,"\u002Fcalculus\u002Fmultiple-integrals-and-vector-calculus\u002Fvector-fields-and-line-integrals":15419,"\u002Fcalculus\u002Fmultiple-integrals-and-vector-calculus\u002Fgreens-theorem-curl-and-divergence":15423,"\u002Fcalculus\u002Fmultiple-integrals-and-vector-calculus\u002Fsurface-integrals":15427,"\u002Fcalculus\u002Fmultiple-integrals-and-vector-calculus\u002Fstokes-and-the-divergence-theorem":15431,"\u002Fcalculus":15435,"\u002Fmechanics\u002Ffoundations\u002Fmeasurement-and-dimensions":15438,"\u002Fmechanics\u002Ffoundations\u002Fvector-algebra":15442,"\u002Fmechanics\u002Fkinematics\u002Fone-dimensional-motion":15446,"\u002Fmechanics\u002Fkinematics\u002Fmotion-graphs":15451,"\u002Fmechanics\u002Fkinematics\u002Fprojectile-motion":15455,"\u002Fmechanics\u002Fkinematics\u002Frelative-motion":15459,"\u002Fmechanics\u002Fkinematics\u002Fcircular-motion":15463,"\u002Fmechanics\u002Fdynamics\u002Fnewtons-laws":15467,"\u002Fmechanics\u002Fdynamics\u002Ffree-body-diagrams":15472,"\u002Fmechanics\u002Fdynamics\u002Ffriction-and-curved-motion":15476,"\u002Fmechanics\u002Fdynamics\u002Fnumerical-dynamics":15480,"\u002Fmechanics\u002Fdynamics\u002Fcenter-of-mass-systems":15484,"\u002Fmechanics\u002Fenergy\u002Fwork-and-kinetic-energy":15488,"\u002Fmechanics\u002Fenergy\u002Fpotential-energy":15493,"\u002Fmechanics\u002Fenergy\u002Fmultiparticle-work":15497,"\u002Fmechanics\u002Fenergy\u002Fmass-energy-and-binding":15501,"\u002Fmechanics\u002Fenergy\u002Fphotons-and-quantization":15505,"\u002Fmechanics\u002Fmomentum\u002Fmomentum-and-collisions":15509,"\u002Fmechanics\u002Fmomentum\u002Fcenter-of-mass-collisions":15514,"\u002Fmechanics\u002Fmomentum\u002Frocket-propulsion":15518,"\u002Fmechanics\u002Frotation\u002Frotational-inertia":15522,"\u002Fmechanics\u002Frotation\u002Frotational-dynamics":15527,"\u002Fmechanics\u002Frotation\u002Frolling-motion":15531,"\u002Fmechanics\u002Frotation\u002Fangular-momentum":15535,"\u002Fmechanics\u002Frotation\u002Frolling-resistance":15539,"\u002Fmechanics\u002Frotation\u002Fgyroscopic-precession":15543,"\u002Fmechanics\u002Fgravity-and-matter\u002Fkeplerian-orbits":15547,"\u002Fmechanics\u002Fgravity-and-matter\u002Fgravitational-fields":15552,"\u002Fmechanics\u002Fgravity-and-matter\u002Fstatic-equilibrium":15556,"\u002Fmechanics\u002Fgravity-and-matter\u002Ffluid-statics":15560,"\u002Fmechanics\u002Fgravity-and-matter\u002Ffluid-flow":15564,"\u002Fmechanics\u002Fgravity-and-matter\u002Forbital-motion":15568,"\u002Fmechanics\u002Fgravity-and-matter\u002Fstress-and-elasticity":15572,"\u002Fmechanics\u002Foscillations-waves\u002Fdamped-oscillators":15576,"\u002Fmechanics\u002Foscillations-waves\u002Ftravelling-waves":15581,"\u002Fmechanics\u002Foscillations-waves\u002Fwave-superposition":15585,"\u002Fmechanics\u002Foscillations-waves\u002Fstanding-waves":15589,"\u002Fmechanics\u002Foscillations-waves\u002Fsound-waves":15593,"\u002Fmechanics\u002Foscillations-waves\u002Fdoppler-effect":15597,"\u002Fmechanics\u002Foscillations-waves\u002Fwave-packets":15601,"\u002Fmechanics\u002Foscillations-waves\u002Fbeats-and-coupling":15605,"\u002Fmechanics\u002Foscillations-waves\u002Fsimple-harmonic-motion":15609,"\u002Fmechanics\u002Foscillations-waves\u002Fpendulum-motion":15613,"\u002Fmechanics\u002Foscillations-waves\u002Fdriven-oscillators":15617,"\u002Fmechanics\u002Foscillations-waves\u002Fwave-boundaries":15621,"\u002Fmechanics\u002Fthermodynamics\u002Fkinetic-theory-of-ideal-gases":15625,"\u002Fmechanics\u002Fthermodynamics\u002Ffirst-law-of-thermodynamics":15630,"\u002Fmechanics\u002Fthermodynamics\u002Fentropy-and-the-second-law":15634,"\u002Fmechanics\u002Fthermodynamics\u002Fthermal-processes":15638,"\u002Fmechanics\u002Fthermodynamics\u002Fphase-changes":15642,"\u002Fmechanics\u002Fthermodynamics\u002Fthermal-machines":15646,"\u002Fmechanics":15650,"\u002Felectricity-and-magnetism\u002Felectric-fields\u002Fcharge-and-conductors":15653,"\u002Felectricity-and-magnetism\u002Felectric-fields\u002Fcoulombs-law":15658,"\u002Felectricity-and-magnetism\u002Felectric-fields\u002Felectric-field-and-force":15662,"\u002Felectricity-and-magnetism\u002Felectric-fields\u002Felectric-field-maps":15666,"\u002Felectricity-and-magnetism\u002Felectric-fields\u002Felectric-dipoles":15670,"\u002Felectricity-and-magnetism\u002Fcontinuous-charge-distributions\u002Fcontinuous-charge-fields":15674,"\u002Felectricity-and-magnetism\u002Fcontinuous-charge-distributions\u002Fgauss-law-and-conductors":15679,"\u002Felectricity-and-magnetism\u002Felectric-potential\u002Fpoint-charge-potential":15683,"\u002Felectricity-and-magnetism\u002Felectric-potential\u002Fpotential-gradients-and-equipotentials":15688,"\u002Felectricity-and-magnetism\u002Felectric-potential\u002Felectrostatic-energy-and-pressure":15692,"\u002Felectricity-and-magnetism\u002Felectric-potential\u002Flaplace-boundary-problems":15696,"\u002Felectricity-and-magnetism\u002Felectric-potential\u002Fcontinuous-charge-potentials":15700,"\u002Felectricity-and-magnetism\u002Fcapacitance\u002Fcapacitance-fundamentals":15704,"\u002Felectricity-and-magnetism\u002Fcapacitance\u002Fcapacitor-networks":15709,"\u002Felectricity-and-magnetism\u002Fcapacitance\u002Fcapacitor-energy-and-force":15713,"\u002Felectricity-and-magnetism\u002Fcapacitance\u002Fdielectric-polarization-and-breakdown":15717,"\u002Felectricity-and-magnetism\u002Fdirect-current-circuits\u002Fcurrent-and-resistance":15721,"\u002Felectricity-and-magnetism\u002Fdirect-current-circuits\u002Fkirchhoff-network-analysis":15726,"\u002Felectricity-and-magnetism\u002Fdirect-current-circuits\u002Frc-transients":15730,"\u002Felectricity-and-magnetism\u002Fmagnetic-field\u002Fmagnetic-trajectories":15734,"\u002Felectricity-and-magnetism\u002Fmagnetic-field\u002Fhall-effect":15739,"\u002Felectricity-and-magnetism\u002Fmagnetic-field\u002Fmagnetic-force-on-conductors":15743,"\u002Felectricity-and-magnetism\u002Fmagnetic-field\u002Fmagnetic-dipoles":15747,"\u002Felectricity-and-magnetism\u002Fmagnetic-field\u002Fmass-spectrometry":15751,"\u002Felectricity-and-magnetism\u002Fmagnetic-sources\u002Fmoving-charge-fields":15755,"\u002Felectricity-and-magnetism\u002Fmagnetic-sources\u002Fbiot-savart-law":15760,"\u002Felectricity-and-magnetism\u002Fmagnetic-sources\u002Fcircular-current-loops":15764,"\u002Felectricity-and-magnetism\u002Fmagnetic-sources\u002Famperes-law":15768,"\u002Felectricity-and-magnetism\u002Fmagnetic-sources\u002Fgauss-law-for-magnetism":15772,"\u002Felectricity-and-magnetism\u002Fmagnetic-sources\u002Fmagnetic-materials":15776,"\u002Felectricity-and-magnetism\u002Felectromagnetic-induction\u002Fmagnetic-flux":15780,"\u002Felectricity-and-magnetism\u002Felectromagnetic-induction\u002Ffaradays-law":15785,"\u002Felectricity-and-magnetism\u002Felectromagnetic-induction\u002Flenzs-law":15789,"\u002Felectricity-and-magnetism\u002Felectromagnetic-induction\u002Fmotional-emf":15793,"\u002Felectricity-and-magnetism\u002Felectromagnetic-induction\u002Feddy-currents":15797,"\u002Felectricity-and-magnetism\u002Felectromagnetic-induction\u002Fself-inductance":15801,"\u002Felectricity-and-magnetism\u002Felectromagnetic-induction\u002Fmagnetic-energy":15805,"\u002Felectricity-and-magnetism\u002Felectromagnetic-induction\u002Frl-circuits":15809,"\u002Felectricity-and-magnetism\u002Falternating-current\u002Fac-fundamentals":15813,"\u002Felectricity-and-magnetism\u002Falternating-current\u002Freactance":15818,"\u002Felectricity-and-magnetism\u002Falternating-current\u002Frlc-resonance":15822,"\u002Felectricity-and-magnetism\u002Falternating-current\u002Fac-power":15826,"\u002Felectricity-and-magnetism\u002Falternating-current\u002Ftransformers":15830,"\u002Felectricity-and-magnetism\u002Fmaxwell-electromagnetic-waves\u002Fdisplacement-current":15834,"\u002Felectricity-and-magnetism\u002Fmaxwell-electromagnetic-waves\u002Felectromagnetic-waves":15839,"\u002Felectricity-and-magnetism\u002Fmaxwell-electromagnetic-waves\u002Felectromagnetic-momentum":15843,"\u002Felectricity-and-magnetism\u002Fmaxwell-electromagnetic-waves\u002Fdipole-radiation":15847,"\u002Felectricity-and-magnetism\u002Fmaxwell-electromagnetic-waves\u002Fpolarization":15851,"\u002Felectricity-and-magnetism\u002Foptics\u002Freflection-and-refraction":15855,"\u002Felectricity-and-magnetism\u002Foptics\u002Fthin-lenses":15860,"\u002Felectricity-and-magnetism\u002Foptics\u002Fspherical-mirrors":15864,"\u002Felectricity-and-magnetism":15868,"\u002Flinear-algebra\u002Flinear-systems\u002Fsystems-and-echelon-forms":15871,"\u002Flinear-algebra\u002Flinear-systems\u002Fvector-and-matrix-equations":15872,"\u002Flinear-algebra\u002Flinear-systems\u002Fsolution-sets-and-applications":15873,"\u002Flinear-algebra\u002Flinear-systems\u002Flinear-independence":15874,"\u002Flinear-algebra\u002Flinear-systems\u002Flinear-transformations":15875,"\u002Flinear-algebra\u002Fmatrix-algebra\u002Fmatrix-operations":15876,"\u002Flinear-algebra\u002Fmatrix-algebra\u002Fmatrix-inverse-and-invertibility":15877,"\u002Flinear-algebra\u002Fmatrix-algebra\u002Fpartitioned-matrices-and-lu":15878,"\u002Flinear-algebra\u002Fmatrix-algebra\u002Fsubspaces-dimension-rank":15879,"\u002Flinear-algebra\u002Fmatrix-algebra\u002Fapplications-leontief-and-graphics":15880,"\u002Flinear-algebra\u002Fdeterminants\u002Fdeterminants-and-cofactors":15881,"\u002Flinear-algebra\u002Fdeterminants\u002Fproperties-of-determinants":15882,"\u002Flinear-algebra\u002Fdeterminants\u002Fcramer-volume-and-area":15883,"\u002Flinear-algebra\u002Fvector-spaces\u002Fvector-spaces-and-subspaces":15884,"\u002Flinear-algebra\u002Fvector-spaces\u002Fnull-and-column-spaces":15885,"\u002Flinear-algebra\u002Fvector-spaces\u002Fbases-and-independent-sets":15886,"\u002Flinear-algebra\u002Fvector-spaces\u002Fcoordinate-systems":15887,"\u002Flinear-algebra\u002Fvector-spaces\u002Fdimension-and-rank":15888,"\u002Flinear-algebra\u002Fvector-spaces\u002Fchange-of-basis":15889,"\u002Flinear-algebra\u002Fvector-spaces\u002Fdifference-equations-and-markov":15890,"\u002Flinear-algebra\u002Feigenvalues\u002Feigenvectors-and-eigenvalues":15891,"\u002Flinear-algebra\u002Feigenvalues\u002Fthe-characteristic-equation":15892,"\u002Flinear-algebra\u002Feigenvalues\u002Fdiagonalization":15893,"\u002Flinear-algebra\u002Feigenvalues\u002Feigenvectors-and-linear-transformations":15894,"\u002Flinear-algebra\u002Feigenvalues\u002Fcomplex-eigenvalues":15895,"\u002Flinear-algebra\u002Feigenvalues\u002Fdynamical-systems":15896,"\u002Flinear-algebra\u002Feigenvalues\u002Fpower-method":15897,"\u002Flinear-algebra\u002Forthogonality-least-squares\u002Finner-product-length-orthogonality":15898,"\u002Flinear-algebra\u002Forthogonality-least-squares\u002Forthogonal-sets-and-projections":15899,"\u002Flinear-algebra\u002Forthogonality-least-squares\u002Fgram-schmidt-and-qr":15900,"\u002Flinear-algebra\u002Forthogonality-least-squares\u002Fleast-squares-problems":15901,"\u002Flinear-algebra\u002Forthogonality-least-squares\u002Fleast-squares-applications":15902,"\u002Flinear-algebra\u002Forthogonality-least-squares\u002Finner-product-spaces":15903,"\u002Flinear-algebra\u002Fsymmetric-quadratic-svd\u002Fdiagonalizing-symmetric-matrices":15904,"\u002Flinear-algebra\u002Fsymmetric-quadratic-svd\u002Fquadratic-forms":15905,"\u002Flinear-algebra\u002Fsymmetric-quadratic-svd\u002Fconstrained-optimization":15906,"\u002Flinear-algebra\u002Fsymmetric-quadratic-svd\u002Fsingular-value-decomposition":15907,"\u002Flinear-algebra\u002Fsymmetric-quadratic-svd\u002Fsvd-applications-pca-imaging":15908,"\u002Flinear-algebra\u002Fnumerical-linear-algebra\u002Fnumerical-thinking-and-matrix-computation":15909,"\u002Flinear-algebra\u002Fnumerical-linear-algebra\u002Flu-and-cholesky":15910,"\u002Flinear-algebra\u002Fnumerical-linear-algebra\u002Fconditioning-and-floating-point":15911,"\u002Flinear-algebra\u002Fnumerical-linear-algebra\u002Fstability-and-error-analysis":15912,"\u002Flinear-algebra\u002Fnumerical-linear-algebra\u002Fqr-and-numerical-least-squares":15913,"\u002Flinear-algebra\u002Fnumerical-linear-algebra\u002Fnumerical-eigenvalues-and-svd":15914,"\u002Flinear-algebra\u002Fgeometry-of-vector-spaces\u002Faffine-combinations":15915,"\u002Flinear-algebra\u002Fgeometry-of-vector-spaces\u002Faffine-independence-and-barycentric-coordinates":15916,"\u002Flinear-algebra\u002Fgeometry-of-vector-spaces\u002Fconvex-combinations-and-convex-sets":15917,"\u002Flinear-algebra\u002Fgeometry-of-vector-spaces\u002Fhyperplanes-and-polytopes":15918,"\u002Flinear-algebra\u002Fgeometry-of-vector-spaces\u002Fcurves-and-surfaces":15919,"\u002Flinear-algebra":15920,"\u002Ftheory-of-computation":15923,"\u002Fcomputer-architecture\u002Ffoundations\u002Fbits-bytes-and-words":15926,"\u002Fcomputer-architecture\u002Ffoundations\u002Finteger-representation":15930,"\u002Fcomputer-architecture\u002Ffoundations\u002Finteger-arithmetic":15934,"\u002Fcomputer-architecture\u002Ffoundations\u002Ffloating-point":15938,"\u002Fcomputer-architecture\u002Ffoundations\u002Fboolean-algebra-and-bit-manipulation":15942,"\u002Fcomputer-architecture\u002Fmachine-level-x86-64\u002Fthe-machines-view":15946,"\u002Fcomputer-architecture\u002Fmachine-level-x86-64\u002Fdata-movement":15951,"\u002Fcomputer-architecture\u002Fmachine-level-x86-64\u002Farithmetic-and-logic":15955,"\u002Fcomputer-architecture\u002Fmachine-level-x86-64\u002Fcontrol-flow":15959,"\u002Fcomputer-architecture\u002Fmachine-level-x86-64\u002Fprocedures":15963,"\u002Fcomputer-architecture\u002Fmachine-level-x86-64\u002Farrays-structs-and-alignment":15967,"\u002Fcomputer-architecture\u002Fmachine-level-x86-64\u002Fmemory-layout-and-buffer-overflows":15971,"\u002Fcomputer-architecture\u002Finstruction-set-architecture\u002Fwhat-an-isa-is":15975,"\u002Fcomputer-architecture\u002Finstruction-set-architecture\u002Finstruction-formats-and-operands":15980,"\u002Fcomputer-architecture\u002Finstruction-set-architecture\u002Faddressing-modes":15984,"\u002Fcomputer-architecture\u002Finstruction-set-architecture\u002Fthe-y86-64-instruction-set":15988,"\u002Fcomputer-architecture\u002Finstruction-set-architecture\u002Fy86-64-programming":15992,"\u002Fcomputer-architecture\u002Fdigital-logic\u002Ftransistors-gates-and-boolean-functions":15996,"\u002Fcomputer-architecture\u002Fdigital-logic\u002Fcombinational-logic-and-hcl":16001,"\u002Fcomputer-architecture\u002Fdigital-logic\u002Fmultiplexers-decoders-and-the-alu":16005,"\u002Fcomputer-architecture\u002Fdigital-logic\u002Fmemory-elements-latches-flip-flops-and-clocking":16009,"\u002Fcomputer-architecture\u002Fdigital-logic\u002Fregister-files-and-random-access-memory":16013,"\u002Fcomputer-architecture\u002Fprocessor-design\u002Fthe-fetch-decode-execute-cycle":16017,"\u002Fcomputer-architecture\u002Fprocessor-design\u002Fthe-seq-stages":16022,"\u002Fcomputer-architecture\u002Fprocessor-design\u002Fcontrol-logic-and-sequencing":16026,"\u002Fcomputer-architecture\u002Fprocessor-design\u002Fassembling-seq":16030,"\u002Fcomputer-architecture\u002Fprocessor-design\u002Ftracing-a-program":16034,"\u002Fcomputer-architecture\u002Fpipelining\u002Fpipelining-principles":16038,"\u002Fcomputer-architecture\u002Fpipelining\u002Ffrom-seq-to-pipe":16043,"\u002Fcomputer-architecture\u002Fpipelining\u002Fdata-hazards-stalling-and-forwarding":16047,"\u002Fcomputer-architecture\u002Fpipelining\u002Fcontrol-hazards-and-branch-prediction":16051,"\u002Fcomputer-architecture\u002Fpipelining\u002Fthe-complete-pipe-processor":16055,"\u002Fcomputer-architecture\u002Fmemory-hierarchy\u002Fstorage-technologies-and-the-latency-gap":16059,"\u002Fcomputer-architecture\u002Fmemory-hierarchy\u002Flocality":16064,"\u002Fcomputer-architecture\u002Fmemory-hierarchy\u002Fcache-memories-direct-mapped":16068,"\u002Fcomputer-architecture\u002Fmemory-hierarchy\u002Fset-associative-and-write-policies":16072,"\u002Fcomputer-architecture\u002Fmemory-hierarchy\u002Fcache-performance-and-cache-friendly-code":16076,"\u002Fcomputer-architecture\u002Fvirtual-memory\u002Faddress-spaces-and-translation":16080,"\u002Fcomputer-architecture\u002Fvirtual-memory\u002Fpage-tables-and-page-faults":16085,"\u002Fcomputer-architecture\u002Fvirtual-memory\u002Fthe-tlb-and-multi-level-page-tables":16089,"\u002Fcomputer-architecture\u002Fexceptions-and-io\u002Fexceptional-control-flow":16093,"\u002Fcomputer-architecture\u002Fexceptions-and-io\u002Finterrupts-and-the-kernel":16098,"\u002Fcomputer-architecture\u002Fmultithreading-and-multicore\u002Fprocesses-threads-and-parallelism":16102,"\u002Fcomputer-architecture\u002Fmultithreading-and-multicore\u002Fhardware-multithreading":16107,"\u002Fcomputer-architecture\u002Fmultithreading-and-multicore\u002Fcache-coherence":16111,"\u002Fcomputer-architecture\u002Fmultithreading-and-multicore\u002Fmemory-consistency-and-synchronization":16115,"\u002Fcomputer-architecture\u002Fmultithreading-and-multicore\u002Fmulticore-organization":16119,"\u002Fcomputer-architecture\u002Fcapstone\u002Fthe-whole-machine":16123,"\u002Fcomputer-architecture\u002Fcapstone\u002Fassembling-a-complete-cpu":16128,"\u002Fcomputer-architecture":16132,"\u002Fdifferential-equations\u002Ffoundations\u002Fmodels-and-direction-fields":16135,"\u002Fdifferential-equations\u002Ffoundations\u002Fclassification-and-terminology":16139,"\u002Fdifferential-equations\u002Ffirst-order\u002Flinear-first-order-integrating-factors":16143,"\u002Fdifferential-equations\u002Ffirst-order\u002Fseparable-and-exact":16148,"\u002Fdifferential-equations\u002Ffirst-order\u002Fmodeling-first-order":16152,"\u002Fdifferential-equations\u002Ffirst-order\u002Fautonomous-and-population-dynamics":16156,"\u002Fdifferential-equations\u002Ffirst-order\u002Fexistence-uniqueness-euler":16160,"\u002Fdifferential-equations\u002Ffirst-order\u002Ffirst-order-difference-equations":16164,"\u002Fdifferential-equations\u002Fsecond-order-linear\u002Fhomogeneous-constant-coefficients":16168,"\u002Fdifferential-equations\u002Fsecond-order-linear\u002Fcomplex-and-repeated-roots":16173,"\u002Fdifferential-equations\u002Fsecond-order-linear\u002Fnonhomogeneous-undetermined-coefficients":16177,"\u002Fdifferential-equations\u002Fsecond-order-linear\u002Fvariation-of-parameters":16181,"\u002Fdifferential-equations\u002Fsecond-order-linear\u002Fmechanical-electrical-vibrations":16185,"\u002Fdifferential-equations\u002Fsecond-order-linear\u002Fhigher-order-linear":16189,"\u002Fdifferential-equations\u002Fseries-solutions\u002Fpower-series-ordinary-points":16193,"\u002Fdifferential-equations\u002Fseries-solutions\u002Fregular-singular-frobenius":16198,"\u002Fdifferential-equations\u002Fseries-solutions\u002Fbessel-and-special-functions":16202,"\u002Fdifferential-equations\u002Flaplace\u002Flaplace-definition-ivps":16206,"\u002Fdifferential-equations\u002Flaplace\u002Fstep-impulse-convolution":16211,"\u002Fdifferential-equations\u002Fsystems\u002Fmatrices-eigenvalues-review":16215,"\u002Fdifferential-equations\u002Fsystems\u002Fconstant-coefficient-systems-phase-portraits":16220,"\u002Fdifferential-equations\u002Fsystems\u002Frepeated-eigenvalues-fundamental-matrices":16224,"\u002Fdifferential-equations\u002Fnumerical\u002Feuler-and-runge-kutta":16228,"\u002Fdifferential-equations\u002Fnumerical\u002Fmultistep-systems-stability":16233,"\u002Fdifferential-equations\u002Fnonlinear\u002Fphase-plane-autonomous-stability":16237,"\u002Fdifferential-equations\u002Fnonlinear\u002Flocally-linear-and-liapunov":16242,"\u002Fdifferential-equations\u002Fnonlinear\u002Fcompeting-species-predator-prey-limit-cycles":16246,"\u002Fdifferential-equations\u002Fpdes-fourier-bvp\u002Ffourier-series":16250,"\u002Fdifferential-equations\u002Fpdes-fourier-bvp\u002Fheat-wave-laplace-equations":16255,"\u002Fdifferential-equations\u002Fpdes-fourier-bvp\u002Fsturm-liouville":16259,"\u002Fdifferential-equations\u002Fhistory-variations\u002Fcalculus-of-variations":16263,"\u002Fdifferential-equations\u002Fhistory-variations\u002Fhistorical-notes":16268,"\u002Fdifferential-equations":16272,"\u002Frelativity\u002Ffoundations\u002Fspecial-relativity-postulates":16275,"\u002Frelativity\u002Ffoundations\u002Florentz-transformation-spacetime":16280,"\u002Frelativity\u002Ffoundations\u002Ftime-dilation-length-contraction":16284,"\u002Frelativity\u002Ffoundations\u002Frelativistic-momentum-energy":16288,"\u002Frelativity\u002Ffoundations\u002Fgeneral-relativity":16292,"\u002Frelativity\u002Fspacetime-and-the-lorentz-group\u002Fminkowski-spacetime-and-the-interval":16296,"\u002Frelativity\u002Fspacetime-and-the-lorentz-group\u002Ffour-vectors-and-index-notation":16301,"\u002Frelativity\u002Fspacetime-and-the-lorentz-group\u002Fthe-lorentz-group-and-rapidity":16305,"\u002Frelativity\u002Fspacetime-and-the-lorentz-group\u002Fdoppler-aberration-and-appearance":16309,"\u002Frelativity\u002Frelativistic-dynamics\u002Ffour-momentum-force-and-accelerated-motion":16313,"\u002Frelativity\u002Frelativistic-dynamics\u002Fparticle-decays-and-two-body-kinematics":16318,"\u002Frelativity\u002Frelativistic-dynamics\u002Fcollisions-thresholds-and-the-cm-frame":16322,"\u002Frelativity\u002Frelativistic-dynamics\u002Fmandelstam-variables-and-invariants":16326,"\u002Frelativity\u002Fcovariant-electrodynamics\u002Ffour-current-and-the-four-potential":16330,"\u002Frelativity\u002Fcovariant-electrodynamics\u002Fthe-electromagnetic-field-tensor":16335,"\u002Frelativity\u002Fcovariant-electrodynamics\u002Ftransformation-of-electric-and-magnetic-fields":16339,"\u002Frelativity\u002Fcovariant-electrodynamics\u002Fcovariant-maxwell-and-the-stress-energy-tensor":16343,"\u002Frelativity\u002Fcurved-spacetime\u002Fthe-equivalence-principle-formalized":16347,"\u002Frelativity\u002Fcurved-spacetime\u002Fmanifolds-vectors-and-the-metric":16352,"\u002Frelativity\u002Fcurved-spacetime\u002Fcovariant-derivative-and-christoffel-symbols":16356,"\u002Frelativity\u002Fcurved-spacetime\u002Fgeodesics-and-the-geodesic-equation":16360,"\u002Frelativity\u002Fcurved-spacetime\u002Fcurvature-riemann-and-geodesic-deviation":16364,"\u002Frelativity\u002Fcurved-spacetime\u002Fthe-einstein-field-equations":16368,"\u002Frelativity\u002Fthe-schwarzschild-solution\u002Fthe-schwarzschild-metric":16372,"\u002Frelativity\u002Fthe-schwarzschild-solution\u002Fgeodesics-and-orbits-in-schwarzschild":16377,"\u002Frelativity\u002Fthe-schwarzschild-solution\u002Flight-bending-and-null-geodesics":16381,"\u002Frelativity\u002Ftests-of-general-relativity\u002Fperihelion-precession-of-mercury":16385,"\u002Frelativity\u002Ftests-of-general-relativity\u002Fdeflection-of-light-and-gravitational-lensing":16390,"\u002Frelativity\u002Ftests-of-general-relativity\u002Fgravitational-redshift-and-shapiro-delay":16394,"\u002Frelativity\u002Ftests-of-general-relativity\u002Frelativity-in-technology-gps":16398,"\u002Frelativity\u002Fblack-holes\u002Fhorizons-and-coordinate-singularities":16402,"\u002Frelativity\u002Fblack-holes\u002Frotating-and-charged-black-holes":16407,"\u002Frelativity\u002Fblack-holes\u002Fblack-hole-thermodynamics":16411,"\u002Frelativity\u002Fgravitational-waves\u002Flinearized-gravity-and-wave-solutions":16415,"\u002Frelativity\u002Fgravitational-waves\u002Fgeneration-and-the-quadrupole-formula":16420,"\u002Frelativity\u002Fgravitational-waves\u002Fdetection-ligo-and-the-first-events":16424,"\u002Frelativity\u002Fcosmological-bridge\u002Fthe-cosmological-principle-and-flrw-metric":16428,"\u002Frelativity\u002Fcosmological-bridge\u002Ffriedmann-equations-and-cosmic-dynamics":16433,"\u002Frelativity":16437,"\u002Fphysical-computing":16440,"\u002Fquantum-mechanics\u002Fold-quantum-theory\u002Fblackbody-radiation-and-the-planck-quantum":16443,"\u002Fquantum-mechanics\u002Fold-quantum-theory\u002Fthe-photoelectric-effect-and-the-photon":16448,"\u002Fquantum-mechanics\u002Fold-quantum-theory\u002Fx-rays-and-the-compton-effect":16452,"\u002Fquantum-mechanics\u002Fold-quantum-theory\u002Fthe-old-quantum-theory-bohr-and-sommerfeld":16456,"\u002Fquantum-mechanics\u002Fmatter-waves\u002Fde-broglie-waves-and-electron-diffraction":16460,"\u002Fquantum-mechanics\u002Fmatter-waves\u002Fwave-packets-and-the-probability-interpretation":16465,"\u002Fquantum-mechanics\u002Fmatter-waves\u002Fthe-uncertainty-principle":16469,"\u002Fquantum-mechanics\u002Fwave-mechanics-1d\u002Fthe-schrodinger-equation-in-one-dimension":16473,"\u002Fquantum-mechanics\u002Fwave-mechanics-1d\u002Fthe-free-particle-and-wave-packet-dynamics":16478,"\u002Fquantum-mechanics\u002Fwave-mechanics-1d\u002Fparticle-in-infinite-and-finite-square-wells":16482,"\u002Fquantum-mechanics\u002Fwave-mechanics-1d\u002Foperators-expectation-values-and-the-harmonic-oscillator":16486,"\u002Fquantum-mechanics\u002Fwave-mechanics-1d\u002Fthe-dirac-delta-potential":16490,"\u002Fquantum-mechanics\u002Fwave-mechanics-1d\u002Fbarrier-penetration-and-quantum-tunneling":16494,"\u002Fquantum-mechanics\u002Fformalism\u002Fhilbert-space-and-dirac-notation":16498,"\u002Fquantum-mechanics\u002Fformalism\u002Fobservables-hermitian-operators-and-eigenvalues":16503,"\u002Fquantum-mechanics\u002Fformalism\u002Fthe-postulates-and-quantum-measurement":16507,"\u002Fquantum-mechanics\u002Fformalism\u002Fposition-momentum-and-continuous-spectra":16511,"\u002Fquantum-mechanics\u002Fformalism\u002Fcommutators-and-the-generalized-uncertainty-principle":16515,"\u002Fquantum-mechanics\u002Fformalism\u002Ftime-evolution-schrodinger-and-heisenberg-pictures":16519,"\u002Fquantum-mechanics\u002Foscillator-and-symmetry\u002Fladder-operators-and-the-number-states":16523,"\u002Fquantum-mechanics\u002Foscillator-and-symmetry\u002Fcoherent-and-squeezed-states":16528,"\u002Fquantum-mechanics\u002Foscillator-and-symmetry\u002Fsymmetries-generators-and-conservation-laws":16532,"\u002Fquantum-mechanics\u002Foscillator-and-symmetry\u002Fparity-time-reversal-and-discrete-symmetries":16536,"\u002Fquantum-mechanics\u002Fangular-momentum\u002Forbital-angular-momentum-and-spherical-harmonics":16540,"\u002Fquantum-mechanics\u002Fangular-momentum\u002Fthe-angular-momentum-algebra":16544,"\u002Fquantum-mechanics\u002Fangular-momentum\u002Faddition-of-angular-momenta-and-clebsch-gordan":16548,"\u002Fquantum-mechanics\u002Fcentral-potentials\u002Fthe-schrodinger-equation-in-three-dimensions":16552,"\u002Fquantum-mechanics\u002Fcentral-potentials\u002Fthe-hydrogen-atom":16557,"\u002Fquantum-mechanics\u002Fcentral-potentials\u002Fthe-isotropic-oscillator-and-hidden-symmetry":16561,"\u002Fquantum-mechanics\u002Fspin\u002Fspin-half-pauli-matrices-and-stern-gerlach":16565,"\u002Fquantum-mechanics\u002Fspin\u002Fspin-in-a-magnetic-field-precession-and-resonance":16570,"\u002Fquantum-mechanics\u002Fspin\u002Ftwo-level-systems-and-the-bloch-sphere":16574,"\u002Fquantum-mechanics\u002Fidentical-particles\u002Fidentical-particles-and-exchange-symmetry":16578,"\u002Fquantum-mechanics\u002Fidentical-particles\u002Fthe-pauli-principle-atoms-and-the-periodic-table":16583,"\u002Fquantum-mechanics\u002Fapproximation-methods\u002Ftime-independent-perturbation-theory":16587,"\u002Fquantum-mechanics\u002Fapproximation-methods\u002Ffine-structure-and-the-real-hydrogen-atom":16592,"\u002Fquantum-mechanics\u002Fapproximation-methods\u002Fthe-zeeman-and-stark-effects":16596,"\u002Fquantum-mechanics\u002Fapproximation-methods\u002Fthe-variational-method":16600,"\u002Fquantum-mechanics\u002Fapproximation-methods\u002Fthe-wkb-approximation":16604,"\u002Fquantum-mechanics":16608,"\u002Freal-analysis\u002Ffoundations\u002Fsets-logic-functions":16611,"\u002Freal-analysis\u002Ffoundations\u002Fordered-fields-completeness":16616,"\u002Freal-analysis\u002Ffoundations\u002Fabsolute-value-bounds":16620,"\u002Freal-analysis\u002Ffoundations\u002Fintervals-uncountability":16624,"\u002Freal-analysis\u002Fsequences-series\u002Fsequences-limits":16628,"\u002Freal-analysis\u002Fsequences-series\u002Flimit-laws-monotone":16633,"\u002Freal-analysis\u002Fsequences-series\u002Flimsup-bolzano-weierstrass":16637,"\u002Freal-analysis\u002Fsequences-series\u002Fcauchy-completeness":16641,"\u002Freal-analysis\u002Fsequences-series\u002Fseries-convergence":16645,"\u002Freal-analysis\u002Fsequences-series\u002Fabsolute-conditional-rearrangement":16649,"\u002Freal-analysis\u002Fmetric-spaces\u002Fmetric-spaces-norms":16653,"\u002Freal-analysis\u002Fmetric-spaces\u002Fopen-closed-sets":16658,"\u002Freal-analysis\u002Fmetric-spaces\u002Fconvergence-completeness":16662,"\u002Freal-analysis\u002Fmetric-spaces\u002Fcompactness":16666,"\u002Freal-analysis\u002Fmetric-spaces\u002Fconnectedness":16670,"\u002Freal-analysis\u002Fcontinuity\u002Flimits-of-functions":16674,"\u002Freal-analysis\u002Fcontinuity\u002Fcontinuous-functions":16678,"\u002Freal-analysis\u002Fcontinuity\u002Fevt-ivt":16682,"\u002Freal-analysis\u002Fcontinuity\u002Funiform-continuity":16686,"\u002Freal-analysis\u002Fcontinuity\u002Fcontinuity-metric-spaces":16690,"\u002Freal-analysis\u002Fcontinuity\u002Flimits-infinity-monotone":16694,"\u002Freal-analysis\u002Fdifferentiation\u002Fthe-derivative":16698,"\u002Freal-analysis\u002Fdifferentiation\u002Fmean-value-theorem":16703,"\u002Freal-analysis\u002Fdifferentiation\u002Ftaylors-theorem":16707,"\u002Freal-analysis\u002Fdifferentiation\u002Finverse-function-1d":16711,"\u002Freal-analysis\u002Friemann-integration\u002Fdarboux-integral":16715,"\u002Freal-analysis\u002Friemann-integration\u002Fintegrability-classes":16720,"\u002Freal-analysis\u002Friemann-integration\u002Fproperties-of-the-integral":16724,"\u002Freal-analysis\u002Friemann-integration\u002Ffundamental-theorem":16728,"\u002Freal-analysis\u002Friemann-integration\u002Flog-exp-improper":16731,"\u002Freal-analysis\u002Ffunction-sequences\u002Fpointwise-uniform-convergence":16735,"\u002Freal-analysis\u002Ffunction-sequences\u002Finterchange-of-limits":16740,"\u002Freal-analysis\u002Ffunction-sequences\u002Fpower-series-weierstrass":16744,"\u002Freal-analysis\u002Ffunction-sequences\u002Fpicard-ode":16748,"\u002Freal-analysis\u002Fseveral-variables\u002Fdifferentiability-rn":16752,"\u002Freal-analysis\u002Fseveral-variables\u002Fgradient-chain-rule":16757,"\u002Freal-analysis\u002Fseveral-variables\u002Fhigher-derivatives-taylor-extrema":16761,"\u002Freal-analysis\u002Fseveral-variables\u002Finverse-implicit-theorems":16765,"\u002Freal-analysis\u002Fseveral-variables\u002Fmultiple-integrals":16769,"\u002Freal-analysis":16773,"\u002Fabstract-algebra\u002Ffoundations\u002Fsets-functions-relations":16776,"\u002Fabstract-algebra\u002Ffoundations\u002Fintegers-and-modular-arithmetic":16780,"\u002Fabstract-algebra\u002Fgroups-and-symmetry\u002Fgroup-axioms-and-first-examples":16784,"\u002Fabstract-algebra\u002Fgroups-and-symmetry\u002Fdihedral-and-symmetric-groups":16789,"\u002Fabstract-algebra\u002Fgroups-and-symmetry\u002Fmatrix-and-quaternion-groups":16793,"\u002Fabstract-algebra\u002Fgroups-and-symmetry\u002Fhomomorphisms-and-group-actions":16797,"\u002Fabstract-algebra\u002Fsubgroups-and-quotients\u002Fsubgroups-and-substructures":16801,"\u002Fabstract-algebra\u002Fsubgroups-and-quotients\u002Fcyclic-groups":16806,"\u002Fabstract-algebra\u002Fsubgroups-and-quotients\u002Fgeneration-and-subgroup-lattices":16810,"\u002Fabstract-algebra\u002Fsubgroups-and-quotients\u002Fcosets-lagrange-and-normal-subgroups":16814,"\u002Fabstract-algebra\u002Fsubgroups-and-quotients\u002Fisomorphism-theorems":16818,"\u002Fabstract-algebra\u002Fsubgroups-and-quotients\u002Fcomposition-series-and-the-alternating-group":16822,"\u002Fabstract-algebra\u002Fgroup-actions-and-sylow\u002Factions-and-cayleys-theorem":16826,"\u002Fabstract-algebra\u002Fgroup-actions-and-sylow\u002Fconjugation-and-the-class-equation":16831,"\u002Fabstract-algebra\u002Fgroup-actions-and-sylow\u002Fsylow-theorems":16835,"\u002Fabstract-algebra\u002Fgroup-actions-and-sylow\u002Fautomorphisms-and-simple-groups":16839,"\u002Fabstract-algebra\u002Fproducts-and-group-structure\u002Fdirect-products-and-finite-abelian-groups":16843,"\u002Fabstract-algebra\u002Fproducts-and-group-structure\u002Fsemidirect-products":16848,"\u002Fabstract-algebra\u002Fproducts-and-group-structure\u002Fnilpotent-and-solvable-groups":16852,"\u002Fabstract-algebra\u002Fproducts-and-group-structure\u002Fclassifying-small-groups":16856,"\u002Fabstract-algebra\u002Fring-theory\u002Frings-definitions-and-examples":16860,"\u002Fabstract-algebra\u002Fring-theory\u002Fideals-quotients-and-homomorphisms":16865,"\u002Fabstract-algebra\u002Fring-theory\u002Ffractions-and-the-chinese-remainder-theorem":16869,"\u002Fabstract-algebra\u002Ffactorization-and-polynomials\u002Feuclidean-domains-pids-ufds":16873,"\u002Fabstract-algebra\u002Ffactorization-and-polynomials\u002Fpolynomial-rings-over-fields":16878,"\u002Fabstract-algebra\u002Ffactorization-and-polynomials\u002Fgauss-lemma-and-unique-factorization":16882,"\u002Fabstract-algebra\u002Ffactorization-and-polynomials\u002Firreducibility-criteria-and-groebner":16886,"\u002Fabstract-algebra\u002Fmodule-theory\u002Fintroduction-to-modules":16890,"\u002Fabstract-algebra\u002Fmodule-theory\u002Ffree-modules-and-direct-sums":16895,"\u002Fabstract-algebra\u002Fmodule-theory\u002Ftensor-products-and-exact-sequences":16899,"\u002Fabstract-algebra\u002Fmodule-theory\u002Fvector-spaces-and-linear-maps":16903,"\u002Fabstract-algebra\u002Fmodules-over-pids\u002Fstructure-theorem-over-pids":16907,"\u002Fabstract-algebra\u002Fmodules-over-pids\u002Frational-canonical-form":16912,"\u002Fabstract-algebra\u002Fmodules-over-pids\u002Fjordan-canonical-form":16916,"\u002Fabstract-algebra\u002Ffield-theory\u002Ffield-extensions-and-algebraic-elements":16920,"\u002Fabstract-algebra\u002Ffield-theory\u002Fstraightedge-and-compass-constructions":16925,"\u002Fabstract-algebra\u002Ffield-theory\u002Fsplitting-fields-and-algebraic-closure":16929,"\u002Fabstract-algebra\u002Ffield-theory\u002Fseparable-and-cyclotomic-extensions":16933,"\u002Fabstract-algebra\u002Fgalois-theory\u002Fthe-galois-correspondence":16937,"\u002Fabstract-algebra\u002Fgalois-theory\u002Ffinite-fields":16942,"\u002Fabstract-algebra\u002Fgalois-theory\u002Fcyclotomic-and-abelian-extensions":16946,"\u002Fabstract-algebra\u002Fgalois-theory\u002Fgalois-groups-of-polynomials":16950,"\u002Fabstract-algebra\u002Fgalois-theory\u002Fsolvability-by-radicals-and-the-quintic":16954,"\u002Fabstract-algebra\u002Fcapstone\u002Fcommutative-algebra-and-algebraic-geometry":16958,"\u002Fabstract-algebra\u002Fcapstone\u002Frepresentation-and-character-theory":16963,"\u002Fabstract-algebra":16967,"\u002Fatomic-physics\u002Fearly-models-and-old-quantum-theory\u002Fatomic-spectra-rutherford":16970,"\u002Fatomic-physics\u002Fearly-models-and-old-quantum-theory\u002Fbohr-model-hydrogen":16975,"\u002Fatomic-physics\u002Fearly-models-and-old-quantum-theory\u002Fx-ray-spectra-franck-hertz":16979,"\u002Fatomic-physics\u002Fearly-models-and-old-quantum-theory\u002Fbohr-sommerfeld-old-quantum-theory":16983,"\u002Fatomic-physics\u002Fearly-models-and-old-quantum-theory\u002Fold-quantum-theory-limits-wkb":16987,"\u002Fatomic-physics\u002Fquantum-hydrogen-atom\u002Fschrodinger-3d-hydrogen":16991,"\u002Fatomic-physics\u002Fquantum-hydrogen-atom\u002Fhydrogen-wave-functions":16996,"\u002Fatomic-physics\u002Fquantum-hydrogen-atom\u002Fradial-equation-in-full":17000,"\u002Fatomic-physics\u002Fquantum-hydrogen-atom\u002Fsymmetry-degeneracy-runge-lenz":17004,"\u002Fatomic-physics\u002Fquantum-hydrogen-atom\u002Fexpectation-values-virial":17008,"\u002Fatomic-physics\u002Fquantum-hydrogen-atom\u002Fquantum-defects-alkali-spectra":17012,"\u002Fatomic-physics\u002Fquantum-hydrogen-atom\u002Frydberg-atoms":17016,"\u002Fatomic-physics\u002Ffine-structure-and-the-dirac-atom\u002Frelativistic-kinetic-correction":17020,"\u002Fatomic-physics\u002Ffine-structure-and-the-dirac-atom\u002Fspin-orbit-thomas-precession":17025,"\u002Fatomic-physics\u002Ffine-structure-and-the-dirac-atom\u002Fdarwin-term-fine-structure-formula":17029,"\u002Fatomic-physics\u002Ffine-structure-and-the-dirac-atom\u002Fdirac-equation-hydrogen":17033,"\u002Fatomic-physics\u002Fqed-corrections-and-hyperfine-structure\u002Flamb-shift-qed":17037,"\u002Fatomic-physics\u002Fqed-corrections-and-hyperfine-structure\u002Fhyperfine-structure-21cm":17042,"\u002Fatomic-physics\u002Fqed-corrections-and-hyperfine-structure\u002Fnuclear-effects-isotope-shift":17046,"\u002Fatomic-physics\u002Fmany-electron-atoms\u002Fperiodic-table-atomic-spectra":17050,"\u002Fatomic-physics\u002Fmany-electron-atoms\u002Fcentral-field-self-consistent":17055,"\u002Fatomic-physics\u002Fmany-electron-atoms\u002Fidentical-particles-hartree-fock":17059,"\u002Fatomic-physics\u002Fmany-electron-atoms\u002Fhelium-two-electron-atom":17063,"\u002Fatomic-physics\u002Fmany-electron-atoms\u002Fls-jj-coupling-term-symbols":17067,"\u002Fatomic-physics\u002Fmany-electron-atoms\u002Fhund-rules-ground-terms":17071,"\u002Fatomic-physics\u002Fatoms-in-external-fields\u002Fzeeman-effect":17075,"\u002Fatomic-physics\u002Fatoms-in-external-fields\u002Fpaschen-back-intermediate":17080,"\u002Fatomic-physics\u002Fatoms-in-external-fields\u002Fstark-effect-polarizability":17084,"\u002Fatomic-physics\u002Fradiative-transitions-and-line-shapes\u002Ftime-dependent-perturbation-golden-rule":17088,"\u002Fatomic-physics\u002Fradiative-transitions-and-line-shapes\u002Fdipole-approximation-einstein-coefficients":17093,"\u002Fatomic-physics\u002Fradiative-transitions-and-line-shapes\u002Fselection-rules-forbidden-transitions":17097,"\u002Fatomic-physics\u002Fradiative-transitions-and-line-shapes\u002Flifetimes-and-line-shapes":17101,"\u002Fatomic-physics\u002Flasers-and-spectroscopy\u002Flaser-principles":17105,"\u002Fatomic-physics\u002Flasers-and-spectroscopy\u002Fspectroscopy-techniques":17110,"\u002Fatomic-physics\u002Flasers-and-spectroscopy\u002Fline-catalog-nist-asd":17114,"\u002Fatomic-physics\u002Fmodern-atomic-physics\u002Flaser-cooling-doppler":17118,"\u002Fatomic-physics\u002Fmodern-atomic-physics\u002Fsub-doppler-trapping":17123,"\u002Fatomic-physics\u002Fmodern-atomic-physics\u002Fbose-einstein-condensation":17127,"\u002Fatomic-physics\u002Fmodern-atomic-physics\u002Foptical-clocks-precision":17131,"\u002Fatomic-physics":17135,"\u002Fdatabases":17138,"\u002Fcategory-theory\u002Ffoundations\u002Fwhat-is-a-category":17141,"\u002Fcategory-theory\u002Ffoundations\u002Fexamples-of-categories":17145,"\u002Fcategory-theory\u002Ffoundations\u002Fspecial-morphisms":17149,"\u002Fcategory-theory\u002Ffoundations\u002Ffunctors":17153,"\u002Fcategory-theory\u002Ffoundations\u002Fnatural-transformations":17157,"\u002Fcategory-theory\u002Ffoundations\u002Fsize-and-set-theory":17161,"\u002Fcategory-theory\u002Funiversal-properties\u002Funiversal-properties":17165,"\u002Fcategory-theory\u002Funiversal-properties\u002Fproducts-and-coproducts":17170,"\u002Fcategory-theory\u002Funiversal-properties\u002Fconstructions-on-categories":17174,"\u002Fcategory-theory\u002Frepresentables-yoneda\u002Frepresentable-functors":17178,"\u002Fcategory-theory\u002Frepresentables-yoneda\u002Fyoneda-lemma":17183,"\u002Fcategory-theory\u002Frepresentables-yoneda\u002Fyoneda-consequences":17187,"\u002Fcategory-theory\u002Flimits-colimits\u002Flimits":17191,"\u002Fcategory-theory\u002Flimits-colimits\u002Fproducts-equalizers-pullbacks":17196,"\u002Fcategory-theory\u002Flimits-colimits\u002Fcolimits":17200,"\u002Fcategory-theory\u002Flimits-colimits\u002Fcomputing-limits":17204,"\u002Fcategory-theory\u002Flimits-colimits\u002Flimits-and-functors":17208,"\u002Fcategory-theory\u002Fadjunctions\u002Fadjunctions":17212,"\u002Fcategory-theory\u002Fadjunctions\u002Funits-and-counits":17217,"\u002Fcategory-theory\u002Fadjunctions\u002Fadjunctions-via-universal-arrows":17221,"\u002Fcategory-theory\u002Fadjunctions\u002Ffree-forgetful-adjunctions":17225,"\u002Fcategory-theory\u002Fadjoints-limits\u002Flimits-via-adjoints":17229,"\u002Fcategory-theory\u002Fadjoints-limits\u002Fpresheaf-limits-colimits":17234,"\u002Fcategory-theory\u002Fadjoints-limits\u002Fadjoints-preserve-limits":17238,"\u002Fcategory-theory\u002Fadjoints-limits\u002Fadjoint-functor-theorem":17242,"\u002Fcategory-theory\u002Fmonads-algebras\u002Fmonads":17246,"\u002Fcategory-theory\u002Fmonads-algebras\u002Falgebras-eilenberg-moore":17251,"\u002Fcategory-theory\u002Fmonads-algebras\u002Fkleisli-and-programming":17255,"\u002Fcategory-theory\u002Fmonads-algebras\u002Falgebras-for-endofunctors":17259,"\u002Fcategory-theory\u002Fcartesian-closed-lambda\u002Fcartesian-closed-categories":17263,"\u002Fcategory-theory\u002Fcartesian-closed-lambda\u002Flambda-calculus-correspondence":17268,"\u002Fcategory-theory\u002Fcartesian-closed-lambda\u002Ffixed-points-and-recursion":17272,"\u002Fcategory-theory":17276,"\u002Fdeep-learning\u002Fmathematical-background\u002Flinear-algebra-for-deep-learning":17279,"\u002Fdeep-learning\u002Fmathematical-background\u002Fprobability-and-information-theory":17283,"\u002Fdeep-learning\u002Fmathematical-background\u002Fnumerical-computation":17287,"\u002Fdeep-learning\u002Fmathematical-background\u002Fcalculus":17291,"\u002Fdeep-learning\u002Ffoundations\u002Fwhat-is-deep-learning":17294,"\u002Fdeep-learning\u002Ffoundations\u002Fmachine-learning-refresher":17298,"\u002Fdeep-learning\u002Ffoundations\u002Flinear-models-and-the-perceptron":17302,"\u002Fdeep-learning\u002Fneural-networks\u002Fthe-multilayer-perceptron":17306,"\u002Fdeep-learning\u002Fneural-networks\u002Factivation-functions":17311,"\u002Fdeep-learning\u002Fneural-networks\u002Funiversal-approximation":17315,"\u002Fdeep-learning\u002Fneural-networks\u002Fbackpropagation":17319,"\u002Fdeep-learning\u002Fneural-networks\u002Floss-functions-and-output-units":17323,"\u002Fdeep-learning\u002Foptimization\u002Fgradient-descent-and-sgd":17327,"\u002Fdeep-learning\u002Foptimization\u002Fmomentum-and-adaptive-methods":17332,"\u002Fdeep-learning\u002Foptimization\u002Finitialization":17336,"\u002Fdeep-learning\u002Foptimization\u002Fthe-optimization-landscape":17340,"\u002Fdeep-learning\u002Foptimization\u002Fsecond-order-and-approximate-methods":17344,"\u002Fdeep-learning\u002Fregularization\u002Fregularization-overview":17348,"\u002Fdeep-learning\u002Fregularization\u002Fdropout-and-data-augmentation":17353,"\u002Fdeep-learning\u002Fregularization\u002Fearly-stopping-and-parameter-sharing":17357,"\u002Fdeep-learning\u002Fregularization\u002Fnormalization":17361,"\u002Fdeep-learning\u002Farchitectures\u002Fconvolutional-networks":17364,"\u002Fdeep-learning\u002Farchitectures\u002Fcnn-architectures":17369,"\u002Fdeep-learning\u002Farchitectures\u002Frecurrent-networks":17373,"\u002Fdeep-learning\u002Farchitectures\u002Flstm-and-gru":17377,"\u002Fdeep-learning\u002Farchitectures\u002Fattention-and-transformers":17381,"\u002Fdeep-learning\u002Farchitectures\u002Fthe-transformer-architecture":17385,"\u002Fdeep-learning\u002Farchitectures\u002Ftransformers-in-practice":17389,"\u002Fdeep-learning\u002Farchitectures\u002Fgraph-neural-networks":17393,"\u002Fdeep-learning\u002Farchitectures\u002Fstate-space-models":17397,"\u002Fdeep-learning\u002Ftheory\u002Fgeneralization-theory":17401,"\u002Fdeep-learning\u002Ftheory\u002Fadversarial-robustness":17406,"\u002Fdeep-learning\u002Ftheory\u002Fadversarial-defenses":17410,"\u002Fdeep-learning\u002Ftheory\u002Fbayesian-and-ensemble-methods":17414,"\u002Fdeep-learning\u002Ftheory\u002Fdeep-equilibrium-models":17418,"\u002Fdeep-learning\u002Fgenerative-models\u002Flinear-factor-models":17422,"\u002Fdeep-learning\u002Fgenerative-models\u002Fautoencoders":17427,"\u002Fdeep-learning\u002Fgenerative-models\u002Fvariational-autoencoders":17431,"\u002Fdeep-learning\u002Fgenerative-models\u002Fgenerative-adversarial-networks":17435,"\u002Fdeep-learning\u002Fgenerative-models\u002Fautoregressive-and-normalizing-flows":17439,"\u002Fdeep-learning\u002Fgenerative-models\u002Fenergy-based-and-boltzmann-machines":17443,"\u002Fdeep-learning\u002Fgenerative-models\u002Fdiffusion-and-score-based-models":17447,"\u002Fdeep-learning\u002Fprobabilistic-methods\u002Fstructured-probabilistic-models":17451,"\u002Fdeep-learning\u002Fprobabilistic-methods\u002Fmonte-carlo-and-mcmc":17456,"\u002Fdeep-learning\u002Fprobabilistic-methods\u002Fapproximate-inference":17460,"\u002Fdeep-learning\u002Fpractical\u002Fpractical-methodology":17464,"\u002Fdeep-learning\u002Fpractical\u002Fhyperparameters-and-debugging":17469,"\u002Fdeep-learning\u002Fpractical\u002Frepresentation-learning":17473,"\u002Fdeep-learning\u002Fpractical\u002Ftransfer-learning":17477,"\u002Fdeep-learning\u002Fpractical\u002Fapplications":17481,"\u002Fdeep-learning\u002Fpractical\u002Fmodel-compression-and-distillation":17485,"\u002Fdeep-learning\u002Fpractical\u002Fmeta-learning-and-few-shot":17489,"\u002Fdeep-learning\u002Flarge-models-and-agents\u002Flarge-language-models":17493,"\u002Fdeep-learning\u002Flarge-models-and-agents\u002Fscaling-inference-and-alignment":17498,"\u002Fdeep-learning\u002Flarge-models-and-agents\u002Fseq2seq-pretraining-and-bart":17502,"\u002Fdeep-learning\u002Flarge-models-and-agents\u002Ftext-to-text-transfer-and-conditional-generation":17506,"\u002Fdeep-learning\u002Flarge-models-and-agents\u002Fspeech-and-audio-models":17510,"\u002Fdeep-learning\u002Flarge-models-and-agents\u002Fself-supervised-speech-and-synthesis":17514,"\u002Fdeep-learning\u002Flarge-models-and-agents\u002Fai-agents":17518,"\u002Fdeep-learning\u002Flarge-models-and-agents\u002Fagent-memory-retrieval-and-orchestration":17522,"\u002Fdeep-learning\u002Flarge-models-and-agents\u002Fmixture-of-experts":17526,"\u002Fdeep-learning\u002Flarge-models-and-agents\u002Fmultimodal-models":17530,"\u002Fdeep-learning\u002Flarge-models-and-agents\u002Ffusion-and-vision-language-models":17534,"\u002Fdeep-learning\u002Freinforcement-learning\u002Ffoundations-of-reinforcement-learning":17538,"\u002Fdeep-learning\u002Freinforcement-learning\u002Fmodel-free-prediction-and-control":17543,"\u002Fdeep-learning\u002Freinforcement-learning\u002Fdeep-q-networks":17547,"\u002Fdeep-learning\u002Freinforcement-learning\u002Fpolicy-gradients-and-actor-critic":17551,"\u002Fdeep-learning\u002Freinforcement-learning\u002Frl-from-human-feedback":17555,"\u002Fdeep-learning":17559,"\u002Fstatistical-mechanics\u002Fthermodynamics\u002Fequilibrium-state-variables-zeroth-law":17562,"\u002Fstatistical-mechanics\u002Fthermodynamics\u002Ffirst-law-heat-and-work":17566,"\u002Fstatistical-mechanics\u002Fthermodynamics\u002Fsecond-law-entropy-and-the-carnot-bound":17570,"\u002Fstatistical-mechanics\u002Fthermodynamics\u002Fthermodynamic-potentials-and-maxwell-relations":17574,"\u002Fstatistical-mechanics\u002Fthermodynamics\u002Fstability-response-functions-and-the-third-law":17578,"\u002Fstatistical-mechanics\u002Ffoundations\u002Fclassical-statistics-and-equipartition":17582,"\u002Fstatistical-mechanics\u002Ffoundations\u002Fphase-space-and-liouvilles-theorem":17587,"\u002Fstatistical-mechanics\u002Ffoundations\u002Fensembles-and-the-equal-probability-postulate":17591,"\u002Fstatistical-mechanics\u002Ffoundations\u002Fstatistical-entropy-boltzmann-and-gibbs":17595,"\u002Fstatistical-mechanics\u002Fmicrocanonical\u002Fmicrocanonical-ensemble-and-entropy":17599,"\u002Fstatistical-mechanics\u002Fmicrocanonical\u002Fequilibrium-conditions-temperature-pressure-chemical-potential":17604,"\u002Fstatistical-mechanics\u002Fmicrocanonical\u002Fideal-gas-phase-space-and-the-sackur-tetrode-entropy":17608,"\u002Fstatistical-mechanics\u002Fmicrocanonical\u002Ftwo-state-systems-paramagnets-and-negative-temperature":17612,"\u002Fstatistical-mechanics\u002Fcanonical\u002Fcanonical-ensemble-and-the-boltzmann-distribution":17616,"\u002Fstatistical-mechanics\u002Fcanonical\u002Fpartition-function-and-the-helmholtz-free-energy":17621,"\u002Fstatistical-mechanics\u002Fcanonical\u002Fenergy-fluctuations-and-ensemble-equivalence":17625,"\u002Fstatistical-mechanics\u002Fcanonical\u002Fthe-einstein-solid-and-harmonic-systems":17629,"\u002Fstatistical-mechanics\u002Fcanonical\u002Fparamagnetism-and-the-schottky-anomaly":17633,"\u002Fstatistical-mechanics\u002Fclassical-gas\u002Fideal-gas-partition-function-and-the-gibbs-paradox":17637,"\u002Fstatistical-mechanics\u002Fclassical-gas\u002Fequipartition-and-the-virial-theorem":17642,"\u002Fstatistical-mechanics\u002Fclassical-gas\u002Fmolecular-gases-rotation-and-vibration":17646,"\u002Fstatistical-mechanics\u002Fgrand-canonical\u002Fgrand-canonical-ensemble-and-the-grand-partition-function":17650,"\u002Fstatistical-mechanics\u002Fgrand-canonical\u002Fchemical-potential-fugacity-and-number-fluctuations":17655,"\u002Fstatistical-mechanics\u002Fgrand-canonical\u002Fensemble-summary-and-the-thermodynamic-web":17659,"\u002Fstatistical-mechanics\u002Fquantum-statistics\u002Fquantum-statistics-bose-einstein-and-fermi-dirac":17663,"\u002Fstatistical-mechanics\u002Fquantum-statistics\u002Fderiving-the-quantum-distributions":17668,"\u002Fstatistical-mechanics\u002Fquantum-statistics\u002Fthe-classical-limit-and-quantum-concentration":17672,"\u002Fstatistical-mechanics\u002Fquantum-statistics\u002Fideal-quantum-gases-general-framework":17676,"\u002Fstatistical-mechanics\u002Fbose-systems\u002Fbose-einstein-condensation-and-the-fermion-gas":17680,"\u002Fstatistical-mechanics\u002Fbose-systems\u002Fthe-photon-gas-and-plancks-radiation-law":17685,"\u002Fstatistical-mechanics\u002Fbose-systems\u002Fblackbody-thermodynamics-and-radiation-pressure":17689,"\u002Fstatistical-mechanics\u002Fbose-systems\u002Fphonons-and-the-debye-model":17693,"\u002Fstatistical-mechanics\u002Fbose-systems\u002Fbose-einstein-condensation-derived":17697,"\u002Fstatistical-mechanics\u002Fbose-systems\u002Fthermodynamics-of-the-bose-gas-and-superfluidity":17701,"\u002Fstatistical-mechanics\u002Ffermi-gas\u002Fthe-ideal-fermi-gas-at-zero-temperature":17705,"\u002Fstatistical-mechanics\u002Ffermi-gas\u002Fsommerfeld-expansion-and-electrons-in-metals":17710,"\u002Fstatistical-mechanics\u002Ffermi-gas\u002Fwhite-dwarfs-and-the-chandrasekhar-limit":17714,"\u002Fstatistical-mechanics\u002Ffermi-gas\u002Fneutron-stars-and-nuclear-matter":17718,"\u002Fstatistical-mechanics\u002Finteractions\u002Fthe-cluster-expansion-and-virial-coefficients":17722,"\u002Fstatistical-mechanics\u002Finteractions\u002Fthe-van-der-waals-gas-and-liquid-gas-coexistence":17727,"\u002Fstatistical-mechanics\u002Finteractions\u002Fquantum-gases-with-interactions-and-exchange":17731,"\u002Fstatistical-mechanics\u002Fphase-transitions\u002Fphases-coexistence-and-classification":17735,"\u002Fstatistical-mechanics\u002Fphase-transitions\u002Fthe-ising-model-and-exact-solutions":17740,"\u002Fstatistical-mechanics\u002Fphase-transitions\u002Fmean-field-theory-and-the-weiss-model":17744,"\u002Fstatistical-mechanics\u002Fphase-transitions\u002Fcritical-exponents-and-landau-theory":17748,"\u002Fstatistical-mechanics\u002Fphase-transitions\u002Fthe-renormalization-group-idea":17752,"\u002Fstatistical-mechanics\u002Ffluctuations\u002Fthermodynamic-fluctuations-and-response":17756,"\u002Fstatistical-mechanics\u002Ffluctuations\u002Fbrownian-motion-and-the-langevin-equation":17761,"\u002Fstatistical-mechanics\u002Ffluctuations\u002Flinear-response-and-the-fluctuation-dissipation-theorem":17765,"\u002Fstatistical-mechanics":17769,"\u002Fcondensed-matter\u002Fmolecules-and-bonding\u002Fbonding-mechanisms":17772,"\u002Fcondensed-matter\u002Fmolecules-and-bonding\u002Fmolecular-orbitals-and-h2-plus":17777,"\u002Fcondensed-matter\u002Fmolecules-and-bonding\u002Fhydrogen-molecule-and-exchange":17781,"\u002Fcondensed-matter\u002Fmolecules-and-bonding\u002Fvan-der-waals-forces":17785,"\u002Fcondensed-matter\u002Fmolecular-spectra\u002Frotational-vibrational-spectra":17789,"\u002Fcondensed-matter\u002Fmolecular-spectra\u002Fanharmonicity-and-rovibrational-structure":17794,"\u002Fcondensed-matter\u002Fmolecular-spectra\u002Framan-and-electronic-bands":17798,"\u002Fcondensed-matter\u002Fmolecular-spectra\u002Flasers-and-masers":17802,"\u002Fcondensed-matter\u002Fcrystal-structure\u002Fstructure-of-solids":17806,"\u002Fcondensed-matter\u002Fcrystal-structure\u002Fbravais-lattices-and-crystal-systems":17811,"\u002Fcondensed-matter\u002Fcrystal-structure\u002Freciprocal-lattice-and-brillouin-zones":17815,"\u002Fcondensed-matter\u002Fcrystal-structure\u002Fdiffraction-and-structure-factors":17819,"\u002Fcondensed-matter\u002Flattice-dynamics\u002Fphonon-dispersion":17823,"\u002Fcondensed-matter\u002Flattice-dynamics\u002Fphonons-quantization-and-dos":17828,"\u002Fcondensed-matter\u002Flattice-dynamics\u002Fdebye-einstein-heat-capacity":17832,"\u002Fcondensed-matter\u002Flattice-dynamics\u002Fanharmonicity-and-thermal-transport":17836,"\u002Fcondensed-matter\u002Ffree-electron-fermi-gas\u002Ffree-electron-gas-and-conduction":17840,"\u002Fcondensed-matter\u002Ffree-electron-fermi-gas\u002Fsommerfeld-model-and-heat-capacity":17845,"\u002Fcondensed-matter\u002Ffree-electron-fermi-gas\u002Ftransport-and-the-hall-effect":17849,"\u002Fcondensed-matter\u002Ffree-electron-fermi-gas\u002Fscreening-and-plasmons":17853,"\u002Fcondensed-matter\u002Fband-theory\u002Fblochs-theorem-and-energy-bands":17857,"\u002Fcondensed-matter\u002Fband-theory\u002Fnearly-free-electron-model":17862,"\u002Fcondensed-matter\u002Fband-theory\u002Ftight-binding-method":17866,"\u002Fcondensed-matter\u002Fband-theory\u002Ffermi-surfaces-and-semiclassical-dynamics":17870,"\u002Fcondensed-matter\u002Fsemiconductors\u002Fsemiconductor-bands-and-junctions":17874,"\u002Fcondensed-matter\u002Fsemiconductors\u002Fintrinsic-and-extrinsic-semiconductors":17879,"\u002Fcondensed-matter\u002Fsemiconductors\u002Fcarrier-transport-and-recombination":17883,"\u002Fcondensed-matter\u002Fsemiconductors\u002Fthe-pn-junction":17887,"\u002Fcondensed-matter\u002Fsemiconductors\u002Ftransistors-and-optoelectronics":17891,"\u002Fcondensed-matter\u002Fdielectrics-and-ferroelectrics\u002Fdielectrics-and-polarization":17895,"\u002Fcondensed-matter\u002Fdielectrics-and-ferroelectrics\u002Fferroelectrics-and-piezoelectrics":17900,"\u002Fcondensed-matter\u002Fmagnetism\u002Fdiamagnetism-and-paramagnetism":17904,"\u002Fcondensed-matter\u002Fmagnetism\u002Fexchange-and-ferromagnetism":17909,"\u002Fcondensed-matter\u002Fmagnetism\u002Fantiferromagnetism-and-domains":17913,"\u002Fcondensed-matter\u002Fmagnetism\u002Fspin-waves-and-magnons":17917,"\u002Fcondensed-matter\u002Fsuperconductivity\u002Fsuperconductivity-phenomenology":17921,"\u002Fcondensed-matter\u002Fsuperconductivity\u002Flondon-theory-and-the-meissner-effect":17926,"\u002Fcondensed-matter\u002Fsuperconductivity\u002Fginzburg-landau-theory":17930,"\u002Fcondensed-matter\u002Fsuperconductivity\u002Fbcs-theory":17934,"\u002Fcondensed-matter\u002Fsuperconductivity\u002Fjosephson-and-high-tc":17938,"\u002Fcondensed-matter\u002Fnanostructures\u002Fquantum-wells-wires-and-dots":17942,"\u002Fcondensed-matter\u002Fnanostructures\u002Finteger-quantum-hall-effect":17947,"\u002Fcondensed-matter\u002Fnanostructures\u002Ffractional-quantum-hall-and-topology":17951,"\u002Fcondensed-matter\u002Fnanostructures\u002Fgraphene-and-dirac-materials":17955,"\u002Fcondensed-matter":17959,"\u002Flogic\u002Ffoundations\u002Flogic-as-a-mathematical-model":17962,"\u002Flogic\u002Fsentential-logic\u002Fformal-languages-and-well-formed-formulas":17966,"\u002Flogic\u002Fsentential-logic\u002Ftruth-assignments-and-tautologies":17971,"\u002Flogic\u002Fsentential-logic\u002Funique-readability-and-parsing":17975,"\u002Flogic\u002Fsentential-logic\u002Finduction-and-recursion":17979,"\u002Flogic\u002Fsentential-logic\u002Fexpressive-completeness-and-normal-forms":17983,"\u002Flogic\u002Fsentential-logic\u002Fboolean-circuits":17987,"\u002Flogic\u002Fsentential-logic\u002Fcompactness-and-effectiveness":17991,"\u002Flogic\u002Ffirst-order-languages\u002Ffirst-order-languages":17995,"\u002Flogic\u002Ffirst-order-languages\u002Fstructures-truth-and-satisfaction":18000,"\u002Flogic\u002Ffirst-order-languages\u002Fdefinability-and-elementary-equivalence":18004,"\u002Flogic\u002Ffirst-order-languages\u002Fterms-substitution-and-parsing":18008,"\u002Flogic\u002Fdeductive-calculus\u002Fa-deductive-calculus":18012,"\u002Flogic\u002Fdeductive-calculus\u002Fdeduction-theorem-and-derived-rules":18017,"\u002Flogic\u002Fdeductive-calculus\u002Fsoundness":18021,"\u002Flogic\u002Fdeductive-calculus\u002Fcompleteness-and-consistency":18025,"\u002Flogic\u002Fmodels-and-theories\u002Fcompactness-and-lowenheim-skolem":18029,"\u002Flogic\u002Fmodels-and-theories\u002Ftheories-elementary-classes-and-categoricity":18034,"\u002Flogic\u002Fmodels-and-theories\u002Finterpretations-between-theories":18038,"\u002Flogic\u002Fmodels-and-theories\u002Fnonstandard-analysis":18042,"\u002Flogic\u002Farithmetic-and-definability\u002Fdefinability-in-arithmetic":18046,"\u002Flogic\u002Farithmetic-and-definability\u002Fnatural-numbers-with-successor":18051,"\u002Flogic\u002Farithmetic-and-definability\u002Fpresburger-and-reducts":18055,"\u002Flogic\u002Farithmetic-and-definability\u002Fa-subtheory-and-representability":18059,"\u002Flogic\u002Fincompleteness\u002Farithmetization-of-syntax":18063,"\u002Flogic\u002Fincompleteness\u002Fincompleteness-and-undecidability":18068,"\u002Flogic\u002Fincompleteness\u002Fsecond-incompleteness-theorem":18072,"\u002Flogic\u002Fcomputability-and-representability\u002Frecursive-functions":18076,"\u002Flogic\u002Fcomputability-and-representability\u002Frepresenting-exponentiation":18081,"\u002Flogic\u002Fsecond-order-logic\u002Fsecond-order-languages":18085,"\u002Flogic\u002Fsecond-order-logic\u002Fskolem-functions-and-many-sorted-logic":18090,"\u002Flogic\u002Fsecond-order-logic\u002Fgeneral-structures":18094,"\u002Flogic":18098,"\u002Freinforcement-learning\u002Ffoundations\u002Fwhat-is-reinforcement-learning":18101,"\u002Freinforcement-learning\u002Ffoundations\u002Fa-brief-history-of-rl":18105,"\u002Freinforcement-learning\u002Ffoundations\u002Fmulti-armed-bandits":18109,"\u002Freinforcement-learning\u002Ffoundations\u002Fbandit-exploration-algorithms":18113,"\u002Freinforcement-learning\u002Ffoundations\u002Fmarkov-decision-processes":18117,"\u002Freinforcement-learning\u002Ffoundations\u002Fvalue-functions-and-optimality":18121,"\u002Freinforcement-learning\u002Ftabular-methods\u002Fdynamic-programming":18125,"\u002Freinforcement-learning\u002Ftabular-methods\u002Fdp-async-and-gpi":18129,"\u002Freinforcement-learning\u002Ftabular-methods\u002Fmonte-carlo-methods":18133,"\u002Freinforcement-learning\u002Ftabular-methods\u002Fmonte-carlo-off-policy":18137,"\u002Freinforcement-learning\u002Ftabular-methods\u002Ftemporal-difference-learning":18141,"\u002Freinforcement-learning\u002Ftabular-methods\u002Ftd-control-sarsa-and-q-learning":18145,"\u002Freinforcement-learning\u002Ftabular-methods\u002Fn-step-bootstrapping":18149,"\u002Freinforcement-learning\u002Ftabular-methods\u002Fn-step-off-policy-methods":18153,"\u002Freinforcement-learning\u002Ftabular-methods\u002Fplanning-and-learning":18157,"\u002Freinforcement-learning\u002Ftabular-methods\u002Fplanning-focusing-and-decision-time":18161,"\u002Freinforcement-learning\u002Ftabular-methods\u002Fdecision-time-planning":18165,"\u002Freinforcement-learning\u002Ftabular-methods\u002Fmonte-carlo-tree-search":18169,"\u002Freinforcement-learning\u002Fapproximation\u002Fon-policy-prediction":18173,"\u002Freinforcement-learning\u002Fapproximation\u002Ffeature-construction-and-nonlinear":18178,"\u002Freinforcement-learning\u002Fapproximation\u002Fon-policy-control":18182,"\u002Freinforcement-learning\u002Fapproximation\u002Faverage-reward-control":18186,"\u002Freinforcement-learning\u002Fapproximation\u002Foff-policy-and-the-deadly-triad":18190,"\u002Freinforcement-learning\u002Fapproximation\u002Fbellman-error-and-gradient-td":18194,"\u002Freinforcement-learning\u002Fapproximation\u002Feligibility-traces":18198,"\u002Freinforcement-learning\u002Fapproximation\u002Ftrue-online-and-sarsa-lambda":18202,"\u002Freinforcement-learning\u002Fapproximation\u002Fpolicy-gradient-methods":18206,"\u002Freinforcement-learning\u002Fapproximation\u002Factor-critic-and-continuous-actions":18210,"\u002Freinforcement-learning\u002Fapproximation\u002Fleast-squares-and-memory-based-methods":18214,"\u002Freinforcement-learning\u002Fapproximation\u002Fmemory-and-kernel-methods":18218,"\u002Freinforcement-learning\u002Fapproximation\u002Foff-policy-eligibility-traces":18222,"\u002Freinforcement-learning\u002Fapproximation\u002Fstable-off-policy-traces":18226,"\u002Freinforcement-learning\u002Fdeep-rl\u002Fdeep-q-networks":18230,"\u002Freinforcement-learning\u002Fdeep-rl\u002Fdqn-improvements":18234,"\u002Freinforcement-learning\u002Fdeep-rl\u002Factor-critic-and-ppo":18238,"\u002Freinforcement-learning\u002Fdeep-rl\u002Fppo-and-continuous-control":18242,"\u002Freinforcement-learning\u002Fdeep-rl\u002Fcase-studies":18246,"\u002Freinforcement-learning\u002Fdeep-rl\u002Frl-beyond-games":18250,"\u002Freinforcement-learning\u002Fdeep-rl\u002Ffrontiers":18254,"\u002Freinforcement-learning\u002Fdeep-rl\u002Freward-design-and-open-problems":18258,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fdistributional-and-rainbow":18262,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fdistributional-and-rainbow-part-2":18267,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fcontinuous-control":18271,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fcontinuous-control-part-2":18275,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fmodel-based-rl":18279,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fmodel-based-rl-part-2":18283,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fexploration":18287,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fexploration-part-2":18291,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Foffline-rl":18295,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Foffline-rl-part-2":18299,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fimitation-and-inverse-rl":18303,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fimitation-and-inverse-rl-part-2":18307,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fmulti-agent-rl":18311,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fmulti-agent-rl-part-2":18315,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fhierarchical-rl":18319,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fhierarchical-rl-part-2":18323,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Frlhf-and-language-models":18327,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fpartial-observability-pomdps":18331,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fpartial-observability-pomdps-part-2":18335,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fsafe-and-constrained-rl":18339,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fsafe-and-constrained-rl-part-2":18343,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fmeta-rl-and-generalization":18347,"\u002Freinforcement-learning\u002Fminds-and-brains\u002Fpsychology-of-reinforcement":18351,"\u002Freinforcement-learning\u002Fminds-and-brains\u002Finstrumental-conditioning-and-control":18356,"\u002Freinforcement-learning\u002Fminds-and-brains\u002Fdopamine-and-td-error":18360,"\u002Freinforcement-learning\u002Fminds-and-brains\u002Fdopamine-in-the-brain":18364,"\u002Freinforcement-learning\u002Fminds-and-brains\u002Fanimal-learning-and-cognition":18368,"\u002Freinforcement-learning\u002Fminds-and-brains\u002Fcognitive-maps-and-planning":18372,"\u002Freinforcement-learning\u002Fminds-and-brains\u002Fneuroscience-of-reinforcement":18376,"\u002Freinforcement-learning\u002Fminds-and-brains\u002Fseveral-learning-systems":18380,"\u002Freinforcement-learning":18384,"\u002Fartificial-intelligence\u002Ffoundations\u002Fwhat-is-ai":18386,"\u002Fartificial-intelligence\u002Ffoundations\u002Ffoundations-of-ai":18390,"\u002Fartificial-intelligence\u002Ffoundations\u002Fintelligent-agents":18394,"\u002Fartificial-intelligence\u002Ffoundations\u002Fagent-architectures":18398,"\u002Fartificial-intelligence\u002Fsearch\u002Funinformed-search":18402,"\u002Fartificial-intelligence\u002Fsearch\u002Fsearch-strategies-compared":18407,"\u002Fartificial-intelligence\u002Fsearch\u002Finformed-search":18411,"\u002Fartificial-intelligence\u002Fsearch\u002Fheuristic-functions":18415,"\u002Fartificial-intelligence\u002Fsearch\u002Flocal-search":18419,"\u002Fartificial-intelligence\u002Fsearch\u002Fpopulation-and-continuous-search":18423,"\u002Fartificial-intelligence\u002Fsearch\u002Fadversarial-search":18427,"\u002Fartificial-intelligence\u002Fsearch\u002Fgames-of-chance-and-imperfect-information":18431,"\u002Fartificial-intelligence\u002Fsearch\u002Fconstraint-satisfaction":18435,"\u002Fartificial-intelligence\u002Fsearch\u002Fcsp-search-and-structure":18439,"\u002Fartificial-intelligence\u002Fsearch\u002Fsearch-under-uncertainty":18443,"\u002Fartificial-intelligence\u002Fsearch\u002Fbelief-state-and-online-search":18447,"\u002Fartificial-intelligence\u002Flogic-and-planning\u002Fpropositional-logic":18451,"\u002Fartificial-intelligence\u002Flogic-and-planning\u002Fpropositional-inference":18456,"\u002Fartificial-intelligence\u002Flogic-and-planning\u002Ffirst-order-logic":18460,"\u002Fartificial-intelligence\u002Flogic-and-planning\u002Ffirst-order-logic-in-use":18464,"\u002Fartificial-intelligence\u002Flogic-and-planning\u002Finference-and-resolution":18468,"\u002Fartificial-intelligence\u002Flogic-and-planning\u002Ffirst-order-resolution":18472,"\u002Fartificial-intelligence\u002Flogic-and-planning\u002Fclassical-planning":18476,"\u002Fartificial-intelligence\u002Flogic-and-planning\u002Fplanning-graphs-and-graphplan":18480,"\u002Fartificial-intelligence\u002Flogic-and-planning\u002Fplanning-in-the-real-world":18484,"\u002Fartificial-intelligence\u002Flogic-and-planning\u002Fplanning-under-uncertainty":18488,"\u002Fartificial-intelligence\u002Flogic-and-planning\u002Fknowledge-representation":18492,"\u002Fartificial-intelligence\u002Flogic-and-planning\u002Freasoning-systems-and-defaults":18496,"\u002Fartificial-intelligence\u002Funcertainty\u002Fprobability-and-bayes":18500,"\u002Fartificial-intelligence\u002Funcertainty\u002Fbayes-rule-and-naive-bayes":18505,"\u002Fartificial-intelligence\u002Funcertainty\u002Fbayesian-networks":18509,"\u002Fartificial-intelligence\u002Funcertainty\u002Finference-in-bayesian-networks":18513,"\u002Fartificial-intelligence\u002Funcertainty\u002Freasoning-over-time":18517,"\u002Fartificial-intelligence\u002Funcertainty\u002Ftracking-and-data-association":18521,"\u002Fartificial-intelligence\u002Funcertainty\u002Fmaking-decisions":18525,"\u002Fartificial-intelligence\u002Funcertainty\u002Fmarkov-decision-processes":18529,"\u002Fartificial-intelligence\u002Funcertainty\u002Fdecision-networks-and-game-theory":18532,"\u002Fartificial-intelligence\u002Funcertainty\u002Fgame-theory-and-mechanism-design":18536,"\u002Fartificial-intelligence\u002Flearning\u002Flearning-from-examples":18540,"\u002Fartificial-intelligence\u002Flearning\u002Ftheory-and-model-families":18545,"\u002Fartificial-intelligence\u002Flearning\u002Fprobabilistic-learning":18549,"\u002Fartificial-intelligence\u002Flearning\u002Fexpectation-maximization":18553,"\u002Fartificial-intelligence\u002Flearning\u002Freinforcement-learning":18557,"\u002Fartificial-intelligence\u002Flearning\u002Fgeneralization-and-policy-search":18560,"\u002Fartificial-intelligence\u002Flearning\u002Fknowledge-in-learning":18564,"\u002Fartificial-intelligence\u002Flearning\u002Fknowledge-based-learning-methods":18568,"\u002Fartificial-intelligence\u002Ffrontiers\u002Fvision-and-perception":18572,"\u002Fartificial-intelligence\u002Ffrontiers\u002Freconstructing-the-3d-world":18577,"\u002Fartificial-intelligence\u002Ffrontiers\u002Frobotics":18581,"\u002Fartificial-intelligence\u002Ffrontiers\u002Frobot-planning-and-control":18585,"\u002Fartificial-intelligence\u002Ffrontiers\u002Fnatural-language-in-ai":18589,"\u002Fartificial-intelligence\u002Ffrontiers\u002Fnlp-grammar-translation-and-speech":18593,"\u002Fartificial-intelligence\u002Ffrontiers\u002Fphilosophy-and-future":18597,"\u002Fartificial-intelligence\u002Ffrontiers\u002Fai-ethics-and-future":18601,"\u002Fartificial-intelligence":18605,"\u002Fnuclear-physics\u002Fnuclear-properties\u002Fnuclear-constituents-nuclide-chart":18608,"\u002Fnuclear-physics\u002Fnuclear-properties\u002Fnuclear-size-charge-distributions":18613,"\u002Fnuclear-physics\u002Fnuclear-properties\u002Fnuclear-masses-binding-energy":18617,"\u002Fnuclear-physics\u002Fnuclear-properties\u002Fsemi-empirical-mass-formula":18621,"\u002Fnuclear-physics\u002Fnuclear-properties\u002Fnuclear-moments-multipoles":18625,"\u002Fnuclear-physics\u002Fnuclear-force-deuteron\u002Fnuclear-force-shell-overview":18629,"\u002Fnuclear-physics\u002Fnuclear-force-deuteron\u002Fthe-deuteron":18634,"\u002Fnuclear-physics\u002Fnuclear-force-deuteron\u002Fnucleon-nucleon-scattering":18638,"\u002Fnuclear-physics\u002Fnuclear-force-deuteron\u002Fmeson-theory-isospin":18642,"\u002Fnuclear-physics\u002Fnuclear-models\u002Ffermi-gas-model":18646,"\u002Fnuclear-physics\u002Fnuclear-models\u002Fliquid-drop-collective-coordinates":18651,"\u002Fnuclear-physics\u002Fnuclear-models\u002Fshell-model-single-particle":18655,"\u002Fnuclear-physics\u002Fnuclear-models\u002Fcollective-model-rotations-vibrations":18659,"\u002Fnuclear-physics\u002Fradioactive-decay\u002Fdecay-law-modes":18663,"\u002Fnuclear-physics\u002Fradioactive-decay\u002Fdecay-kinetics-equilibrium":18668,"\u002Fnuclear-physics\u002Falpha-decay\u002Falpha-decay-gamow-theory":18672,"\u002Fnuclear-physics\u002Falpha-decay\u002Falpha-fine-structure-hindrance":18677,"\u002Fnuclear-physics\u002Fbeta-decay\u002Fbeta-decay-energetics-neutrino":18681,"\u002Fnuclear-physics\u002Fbeta-decay\u002Ffermi-theory-beta-decay":18686,"\u002Fnuclear-physics\u002Fbeta-decay\u002Fweak-interaction-parity-violation":18690,"\u002Fnuclear-physics\u002Fbeta-decay\u002Fdouble-beta-decay-neutrino-mass":18694,"\u002Fnuclear-physics\u002Fgamma-decay\u002Fgamma-multipole-radiation":18698,"\u002Fnuclear-physics\u002Fgamma-decay\u002Finternal-conversion-isomers":18703,"\u002Fnuclear-physics\u002Fgamma-decay\u002Fangular-correlations-mossbauer":18707,"\u002Fnuclear-physics\u002Fnuclear-reactions\u002Freaction-kinematics-cross-sections":18711,"\u002Fnuclear-physics\u002Fnuclear-reactions\u002Fcompound-nucleus-resonances":18716,"\u002Fnuclear-physics\u002Fnuclear-reactions\u002Fdirect-reactions-optical-model":18720,"\u002Fnuclear-physics\u002Ffission\u002Ffission-barrier-dynamics":18724,"\u002Fnuclear-physics\u002Ffission\u002Fchain-reactions-reactor-physics":18729,"\u002Fnuclear-physics\u002Ffusion-nucleosynthesis\u002Ffusion-reactions-confinement":18733,"\u002Fnuclear-physics\u002Ffusion-nucleosynthesis\u002Fstellar-nucleosynthesis":18738,"\u002Fnuclear-physics\u002Ffusion-nucleosynthesis\u002Fbig-bang-nucleosynthesis":18742,"\u002Fnuclear-physics\u002Fradiation-matter-applications\u002Fcharged-particle-stopping-power":18746,"\u002Fnuclear-physics\u002Fradiation-matter-applications\u002Fphoton-neutron-interactions":18751,"\u002Fnuclear-physics\u002Fradiation-matter-applications\u002Fradiation-detectors":18755,"\u002Fnuclear-physics\u002Fradiation-matter-applications\u002Fdosimetry-radiation-biology":18759,"\u002Fnuclear-physics\u002Fradiation-matter-applications\u002Fnuclear-applications-dating-medicine":18763,"\u002Fnuclear-physics":18767,"\u002Fnatural-language-processing\u002Ffoundations\u002Fwhat-is-nlp":18770,"\u002Fnatural-language-processing\u002Ffoundations\u002Fregex-and-text-normalization":18774,"\u002Fnatural-language-processing\u002Ffoundations\u002Fminimum-edit-distance":18778,"\u002Fnatural-language-processing\u002Ffoundations\u002Fn-gram-language-models":18782,"\u002Fnatural-language-processing\u002Ffoundations\u002Fsmoothing-and-backoff":18786,"\u002Fnatural-language-processing\u002Fclassification\u002Fnaive-bayes-and-sentiment":18790,"\u002Fnatural-language-processing\u002Fclassification\u002Fevaluating-classifiers":18795,"\u002Fnatural-language-processing\u002Fclassification\u002Flogistic-regression":18799,"\u002Fnatural-language-processing\u002Fclassification\u002Fsentiment-and-affect-lexicons":18803,"\u002Fnatural-language-processing\u002Fsemantics\u002Fvector-semantics-and-embeddings":18807,"\u002Fnatural-language-processing\u002Fsemantics\u002Fstatic-word-embeddings":18812,"\u002Fnatural-language-processing\u002Fsemantics\u002Fneural-language-models":18816,"\u002Fnatural-language-processing\u002Fsequences\u002Fsequence-labeling":18820,"\u002Fnatural-language-processing\u002Fsequences\u002Fcrfs-and-neural-taggers":18824,"\u002Fnatural-language-processing\u002Fsequences\u002Frnns-and-lstms":18828,"\u002Fnatural-language-processing\u002Ftransformers\u002Ftransformers-and-attention":18832,"\u002Fnatural-language-processing\u002Ftransformers\u002Fthe-transformer-architecture":18836,"\u002Fnatural-language-processing\u002Ftransformers\u002Flarge-language-models":18839,"\u002Fnatural-language-processing\u002Ftransformers\u002Fllm-pretraining-and-scaling":18842,"\u002Fnatural-language-processing\u002Ftransformers\u002Ffine-tuning-and-prompting":18846,"\u002Fnatural-language-processing\u002Ftransformers\u002Fprompting-and-alignment":18850,"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Fconstituency-parsing":18854,"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Fcky-scoring-and-evaluation":18859,"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Fdependency-parsing":18863,"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Fgraph-based-and-neural-dependency-parsing":18867,"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Fword-senses-and-wsd":18871,"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Fwsd-in-practice-and-induction":18875,"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Fsemantic-roles-and-information-extraction":18879,"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Frelations-events-and-templates":18883,"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Fcoreference-and-discourse":18887,"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Fcoherence-and-discourse-structure":18891,"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Flogical-semantics":18895,"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Fcompositional-semantics-and-description-logics":18899,"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Fsemantic-parsing":18903,"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Fneural-semantic-parsing":18907,"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Finformation-extraction":18911,"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Ftimes-events-and-templates":18915,"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Fdiscourse-coherence":18919,"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Fentity-based-and-global-coherence":18923,"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Fconstituency-grammars":18927,"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Ftreebanks-and-lexicalized-grammars":18931,"\u002Fnatural-language-processing\u002Fapplications\u002Fmachine-translation":18935,"\u002Fnatural-language-processing\u002Fapplications\u002Fmachine-translation-decoding-and-evaluation":18939,"\u002Fnatural-language-processing\u002Fapplications\u002Fquestion-answering":18943,"\u002Fnatural-language-processing\u002Fapplications\u002Fquestion-answering-knowledge-and-llms":18947,"\u002Fnatural-language-processing\u002Fapplications\u002Fdialogue-and-chatbots":18951,"\u002Fnatural-language-processing\u002Fapplications\u002Fdialogue-systems-and-assistants":18955,"\u002Fnatural-language-processing\u002Fapplications\u002Ftext-summarization":18959,"\u002Fnatural-language-processing\u002Fapplications\u002Fabstractive-summarization-and-evaluation":18963,"\u002Fnatural-language-processing\u002Fspeech\u002Fphonetics":18967,"\u002Fnatural-language-processing\u002Fspeech\u002Facoustic-phonetics":18972,"\u002Fnatural-language-processing\u002Fspeech\u002Fautomatic-speech-recognition":18976,"\u002Fnatural-language-processing\u002Fspeech\u002Fasr-evaluation-and-applications":18980,"\u002Fnatural-language-processing":18984,"\u002Fparticle-physics\u002Ffoundations\u002Fhistorical-overview-particle-zoo":18987,"\u002Fparticle-physics\u002Ffoundations\u002Fparticle-physics-basic-concepts":18991,"\u002Fparticle-physics\u002Ffoundations\u002Ffundamental-interactions-force-carriers":18995,"\u002Fparticle-physics\u002Funits-kinematics\u002Fnatural-units-and-scales":18999,"\u002Fparticle-physics\u002Funits-kinematics\u002Ffour-vectors-invariant-mass":19004,"\u002Fparticle-physics\u002Funits-kinematics\u002Fdecay-scattering-kinematics-mandelstam":19008,"\u002Fparticle-physics\u002Funits-kinematics\u002Fcross-sections-golden-rule":19012,"\u002Fparticle-physics\u002Fsymmetries\u002Fconservation-laws-symmetries":19016,"\u002Fparticle-physics\u002Fsymmetries\u002Fdiscrete-symmetries-cpt":19021,"\u002Fparticle-physics\u002Fsymmetries\u002Fparity-violation-weak":19025,"\u002Fparticle-physics\u002Fsymmetries\u002Fsu2-su3-flavor-symmetry":19029,"\u002Fparticle-physics\u002Fquark-model\u002Feightfold-way-su3":19033,"\u002Fparticle-physics\u002Fquark-model\u002Fmeson-spectroscopy":19038,"\u002Fparticle-physics\u002Fquark-model\u002Fbaryon-spectroscopy":19042,"\u002Fparticle-physics\u002Fquark-model\u002Fcolor-confinement-exotics":19046,"\u002Fparticle-physics\u002Frelativistic-wave-equations\u002Fklein-gordon-equation":19050,"\u002Fparticle-physics\u002Frelativistic-wave-equations\u002Fdirac-equation-spinors":19055,"\u002Fparticle-physics\u002Frelativistic-wave-equations\u002Fantiparticles-hole-theory":19059,"\u002Fparticle-physics\u002Fqed\u002Ffeynman-rules-qed":19063,"\u002Fparticle-physics\u002Fqed\u002Fqed-tree-processes":19068,"\u002Fparticle-physics\u002Fqed\u002Frenormalization-running-coupling":19072,"\u002Fparticle-physics\u002Fqed\u002Felectron-g-2":19076,"\u002Fparticle-physics\u002Fweak-interaction\u002Fva-structure-weak":19080,"\u002Fparticle-physics\u002Fweak-interaction\u002Fw-z-bosons-decays":19085,"\u002Fparticle-physics\u002Fweak-interaction\u002Fckm-matrix":19089,"\u002Fparticle-physics\u002Fweak-interaction\u002Fcp-violation-kaons-b-mesons":19093,"\u002Fparticle-physics\u002Fqcd\u002Fcolor-su3-gluons":19097,"\u002Fparticle-physics\u002Fqcd\u002Fasymptotic-freedom-confinement":19102,"\u002Fparticle-physics\u002Fqcd\u002Fdeep-inelastic-scattering-partons":19106,"\u002Fparticle-physics\u002Fqcd\u002Fjets-hadronization":19110,"\u002Fparticle-physics\u002Felectroweak-higgs\u002Felectroweak-su2-u1":19114,"\u002Fparticle-physics\u002Felectroweak-higgs\u002Fspontaneous-symmetry-breaking":19119,"\u002Fparticle-physics\u002Felectroweak-higgs\u002Fhiggs-mechanism":19123,"\u002Fparticle-physics\u002Felectroweak-higgs\u002Fhiggs-boson-discovery":19127,"\u002Fparticle-physics\u002Felectroweak-higgs\u002Fstandard-model":19131,"\u002Fparticle-physics\u002Fneutrinos\u002Fneutrino-oscillations":19135,"\u002Fparticle-physics\u002Fneutrinos\u002Fneutrino-mass-pmns":19140,"\u002Fparticle-physics\u002Fneutrinos\u002Fdirac-majorana-experiments":19144,"\u002Fparticle-physics\u002Fexperiment\u002Faccelerators-luminosity":19148,"\u002Fparticle-physics\u002Fexperiment\u002Fdetectors-subsystems":19153,"\u002Fparticle-physics\u002Fexperiment\u002Fhow-discoveries-are-made":19157,"\u002Fparticle-physics\u002Fbeyond-standard-model\u002Fbeyond-standard-model":19161,"\u002Fparticle-physics\u002Fbeyond-standard-model\u002Fgrand-unified-theories":19165,"\u002Fparticle-physics\u002Fbeyond-standard-model\u002Fsupersymmetry":19169,"\u002Fparticle-physics\u002Fbeyond-standard-model\u002Fhierarchy-problem-naturalness":19173,"\u002Fparticle-physics\u002Fbeyond-standard-model\u002Fdark-matter-candidates":19177,"\u002Fparticle-physics\u002Fbeyond-standard-model\u002Fmatter-antimatter-open-questions":19181,"\u002Fparticle-physics":19185,"\u002Fastrophysics-cosmology\u002Forientation\u002Fthe-sun-and-stars":19188,"\u002Fastrophysics-cosmology\u002Forientation\u002Fstellar-death-final-states":19193,"\u002Fastrophysics-cosmology\u002Forientation\u002Fgalaxies-and-cosmology":19197,"\u002Fastrophysics-cosmology\u002Fobservational-foundations\u002Fmagnitudes-fluxes-and-the-distance-modulus":19201,"\u002Fastrophysics-cosmology\u002Fobservational-foundations\u002Fstellar-spectra-and-spectral-classification":19206,"\u002Fastrophysics-cosmology\u002Fobservational-foundations\u002Ftelescopes-and-detectors-across-the-spectrum":19210,"\u002Fastrophysics-cosmology\u002Fobservational-foundations\u002Fthe-cosmic-distance-ladder":19214,"\u002Fastrophysics-cosmology\u002Fradiation-and-matter\u002Fblackbody-radiation-and-specific-intensity":19218,"\u002Fastrophysics-cosmology\u002Fradiation-and-matter\u002Fradiative-transfer-and-the-transfer-equation":19223,"\u002Fastrophysics-cosmology\u002Fradiation-and-matter\u002Fspectral-line-formation-and-broadening":19227,"\u002Fastrophysics-cosmology\u002Fradiation-and-matter\u002Fopacity-and-the-rosseland-mean":19231,"\u002Fastrophysics-cosmology\u002Fstellar-structure\u002Fhydrostatic-equilibrium-and-the-virial-theorem":19235,"\u002Fastrophysics-cosmology\u002Fstellar-structure\u002Fthe-equations-of-stellar-structure":19240,"\u002Fastrophysics-cosmology\u002Fstellar-structure\u002Fthe-equation-of-state-and-polytropes":19244,"\u002Fastrophysics-cosmology\u002Fstellar-structure\u002Fthe-standard-solar-model":19248,"\u002Fastrophysics-cosmology\u002Fnuclear-astrophysics\u002Fthermonuclear-reaction-rates-and-the-gamow-peak":19252,"\u002Fastrophysics-cosmology\u002Fnuclear-astrophysics\u002Fhydrogen-burning-pp-chains-and-cno":19257,"\u002Fastrophysics-cosmology\u002Fnuclear-astrophysics\u002Fhelium-burning-and-the-triple-alpha-process":19261,"\u002Fastrophysics-cosmology\u002Fnuclear-astrophysics\u002Fadvanced-burning-and-neutron-capture-nucleosynthesis":19265,"\u002Fastrophysics-cosmology\u002Fism-and-star-formation\u002Fphases-of-the-interstellar-medium":19269,"\u002Fastrophysics-cosmology\u002Fism-and-star-formation\u002Fmolecular-clouds-and-gravitational-collapse":19274,"\u002Fastrophysics-cosmology\u002Fism-and-star-formation\u002Fprotostars-and-the-pre-main-sequence":19278,"\u002Fastrophysics-cosmology\u002Fstellar-evolution\u002Fthe-main-sequence-and-its-structure":19282,"\u002Fastrophysics-cosmology\u002Fstellar-evolution\u002Fpost-main-sequence-low-mass-evolution":19287,"\u002Fastrophysics-cosmology\u002Fstellar-evolution\u002Fthe-evolution-of-massive-stars":19291,"\u002Fastrophysics-cosmology\u002Fstellar-evolution\u002Fstellar-pulsation-and-the-instability-strip":19295,"\u002Fastrophysics-cosmology\u002Fstellar-death-and-compact-remnants\u002Fwhite-dwarfs-and-the-chandrasekhar-limit":19299,"\u002Fastrophysics-cosmology\u002Fstellar-death-and-compact-remnants\u002Fcore-collapse-supernovae":19303,"\u002Fastrophysics-cosmology\u002Fstellar-death-and-compact-remnants\u002Fthermonuclear-supernovae-type-ia":19307,"\u002Fastrophysics-cosmology\u002Fstellar-death-and-compact-remnants\u002Fneutron-stars-and-pulsars":19311,"\u002Fastrophysics-cosmology\u002Fstellar-death-and-compact-remnants\u002Fblack-holes-schwarzschild-and-kerr":19315,"\u002Fastrophysics-cosmology\u002Fbinaries-and-gravitational-waves\u002Fbinary-systems-and-mass-transfer":19319,"\u002Fastrophysics-cosmology\u002Fbinaries-and-gravitational-waves\u002Faccreting-compact-objects":19324,"\u002Fastrophysics-cosmology\u002Fbinaries-and-gravitational-waves\u002Fgravitational-waves-from-inspiraling-binaries":19328,"\u002Fastrophysics-cosmology\u002Fbinaries-and-gravitational-waves\u002Fmultimessenger-astronomy-and-gamma-ray-bursts":19332,"\u002Fastrophysics-cosmology\u002Fgalaxies\u002Fthe-milky-way":19336,"\u002Fastrophysics-cosmology\u002Fgalaxies\u002Fgalaxy-morphology-and-classification":19341,"\u002Fastrophysics-cosmology\u002Fgalaxies\u002Fgalaxy-rotation-curves-and-dark-matter":19345,"\u002Fastrophysics-cosmology\u002Fgalaxies\u002Factive-galactic-nuclei-and-supermassive-black-holes":19349,"\u002Fastrophysics-cosmology\u002Fgalaxies\u002Fgalaxy-clusters-and-large-scale-structure":19353,"\u002Fastrophysics-cosmology\u002Fcosmology-expansion-and-dynamics\u002Fthe-expanding-universe-and-hubbles-law":19357,"\u002Fastrophysics-cosmology\u002Fcosmology-expansion-and-dynamics\u002Fthe-frw-metric-and-cosmological-redshift":19362,"\u002Fastrophysics-cosmology\u002Fcosmology-expansion-and-dynamics\u002Fthe-friedmann-equations-and-cosmic-dynamics":19366,"\u002Fastrophysics-cosmology\u002Fcosmology-expansion-and-dynamics\u002Fcosmological-models-and-distances":19369,"\u002Fastrophysics-cosmology\u002Fcosmology-expansion-and-dynamics\u002Fdark-energy-and-the-accelerating-universe":19373,"\u002Fastrophysics-cosmology\u002Fthe-hot-big-bang\u002Fthe-thermal-history-of-the-universe":19377,"\u002Fastrophysics-cosmology\u002Fthe-hot-big-bang\u002Fbig-bang-nucleosynthesis":19382,"\u002Fastrophysics-cosmology\u002Fthe-hot-big-bang\u002Frecombination-and-the-cosmic-microwave-background":19386,"\u002Fastrophysics-cosmology\u002Fthe-hot-big-bang\u002Fcmb-anisotropies-and-cosmological-parameters":19390,"\u002Fastrophysics-cosmology\u002Fthe-hot-big-bang\u002Fcosmic-inflation":19394,"\u002Fastrophysics-cosmology\u002Fthe-hot-big-bang\u002Fstructure-formation-and-the-growth-of-perturbations":19398,"\u002Fastrophysics-cosmology\u002Fthe-hot-big-bang\u002Fdark-matter-dark-energy-and-open-questions":19402,"\u002Fastrophysics-cosmology":19406,"\u002Fcolophon":19409,"\u002F":19412},{"path":14882,"title":14883,"module":14884,"summary":14885},"\u002Falgorithms\u002Ffoundations\u002Fwhat-is-an-algorithm","What Is an Algorithm?","Foundations","An algorithm is a finite, mechanical recipe that transforms inputs into outputs. We define what counts as an algorithm, how we write one down, and the three things we always ask of it: is it correct, is it fast, and can we prove it.\n",{"path":14887,"title":14888,"module":14884,"summary":14889},"\u002Falgorithms\u002Ffoundations\u002Fproof-techniques","Proof Techniques","An algorithm without a proof is a conjecture. This lesson collects the handful\nof arguments that certify the algorithms in this course — direct proof,\ncontrapositive, contradiction, ordinary and strong induction, construction, and\ndisproof by counterexample — each with a small worked\nexample and a picture. Loop invariants are a form of induction,\nrecursive correctness falls to strong induction, and the classic broken proofs\n(all horses are the same color) show where inductions go wrong.\n",{"path":14891,"title":14892,"module":14884,"summary":14893},"\u002Falgorithms\u002Ffoundations\u002Fasymptotic-analysis","Asymptotic Analysis","We measure an algorithm's running time as a function of its input size, then strip away machine-specific constants and lower-order terms to compare algorithms cleanly. This lesson defines the RAM model and the $O$, $\\Omega$, $\\Theta$, $o$, and $\\omega$ notations, proves the polynomial theorem, and shows how to rank growth rates with the limit test, L'Hôpital, base substitution, and the logarithm identities the arguments lean on.\n",{"path":14895,"title":14896,"module":14884,"summary":14897},"\u002Falgorithms\u002Ffoundations\u002Fgrowth-rates-and-loop-analysis","Growth Rates and Loop Analysis","With the asymptotic notations in hand, we rank the functions that actually arise in running times — from constant to factorial — proving the orderings between rungs, then read the running time of a loop nest straight off the page. Sequential blocks add, nested loops multiply, index scaling gives logarithms; a worked trace and a tour of cache-aware and galactic algorithms close the lesson.\n",{"path":14899,"title":14900,"module":14884,"summary":14901},"\u002Falgorithms\u002Ffoundations\u002Frecurrences","Recurrences and the Master Theorem","Recursive and divide-and-conquer algorithms describe their own running time with a recurrence: $T(n)$ in terms of $T$ on smaller inputs. We solve recurrences three ways — drawing the recursion tree, guessing-and-verifying by induction, and applying the Master Theorem — using merge sort as the running example, then handle unequal splits with Akra–Bazzi.\n",{"path":14903,"title":14904,"module":14884,"summary":14905},"\u002Falgorithms\u002Ffoundations\u002Famortized-analysis","Amortized Analysis","Some operations are occasionally expensive but cheap on average across any\nsequence. Amortized analysis bounds the average cost per operation over a\nworst-case sequence — not an expectation — so a rare costly step is paid for by\nthe many cheap ones around it. This lesson develops the aggregate, accounting,\nand potential methods on dynamic-array doubling, the binary counter, and a\nstack with multipop.\n",{"path":14907,"title":14908,"module":14909,"summary":14910},"\u002Falgorithms\u002Fdivide-and-conquer\u002Fmergesort","Divide and Conquer & Mergesort","Divide & Conquer","Divide and conquer breaks a problem into smaller copies of itself, solves\nthem recursively, and stitches the answers together. We meet the paradigm\nthrough mergesort — its merge step, its loop-invariant proof, and the\nrecursion tree that pins its cost at $\\Theta(n\\log n)$ — then count inversions\nwith the same machinery and distill the whole pattern into the master theorem.\n",{"path":14912,"title":14913,"module":14909,"summary":14914},"\u002Falgorithms\u002Fdivide-and-conquer\u002Fquicksort","Quicksort","Quicksort sorts in place by partitioning around a pivot and recursing on\neach side. We give Lomuto and Hoare partitioning with a correctness\ninvariant, see why a bad pivot costs $\\Theta(n^2)$ while a balanced one gives\n$\\Theta(n\\log n)$, and prove that randomizing the pivot makes the expected\ncost $\\Theta(n\\log n)$ on every input.\n",{"path":14916,"title":14917,"module":14909,"summary":14918},"\u002Falgorithms\u002Fdivide-and-conquer\u002Fselection","Linear-Time Selection","Finding the $k$-th smallest element looks like it should require sorting, but\nit does not. Quickselect adapts quicksort's partition to recurse on just one\nside, achieving expected $O(n)$. The median-of-medians algorithm guarantees a\ngood pivot with the groups-of-five trick, pushing the worst case down to a\nprovable $O(n)$.\n",{"path":14920,"title":14921,"module":14909,"summary":14922},"\u002Falgorithms\u002Fdivide-and-conquer\u002Ffast-multiplication","Fast Multiplication","Grade-school multiplication is $\\Theta(n^2)$, yet divide and conquer beats it.\nKaratsuba multiplies $n$-bit integers with three half-size products instead of\nfour, giving $\\Theta(n^{\\log_2 3})$, and Strassen multiplies matrices with\nseven block products instead of eight, giving $\\Theta(n^{\\log_2 7})$. Both\nspend cheap additions to save an expensive multiplication, and the master\ntheorem quantifies the savings.\n",{"path":14924,"title":14925,"module":14926,"summary":14927},"\u002Falgorithms\u002Fsorting\u002Fheaps-and-heapsort","Heaps and Heapsort","Sorting & Order Statistics","A binary heap is a tree we store flat in an array, with index arithmetic\nstanding in for pointers. We build the max-heap property bottom-up in $O(n)$\ntime, sort in place in $\\Theta(n\\log n)$ by repeatedly extracting the maximum,\nand reuse the same structure to implement a priority queue.\n",{"path":14929,"title":14930,"module":14926,"summary":14931},"\u002Falgorithms\u002Fsorting\u002Fsorting-lower-bounds","Lower Bounds for Comparison Sorting","Every sort we have seen runs in $\\Omega(n\\log n)$, and that is no accident.\nModeling a sort as a decision tree of comparisons, we show any such tree must\nhave $n!$ leaves, forcing height $\\ge \\log_2(n!) = \\Omega(n\\log n)$ — a bound\nno comparison sort beats in the worst case, on average, or with randomness.\n",{"path":14933,"title":14934,"module":14926,"summary":14935},"\u002Falgorithms\u002Fsorting\u002Flinear-time-sorting","Sorting in Linear Time","The $\\Omega(n\\log n)$ barrier only binds algorithms that compare. By instead\nusing keys as array indices we slip past it: counting sort runs in\n$\\Theta(n+k)$ and is stable, radix sort layers it digit by digit, and bucket\nsort averages $\\Theta(n)$ on uniform data. We see exactly when each applies.\n",{"path":14937,"title":14938,"module":14926,"summary":14939},"\u002Falgorithms\u002Fsorting\u002Fexternal-sorting","External Sorting","When the data dwarfs main memory, the cost that matters is no longer\ncomparisons but block transfers to and from disk. External merge sort sorts\nmemory-sized runs, then folds them together with a heap-driven $k$-way merge in\n$\\Theta(\\log_k(N\u002FM))$ passes. Larger fan-out cuts passes; replacement selection\nbuilds longer runs to cut them further.\n",{"path":14941,"title":14942,"module":14943,"summary":14944},"\u002Falgorithms\u002Fdata-structures\u002Felementary-structures","Elementary Data Structures","Data Structures","Every container is built one of two ways: **contiguous** in an array, or\n**linked** through pointers. We trade cache-friendly random access against\n$O(1)$ splicing, derive the **amortized $O(1)$** append of a doubling dynamic\narray, and assemble the two ordered access disciplines — the LIFO **stack** and\nthe FIFO **queue** (with its generalization, the **deque**) — on top of both.\n",{"path":14946,"title":14947,"module":14943,"summary":14948},"\u002Falgorithms\u002Fdata-structures\u002Fhash-tables","Hash Tables","A hash table implements the dictionary — insert, search, delete — in expected\n$O(1)$ time by scattering keys across an array with a hash function. We build\nup from direct addressing, handle collisions by chaining and by open\naddressing, analyze the load factor $\\alpha$, and see how universal hashing\nachieves its expected-time guarantee against every input.\n",{"path":14950,"title":14951,"module":14943,"summary":14952},"\u002Falgorithms\u002Fdata-structures\u002Fbinary-search-trees","Binary Search Trees","A binary search tree keeps keys ordered so that every operation follows a\nsingle root-to-leaf path. We state the BST property, trace search, insert,\nsuccessor, and all three delete cases on concrete trees, prove the inorder\nwalk sorts, and note the drawback — every operation costs $O(h)$, and a\ncarelessly built tree degrades to height $h = \\Theta(n)$, motivating balance.\n",{"path":14954,"title":14955,"module":14943,"summary":14956},"\u002Falgorithms\u002Fdata-structures\u002Favl-trees","AVL Trees","An AVL tree is the first balanced BST: at every node the two subtrees' heights\ndiffer by at most $1$. A Fibonacci-style minimal-node argument forces height\n$h \\le 1.44\\log_2 n = O(\\log n)$, so search, insert, and delete are all\n$O(\\log n)$. Insertion rebalances with at most one of four rotation cases\n(LL, RR, LR, RL); deletion may rotate all the way to the root.\n",{"path":14958,"title":14959,"module":14943,"summary":14960},"\u002Falgorithms\u002Fdata-structures\u002Fbalanced-trees","Balanced Search Trees","An ordinary BST can degrade to height $\\Theta(n)$; balanced search trees\nguarantee $h = O(\\log n)$ by maintaining invariants and repairing them after\nevery update. We meet rotations, the local restructuring primitive, then\nred-black trees, whose color invariants force logarithmic height, and finally\nB-trees, which trade tall-and-thin for short-and-wide to win on disk.\n",{"path":14962,"title":14963,"module":14943,"summary":14964},"\u002Falgorithms\u002Fdata-structures\u002Funion-find","Disjoint Sets (Union-Find)","The disjoint-set data structure tracks a partition of elements into groups,\nanswering \"are these two in the same group?\" and merging groups on demand. A\nforest of parent pointers, sped up by union by rank and path compression,\ndrives every operation to near-constant $O(\\alpha(n))$ amortized time — the\nstructure behind connectivity queries and Kruskal's minimum spanning tree.\n",{"path":14966,"title":14967,"module":14943,"summary":14968},"\u002Falgorithms\u002Fdata-structures\u002Ffenwick-and-segment-trees","Fenwick & Segment Trees","A prefix-sum array answers a range sum in $O(1)$ but pays $O(n)$ per update;\na plain array updates in $O(1)$ but pays $O(n)$ per range sum. Fenwick and\nsegment trees give us _both_ in $O(\\log n)$. The Fenwick (binary indexed) tree\nis a tiny array keyed by the low bit; the segment tree is a general balanced\ntree over canonical ranges that handles any associative aggregate and, with\nlazy propagation, range updates too.\n",{"path":14970,"title":14971,"module":14943,"summary":14972},"\u002Falgorithms\u002Fdata-structures\u002Fspatial-data-structures","Spatial Data Structures","A balanced BST orders keys on a line, but points in the plane have no single\nnatural order. Quadtrees subdivide space recursively into quadrants; k-d trees\nsplit on alternating coordinates at the median. Both make range and\nnearest-neighbour queries fast by carving the plane into boxes a query can\nprune away. Range trees nest a y-tree in an x-tree for fast orthogonal range\nreporting; interval trees index intervals to answer stabbing queries.\n",{"path":14974,"title":14975,"module":14943,"summary":14976},"\u002Falgorithms\u002Fdata-structures\u002Fskip-lists-and-probabilistic-structures","Skip Lists & Probabilistic Structures","Balanced trees achieve $O(\\log n)$ with rotations and invariants; randomization\ngives the same bound far more simply. A skip list is a layered linked list whose\nexpress lanes are chosen by coin flips, giving expected $O(\\log n)$ search and\ninsert with no rebalancing. A Bloom filter trades exactness for space: a bit\narray and a few hashes answer set membership with no false negatives and a\ntunable false-positive rate, but cannot delete.\n",{"path":14978,"title":14979,"module":14943,"summary":14980},"\u002Falgorithms\u002Fdata-structures\u002Fb-trees","B-Trees","When data lives on disk, the cost that dominates is block transfers, not\ncomparisons — and a binary tree of a billion keys is thirty reads deep. A\nB-tree of minimum degree $t$ is short and wide: $t-1$ to $2t-1$ keys per node,\nall leaves at one depth, height $O(\\log_t n)$. Insertion splits a full node on\nthe way down and pushes its median up; deletion borrows or merges to keep nodes\nfull enough. High fan-out is what minimizes disk I\u002FO.\n",{"path":14982,"title":14983,"module":14943,"summary":14984},"\u002Falgorithms\u002Fdata-structures\u002Fdata-stream-algorithms","Data-Stream Algorithms","Most of this course assumes data sits in fast memory, addressable at will.\nExternal sorting relaxed that to a re-readable disk. The streaming model goes\nfurther: items arrive one at a time, are seen once, and must be discarded, with\nonly sublinear, often polylogarithmic, memory. In exchange, the answers are\napproximate and probabilistic. We set up the model, then meet reservoir\nsampling for a uniform sample of an unknown-length stream and Morris counting\nfor an approximate tally in doubly-logarithmic space.\n",{"path":14986,"title":14987,"module":14943,"summary":14988},"\u002Falgorithms\u002Fdata-structures\u002Fstreaming-sketches","Streaming Sketches","Sampling and counting kept a random subset or a single approximate tally.\nSketches go further: fixed, tiny summaries that answer questions about a\nstream's frequencies. We meet the Count–Min sketch for point frequency\nestimation, Misra–Gries for heavy hitters, and HyperLogLog for distinct\ncounts, each trading a controlled error for space that never grows with the\nstream.\n",{"path":14990,"title":14991,"module":14992,"summary":14993},"\u002Falgorithms\u002Fsequences\u002Ftwo-pointers-and-windows","Two Pointers & Sliding Windows","Sequences & Strings","A family of array idioms that collapse an obvious $O(n^2)$ scan into a single\n$O(n)$ pass by maintaining an invariant as indices move. We meet two pointers\n(converging on a sorted array, and a fast\u002Fslow pair for in-place rewriting)\nand the sliding window (fixed and variable size, amortized $O(n)$). The\ncompanion lesson on prefix sums picks up where the window's positivity\nassumption fails.\n",{"path":14995,"title":14996,"module":14992,"summary":14997},"\u002Falgorithms\u002Fsequences\u002Fprefix-sums","Prefix Sums & Difference Arrays","Prefix sums precompute the running total once so that any range-sum query is a\nsingle subtraction, $P[r{+}1]-P[l]$, in $O(1)$. A hash map of prefix\nfrequencies then counts subarrays summing to $k$ in $O(n)$ — even with negative\nentries, where the sliding window fails. The difference-array dual turns $m$\nrange-adds into $O(m+n)$, and the whole idea lifts to 2-D rectangle sums by\ninclusion–exclusion.\n",{"path":14999,"title":15000,"module":14992,"summary":15001},"\u002Falgorithms\u002Fsequences\u002Fmonotonic-stacks","Monotonic Stacks & Queues","A **monotonic stack** keeps its contents sorted by popping every element that\nwould break the order before each push — turning a family of \"previous\u002Fnext\ngreater (or smaller) element\" questions into a single $O(n)$ scan. We trace\nthe next-greater-element routine push by push and prove its amortized bound,\nfuse two such scans to measure the **largest rectangle in a histogram** in\nlinear time, extend the idea to a **monotonic deque** that streams the\n**sliding-window maximum** in $O(n)$, and use asymmetric tie-breaking to\ncount **subarray minimums** without double-counting duplicates.\n",{"path":15003,"title":15004,"module":14992,"summary":15005},"\u002Falgorithms\u002Fsequences\u002Fbinary-search-on-the-answer","Binary Search on the Answer","Binary search locates the boundary of a **monotone predicate** $p(x)$ in\n$O(\\log(\\text{range}))$ probes; sorted arrays are only one instance. We first\nestablish the half-open `while (lo \u003C hi)` template for $\\textsc{lower\\_bound}$\nand $\\textsc{upper\\_bound}$, then generalize to \"binary search on the answer\":\nwhenever feasibility is monotone in a numeric parameter, we binary search the\nparameter itself, calling a feasibility check at each step.\n",{"path":15007,"title":15008,"module":14992,"summary":15009},"\u002Falgorithms\u002Fsequences\u002Fstring-matching","String Matching: Naive & Rabin–Karp","Given a text $T$ of length $n$ and a pattern $P$ of length $m$, find every\noccurrence of $P$ in $T$. The naive scan costs $O(nm)$ and re-reads text it has\nalready seen. Rabin–Karp fixes the first inefficiency with a **rolling hash**:\neach length-$m$ window is summarized by one number, updated in $O(1)$ per slide,\nverified on a hash match to kill collisions, for expected $O(n+m)$. A companion\nlesson removes the re-reading entirely with KMP and the Z-function.\n",{"path":15011,"title":15012,"module":14992,"summary":15013},"\u002Falgorithms\u002Fsequences\u002Fkmp-and-z-function","String Matching: KMP & the Z-Function","Two linear-time matchers that beat Rabin–Karp's expected bound with a\nworst-case guarantee and no randomness. KMP precomputes a **failure function**\n$\\pi$ so a mismatch slides the pattern by $q-\\pi[q-1]$ and the text pointer\nnever backs up, for $O(n+m)$. The **Z-function** computes the longest\nprefix-match at every position via the Z-box, giving the same bound from a\ndifferent angle; the two encodings of a string's self-overlap convert freely.\n",{"path":15015,"title":15016,"module":14992,"summary":15017},"\u002Falgorithms\u002Fsequences\u002Ftries","Tries & Prefix Trees","A **trie** stores a set of strings in a tree keyed by _characters_, so that\ninsert, search, delete, and prefix-test all run in $O(L)$ time — the length\nof the key, _independent of how many keys are stored_. Shared prefixes are\nstored once, which makes tries the natural structure for autocomplete,\nwildcard dictionaries, board word-search, and — over the alphabet $\\{0,1\\}$\n— the maximum-XOR-pair problem. Radix (Patricia) trees compress the chains.\n",{"path":15019,"title":15020,"module":14992,"summary":15021},"\u002Falgorithms\u002Fsequences\u002Fsuffix-arrays-and-aho-corasick","Suffix Arrays, LCP & Aho–Corasick","A **suffix array** sorts all $n$ suffixes of a string, indexing every substring\nat once; built in $O(n\\log n)$, it locates a pattern by binary search in\n$O(m\\log n)$. Its companion **LCP array** (Kasai's $O(n)$ algorithm) counts\ndistinct substrings and finds the longest repeated substring. **Aho–Corasick**\ngeneralises KMP to a whole dictionary: a trie of patterns plus failure links\nscans the text once in $O(\\text{text} + \\text{matches})$ to report every\noccurrence of every pattern. Manacher's algorithm finds all palindromic\nsubstrings in $O(n)$.\n",{"path":15023,"title":15024,"module":15025,"summary":15026},"\u002Falgorithms\u002Fgraphs\u002Frepresentations-and-traversal","Graph Representations and Traversal","Graphs","A graph captures _relationships_ — who connects to whom. We fix the\nvocabulary, weigh the two standard representations (adjacency list versus\nmatrix), then meet the single search skeleton behind everything that follows:\nWhatever-First-Search, and its breadth-first reading, which finds shortest\npaths by number of edges in $O(V + E)$.\n",{"path":15028,"title":15029,"module":15025,"summary":15030},"\u002Falgorithms\u002Fgraphs\u002Fdepth-first-search","Depth-First Search","Swap BFS's queue for a stack and the search plunges instead of fanning out.\nDepth-first search stamps every vertex with discovery and finish times that\nnest like parentheses, classifies each edge as tree, back, forward, or cross,\nand — through the back edge — decides in one pass whether a graph has a cycle.\nThese timestamps underpin topological sort, strong\nconnectivity, and the rest of this module.\n",{"path":15032,"title":15033,"module":15025,"summary":15034},"\u002Falgorithms\u002Fgraphs\u002Ftopological-sort-and-scc","Topological Sort and Strong Connectivity","Directed acyclic graphs model dependencies: tasks that must precede other\ntasks. A _topological order_ lays such a graph out in a line so every edge\npoints forward, and depth-first finish times yield one almost for free.\nWe then ask the harder question for graphs _with_ cycles: which vertices can\nreach each other? The answer is the strongly connected components, found by a\ntwo-pass DFS.\n",{"path":15036,"title":15037,"module":15025,"summary":15038},"\u002Falgorithms\u002Fgraphs\u002Fminimum-spanning-trees","Minimum Spanning Trees","Given a weighted network, how do we connect everything as cheaply as possible?\nThe answer is a minimum spanning tree, and one lemma — the cut property —\njustifies _every_ correct MST algorithm. We prove the cut and cycle\nproperties by exchange arguments, use them to settle uniqueness, and meet the\noldest MST algorithm, Borůvka's, whose parallel component-merging rounds fall\nstraight out of the cut rule.\n",{"path":15040,"title":15041,"module":15025,"summary":15042},"\u002Falgorithms\u002Fgraphs\u002Fkruskal-and-prim","Kruskal and Prim","The two minimum-spanning-tree algorithms you will actually implement.\nKruskal grows a forest edge by edge, cheapest first, using a union-find\nstructure to reject cycle-closing edges; Prim grows one tree outward from a\nroot with a priority queue, exactly Dijkstra rekeyed by attachment cost. Both\ntraced in full on a nine-town graph, with the edge cases, the bottleneck\nproperty, and where each one wins.\n",{"path":15044,"title":15045,"module":15025,"summary":15046},"\u002Falgorithms\u002Fgraphs\u002Fshortest-paths","Shortest Paths","Finding the cheapest route through a weighted network is one of the most-used\nalgorithms in computing, and a single operation — _relaxation_ — underlies\nevery method. We build the primitive, prove the triangle inequality and\noptimal substructure that make it work, then meet Dijkstra's algorithm: the\ngreedy solution for non-negative weights, traced vertex by vertex, with the\ncut argument that proves each extraction is final.\n",{"path":15048,"title":15049,"module":15025,"summary":15050},"\u002Falgorithms\u002Fgraphs\u002Fall-pairs-and-negative-weights","All-Pairs and Negative Weights","Dijkstra's greedy schedule breaks the moment an edge goes negative. We give it\nup for dynamic programming: Bellman-Ford derived as a DP over edge budgets,\nwith its negative-cycle detector, and Floyd-Warshall computing the distance\nbetween _every_ pair of vertices via a DP over which vertices a path may pass\nthrough. We close with Johnson's algorithm and the arbitrage problems that\nnegative cycles encode.\n",{"path":15052,"title":15053,"module":15025,"summary":15054},"\u002Falgorithms\u002Fgraphs\u002Fnetwork-flow","Network Flow","How much can flow through a network from source to sink? We build flow\nnetworks with capacity and conservation constraints, increase a flow by\npushing along augmenting paths in the residual graph, and see how reverse\nedges let the algorithm undo earlier routing. Ford-Fulkerson and its BFS refinement\nEdmonds-Karp find a maximum flow, traced end to end on a worked network.\n",{"path":15056,"title":15057,"module":15025,"summary":15058},"\u002Falgorithms\u002Fgraphs\u002Fmax-flow-min-cut","Max-Flow Min-Cut and Applications","Why is the flow found when no augmenting path remains actually optimal? The\nanswer is a duality theorem: the maximum flow equals the minimum cut. We prove\nit, read the minimum cut off the final residual graph, then derive bipartite\nmatching and a catalog of modeling reductions from the flow\nabstraction — before touching the modern algorithms that supersede\nEdmonds-Karp.\n",{"path":15060,"title":15061,"module":15025,"summary":15062},"\u002Falgorithms\u002Fgraphs\u002Fbridges-and-articulation-points","Bridges & Articulation Points","A **bridge** is an edge whose removal disconnects the graph; an **articulation\npoint** is a vertex whose removal does. Both are single points of failure in a\nnetwork. A single depth-first search computes discovery times and **low-links**,\nand two local criteria — $low[v] > disc[u]$ for bridges, $low[v] \\ge disc[u]$\nfor cut vertices — find them all in $O(V+E)$.\n",{"path":15064,"title":15065,"module":15025,"summary":15066},"\u002Falgorithms\u002Fgraphs\u002Flowest-common-ancestor","Lowest Common Ancestor & Binary Lifting","Given a rooted tree, the lowest common ancestor of $u$ and $v$ is the deepest\nnode that is an ancestor of both. A naive walk answers one query in $O(h)$;\n**binary lifting** precomputes the $2^k$-th ancestor of every node in\n$O(n\\log n)$, then answers $k$-th-ancestor and LCA queries in $O(\\log n)$ each.\nWe derive both jumps, apply them to tree distance, and compare against the\nEuler-tour + RMQ and Tarjan offline alternatives.\n",{"path":15068,"title":15069,"module":15025,"summary":15070},"\u002Falgorithms\u002Fgraphs\u002Ftwo-sat","2-SAT via Implication Graphs","A boolean formula whose every clause has exactly two literals can be solved in\n_linear_ time — even though its three-literal cousin is NP-complete. The idea\nis to read each clause as a pair of implications, build a directed graph on the\n$2n$ literals, and ask a question we already know how to answer: which literals\nshare a strongly connected component? The formula is satisfiable iff no variable\nlands in the same SCC as its own negation, and the SCCs' topological order\nyields a satisfying assignment for free.\n",{"path":15072,"title":15073,"module":15025,"summary":15074},"\u002Falgorithms\u002Fgraphs\u002Feulerian-tours","Eulerian Tours","An **Eulerian tour** uses every _edge_ of a graph exactly once. We give the\nexact parity and balance conditions under which one exists (even degree\nfor undirected graphs, in-degree equal to out-degree for directed) and Hierholzer's\n$O(E)$ algorithm that constructs one by splicing closed sub-tours. We contrast\nthis sharply with the **Hamiltonian** problem (visit every _vertex_ once),\nwhich is NP-complete: visiting edges is easy, visiting vertices is hard.\n",{"path":15076,"title":15077,"module":15025,"summary":15078},"\u002Falgorithms\u002Fgraphs\u002Fbipartite-matching","Bipartite Matching","Pairing applicants to jobs, students to slots, files to disks: all are\n**maximum bipartite matching**. We solve it combinatorially with **augmenting\npaths** (Kuhn's algorithm, $O(VE)$), speed it up to $O(E\\sqrt V)$ with\n**Hopcroft–Karp**, and uncover the structure behind it — **König's theorem**\n(max matching equals min vertex cover) and **Hall's marriage theorem** (a\nperfect matching exists iff every set has enough neighbors).\n",{"path":15080,"title":15081,"module":15082,"summary":15083},"\u002Falgorithms\u002Fgreedy\u002Fthe-greedy-method","The Greedy Method","Greedy Algorithms","A greedy algorithm builds a solution one locally-best choice at a time and\nnever looks back. We isolate the two properties that make this work — the\ngreedy-choice property and optimal substructure — prove the canonical\nactivity-selection algorithm correct with an exchange argument, watch greedy\nfail on the 0\u002F1 knapsack, and glimpse matroids as the theory\nthat says exactly when the greedy method is optimal.\n",{"path":15085,"title":15086,"module":15082,"summary":15087},"\u002Falgorithms\u002Fgreedy\u002Fscheduling-and-intervals","Scheduling & Interval Partitioning","Three classic scheduling problems all yield to greedy algorithms — and all\nthree turn on a single design decision: which key to sort by. Interval\nscheduling sorts by **finish** time to pack the most compatible jobs;\ninterval partitioning sorts by **start** time and proves the rooms needed\nequal the maximum overlap **depth**; minimizing maximum lateness sorts by\n**deadline** and is justified by an adjacent-swap exchange argument.\n",{"path":15089,"title":15090,"module":15082,"summary":15091},"\u002Falgorithms\u002Fgreedy\u002Fhuffman-codes","Huffman Codes","Huffman coding builds a\nprovably optimal prefix-free binary code by repeatedly merging the two least\nfrequent symbols. We develop prefix-free codes as binary trees, give the\nalgorithm with a priority queue, build a Huffman tree from example\nfrequencies, prove optimality with the same greedy-choice-plus-substructure\nargument, and pin the running time at $O(n\\log n)$.\n",{"path":15093,"title":15094,"module":15082,"summary":15095},"\u002Falgorithms\u002Fgreedy\u002Fmatroids","Matroids & Exchange Arguments","The capstone of the greedy module: _why_ and _when_ a greedy algorithm is\nprovably optimal. We recap the two correctness templates — **greedy-stays-ahead**\nand the **exchange argument** — then meet the **matroid** $M=(S,\\mathcal{I})$, an\nabstraction whose **exchange property** is the structure greedy needs.\nThe matroid–greedy theorem says sorting by weight and taking what stays\nindependent yields a maximum-weight basis _if and only if_ the structure is a\nmatroid. Kruskal's MST is the canonical instance; 0\u002F1 knapsack and TSP are the\ncanonical failures.\n",{"path":15097,"title":15098,"module":15082,"summary":15099},"\u002Falgorithms\u002Fgreedy\u002Fstable-matching","Stable Matching (Gale–Shapley)","Two sides each rank the other; we want a matching with no **blocking pair** — no\ntwo participants who both prefer each other to their assigned partners. The\n**Gale–Shapley deferred-acceptance** algorithm has proposers propose in\npreference order while receivers tentatively hold the best offer so far. We prove\nit terminates in $\\O(n^2)$ proposals, returns a **perfect** matching, and that\nthe matching is **stable**. A sharper asymmetry follows: deferred acceptance is\n**proposer-optimal** and **receiver-pessimal**, the structural fact behind the\nresidency match and school-choice systems.\n",{"path":15101,"title":15102,"module":15103,"summary":15104},"\u002Falgorithms\u002Fdynamic-programming\u002Fprinciples","Principles of Dynamic Programming","Dynamic Programming","Dynamic programming is recursion with memory: when a recursive solution\nre-solves the same subproblems again and again, we solve each one once and\nstore the answer. We identify the two structural conditions that make this\nwork — overlapping subproblems and optimal substructure — contrast top-down\nmemoization with bottom-up tabulation, and distil the whole method into a\nfive-step recipe.\n",{"path":15106,"title":15107,"module":15103,"summary":15108},"\u002Falgorithms\u002Fdynamic-programming\u002Fsequence-dp","Sequence Alignment & LCS","Two strings can be compared by how much of one appears inside the\nother. The longest common subsequence (LCS) and edit distance are the two\nclassic measures, and they are the _same_ dynamic program with different\ncosts. We derive the LCS recurrence by examining the last characters, fill a\nworked DP table, reconstruct the subsequence, and then show edit distance as\nthe identical $\\Theta(mn)$ pattern.\n",{"path":15110,"title":15111,"module":15103,"summary":15112},"\u002Falgorithms\u002Fdynamic-programming\u002Flongest-increasing-subsequence","Longest Increasing Subsequence","Given a sequence of numbers, how long is its longest strictly increasing\nsubsequence? A first dynamic program indexes subproblems by the element each\nsubsequence _ends at_, giving an $O(n^2)$ solution with parent-pointer\nreconstruction. A sharper idea, the patience-sorting _tails_ array searched by\nbinary search, drops the time to $O(n\\log n)$. We then fold in the\nvariants: non-decreasing, counting, Russian-doll envelopes, and bitonic.\n",{"path":15114,"title":15115,"module":15103,"summary":15116},"\u002Falgorithms\u002Fdynamic-programming\u002Fknapsack","Knapsack & Subset Problems","We start from $\\textsc{Subset-sum}$ — does some sublist hit a target $t$? — and its\ninclude\u002Fexclude recurrence over a boolean table $A(i, u)$, then bolt on values\nto get 0\u002F1 knapsack as the same machine with $\\lor$ promoted to $\\max$. We fill\nboth tables, recover the chosen items, and confront the surprise that the\n$\\Theta(nt)$ running time is only _pseudo-polynomial_ — exponential in the bit\nlength $b$, and unimprovable unless $\\mathrm{P}=\\mathrm{NP}$ since subset-sum is\n$\\textsc{NP-complete}$. The fractional variant reveals the sharp line between greedy\nand dynamic programming.\n",{"path":15118,"title":15119,"module":15103,"summary":15120},"\u002Falgorithms\u002Fdynamic-programming\u002Fcoin-change-and-unbounded","Coin Change & Unbounded Knapsack","The previous lesson let each item be taken at most once. Drop that cap — items\nmay be reused _any number of times_ — and the 0\u002F1 knapsack collapses from a\ntwo-dimensional table to a one-dimensional one, because there is no longer a\nprefix of \"already-used\" items to track. We meet **unbounded knapsack**, then\nits most famous instance, **coin change**: the minimum-coins recurrence\n$C[a] = 1 + \\min_c C[a-c]$, and the counting variant where the _order of the\nloops_ decides whether you count unordered combinations or ordered sequences —\nthe classic bug. Greed fails in general but works for canonical coin systems.\n",{"path":15122,"title":15123,"module":15103,"summary":15124},"\u002Falgorithms\u002Fdynamic-programming\u002Finterval-dp","Interval DP","Many problems ask for the best way to combine a contiguous range of items, and\nthe answer is a dynamic program over subintervals $[i,j]$ that chooses a split\npoint $k$. We derive the pattern from matrix-chain multiplication —\nparenthesising a product to minimize scalar multiplications in $O(n^3)$ — distil\nit into a reusable template filled by increasing interval length, and then meet\nits sharpest variant: the \"last operation\" trick behind Burst Balloons and\ncutting a stick, where fixing the _last_ move (not the first) makes the two\nsides independent.\n",{"path":15126,"title":15127,"module":15103,"summary":15128},"\u002Falgorithms\u002Fdynamic-programming\u002Ftree-dp","Dynamic Programming on Trees","When the subproblems of a dynamic program are _rooted subtrees_, a single\npost-order DFS solves the whole thing in $O(n)$: each node combines the\nalready-computed answers of its children. We meet the archetype — maximum-weight\nindependent set on a tree — then the \"path through a node\" pattern behind tree\ndiameter and maximum path sum, and finally **rerooting**, which computes a\nper-node answer for _every_ node as root in $O(n)$ with two passes.\n",{"path":15130,"title":15131,"module":15103,"summary":15132},"\u002Falgorithms\u002Fdynamic-programming\u002Fbitmask-dp","Bitmask DP","When a subproblem depends not on an index or a prefix but on _which subset_ of\na small ground set has been used, we can encode that subset as the bits of an\ninteger and index a DP table by it. With $n \\le \\sim 20$ the $2^n$ subsets fit\nin a table, turning $\\Theta(n!)$ brute force into $O(2^n \\cdot \\text{poly}(n))$.\nWe meet the bit tricks, the Held–Karp TSP archetype, assignment by mask,\nsubset-sum partitioning, and submask enumeration with its $3^n$ bound.\n",{"path":15134,"title":15135,"module":15103,"summary":15136},"\u002Falgorithms\u002Fdynamic-programming\u002Fdp-optimizations","DP Optimizations","A correct DP recurrence is only half the battle; its naive evaluation is often\na factor of $n$ slower than necessary. This capstone surveys five techniques,\nmonotonic-queue, the convex hull trick, divide-and-conquer optimization,\nKnuth's optimization, and SOS DP, that each exploit _structure in the\ntransition_ (a sliding window, linear costs, monotone optimal splits, the\nquadrangle inequality, or subset lattices) to shave an $O(n)$, $O(\\log n)$, or\nworse factor off the running time.\n",{"path":15138,"title":15139,"module":15103,"summary":15140},"\u002Falgorithms\u002Fdynamic-programming\u002Fdp-on-graphs","Dynamic Programming on Graphs","Many graph algorithms are dynamic programs: the subproblem is the\n_best value reachable under a restricted resource_ — intermediate vertices\nallowed, edges allowed, or a topological prefix — and edge _relaxation_ is the\nDP transition. We frame Floyd–Warshall as the archetype ($O(V^3)$ all-pairs\nshortest paths), Bellman–Ford as a DP over path length (the at-most-$K$-stops\nvariant), DAG-DP in topological order ($O(V+E)$), and Warshall's transitive\nclosure as the boolean analog.\n",{"path":15142,"title":15143,"module":15103,"summary":15144},"\u002Falgorithms\u002Fdynamic-programming\u002Fdigit-and-probability-dp","Digit & Probability DP","Two DP patterns with unusual state. _Digit DP_ counts the\nintegers in a range $[L, R]$ that satisfy a digit constraint by walking the\ndecimal places of the bound, carrying a _tight_ flag that marks when the prefix\nstill equals the bound's. _Probability\u002FExpectation DP_ replaces \"best value\" with\n\"expected value,\" using linearity of expectation to make each state an\naverage over its weighted transitions — the natural tool for expected step\ncounts and absorbing Markov chains.\n",{"path":15146,"title":15147,"module":15148,"summary":15149},"\u002Falgorithms\u002Fbacktracking\u002Fbacktracking-fundamentals","Backtracking: Subsets, Permutations & Combinations","Backtracking & Search","Backtracking builds a solution one choice at a time and abandons a partial\nsolution the moment it cannot be completed, exploring a state-space tree by\ndepth-first search. We meet the universal choose\u002Fexplore\u002Fun-choose template,\nderive the canonical enumerations — subsets ($2^n$), permutations ($n!$), and\ncombinations ($\\binom{n}{k}$) — handle duplicate elements by skipping equal\nsiblings, and see how pruning turns an exponential search into a tractable one.\n",{"path":15151,"title":15152,"module":15148,"summary":15153},"\u002Falgorithms\u002Fbacktracking\u002Fconstraint-search","Constraint Search: N-Queens & Sudoku","Many hard puzzles are **constraint satisfaction problems**: assign each\nvariable a value from its domain so that every constraint holds. Backtracking\nsolves them by assigning variables one at a time and rejecting a partial\nassignment the instant a constraint breaks. We make the rejection cheap — $O(1)$\nconflict checks for N-Queens via column and diagonal sets — and prune harder\nwith **forward checking**, **MRV** ordering, and **constraint propagation**,\nwhich is what lets an exponential search actually finish.\n",{"path":15155,"title":15156,"module":15148,"summary":15157},"\u002Falgorithms\u002Fbacktracking\u002Fbranch-and-bound","Branch & Bound and Meet in the Middle","Plain backtracking prunes a search tree by _feasibility_; for _optimization_\nproblems we can prune far more aggressively by _value_. **Branch and bound**\nkeeps the best complete solution found so far and discards any partial solution\nwhose optimistic bound cannot beat it. **Meet in the middle** splits the\ninstance in two, enumerates each half, and recombines by binary search — turning\n$2^n$ into $O(2^{n\u002F2}\\,n)$ and pushing exact search out to $n \\approx 40$.\n",{"path":15159,"title":15160,"module":15148,"summary":15161},"\u002Falgorithms\u002Fbacktracking\u002Fgraph-backtracking","Graph Backtracking: m-Coloring & Hamiltonian Paths","Two famous graph problems have no known efficient algorithm, yet yield cleanly\nto backtracking with the right pruning. **Graph $m$-coloring** assigns one of\n$m$ colors to each vertex so no edge is monochromatic; we color vertices in turn\nand reject a color the instant a neighbor already has it. **Hamiltonian\npath\u002Fcycle** asks for a walk visiting every vertex exactly once; we extend a path\ngreedily and backtrack on dead ends. Both are NP-complete, so the worst case is\nexponential — but feasibility pruning and good vertex ordering make real\ninstances tractable, and the contrast with the easy Eulerian condition shows why.\n",{"path":15163,"title":15164,"module":15165,"summary":15166},"\u002Falgorithms\u002Fmathematical-algorithms\u002Fnumber-theory-basics","Number Theory: GCD & Modular Arithmetic","Mathematical Algorithms","This lesson opens the mathematical-algorithms module with the bedrock of\ncomputational number theory. We prove Euclid's recurrence\n$\\gcd(a,b)=\\gcd(b,\\,a\\bmod b)$ and its $O(\\log\\min(a,b))$ running time, extend\nit to recover Bézout coefficients $x,y$ with $ax+by=\\gcd(a,b)$, and build\nmodular arithmetic on residue classes — including when a modular inverse\n$a^{-1}\\bmod m$ exists and how to compute it.\n",{"path":15168,"title":15169,"module":15165,"summary":15170},"\u002Falgorithms\u002Fmathematical-algorithms\u002Fmodular-exponentiation-and-primality","Modular Exponentiation & Primality","Computing $a^n \\bmod m$ naively costs $n$ multiplications; **repeated squaring**\ndoes it in $O(\\log n)$ by reading the bits of the exponent. We use this routine\nto state **Fermat's little theorem** (and the modular inverse it gives), then to\ntest primality — trial division, the probabilistic **Fermat** and **Miller–Rabin**\ntests, and the deterministic witness set that settles primality for every 64-bit\nnumber.\n",{"path":15172,"title":15173,"module":15165,"summary":15174},"\u002Falgorithms\u002Fmathematical-algorithms\u002Fsieve-and-factorization","Sieves & Factorization","The previous lesson tested one number for primality; here we ask for _all_\nprimes up to $n$ at once. The **sieve of Eratosthenes** cross-cuts composites\nin $O(n\\log\\log n)$, and a **linear sieve** does it in $O(n)$ while recording\neach number's **smallest prime factor**, which then factors any $x \\le n$ in\n$O(\\log x)$. From a factorization $x = \\prod p_i^{e_i}$ the multiplicative\nfunctions $\\tau$, $\\sigma$, and Euler's totient $\\varphi$ fall out immediately.\n",{"path":15176,"title":15177,"module":15165,"summary":15178},"\u002Falgorithms\u002Fmathematical-algorithms\u002Fcombinatorics","Combinatorics & Counting","Counting is the arithmetic of finite sets. We build up from permutations\n$n!$ and combinations $\\binom{n}{k}$, prove Pascal's rule by a bijection,\nand count multisets with stars and bars. The practical core is computing\n$\\binom{n}{k}\\bmod p$ in $O(1)$ from precomputed factorials and inverse\nfactorials. We close with inclusion–exclusion and the Chinese Remainder\nTheorem, both of which lean on the modular inverse from the previous lesson.\n",{"path":15180,"title":15181,"module":15165,"summary":15182},"\u002Falgorithms\u002Fmathematical-algorithms\u002Fmatrix-exponentiation","Matrix Exponentiation","A linear recurrence advances by a fixed linear rule, so one step is a\n**matrix–vector** product and $n$ steps are a **matrix power**. Packaging\nFibonacci, and any $k$-term recurrence, into a transition matrix lets us jump\nto the $n$-th term in $O(k^3 \\log n)$ by **exponentiation by squaring** — the\nsame doubling trick from modular exponentiation, now over matrices.\n",{"path":15184,"title":15185,"module":15165,"summary":15186},"\u002Falgorithms\u002Fmathematical-algorithms\u002Ffast-fourier-transform","Fast Fourier Transform","Multiplying two degree-$n$ polynomials by the schoolbook method costs\n$\\Theta(n^2)$. Evaluating them at the **$n$-th roots of unity** turns\nmultiplication into pointwise products, and the **Cooley–Tukey FFT** computes\nall those evaluations in $\\Theta(n\\log n)$ by splitting even and odd\ncoefficients. The inverse FFT interpolates back, giving $\\Theta(n\\log n)$\npolynomial and big-integer multiplication.\n",{"path":15188,"title":15189,"module":15165,"summary":15190},"\u002Falgorithms\u002Fmathematical-algorithms\u002Fgradient-descent","Numerical Optimization and Gradient Descent","Most of this course chases **discrete** optima over finite structures; here the\nsearch space is **continuous** and the objective $f$ is differentiable. The\n**gradient** points uphill, so stepping against it —\n$x_{t+1} = x_t - \\eta\\,\\nabla f(x_t)$ — walks downhill. **Convexity** makes every\nlocal minimum global; for convex $L$-smooth $f$ gradient descent converges at\n$O(1\u002Ft)$, and **geometrically** under strong convexity. **Newton's method** uses\nthe Hessian for local quadratic convergence, and **bisection** is the robust\nbracketing fallback for roots.\n",{"path":15192,"title":15193,"module":15194,"summary":15195},"\u002Falgorithms\u002Fcomputational-geometry\u002Fgeometric-primitives","Geometric Primitives & Orientation","Computational Geometry","Computational geometry is built on a single reliable primitive — the\n**orientation test**, a sign of a cross product that tells whether three points\nturn left, right, or lie collinear. From points-as-vectors and the dot and\ncross products we derive orientation, segment intersection, the shoelace area\nformula, and point-in-polygon tests, keeping all arithmetic **exact and\ninteger** so that no floating-point rounding can corrupt a sign.\n",{"path":15197,"title":15198,"module":15194,"summary":15199},"\u002Falgorithms\u002Fcomputational-geometry\u002Fconvex-hull","Convex Hull","The convex hull is the smallest convex polygon enclosing a point set — the\nrubber band snapped around the nails. We build it with Andrew's monotone chain,\nsorting by $(x,y)$ and sweeping a lower and upper hull while popping any\nnon-left turn via the orientation primitive, in $O(n\\log n)$. A reduction from\nsorting shows that bound is optimal, and the hull yields diameter, smallest\nenclosing rectangle, and more through rotating calipers.\n",{"path":15201,"title":15202,"module":15194,"summary":15203},"\u002Falgorithms\u002Fcomputational-geometry\u002Fsweep-line","Sweep-Line Algorithms","The plane-sweep paradigm turns a static $2$-D geometry problem into a dynamic\n$1$-D ordered-set problem: a vertical line sweeps left to right, stopping at an\n$x$-sorted **event queue** while a balanced-BST **status structure** tracks the\nobjects it currently crosses, ordered by $y$. We derive Bentley–Ottmann segment\nintersection in $O((n+k)\\log n)$, recover closest-pair in $O(n\\log n)$, and\nreduce skyline, rectangle-area, and overlap problems to $\\pm1$ event sweeps.\n",{"path":15205,"title":15206,"module":15194,"summary":15207},"\u002Falgorithms\u002Fcomputational-geometry\u002Fpolygons-and-proximity","Polygons & Proximity","Four classics that live on top of the orientation primitive and the convex\nhull. **Closest pair** falls to divide-and-conquer in $\\Theta(n\\log n)$, where a\npacking argument caps the cross-boundary combine at seven neighbours per point.\n**Point-in-polygon** is the ray-casting parity test or the winding-number count\nthat also handles self-intersecting boundaries, both with their edge caveats. The **shoelace formula**\ngives signed area as a sum of cross products, and **rotating calipers** walk the\nhull to read off diameter and width in $O(n)$.\n",{"path":15209,"title":15210,"module":15211,"summary":15212},"\u002Falgorithms\u002Fintractability\u002Fp-np-reductions","P, NP, and Reductions","Intractability","Most problems we have met so far have fast algorithms. A vast and important\nfamily seemingly does not. This lesson builds the vocabulary for that\ndivide: decision problems, the class $\\mathsf{P}$ of problems we can solve\nquickly, the class $\\mathsf{NP}$ of problems whose solutions we can _check_\nquickly, and polynomial-time reductions, the tool that lets us compare the\ndifficulty of two problems without solving either.\n",{"path":15214,"title":15215,"module":15211,"summary":15216},"\u002Falgorithms\u002Fintractability\u002Fnp-completeness","NP-Completeness","Some problems in $\\mathsf{NP}$ are universally hardest: every other problem\nin $\\mathsf{NP}$ reduces to them. This lesson defines $\\mathsf{NP}$-hard and\n$\\mathsf{NP}$-complete, states the Cook–Levin theorem that anchors the\ntheory on **SAT**, walks the web of reductions that grows from it, and gives\nthe four-step recipe for proving a brand-new problem $\\mathsf{NP}$-complete.\n",{"path":15218,"title":15219,"module":15211,"summary":15220},"\u002Falgorithms\u002Fintractability\u002Fcoping-with-hardness","Coping with NP-Hardness","An $\\mathsf{NP}$-hardness proof rules out an exact polynomial-time algorithm,\nnot the need for answers. This lesson surveys four practical responses to\nhardness: approximation algorithms with a provable ratio (worked through a\n2-approximation for vertex cover), heuristics and local search, exact\nexponential methods like branch and bound, and exploiting special structure\nin the instances you actually face.\n",{"path":15222,"title":15223,"module":15211,"summary":15224},"\u002Falgorithms\u002Fintractability\u002Fapproximation-algorithms","Approximation Algorithms","When a problem is $\\mathsf{NP}$-hard we can still ask for a solution\nprovably close to optimal. This lesson makes the approximation ratio\n$\\rho$ precise, separates absolute from relative guarantees, and proves the\nratios of four classic algorithms: greedy set cover ($H_n \\approx \\ln n$),\nthe MST-doubling $2$-approximation for metric TSP, load balancing, and the\nknapsack FPTAS. It closes with the hierarchy PTAS \u002F FPTAS and the limits of\ninapproximability.\n",{"path":15226,"title":15227,"module":298,"summary":298},"\u002Falgorithms","Algorithms",{"path":15229,"title":15230,"module":15231,"summary":15232},"\u002Fcalculus\u002Flimits-and-continuity\u002Ffunctions-and-models","Functions and Mathematical Models","Limits and Continuity","A function assigns exactly one output to each input and can be presented four ways: verbally, numerically, graphically, or by a formula. The elementary families — linear, polynomial, power, rational, trigonometric, exponential — model most elementary phenomena, and transformation, combination, and composition build every other function from them.\n",{"path":15234,"title":15235,"module":15231,"summary":15236},"\u002Fcalculus\u002Flimits-and-continuity\u002Fthe-limit-of-a-function","The Limit of a Function","The tangent and velocity problems both ask for a value a ratio approaches but never reaches — the limit. Its intuitive two-sided form splits into one-sided limits that must agree; a limit fails to exist when they disagree or when the function grows without bound, the latter producing a vertical asymptote.\n",{"path":15238,"title":15239,"module":15231,"summary":15240},"\u002Fcalculus\u002Flimits-and-continuity\u002Flimit-laws-and-the-precise-definition","Limit Laws and the ε–δ Definition","The Limit Laws reduce a limit to arithmetic on simpler limits, and direct substitution settles polynomials and rational functions outright. The 0\u002F0 forms that resist substitution yield to algebra or the Squeeze Theorem, and the ε–δ definition makes \"arbitrarily close\" precise as a pair of quantified inequalities.\n",{"path":15242,"title":15243,"module":15231,"summary":15244},"\u002Fcalculus\u002Flimits-and-continuity\u002Fcontinuity","Continuity","A function is continuous at a point when its limit there equals its value, so the graph has no break. Continuity fails in three geometric ways; it is closed under arithmetic and composition, so the elementary families and their combinations are continuous; and on a closed interval it forces the Intermediate Value Theorem, which locates roots.\n",{"path":15246,"title":15247,"module":15248,"summary":15249},"\u002Fcalculus\u002Fderivatives\u002Fthe-derivative-and-rates-of-change","The Derivative and Rates of Change","Derivatives","A single limit with three readings: the slope of the tangent line, the instantaneous velocity of a moving object, and the rate of change of one quantity with respect to another. Built from the difference quotient, extended from a value at one point to a function of x, and undefined exactly where a corner, jump, or vertical tangent appears.\n",{"path":15251,"title":15252,"module":15248,"summary":15253},"\u002Fcalculus\u002Fderivatives\u002Fdifferentiation-rules-and-the-chain-rule","Differentiation Rules and the Chain Rule","Computing every derivative from the limit definition is tedious. A short list of rules — power, constant multiple, sum, product, quotient — differentiates any polynomial or rational function by inspection. The trigonometric derivatives follow from one limit, and the chain rule extends everything to composite functions by multiplying rates along the composition.\n",{"path":15255,"title":15256,"module":15248,"summary":15257},"\u002Fcalculus\u002Fderivatives\u002Fimplicit-differentiation-and-related-rates","Implicit Differentiation and Related Rates","Not every curve is the graph of y = f(x). Implicit differentiation finds a slope from an equation in x and y directly, treating y as an unknown function and differentiating both sides. The same chain-rule idea drives related rates, where one measured rate of change forces another through a geometric constraint, and interprets the derivative as a rate across the sciences.\n",{"path":15259,"title":15260,"module":15248,"summary":15261},"\u002Fcalculus\u002Fderivatives\u002Flinear-approximations-and-differentials","Linear Approximations and Differentials","A differentiable curve looks like its tangent line under enough magnification, so the tangent is a usable stand-in for the function near the point of contact. The linear approximation and its linearization, written in the language of differentials dy and dx, estimate both function values and the measurement error propagated into a computed quantity.\n",{"path":15263,"title":15264,"module":15265,"summary":15266},"\u002Fcalculus\u002Fapplications-of-derivatives\u002Fextrema-and-the-mean-value-theorem","Extrema and the Mean Value Theorem","Applications of Derivatives","Absolute and local extrema, the Extreme Value Theorem that guarantees them, and Fermat's Theorem pinning candidates to critical numbers. The Closed Interval Method turns the search for extrema into a finite checklist. Rolle's Theorem and the Mean Value Theorem then connect a function's values to its derivative, giving the tool that most of differential calculus rests on.\n",{"path":15268,"title":15269,"module":15265,"summary":15270},"\u002Fcalculus\u002Fapplications-of-derivatives\u002Fhow-derivatives-shape-a-graph","How Derivatives Shape a Graph","The sign of the first derivative fixes where a function rises and falls, and a sign change identifies each local extremum through the First Derivative Test. The second derivative sets concavity and inflection points and gives a faster Second Derivative Test. Limits at infinity describe end behavior and the horizontal asymptotes a curve settles toward.\n",{"path":15272,"title":15273,"module":15265,"summary":15274},"\u002Fcalculus\u002Fapplications-of-derivatives\u002Fcurve-sketching-and-optimization","Curve Sketching and Optimization","A checklist that synthesizes domain, symmetry, asymptotes, monotonicity, extrema, and concavity into a hand sketch of any function, plus the slant asymptote for rational functions whose degree exceeds the denominator's. The same extremum machinery, applied to a word problem, becomes the optimization template: model one quantity, reduce it to a function of a single variable, and find its absolute extremum.\n",{"path":15276,"title":15277,"module":15265,"summary":15278},"\u002Fcalculus\u002Fapplications-of-derivatives\u002Fnewtons-method-and-antiderivatives","Newton's Method and Antiderivatives","Newton's method solves $f(x) = 0$ by repeatedly replacing the curve with its tangent line and jumping to the tangent's root, converging fast when it works and diverging when the derivative is small. Antiderivatives reverse differentiation: every antiderivative of a function differs from another by a constant, so the general antiderivative is a family of parallel curves, pinned to one by an initial condition.\n",{"path":15280,"title":15281,"module":15282,"summary":15283},"\u002Fcalculus\u002Fintegrals\u002Farea-and-the-definite-integral","Area and the Definite Integral","Integrals","The area under a curve is defined as a limit of sums of rectangle areas. The same limit — a Riemann sum taken as the mesh shrinks to zero — defines the definite integral, a single number measuring signed area, total distance, and every accumulated quantity built the same way. Its properties, comparison bounds, and reading as net area follow directly from the limit.\n",{"path":15285,"title":15286,"module":15282,"summary":15287},"\u002Fcalculus\u002Fintegrals\u002Fthe-fundamental-theorem-of-calculus","The Fundamental Theorem of Calculus","Differentiation and integration are inverse operations. Part 1 says the derivative of an area-accumulation function is the integrand; Part 2 says a definite integral equals the change in any antiderivative across the interval. Together they replace limits of Riemann sums with antiderivative lookups, define the indefinite integral, and give the Net Change Theorem for rates.\n",{"path":15289,"title":15290,"module":15282,"summary":15291},"\u002Fcalculus\u002Fintegrals\u002Fthe-substitution-rule","The Substitution Rule","Substitution runs the Chain Rule backward: spotting an inner function whose derivative also appears in the integrand lets the variable change to $u$ and collapse a composite integral to a simple one. The rule applies to indefinite and definite integrals, with two ways to handle the limits, and it yields the symmetry shortcuts that double even integrands and vanish odd ones.\n",{"path":15293,"title":15294,"module":15295,"summary":15296},"\u002Fcalculus\u002Fapplications-of-integration\u002Fareas-and-volumes","Areas Between Curves and Volumes","Applications of Integration","A definite integral computes any quantity that a limit of Riemann sums approximates. Applied to geometry it gives the area between two curves and the volume of a solid: by cross-sections, by disks and washers when the region is revolved, and by cylindrical shells when inverting the boundary is awkward.\n",{"path":15298,"title":15299,"module":15295,"summary":15300},"\u002Fcalculus\u002Fapplications-of-integration\u002Fwork-average-value-and-arc-length","Work, Average Value, Arc Length, and Surface Area","The work done by a force that varies with position, the average value of a function and the Mean Value Theorem it satisfies, the length of a curve, and the area of a surface swept out by revolving that curve. Each is a limit of Riemann sums, hence a definite integral.\n",{"path":15302,"title":15303,"module":15295,"summary":15304},"\u002Fcalculus\u002Fapplications-of-integration\u002Fphysics-economics-and-probability","Applications to Physics, Economics, and Probability","Definite integrals in physics, economics, and statistics: the force a fluid exerts on a submerged plate, the balance point of a plane region, the money consumers save at a market price, and the probability that a continuous random variable lands in an interval, together with its mean.\n",{"path":15306,"title":15307,"module":15308,"summary":15309},"\u002Fcalculus\u002Fexponential-logarithmic-and-inverse-functions\u002Finverse-functions-logarithms-and-exponentials","Inverse Functions, Logarithms, and Exponentials","Exponential, Logarithmic, and Inverse Functions","A one-to-one function has an inverse that reverses it, with a graph mirrored across y = x and a derivative given by the reciprocal-slope rule. The exponential e^x is its own derivative and the natural logarithm has derivative 1\u002Fx; logarithmic differentiation turns products, quotients, and variable powers into sums.\n",{"path":15311,"title":15312,"module":15308,"summary":15313},"\u002Fcalculus\u002Fexponential-logarithmic-and-inverse-functions\u002Fgrowth-decay-inverse-trig-and-hyperbolic-functions","Growth, Decay, Inverse Trigonometric, and Hyperbolic Functions","Any quantity whose rate of change is proportional to its size grows or decays exponentially, the single equation y' = ky behind populations, radioactive decay, cooling, and continuously compounded interest. The inverse trigonometric functions have algebraic derivatives, and the hyperbolic functions, built from e^x and e^{-x}, describe the hanging cable.\n",{"path":15315,"title":15316,"module":15308,"summary":15317},"\u002Fcalculus\u002Fexponential-logarithmic-and-inverse-functions\u002Flhospitals-rule","Indeterminate Forms and l'Hospital's Rule","When a limit produces 0\u002F0 or infinity over infinity, the value is undetermined by the forms alone. l'Hospital's Rule resolves both by replacing the ratio of functions with the ratio of their derivatives. Products, differences, and powers reduce to a quotient the rule can handle, and repeated use ranks the growth of logarithms, powers, and exponentials.\n",{"path":15319,"title":15320,"module":15321,"summary":15322},"\u002Fcalculus\u002Ftechniques-of-integration\u002Fintegration-by-parts","Integration by Parts","Techniques of Integration","The product rule for derivatives reverses into integration by parts, trading the integral of $u\\,\\d v$ for the integral of $v\\,\\d u$ whenever the second is easier. The LIATE ordering fixes which factor to differentiate. Standard cases: a polynomial against a transcendental factor, repeated parts, cyclic integrals that solve for themselves, and reduction formulas that peel an exponent down by recursion.\n",{"path":15324,"title":15325,"module":15321,"summary":15326},"\u002Fcalculus\u002Ftechniques-of-integration\u002Ftrigonometric-integrals-and-substitution","Trigonometric Integrals and Substitution","Two related techniques. Trigonometric integrals evaluate powers and products of sine, cosine, tangent, and secant by splitting off one factor and converting the rest with a Pythagorean identity, or by dropping even powers with half-angle formulas. Trigonometric substitution runs the idea in reverse: replace x by a sine, tangent, or secant to clear a radical, integrate, then read the answer back off a reference triangle.\n",{"path":15328,"title":15329,"module":15321,"summary":15330},"\u002Fcalculus\u002Ftechniques-of-integration\u002Fpartial-fractions-and-integration-strategy","Partial Fractions and Integration Strategy","Any rational function integrates in closed form: factor the denominator, split the fraction into simple pieces by partial fractions, and integrate each piece as a logarithm or an arctangent. Four denominator cases exhaust the possibilities. A four-step strategy then sorts an arbitrary integrand by its shape to the technique that fits it, and a short catalog records elementary functions whose antiderivatives are not elementary.\n",{"path":15332,"title":15333,"module":15321,"summary":15334},"\u002Fcalculus\u002Ftechniques-of-integration\u002Fapproximate-and-improper-integrals","Approximate and Improper Integrals","Two definite integrals the Fundamental Theorem cannot reach. With no antiderivative available, the Midpoint, Trapezoidal, and Simpson rules approximate the integral from sample values, each carrying a provable error bound. With an infinite interval or an integrand that blows up, the improper integral is defined as a limit that either converges or diverges; the Comparison Test settles which without evaluating it.\n",{"path":15336,"title":15337,"module":15338,"summary":15339},"\u002Fcalculus\u002Fparametric-and-polar\u002Fparametric-curves-and-their-calculus","Parametric Curves and Their Calculus","Parametric Equations and Polar Coordinates","A parametric curve gives x and y separately as functions of a third variable, recording not only a path but the direction and timing with which it is traced. Eliminating the parameter recovers a Cartesian equation; the slope, area, arc-length, and surface-area formulas run directly on the parameter, with the cycloid and astroid as worked examples.\n",{"path":15341,"title":15342,"module":15338,"summary":15343},"\u002Fcalculus\u002Fparametric-and-polar\u002Fpolar-coordinates","Polar Coordinates","Polar coordinates locate a point by a distance from the pole and an angle from the polar axis, giving circles, spirals, and flower-shaped curves short equations. Conversion between the two systems is right-triangle trigonometry, and treating a polar curve as a parametric curve in the angle yields the tangent, area, and arc-length formulas.\n",{"path":15345,"title":15346,"module":15338,"summary":15347},"\u002Fcalculus\u002Fparametric-and-polar\u002Fconic-sections","Conic Sections","Parabolas, ellipses, and hyperbolas are the plane curves cut from a double cone. Each has a focus-based geometric definition and a standard Cartesian equation. A single number, the eccentricity, ties the three together, and placing a focus at the pole gives all of them one polar equation that describes planetary orbits.\n",{"path":15349,"title":15350,"module":15351,"summary":15352},"\u002Fcalculus\u002Fsequences-and-series\u002Fsequences","Sequences","Infinite Sequences and Series","A sequence is a function on the positive integers, and its limit is defined almost exactly like a limit at infinity. The Limit Laws and Squeeze Theorem carry over from functions, monotonic and bounded sequences give a convergence criterion, and the Monotonic Sequence Theorem guarantees a limit exists without naming it.\n",{"path":15354,"title":15355,"module":15351,"summary":15356},"\u002Fcalculus\u002Fsequences-and-series\u002Fseries-and-the-integral-test","Series and the Integral Test","Adding infinitely many terms is made precise as the limit of partial sums. The two series with closed-form partial sums are geometric and telescoping; the harmonic series diverges even as its terms shrink to zero. The Integral Test compares a positive series to an improper integral, settling the p-series and supplying a remainder bound for estimating sums.\n",{"path":15358,"title":15359,"module":15351,"summary":15360},"\u002Fcalculus\u002Fsequences-and-series\u002Fthe-convergence-tests","The Convergence Tests","The comparison, alternating-series, ratio, and root tests decide convergence without a closed-form partial sum. Absolute convergence is stronger than conditional convergence and is preserved under rearrangement; an alternating series errs by less than its first omitted term. A test is chosen from the shape of the general term.\n",{"path":15362,"title":15363,"module":15351,"summary":15364},"\u002Fcalculus\u002Fsequences-and-series\u002Fpower-series","Power Series","A power series is a polynomial of infinite degree whose convergence set is an interval centered at $a$, with a radius the Ratio Test finds and endpoints that must be tested by hand. Inside that interval the series represents a function that can be differentiated and integrated term by term, generating new representations from the geometric series.\n",{"path":15366,"title":15367,"module":15351,"summary":15368},"\u002Fcalculus\u002Fsequences-and-series\u002Ftaylor-and-maclaurin-series","Taylor and Maclaurin Series","If a function equals a power series, its coefficients are forced: the nth is the nth derivative at the center over n factorial. We derive that formula, use Taylor's Inequality to prove the standard series for the exponential, sine, and cosine, record the binomial series and a reference table, and bound the error when a Taylor polynomial replaces a function.\n",{"path":15370,"title":15371,"module":15372,"summary":15373},"\u002Fcalculus\u002Fvectors-and-space-curves\u002Fvectors-and-the-dot-product","Three-Dimensional Coordinates, Vectors, and the Dot Product","Vectors and the Geometry of Space","Space needs three coordinates, so we set up the rectangular system, the distance formula, and the equation of a sphere. Vectors then package magnitude and direction into a single algebraic object with its own arithmetic. The dot product turns two vectors into a number that measures the angle between them, gives a clean test for orthogonality, and produces the projection of one vector onto another.\n",{"path":15375,"title":15376,"module":15372,"summary":15377},"\u002Fcalculus\u002Fvectors-and-space-curves\u002Fthe-cross-product-lines-and-planes","The Cross Product, Lines, and Planes","The cross product multiplies two vectors into a third perpendicular to both, with length equal to the area of the parallelogram they span. That one construction supplies the direction of a line, the normal of a plane, and, through the scalar triple product, the volume of a parallelepiped. Lines carry a point and a direction vector; planes carry a point and a normal, which fixes the angle between planes and the distance from a point to a plane.\n",{"path":15379,"title":15380,"module":15372,"summary":15381},"\u002Fcalculus\u002Fvectors-and-space-curves\u002Fcylinders-and-quadric-surfaces","Cylinders and Quadric Surfaces","A surface whose equation omits one variable is a cylinder: the graph of a plane curve swept along the missing axis. A second-degree equation in three variables is a quadric, and translation and rotation reduce every one to a short standard list. Traces — the curves cut by planes parallel to the coordinate planes — sort the six quadrics into ellipsoid, the two paraboloids, the cone, and the two hyperboloids.\n",{"path":15383,"title":15384,"module":15372,"summary":15385},"\u002Fcalculus\u002Fvectors-and-space-curves\u002Fvector-functions-and-space-curves","Vector Functions and Space Curves","A vector function assigns a vector to each value of a parameter, and as the parameter runs its tip traces a space curve. Taking limits, derivatives, and integrals component by component carries all of single-variable calculus into three dimensions. The derivative of a vector function is the tangent vector to its curve, and normalizing it gives the unit tangent that points the way along the path.\n",{"path":15387,"title":15388,"module":15372,"summary":15389},"\u002Fcalculus\u002Fvectors-and-space-curves\u002Farc-length-curvature-and-motion","Arc Length, Curvature, and Motion in Space","Integrating the speed of a vector function gives the length of its curve and a natural parameter, arc length, that depends only on the curve's shape. Curvature measures how fast the unit tangent turns, and together with the normal and binormal it builds the moving TNB frame. Reading the same vector function as a trajectory, its first two derivatives are velocity and acceleration, and acceleration splits cleanly into tangential and normal parts.\n",{"path":15391,"title":15392,"module":15393,"summary":15394},"\u002Fcalculus\u002Fpartial-derivatives\u002Ffunctions-of-several-variables","Functions of Several Variables, Limits, and Continuity","Partial Derivatives","A function of several variables assigns one number to each point of a region in the plane or in space. Domain, graph, level curve, and level surface describe it; limits and continuity extend to two variables, where a limit must agree along every path of approach, not just from the left and the right.\n",{"path":15396,"title":15393,"module":15393,"summary":15397},"\u002Fcalculus\u002Fpartial-derivatives\u002Fpartial-derivatives","A partial derivative holds every variable but one fixed and differentiates in the ordinary sense. Geometrically it is the slope of a trace curve cut from the surface by a coordinate plane. The freeze-and-differentiate rule computes the two first partials; the four second partials follow, and the two mixed ones agree under Clairaut's Theorem when they are continuous.\n",{"path":15399,"title":15400,"module":15393,"summary":15401},"\u002Fcalculus\u002Fpartial-derivatives\u002Ftangent-planes-and-the-chain-rule","Tangent Planes, Linear Approximation, and the Chain Rule","Near a point, a smooth surface looks like its tangent plane, and the plane's equation is built from the two partial derivatives. That linearization defines the total differential and the meaning of differentiability in two variables. The chain rule then propagates derivatives through composed functions, tracked by a tree diagram, and yields clean formulas for implicit differentiation.\n",{"path":15403,"title":15404,"module":15393,"summary":15405},"\u002Fcalculus\u002Fpartial-derivatives\u002Fdirectional-derivatives-and-the-gradient","Directional Derivatives and the Gradient","The partial derivatives measure slope along the two axes; the directional derivative measures slope along any chosen direction, and equals the gradient dotted with a unit vector. The gradient points in the direction of steepest increase, its length is the greatest rate, and it stands perpendicular to level curves and surfaces, which fixes the tangent plane to a level surface.\n",{"path":15407,"title":15408,"module":15393,"summary":15409},"\u002Fcalculus\u002Fpartial-derivatives\u002Foptimization-and-lagrange-multipliers","Optimization and Lagrange Multipliers","Extrema of a two-variable function sit at critical points where the gradient vanishes; the Second Derivatives Test sorts them into peaks, valleys, and saddles by the sign of a discriminant. Absolute extrema on a closed region also need the boundary. When the domain is itself a constraint curve, Lagrange multipliers set the two gradients parallel and solve the constrained problem.\n",{"path":15411,"title":15412,"module":15413,"summary":15414},"\u002Fcalculus\u002Fmultiple-integrals-and-vector-calculus\u002Fdouble-integrals","Double Integrals","Multiple Integrals and Vector Calculus","The double integral extends the definite integral to functions of two variables: a limit of Riemann sums that measures signed volume under a surface. Fubini's Theorem turns it into two ordinary integrations done one after the other, general regions of type I and type II fix the inner limits, polar coordinates absorb circular symmetry through the factor r, and the same machine computes mass, center of mass, and moments of a lamina.\n",{"path":15416,"title":15417,"module":15413,"summary":15418},"\u002Fcalculus\u002Fmultiple-integrals-and-vector-calculus\u002Ftriple-integrals-and-coordinate-systems","Triple Integrals and Coordinate Systems","The triple integral integrates a function of three variables over a solid, as a limit of Riemann sums evaluated by three nested single integrations. Cylindrical coordinates add the factor r to handle axial symmetry, spherical coordinates add rho-squared sine-phi for radial symmetry, and the general change of variables shows both volume elements are Jacobian determinants of the coordinate map. Surface area for a graph completes the measurement toolkit.\n",{"path":15420,"title":15421,"module":15413,"summary":15422},"\u002Fcalculus\u002Fmultiple-integrals-and-vector-calculus\u002Fvector-fields-and-line-integrals","Vector Fields and Line Integrals","A vector field assigns a vector to every point of space; the line integral of a field along a curve accumulates its tangential component, measuring work. Conservative fields are gradients of a potential, and for them the Fundamental Theorem for Line Integrals makes the integral depend only on the endpoints. Path independence, closed-loop integrals of zero, and the component test for a potential are three faces of the same property.\n",{"path":15424,"title":15425,"module":15413,"summary":15426},"\u002Fcalculus\u002Fmultiple-integrals-and-vector-calculus\u002Fgreens-theorem-curl-and-divergence","Green's Theorem, Curl, and Divergence","Green's Theorem equates the line integral of a field around a positively oriented closed curve with a double integral over the enclosed region, turning a boundary computation into an area computation and vice versa. Curl measures local circulation and divergence measures local outflow; the two vector forms of Green's Theorem express the boundary integral as the integrated curl or divergence, the planar case of Stokes' and the Divergence Theorem.\n",{"path":15428,"title":15429,"module":15413,"summary":15430},"\u002Fcalculus\u002Fmultiple-integrals-and-vector-calculus\u002Fsurface-integrals","Parametric Surfaces and Surface Integrals","A parametric surface is the image of a two-variable vector function; its area element is the magnitude of the cross product of the two tangent vectors. The surface integral of a scalar function sums it over that area, and the flux integral of a vector field sums the field's normal component, measuring flow through the surface. Orientation by a choice of unit normal makes flux well-defined, the integral Stokes' and the Divergence Theorem operate on.\n",{"path":15432,"title":15433,"module":15413,"summary":15434},"\u002Fcalculus\u002Fmultiple-integrals-and-vector-calculus\u002Fstokes-and-the-divergence-theorem","Stokes' Theorem and the Divergence Theorem","Stokes' Theorem lifts Green's Theorem into space: the line integral of a field around the boundary of a surface equals the flux of its curl through the surface. The Divergence Theorem relates the outward flux across a closed surface to the triple integral of divergence over the solid it encloses. Together with the Fundamental Theorem of Calculus and its line-integral and Green counterparts, they are one theorem: the integral of a derivative over a region equals the integral of the field over its oriented boundary.\n",{"path":15436,"title":15437,"module":298,"summary":298},"\u002Fcalculus","Calculus",{"path":15439,"title":15440,"module":14884,"summary":15441},"\u002Fmechanics\u002Ffoundations\u002Fmeasurement-and-dimensions","Measurement and Dimensions","Every physical quantity is a number attached to a unit, and that pairing is what lets you check an equation before computing anything, since terms that add together must carry the same dimensions. We build the SI base units and the notion of dimension, then use dimensional analysis to test a proposed relation and form scaling groups — a method that fixes a formula's shape but never its numerical constants. The lesson also sets how precisely a result may be stated, through significant figures, propagated uncertainty, and order-of-magnitude checks that catch errors a raw calculator answer hides.\n",{"path":15443,"title":15444,"module":14884,"summary":15445},"\u002Fmechanics\u002Ffoundations\u002Fvector-algebra","Vector Algebra","Force, velocity, and displacement all carry a direction, so mechanics needs an arithmetic that respects it; adding magnitudes alone gives the wrong answer the moment two arrows point different ways. We set up vectors and their components in a chosen basis, then build the two products that carry most of the physics — the dot product, which extracts the part of one vector along another and yields work and power, and the cross product, which measures oriented area and yields torque and angular momentum. Rotating the axes changes the components while leaving the vector itself untouched, and the same component method resolves a force along whatever directions a constraint picks out.\n",{"path":15447,"title":15448,"module":15449,"summary":15450},"\u002Fmechanics\u002Fkinematics\u002Fone-dimensional-motion","One-Dimensional Motion","Kinematics","Motion along a line already forces the two questions the whole of kinematics repeats: how fast is the object moving now, and where will it be next? Velocity and acceleration answer the first as derivatives of position; integrating them back — the signed area under a graph — answers the second. We derive the constant-acceleration equations, mark exactly where the \"constant\" assumption is load-bearing, and see why sign, not magnitude, is what carries direction.\n",{"path":15452,"title":15453,"module":15449,"summary":15454},"\u002Fmechanics\u002Fkinematics\u002Fmotion-graphs","Motion Graphs","Draw a motion as a graph and its two most useful facts turn geometric: the slope of the position curve is the velocity, and the area under the velocity curve is the displacement. We read motion in both directions — differentiating a graph for the next rate, integrating it back to recover position — and handle the curved, piecewise, and noisy graphs that real measurements produce. Along the way we see why a velocity estimated from two positions belongs to the midpoint of their interval, not its end.\n",{"path":15456,"title":15457,"module":15449,"summary":15458},"\u002Fmechanics\u002Fkinematics\u002Fprojectile-motion","Projectile Motion","Throw an object and it seems to trace one curved path, but the motion is really two independent one-dimensional motions running at once: constant velocity across the ground and free fall in the vertical. Splitting it that way turns every projectile question — how long it stays up, how far it lands, how high it climbs, whether it clears an obstacle — into a pair of equations you already know. We derive the parabolic trajectory, work both the forward and the inverse problems, and show why the familiar $45^\\circ$ range-maximizing angle holds only when launch and landing heights match.\n",{"path":15460,"title":15461,"module":15449,"summary":15462},"\u002Fmechanics\u002Fkinematics\u002Frelative-motion","Relative Motion","A velocity is only ever measured relative to some observer, so a boat's speed through the water, over the ground, and as seen from another boat are three different vectors. Choosing the right frame — and subtracting one motion from another — collapses river crossings, crosswind headings, pursuit, and closest-approach problems into a single vector equation. We build the relative-velocity and relative-position relations for uniformly moving frames, show why acceleration is the one quantity all such observers agree on, and note where rotating frames break the simple subtraction.\n",{"path":15464,"title":15465,"module":15449,"summary":15466},"\u002Fmechanics\u002Fkinematics\u002Fcircular-motion","Circular Motion","An object going around a circle at a steady speed is still accelerating, because its velocity is forever changing direction — the fact that governs everything from a car on a curve to a satellite in orbit. We tie the angular description (angle, angular velocity, angular acceleration) to the linear one through $v=r\\omega$, split the acceleration into an inward part that turns the velocity and a tangential part that changes its speed, and extend the inward $v^2\u002Fr$ result to any curved path through its local radius of curvature. Constant angular acceleration then mirrors straight-line motion equation for equation.\n",{"path":15468,"title":15469,"module":15470,"summary":15471},"\u002Fmechanics\u002Fdynamics\u002Fnewtons-laws","Newton's Laws","Dynamics","What makes a body change its motion, and in which frames does the answer take its simplest form? Newton's three laws settle both: inertial frames are the ones where a force-free body coasts, force is whatever changes momentum, and every interaction pushes back on its source. We write the second law as $\\sum\\vec F=\\d\\vec p\u002F\\d t$, reduce it to $m\\vec a$ at constant mass, and separate what a scale actually reads — the support force — from the weight $m\\vec g$ it is so often mistaken for.\n",{"path":15473,"title":15474,"module":15470,"summary":15475},"\u002Fmechanics\u002Fdynamics\u002Ffree-body-diagrams","Free-Body Diagrams","Once several forces act on a body at once, the reliable way to predict its motion is to isolate that one body and draw every external push and pull on it — nothing more, nothing less. The free-body diagram is that discipline. We fix a system boundary, resolve $\\sum\\vec F=m\\vec a$ into components along axes chosen to fit the geometry, and solve for the unknowns a problem hands us — normal forces, tensions, friction, and the acceleration a constraint permits — seeing why internal forces drop out only when the boundary encloses both bodies that share them.\n",{"path":15477,"title":15478,"module":15470,"summary":15479},"\u002Fmechanics\u002Fdynamics\u002Ffriction-and-curved-motion","Friction and Curved Motion","Real surfaces grip before they slip, fluids push back harder the faster you move through them, and anything rounding a bend must be pulled toward the inside of the curve by something. This lesson supplies the force laws for those three cases. We bound static friction by $|f_s|\\leq\\mu_sN$ and switch to kinetic friction $\\mu_kN$ once sliding starts, model drag as a speed-dependent resistance that levels off at a terminal speed, and show that circular motion demands an inward net force $mv^2\u002Fr$ furnished by real interactions — friction, a banked normal force, tension — never by an invented outward one.\n",{"path":15481,"title":15482,"module":15470,"summary":15483},"\u002Fmechanics\u002Fdynamics\u002Fnumerical-dynamics","Numerical Dynamics","Most force laws — quadratic drag, coupled oscillators, anything nonlinear — admit no closed-form trajectory, so we advance the motion one small time step at a time and let arithmetic do what algebra cannot. This lesson turns $\\d\\vec y\u002F\\d t=f(t,\\vec y)$ into a marching rule. We derive the Euler, Euler--Cromer, midpoint, and Verlet updates, weigh their accuracy and stability, watch a drifting energy expose a bad scheme, and use step-halving and conserved quantities to separate the error of the method from the error of the model.\n",{"path":15485,"title":15486,"module":15470,"summary":15487},"\u002Fmechanics\u002Fdynamics\u002Fcenter-of-mass-systems","Center-of-Mass Systems","A firework bursts into a dozen fragments, yet one point keeps gliding along the original parabola as though nothing had happened. That point is the centre of mass, and following it collapses a many-body tangle into a single equation of motion. We define $\\vec R=\\frac1M\\sum_i m_i\\vec r_i$ and its continuous form, show that internal forces cancel so that only external ones move it, $M\\vec A_{\\rm cm}=\\sum\\vec F_{\\rm ext}$, and put the result to work on recoil, collisions viewed from the centre-of-mass frame, and rocket propulsion, where mass leaving the boundary carries momentum with it.\n",{"path":15489,"title":15490,"module":15491,"summary":15492},"\u002Fmechanics\u002Fenergy\u002Fwork-and-kinetic-energy","Work and Kinetic Energy","Energy","A constant push along a straight path is trivial to score, but real forces vary and bend along curved trajectories, and only the component along the motion transfers any energy. Work captures exactly that transfer as the line integral $W=\\int\\vec F\\cdot\\d\\vec r$, and the work-kinetic-energy theorem turns it into a statement about speed: the net work on a particle equals the change in its $\\tfrac12 mv^2$. We build work up from the dot product to the signed area under a force curve, derive the theorem from Newton's second law, and read power as its instantaneous rate $P=\\vec F\\cdot\\vec v$.\n",{"path":15494,"title":15495,"module":15491,"summary":15496},"\u002Fmechanics\u002Fenergy\u002Fpotential-energy","Potential Energy","When a force does the same work no matter which path a particle takes, that work can be stored as a function of position alone, and solving for the motion becomes bookkeeping instead of integration. We single out the forces that qualify — the conservative ones, for which $\\oint\\vec F\\cdot\\d\\vec r=0$ — define their potential energy through $\\vec F=-\\nabla U$, and use conservation of mechanical energy to read speeds, turning points, and equilibria straight off a potential curve. Friction breaks the shortcut, so we also track where mechanical energy leaks away as heat.\n",{"path":15498,"title":15499,"module":15491,"summary":15500},"\u002Fmechanics\u002Fenergy\u002Fmultiparticle-work","Multiparticle Work","A single particle has one velocity and one kinetic energy; a system of many can spin, deform, explode, and warm up while its centre of mass glides along as if nothing happened. Splitting the motion into a centre-of-mass part and an internal part separates the energy that momentum already fixes from the energy left free for relative motion, $K=\\tfrac12MV_{\\rm cm}^2+K'$. We derive the centre-of-mass work theorem, see why an explosion or a released spring can raise total kinetic energy with no external work at all, and use the reduced-mass and centre-of-mass frames to make collisions and internal transfers clean.\n",{"path":15502,"title":15503,"module":15491,"summary":15504},"\u002Fmechanics\u002Fenergy\u002Fmass-energy-and-binding","Mass-Energy and Binding","Relativity puts rest itself on the energy ledger: a mass $m$ carries energy $mc^2$ even when it sits still, so weighing a system's separated pieces and weighing the assembled whole give different answers, and the gap is binding energy. We convert freely between mass units and MeV, compute the energy that holds a nucleus together, and read the binding-energy-per-nucleon curve that explains why fusing light nuclei and splitting heavy ones both release energy. Reaction $Q$ values, thresholds, and recoil then follow from the same mass-difference accounting, once the frame and mass convention are fixed.\n",{"path":15506,"title":15507,"module":15491,"summary":15508},"\u002Fmechanics\u002Fenergy\u002Fphotons-and-quantization","Photons and Quantization","Light delivers its energy in indivisible lumps: a photon of frequency $f$ carries exactly $hf$, and this one fact explains why a dim blue lamp ejects electrons that an intense red one cannot. We fix a photon's energy and momentum from its wavelength, follow the quanta through emission, absorption, and the photoelectric threshold $K_{\\rm max}=hf-\\phi$, and watch energy and momentum conservation together produce the Compton wavelength shift when a photon scatters from an electron. The recurring discipline is unit and frame care, where a stray factor of $10^9$ or a forgotten rest energy quietly ruins an answer.\n",{"path":15510,"title":15511,"module":15512,"summary":15513},"\u002Fmechanics\u002Fmomentum\u002Fmomentum-and-collisions","Momentum and Collisions","Momentum","When two objects collide, the forces between them are too brief and too tangled to integrate directly, yet the result is fixed by one conserved quantity. Linear momentum $\\vec p=m\\vec v$ turns Newton's second law into the impulse-momentum theorem $\\vec J=\\Delta\\vec p$, and for an isolated system into a conservation law that holds through any internal collision, however dissipative. We use it to separate elastic from inelastic collisions, follow the centre of mass, and read impulse as the signed area under a force-time curve — always tracking which external impulses the chosen system and interval let us drop.\n",{"path":15515,"title":15516,"module":15512,"summary":15517},"\u002Fmechanics\u002Fmomentum\u002Fcenter-of-mass-collisions","Center-of-Mass Collisions","A two-body collision that looks asymmetric in the laboratory becomes almost trivial in the frame that rides along with the centre of mass, where the total momentum is zero and the two momenta stay equal and opposite. We build that frame, reduce the pair to a single relative coordinate carrying the reduced mass $\\mu$, and show that an elastic collision there only rotates one momentum vector while its length holds fixed. Transforming back to the laboratory then handles elastic and inelastic collisions, scattering angles, and reaction thresholds with the same construction — and shows why relative speed, not laboratory kinetic energy, measures what a collision can convert.\n",{"path":15519,"title":15520,"module":15512,"summary":15521},"\u002Fmechanics\u002Fmomentum\u002Frocket-propulsion","Rocket Propulsion","A rocket speeds up by throwing mass backward, so its own mass drops as it flies and $\\vec F=m\\vec a$ no longer applies to a fixed body. Tracking the momentum the exhaust carries across the vehicle boundary gives thrust $T=Ru_e$ and, for a force-free burn, the rocket equation $\\Delta v=u_e\\ln(m_i\u002Fm_f)$ — a logarithm that makes large velocity changes expensive in propellant and forces staging. We then add the forces a real ascent cannot ignore, gravity, drag, and steering, and show how thrust and mass-flow records are cross-checked to infer the exhaust speed.\n",{"path":15523,"title":15524,"module":15525,"summary":15526},"\u002Fmechanics\u002Frotation\u002Frotational-inertia","Rotational Inertia","Rotation","Push a wheel and a merry-go-round with the same force and they speed up at wildly different rates: the same mass resists rotation differently depending on where it sits relative to the axis. That single fact is the moment of inertia, $I=\\int r_\\perp^2\\,\\d m$, and this lesson builds it from the ground up. We tie angular motion to linear through $s=r\\theta$, $v=r\\omega$, and $a_t=r\\alpha$, derive $I$ for rods, disks, and spheres, and use the parallel- and perpendicular-axis theorems to move between axes — always naming the axis, because the same body has as many moments of inertia as it has lines to spin about.\n",{"path":15528,"title":15529,"module":15525,"summary":15530},"\u002Fmechanics\u002Frotation\u002Frotational-dynamics","Rotational Dynamics","A force applied to a wheel does nothing unless it acts off the axis: what turns a rigid body is torque, force times lever arm. This lesson makes that precise and turns it into the rotational Newton's second law, $\\sum\\tau=I\\alpha$ about a fixed axis, the exact analogue of $\\sum F=ma$. From there we get rotational work $W=\\int\\tau\\,\\d\\theta$ and power $P=\\tau\\omega$, size a motor to a load, and solve pulleys and Atwood machines where the pulley's own inertia can no longer be ignored — always insisting that every torque be measured about the same axis.\n",{"path":15532,"title":15533,"module":15525,"summary":15534},"\u002Fmechanics\u002Frotation\u002Frolling-motion","Rolling Motion","A rolling wheel is doing two things at once — translating and spinning — but the no-slip condition $v_{cm}=R\\omega$ locks them together, and that single constraint is what makes rolling tractable. We use it to split the kinetic energy into $\\tfrac12Mv_{cm}^2+\\tfrac12I\\omega^2$, find how fast a cylinder reaches the bottom of an incline, and show why the contact point is instantaneously at rest. The static friction that enforces rolling does no work; we track its direction from the tendency to slip, and mark exactly where the model breaks once the required friction exceeds $\\mu_sN$.\n",{"path":15536,"title":15537,"module":15525,"summary":15538},"\u002Fmechanics\u002Frotation\u002Fangular-momentum","Angular Momentum","A skater pulls in her arms and spins faster, with no torque acting: that is angular momentum conservation, and it lets us answer questions that would be hopeless force by force. We build $\\vec L=\\vec r\\times\\vec p$, show it obeys $\\vec\\tau_{ext}=\\d\\vec L\u002F\\d t$, and use its conservation under zero external torque to link before and after in collisions, reconfigurations, and coupled rotors without ever resolving the internal forces. The catch is bookkeeping: the origin, the system boundary, and the frame must be fixed first, and a change in total $\\vec L$ always points to an external impulse someone forgot.\n",{"path":15540,"title":15541,"module":15525,"summary":15542},"\u002Fmechanics\u002Frotation\u002Frolling-resistance","Rolling Resistance","Ideal rolling should coast forever, yet every real wheel slows down. The reason is that a deformable tire and road do not press through a single point: the contact patch spreads, the normal-force resultant shifts ahead of the axle, and that offset is a resisting moment even with no gross sliding. We package it as an equivalent force $F_{rr}=C_{rr}N$, tie the coefficient to load, surface, speed, and temperature, and use coast-down, towing, and traction tests to separate this contact loss from aerodynamic drag, bearing friction, and the adhesion limit where rolling gives way to skidding.\n",{"path":15544,"title":15545,"module":15525,"summary":15546},"\u002Fmechanics\u002Frotation\u002Fgyroscopic-precession","Gyroscopic Precession","A spinning top leans over but does not fall — it swings its axis in a slow horizontal circle instead. The paradox dissolves once torque is read as the rate of change of a vector: gravity's torque is perpendicular to the spin angular momentum, so it turns $\\vec L$ rather than toppling it. We derive the steady precession rate $\\Omega\\simeq Mgr\u002F(I_s\\omega_s)$ in the fast-top limit, state the assumptions it leans on — dominant spin, slow tilt, negligible bearing torque — and read nutation, support motion, and a decaying spin as the ways real gyroscopes depart from it.\n",{"path":15548,"title":15549,"module":15550,"summary":15551},"\u002Fmechanics\u002Fgravity-and-matter\u002Fkeplerian-orbits","Keplerian Orbits","Gravitation and Matter","Why do the planets trace ellipses rather than any other curve? Newton's inverse-square law collapses the two-body problem onto a single conic section, and the answer falls out of two conserved quantities: a central force can exert no torque, so angular momentum is fixed, and gravity is conservative, so energy is fixed. We read an orbit's size and shape straight off those invariants, recover all three of Kepler's laws, and derive escape speed, the vis-viva relation, and the timing of a pass. We also mark where the ideal ellipse breaks down — drag, oblateness, and a third body slowly move a real orbit.\n",{"path":15553,"title":15554,"module":15550,"summary":15555},"\u002Fmechanics\u002Fgravity-and-matter\u002Fgravitational-fields","Gravitational Fields","Instead of tracking the force between every pair of masses, we attach a field to the source and ask a test mass to read it off locally. That move pays off because gravity is conservative: the field is the gradient of a single scalar potential, and potentials from many sources simply add. We build the field-potential picture, use spherical symmetry and the shell theorem to get the point-mass exterior field and the zero interior field of a shell, and read tides straight out of the field's gradient. Along the way we mark exactly when the constant-$g$ and point-mass shortcuts hold and when a shape correction is needed.\n",{"path":15557,"title":15558,"module":15550,"summary":15559},"\u002Fmechanics\u002Fgravity-and-matter\u002Fstatic-equilibrium","Static Equilibrium","What does it take for a loaded structure to stay put? A body at rest needs its forces to cancel and its turning effects to cancel — $\\sum\\vec F=0$ and $\\sum\\vec\\tau=0$ about any point — and almost all of statics is the craft of turning a physical setup into those equations. We build free-body diagrams, replace supports, cables, friction, couples, and distributed loads with their idealized reactions, and locate the centre of gravity that decides whether a body tips. We also count equations against unknowns to separate a determinate problem from one that needs the material's deformation to resolve, and read every negative or inconsistent reaction as a sign that a contact or a boundary was chosen wrong.\n",{"path":15561,"title":15562,"module":15550,"summary":15563},"\u002Fmechanics\u002Fgravity-and-matter\u002Ffluid-statics","Fluid Statics","A fluid at rest cannot support a shear, so the only stress it carries is a pressure that must grow with depth to hold up the fluid above it. That single balance, $\\d p\u002F\\d z=-\\rho g$, runs the whole subject: it sets manometer readings, the force on a dam, and — integrated over a submerged boundary — Archimedes' buoyant force $F_B=\\rho g V_{\\rm disp}$. We derive these, use them to decide when a body floats and whether it floats upright, and mark where acceleration, rotation, compressibility, or capillarity forces a richer pressure model.\n",{"path":15565,"title":15566,"module":15550,"summary":15567},"\u002Fmechanics\u002Fgravity-and-matter\u002Ffluid-flow","Fluid Flow","Two accounting rules carry most of steady flow: mass cannot pile up, so the same volume crosses every section each second, and mechanical energy is conserved along a streamline when the fluid is ideal. From those we get continuity, Bernoulli's relation between pressure, speed, and height, and the results that follow — Torricelli's efflux speed, the Venturi meter, the Pitot tube. We then let go of the ideal assumptions one at a time: viscosity adds wall shear and head loss, Reynolds number decides laminar versus turbulent, and Mach number marks where a gas stops behaving as incompressible.\n",{"path":15569,"title":15570,"module":15550,"summary":15571},"\u002Fmechanics\u002Fgravity-and-matter\u002Forbital-motion","Orbital Motion","A circular orbit is nothing but free fall with enough sideways speed to keep missing the ground, and setting gravity equal to the centripetal requirement fixes that speed and the period once and for all. From the same energy bookkeeping we read off escape speed, sort orbits into bound, parabolic, and hyperbolic by the sign of their specific energy, and see why a tangential burn is the efficient way to change an orbit. We build the Hohmann transfer and its launch window, work the numbers for a geostationary orbit and an escape burn, and mark where finite thrust, perturbations, and an uncertain initial state pull a real trajectory off the ideal.\n",{"path":15573,"title":15574,"module":15550,"summary":15575},"\u002Fmechanics\u002Fgravity-and-matter\u002Fstress-and-elasticity","Stress and Elasticity","Rigid bodies are a fiction; every real material stretches, shears, or squeezes under load, and the useful question is how much. We define stress as force per area and strain as fractional deformation, then find that for small deformations the two are simply proportional — Hooke's law — with Young's, shear, and bulk moduli as the constants for stretch, twist, and volume change. From these we compute extensions, torsional twist, and stored elastic energy, and read a tensile curve for the yield, ultimate, and fracture points where linear elasticity ends. We also mark the practical limits: stress concentrations, fatigue, and the multiaxial states a single uniaxial modulus cannot capture.\n",{"path":15577,"title":15578,"module":15579,"summary":15580},"\u002Fmechanics\u002Foscillations-waves\u002Fdamped-oscillators","Damped Oscillators","Oscillations and Waves","Every real oscillator eventually stops: friction, drag, and internal loss drain its energy, so free motion is a decay rather than a permanent swing. Adding a velocity-proportional resistance to the spring-mass equation produces one dimensionless number, $b\u002F(2\\sqrt{mk})$, that decides whether the mass rings down through many cycles, returns once without overshoot, or crawls back slowly. We solve the three regimes, tie the observed decay to the power balance $b\\dot x^2$, and turn a measured ring-down into the decay rate and quality factor of the apparatus — reading damping off the data instead of assuming it.\n",{"path":15582,"title":15583,"module":15579,"summary":15584},"\u002Fmechanics\u002Foscillations-waves\u002Ftravelling-waves","Travelling Waves","A wave carries a shape, not the material: each element of a rope or air column oscillates in place while the disturbance travels through it. Writing that shape as $f(x\\mp vt)$ turns \"the pattern moves\" into a statement about the cosine's argument, and a local force balance on one string segment fixes the speed at $v=\\sqrt{T\u002F\\mu}$ — restoring stiffness over inertia, with amplitude nowhere in it. We build the sinusoidal wave and its phase, derive the wave equation from Newton's second law, and follow the energy a travelling wave transports, then check speed and power against those predictions.\n",{"path":15586,"title":15587,"module":15579,"summary":15588},"\u002Fmechanics\u002Foscillations-waves\u002Fwave-superposition","Wave Superposition","When two waves cross the same point, what does a probe read? In a linear medium the answer is arithmetic: the displacements add, $y=y_1+y_2$, and the pulses pass through each other unchanged. That one rule produces interference — reinforcement where the signs agree, cancellation where they oppose — and it guards against a common mistake, since displacement can vanish at an instant while the energy sits in transverse motion instead. We work out the signed sum, the phase bookkeeping for equal-frequency components, and why a null in the record is not a null in the wave.\n",{"path":15590,"title":15591,"module":15579,"summary":15592},"\u002Fmechanics\u002Foscillations-waves\u002Fstanding-waves","Standing Waves","Clamp a string at both ends and only certain frequencies survive: the ends must be nodes, and that single geometric demand quantizes the wave into a discrete set of modes $f_n=nv\u002F(2L)$. The travelling wave becomes a fixed pattern of nodes and antinodes — standing, not moving — because equal waves running in opposite directions superpose. We build the standing wave from its counter-propagating pieces, read the harmonic sequence off the boundary conditions (half-wavelengths for a fixed-fixed string, odd quarter-wavelengths for a closed pipe), and test the ideal model against node scans and resonance peaks.\n",{"path":15594,"title":15595,"module":15579,"summary":15596},"\u002Fmechanics\u002Foscillations-waves\u002Fsound-waves","Sound Waves","Sound is a pressure wave so small that a loud tone displaces air molecules by less than the width of an atom, yet a microphone reads it easily — because pressure, not displacement, is what the ear and the instrument sense. The acoustic impedance $Z=\\rho c$ ties pressure, density, and particle velocity together, fixes the intensity a wave carries, and sets the reference for the decibel, a logarithm that tames a $10^{12}$ range in power. We derive the sound speed from the gas's stiffness, convert between pressure and intensity levels, and treat the measurement itself — calibration, geometry, background, averaging — as part of the physics.\n",{"path":15598,"title":15599,"module":15579,"summary":15600},"\u002Fmechanics\u002Foscillations-waves\u002Fdoppler-effect","Doppler Effect","A passing siren drops in pitch not because the source changes but because motion repacks the wavefronts: an approaching source crowds its crests, a receding one stretches them, and a moving listener samples them at a different rate. For mechanical waves every velocity is measured against the medium, and one signed ratio $f_r=f_s(v-u_r)\u002F(v-u_s)$ captures both effects at once. We separate source motion, which sets crest spacing, from receiver motion, which sets arrival rate, invert the shift to recover radial velocity, and mark where the model breaks — supersonic sources, moving air, and reflected paths that carry two shifts, not one.\n",{"path":15602,"title":15603,"module":15579,"summary":15604},"\u002Fmechanics\u002Foscillations-waves\u002Fwave-packets","Wave Packets","No real signal is a single frequency: a disturbance that starts and stops is built from a band of wave numbers, and the width of that band is what makes it local. We ask how such a packet moves — carrier crests at the phase velocity $v_\\mathrm p=\\omega\u002Fk$, the envelope at the group velocity $v_\\mathrm g=\\d\\omega\u002F\\d k$ — and why the two differ once a medium is dispersive. Curvature $\\d^2\\omega\u002F\\d k^2$ spreads and chirps the packet as it travels, and the Fourier reciprocity that ties bandwidth to duration explains why a finite record, aliasing, or a coarse probe can imitate that spreading unless the sampling limits are respected.\n",{"path":15606,"title":15607,"module":15579,"summary":15608},"\u002Fmechanics\u002Foscillations-waves\u002Fbeats-and-coupling","Beats and Coupling","Add two tones a few hertz apart and the sum swells and fades at their difference frequency — a beat — though neither source is changing. We work out that envelope, then ask the mechanical version of the same question: join two oscillators and a single resonance splits into normal modes, with energy sloshing between the coordinates at their frequency difference. The lesson identifies when a slow amplitude envelope signals genuine coupling rather than two independent sources, drift, or deliberate modulation, reading it from envelope timing, spectral sidebands, and the mode shapes.\n",{"path":15610,"title":15611,"module":15579,"summary":15612},"\u002Fmechanics\u002Foscillations-waves\u002Fsimple-harmonic-motion","Simple Harmonic Motion","Any system pushed back toward equilibrium by a force proportional to its displacement obeys one equation, $\\ddot x+\\omega_0^2x=0$, and so moves sinusoidally at $\\omega_0=\\sqrt{k\u002Fm}$ whatever the amplitude. We derive that motion, follow its energy $E=mv^2\u002F2+kx^2\u002F2$ trading between kinetic and potential form at constant total, and read the elliptical phase-space orbit Hooke's law implies. Period, amplitude, velocity, and acceleration then supply redundant checks: an amplitude-dependent period or a curved force residual is the signature that the linear model has failed, and mass-loading and offset tests separate a calibration error from a real frequency shift.\n",{"path":15614,"title":15615,"module":15579,"summary":15616},"\u002Fmechanics\u002Foscillations-waves\u002Fpendulum-motion","Pendulum Motion","A pendulum keeps time only because, for small swings, gravity supplies a restoring torque proportional to the angle — and $T=2\\pi\\sqrt{L\u002Fg}$ then follows without the mass appearing at all. We derive that result, mark exactly which assumptions carry it (small angle, negligible pivot loss, a rigid support), then relax them: finite amplitude lengthens the period through an elliptic integral, and an extended body replaces $L$ with the ratio of its moment of inertia to its center-of-mass distance. How the period drifts with amplitude or pivot position is what diagnoses the geometric, damping, and distributed-mass corrections.\n",{"path":15618,"title":15619,"module":15579,"summary":15620},"\u002Fmechanics\u002Foscillations-waves\u002Fdriven-oscillators","Driven Oscillators","Drive a damped oscillator at a frequency you control and it eventually forgets its own: $m\\ddot x+b\\dot x+kx=F_0\\cos\\omega t$ settles into a steady response whose amplitude and phase depend sharply on how close the drive sits to resonance. We solve for that response, show how damping alone fixes the resonance width, the peak power, and the settling time, and treat base excitation as the same problem with a different input. The steady-state formulas hold only for constant $m$, $b$, and $k$; level-dependent peaks or hysteresis between up- and down-sweeps are how nonlinearity or an extra mode announces itself.\n",{"path":15622,"title":15623,"module":15579,"summary":15624},"\u002Fmechanics\u002Foscillations-waves\u002Fwave-boundaries","Wave Boundaries","A pulse traveling along a string does something abrupt where the string's properties change: part reflects, part transmits, and which is which is set by the impedance mismatch alone. We impose continuity of displacement and transverse force at the join to get the reflection and transmission coefficients in terms of $Z=\\sqrt{T\\mu}$, fix their signs and the polarity flip, and balance the energy. The clean result assumes linear, nondispersive segments meeting at a localized join; pulse polarity, return timing, and energy ratios are the measurements that expose a real connector's mass, loss, or distributed transition.\n",{"path":15626,"title":15627,"module":15628,"summary":15629},"\u002Fmechanics\u002Fthermodynamics\u002Fkinetic-theory-of-ideal-gases","Kinetic Theory of Ideal Gases","Thermodynamics","A gas has no springs and no gears, yet it pushes on its container with a definite pressure and stores energy in a lawful way. Kinetic theory explains both from the motion of the molecules alone: pressure is the accumulated recoil of countless elastic impacts, and temperature is the average translational kinetic energy each molecule carries. We derive $pV=\\tfrac13Nm\\overline{v^2}$ from momentum transfer, read off $\\overline{K}_{\\rm tr}=\\tfrac32kT$, and use the Maxwell–Boltzmann distribution to separate the most probable, mean, and rms speeds — each the right average for a different question — while marking where the dilute, classical assumptions stop holding.\n",{"path":15631,"title":15632,"module":15628,"summary":15633},"\u002Fmechanics\u002Fthermodynamics\u002Ffirst-law-of-thermodynamics","First Law of Thermodynamics","Heat a gas and it may warm, expand, or both; compress it and the same energy can reappear as a temperature rise. The first law settles the bookkeeping: internal energy is a state property whose change equals the heat added plus the work done on the system, $\\Delta E_{\\rm int}=Q_{\\rm in}+W_{\\rm on}$. We fix a system boundary and one sign convention, compute boundary work as $\\int p\\,\\d V$ along a path, and use calorimetry to measure heat and heat capacities. The recurring point is that heat and work are path-dependent transfers while their sum is not, so an energy ledger closes only once every boundary crossing is named.\n",{"path":15635,"title":15636,"module":15628,"summary":15637},"\u002Fmechanics\u002Fthermodynamics\u002Fentropy-and-the-second-law","Entropy and the Second Law","The first law lets energy flow either way; it never says which way heat actually goes. The second law supplies the missing arrow. Entropy, defined through the reversible transfer $\\d S=\\delta Q_{\\rm rev}\u002FT$, can only increase in an isolated system, and that single inequality fixes the direction of heat flow and caps every engine, refrigerator, and heat pump at its Carnot value. We build entropy ledgers for reservoirs and working substances, separate the entropy carried by heat from the entropy generated by irreversibility, and read the sign of the total as a hard check on any proposed thermal machine.\n",{"path":15639,"title":15640,"module":15628,"summary":15641},"\u002Fmechanics\u002Fthermodynamics\u002Fthermal-processes","Thermal Processes","Heat rarely sits still: it stretches solids, pushes real gases off their ideal isotherms, and leaks across walls by conduction, convection, and radiation. Each behavior becomes a number a designer can use. Thermal expansion sets the gaps in a bridge and the stress in a clamped rod; the van der Waals equation and a phase diagram fix when $pV=nRT$ or a latent-heat term applies; Fourier's law, Newton cooling, and Stefan–Boltzmann radiation give the rate of heat flow. We assemble these into thermal-resistance networks and transient time constants, then mark where contact resistance, phase change, or a hidden thermal bridge breaks the simple model.\n",{"path":15643,"title":15644,"module":15628,"summary":15645},"\u002Fmechanics\u002Fthermodynamics\u002Fphase-changes","Phase Changes","Add heat to ice and its temperature climbs — until it reaches $0\\ ^\\circ\\mathrm C$, where the thermometer stalls while the ice melts. That plateau is the whole subject: at a phase boundary the energy rearranges molecules, $Q=mL$, instead of raising temperature, which resumes only once one phase is gone. We stage a heating path into sensible-heat legs ($Q=mc\\Delta T$) and latent plateaus, use the Clausius–Clapeyron relation to track how a boiling point moves with pressure, and solve calorimetry by testing each coexistence endpoint — so a melt fraction that lands outside $[0,1]$ flags a wrong final-state guess rather than a real state.\n",{"path":15647,"title":15648,"module":15628,"summary":15649},"\u002Fmechanics\u002Fthermodynamics\u002Fthermal-machines","Thermal Machines","An engine, a refrigerator, and a heat pump are one machine read three ways: each shuttles heat between a hot and a cold reservoir while trading work at the boundary, and only the flow you call useful separates them. A heat engine turns part of $Q_h$ into work, $W=Q_h-Q_c$; a refrigerator spends work to pull $Q_c$ from the cold side; a heat pump counts the warm-side delivery instead. We measure each with its own ratio — efficiency or coefficient of performance — bound them all by the Carnot limit that reservoir temperatures alone set, and track how finite temperature differences, throttling, and friction generate entropy and pull real machines below that bound.\n",{"path":15651,"title":15652,"module":298,"summary":298},"\u002Fmechanics","Mechanics & Dynamics",{"path":15654,"title":15655,"module":15656,"summary":15657},"\u002Felectricity-and-magnetism\u002Felectric-fields\u002Fcharge-and-conductors","Charge and Conductors","Electric Fields","Rub two objects together and one pulls electrons from the other; nothing is created, only moved. We define what electric charge is — conserved, additive, and quantized in units of $e$ — and why a conductor's mobile carriers rearrange until its interior field vanishes and its surface sits at one potential. We follow charge through contact, induction, and grounding, treat the field-free cavity that turns a conductor into a shield, and mark where finite conductivity and leakage set the limits of the electrostatic picture.\n",{"path":15659,"title":15660,"module":15656,"summary":15661},"\u002Felectricity-and-magnetism\u002Felectric-fields\u002Fcoulombs-law","Coulomb's Law","Two charges at rest push or pull along the line joining them, and the whole of electrostatics is assembled by adding up such pairs. We measure that force — its inverse-square falloff, its linear dependence on each charge, the sign that says attract or repel — and write it as a vector so direction survives superposition. We work the magnitude and component forms on real numbers, check them against limiting cases and dimensions, and fix the point-charge approximation to source sizes small against every separation.\n",{"path":15663,"title":15664,"module":15656,"summary":15665},"\u002Felectricity-and-magnetism\u002Felectric-fields\u002Felectric-field-and-force","Electric Field and Force","Rather than ask how one charge reaches across empty space to another, we credit the source with a field that fills the space and let a second charge respond to whatever field sits at its own location. Electric field is force per unit positive test charge, $\\vec E=kq\\hat r\u002Fr^2$ for a point source, and source fields add before any receiving charge is placed. We compute those fields and the force $\\vec F=q\\vec E$ they exert, then follow a charge along its parabolic path through a uniform field and into nonuniform fields where the dynamics turn position-dependent.\n",{"path":15667,"title":15668,"module":15656,"summary":15669},"\u002Felectricity-and-magnetism\u002Felectric-fields\u002Felectric-field-maps","Electric Field Maps","A field is a vector at every point of space, and the quickest way to grasp one is to draw it. We build the two standard pictures — continuous field lines tangent to $\\vec E$, and scaled vector arrows — and read direction, magnitude, and the location of nulls straight off them. We fix what a line drawing can and cannot say: density encodes magnitude only under a stated seeding rule, and integral curves never cross at a regular point. From there we work the topology near sources, sinks, and conductor surfaces, and state the step-size and interpolation checks a numerical map must pass.\n",{"path":15671,"title":15672,"module":15656,"summary":15673},"\u002Felectricity-and-magnetism\u002Felectric-fields\u002Felectric-dipoles","Electric Dipoles","Most neutral matter carries no net charge yet still responds to an electric field, because its positive and negative charge sit slightly apart. That separation is a dipole, moment $\\vec p=q\\vec d$ pointing from the negative to the positive charge, and it is the leading term in how any neutral distribution looks from far away. We derive the torque $\\vec p\\times\\vec E$ and energy $-\\vec p\\cdot\\vec E$ a uniform field imposes, the net force a field gradient adds, and the axial and equatorial $1\u002Fr^3$ fields the pair produces, then measure how far out the point-dipole approximation still holds.\n",{"path":15675,"title":15676,"module":15677,"summary":15678},"\u002Felectricity-and-magnetism\u002Fcontinuous-charge-distributions\u002Fcontinuous-charge-fields","Continuous Charge Fields","Continuous Charge Distributions","A charged rod, ring, or disk is not a point, yet its field is still nothing but Coulomb's law added up over the charge it carries. We replace the discrete sum by an integral, with $\\d q=\\lambda\\d\\ell$, $\\sigma\\d A$, or $\\rho\\d V$, so the real work becomes geometry: writing the vector from each source element to the field point, and letting symmetry cancel the components that must cancel before any integral is attempted. We carry the line, ring, and disk fields through in full, then check each result against its near field, its far field, and its dimensions.\n",{"path":15680,"title":15681,"module":15677,"summary":15682},"\u002Felectricity-and-magnetism\u002Fcontinuous-charge-distributions\u002Fgauss-law-and-conductors","Gauss's Law and Conductors","Adding up Coulomb's law over a whole distribution is laborious; Gauss's law trades that sum for a single statement, that the flux of $\\vec E$ out of any closed surface counts the charge inside, $\\oint\\vec E\\cdot\\d\\vec A=Q_{\\rm enc}\u002F\\varepsilon_0$. The law is always true, but it hands over the field only when the source is symmetric enough to pull $E$ outside the integral. We apply it to spheres, lines, and sheets, then turn it on conductors, where the zero interior field drives every excess charge to the surface and fixes the normal-field jump $\\sigma\u002F\\varepsilon_0$, the charge induced on a cavity wall, and electrostatic shielding.\n",{"path":15684,"title":15685,"module":15686,"summary":15687},"\u002Felectricity-and-magnetism\u002Felectric-potential\u002Fpoint-charge-potential","Point-Charge Potential","Electric Potential","The electrostatic force is conservative, so the work it does between two points\ndepends only on the endpoints. That lets us trade the vector field for a single\nscalar attached to each point, the electric potential, the potential energy a unit\ncharge would have there. We build potential from the work integral, fix the usual\nreference at infinity, and add point sources as scalars, $V=k\\sum_i q_i\u002Fr_i$,\navoiding the vector bookkeeping the field demands. Signed charges, the reference\nchoice, equipotential motion, and far-field expansions each give an independent\ncheck on a result.\n",{"path":15689,"title":15690,"module":15686,"summary":15691},"\u002Felectricity-and-magnetism\u002Felectric-potential\u002Fpotential-gradients-and-equipotentials","Potential Gradients and Equipotentials","Given the potential everywhere, how do we recover the field? The field is the\nnegative gradient, $\\vec E=-\\nabla V$: it points down the steepest local drop in\npotential, and its magnitude is set by how fast $V$ changes, not by the shape of a\ncontour. We read off components with directional derivatives, reconstruct fields\nfrom measured potential grids using centered differences, and use closed-loop\nintegrals and grid refinement to test whether a reconstructed field is physically\nconsistent.\n",{"path":15693,"title":15694,"module":15686,"summary":15695},"\u002Felectricity-and-magnetism\u002Felectric-potential\u002Felectrostatic-energy-and-pressure","Electrostatic Energy and Pressure","Assembling a charge configuration takes work, and that work is stored, but where\nis it kept and how much is there? We total it two ways: as a sum over the charges,\n$U=\\tfrac12\\sum_i q_iV_i$, and as an integral over the field itself,\n$u_E=\\tfrac12\\varepsilon_0E^2$, energy the field carries in every region it fills.\nDifferentiating the stored energy at fixed charge or at fixed voltage recovers the\nmechanical force on a conductor, and at a charged surface the same field scale\nappears as an outward electrostatic pressure. We work the parallel-plate case in\nfull and mark where curvature and fringing make the pressure nonuniform.\n",{"path":15697,"title":15698,"module":15686,"summary":15699},"\u002Felectricity-and-magnetism\u002Felectric-potential\u002Flaplace-boundary-problems","Laplace Boundary Problems","Often the charges are not given, only the conductors and the voltages held on\nthem, and the potential in the empty space between has to be found. There $V$ obeys\nLaplace's equation $\\nabla^2V=0$, and the boundary data alone determine a unique solution.\nWe solve it two ways: separation of variables into boundary-matched modes, whose\nhigher spatial frequencies die away with depth into the domain, and finite-difference\nrelaxation for boundaries no analytic mode fits. Residual norms, boundary error, and\nflux balance tell us when the computed potential and its field can be trusted.\n",{"path":15701,"title":15702,"module":15686,"summary":15703},"\u002Felectricity-and-magnetism\u002Felectric-potential\u002Fcontinuous-charge-potentials","Continuous Charge Potentials","When charge is spread over a line, a surface, or a volume, the sum over point\nsources becomes an integral, $V(\\vec r)=k\\int \\d q\u002F|\\vec r-\\vec r'|$. Because\npotential is a scalar, this integral sidesteps the component algebra the field\nwould force, until the field is actually wanted through $\\vec E=-\\nabla V$. We set\nup the right density element for each geometry, choose a workable reference, handle\nthe integrable singularities that arise when the observation point sits on the\ncharge, and check every result against symmetry, dimensions, and the far-field\nmultipole limit.\n",{"path":15705,"title":15706,"module":15707,"summary":15708},"\u002Felectricity-and-magnetism\u002Fcapacitance\u002Fcapacitance-fundamentals","Capacitance Fundamentals","Capacitance","How much charge must you separate onto two conductors to hold a given voltage between\nthem? That ratio, $C=Q\u002F\\Delta V$, is fixed by the conductor geometry and the medium,\nnot by how much charge is presently stored. We compute it from the field for the\nparallel-plate, isolated-sphere, concentric-sphere, and coaxial geometries, trace how\nsurface charge and boundary conditions set each result, and see where fringing,\nguarding, and stray coupling separate the ideal formula from what a bridge measures.\n",{"path":15710,"title":15711,"module":15707,"summary":15712},"\u002Felectricity-and-magnetism\u002Fcapacitance\u002Fcapacitor-networks","Capacitor Networks","Wire several capacitors together and the source sees one equivalent capacitance — but\nwhich? The answer comes not from how the symbols are drawn but from which conductors\nshare a node: parallel branches hold a common voltage and add, $C_{\\rm eq}=\\sum_iC_i$,\nwhile series branches share a common charge and add reciprocally. We derive both rules\nfrom charge conservation on the floating internal node, then extend the node-charge\nmethod to unequal, precharged, and stray-coupled branches and carry a worked reduction\nthrough to the charge and voltage on every element.\n",{"path":15714,"title":15715,"module":15707,"summary":15716},"\u002Felectricity-and-magnetism\u002Fcapacitance\u002Fcapacitor-energy-and-force","Capacitor Energy and Force","Charging a capacitor takes work, because every increment of charge is pushed through\nthe voltage the earlier charge already established. We total that work three\nequivalent ways, $U=Q^2\u002F(2C)=Q\\Delta V\u002F2=C(\\Delta V)^2\u002F2$, locate it in the field as\na density $u=\\tfrac12\\epsilon_0E^2$, then let the plates move. Differentiating the\nstored energy at fixed charge, or the coenergy at fixed voltage, gives the mechanical\nforce; the two boundaries differ only by the work the source supplies. We work the\nparallel-plate attraction and its electrostatic pressure in full, and follow the same\ngradient into pull-in, tilt, comb drives, and traceable force calibration.\n",{"path":15718,"title":15719,"module":15707,"summary":15720},"\u002Felectricity-and-magnetism\u002Fcapacitance\u002Fdielectric-polarization-and-breakdown","Dielectric Polarization and Breakdown","Slide a dielectric between the plates and the capacitance rises — but why, and how\nhard can you drive it before the insulator fails? Bound charge answers the first:\npolarization $\\vec P$ sets up surface and volume charge that partly cancels the\napplied field, so $\\vec D=\\varepsilon_0\\vec E+\\vec P$ separates what the circuit\ncontrols from what the material contributes. We follow the field across layered\ndielectrics and interfaces, tie permittivity and loss to their frequency dependence,\nand treat dielectric strength as a measured, geometry-dependent limit rather than one\nmaterial number.\n",{"path":15722,"title":15723,"module":15724,"summary":15725},"\u002Felectricity-and-magnetism\u002Fdirect-current-circuits\u002Fcurrent-and-resistance","Current and Resistance","Direct-Current Circuits","What does it mean, physically, for charge to flow, and what sets how hard a wire resists that flow? Current counts charge crossing a surface, $I=\\int\\vec J\\cdot\\d\\vec A$, and traces back to a slow drift of many carriers, $\\vec J=nq\\vec v_d$. We establish when the linear law $V=IR$ actually holds, how resistivity and geometry combine into bulk resistance, why real sources sag under load through their internal resistance, and how the three power forms $P=IV=I^2R=V^2\u002FR$ tie electrical work to heating and component ratings.\n",{"path":15727,"title":15728,"module":15724,"summary":15729},"\u002Felectricity-and-magnetism\u002Fdirect-current-circuits\u002Fkirchhoff-network-analysis","Kirchhoff Network Analysis","Once a circuit has more than one loop, no amount of series-parallel folding will reduce it — you need the two conservation laws written as equations. Kirchhoff's junction law is charge conservation at a node; his loop law is energy conservation around a closed path. We turn a labelled network into a linear system in node voltages or mesh currents, fix the sign conventions so a negative answer just means a reversed arrow, and use power balance as an independent check that the algebra describes the circuit that was actually built.\n",{"path":15731,"title":15732,"module":15724,"summary":15733},"\u002Felectricity-and-magnetism\u002Fdirect-current-circuits\u002Frc-transients","RC Transients","How does a circuit get from one steady state to the next when a capacitor refuses to change its voltage all at once? Because a jump would demand infinite current, an RC circuit slides between states exponentially, with a single time constant $\\tau=RC$ that sets the whole schedule: charging fills as $1-e^{-t\u002F\\tau}$, discharge empties as $e^{-t\u002F\\tau}$. We solve the first-order loop equation, read the response off three numbers — the switch-instant voltage, the final dc voltage, and the Thevenin resistance the capacitor sees — and mark where source and probe resistance shift $\\tau$ or where a second storage element hides a mode a one-$\\tau$ fit misses.\n",{"path":15735,"title":15736,"module":15737,"summary":15738},"\u002Felectricity-and-magnetism\u002Fmagnetic-field\u002Fmagnetic-trajectories","Magnetic Trajectories","Magnetic Field","A charged particle in a magnetic field never speeds up or slows down, yet its path curves relentlessly. We work out why: the magnetic force is always perpendicular to velocity, so it does no work and bends the transverse motion into a circle of radius $r=mv_\\perp\u002F(|q|B)$ while leaving the parallel motion untouched, producing a helix. We derive the cyclotron frequency, show why it is independent of speed until relativity intervenes, and turn the geometry around: a measured curvature reads back a particle's momentum, which is how tracking detectors weigh what they cannot see.\n",{"path":15740,"title":15741,"module":15737,"summary":15742},"\u002Felectricity-and-magnetism\u002Fmagnetic-field\u002Fhall-effect","Hall Effect","Current tells you charge is moving, but not whether the movers are positive or negative, nor how many there are. A magnetic field settles both questions. Push current through a strip in a transverse field and the carriers pile up on one edge until a transverse electric field just balances the magnetic deflection; the sign of the resulting Hall voltage names the carrier's charge and its size counts the carriers per volume. We derive the balance $q\\vec E+q\\vec v_d\\times\\vec B=0$, read off $V_H=IB\u002F(nqt)$, and see why field-and-current reversal is what separates the real Hall signal from the offsets that mimic it.\n",{"path":15744,"title":15745,"module":15737,"summary":15746},"\u002Felectricity-and-magnetism\u002Fmagnetic-field\u002Fmagnetic-force-on-conductors","Magnetic Force on Conductors","A magnet pushes on a current-carrying wire even though the wire is electrically neutral. The reason is that each moving carrier feels the Lorentz force, and those microscopic pushes add up to a force the wire's supports must hold. We sum them into $\\d\\vec F=I\\,\\d\\vec\\ell\\times\\vec B$, collapse it to $\\vec F=I\\vec L\\times\\vec B$ for a straight segment in a uniform field, and see exactly when that shortcut fails and the full path integral is needed. The same law runs backward as a measurement: a force-versus-current slope weighs a magnetic field against a known length.\n",{"path":15748,"title":15749,"module":15737,"summary":15750},"\u002Felectricity-and-magnetism\u002Fmagnetic-field\u002Fmagnetic-dipoles","Magnetic Dipoles","A compass needle turns to point north; a current loop in a field does the same thing, and for the same reason. Both are magnetic dipoles, and a uniform field cannot push a dipole anywhere, only twist it. We package a loop's response into one vector, the magnetic moment $\\vec\\mu=IA\\hat n$, from which torque $\\vec\\tau=\\vec\\mu\\times\\vec B$ and orientation energy $U=-\\vec\\mu\\cdot\\vec B$ both follow. Stable alignment sits at the energy minimum, a field gradient is what it takes to produce a net force $\\vec F=\\nabla(\\vec\\mu\\cdot\\vec B)$, and the same moment reappears whenever anything from an electron to a planet acts magnetic.\n",{"path":15752,"title":15753,"module":15737,"summary":15754},"\u002Felectricity-and-magnetism\u002Fmagnetic-field\u002Fmass-spectrometry","Mass Spectrometry","To weigh a single atom you cannot use a scale, so you use a magnetic field instead. A charged ion of unknown mass bends in a field by an amount that depends on its momentum and charge, so if every ion enters with the same velocity, its landing position reads off its mass-to-charge ratio directly. We build the instrument in two stages: crossed electric and magnetic fields that pass only ions with $v=E\u002FB$, and a magnetic sector that bends the survivors along $r=mv\u002F(|q|B)$. Then we ask what blurs a spectral line and how reference ions turn a position into a calibrated mass.\n",{"path":15756,"title":15757,"module":15758,"summary":15759},"\u002Felectricity-and-magnetism\u002Fmagnetic-sources\u002Fmoving-charge-fields","Moving-Charge Fields","Magnetic Sources","Every magnetic field comes from charge in motion, and the simplest source is a single point charge drifting past. We work out the field it produces — normal to both the velocity and the line of sight, falling off as the inverse square — and read off why it vanishes straight ahead of the charge and peaks broadside. Summing many such charges is the bridge to steady currents, valid while speeds stay far below $c$ and the motion changes little during the time its field takes to propagate outward.\n",{"path":15761,"title":15762,"module":15758,"summary":15763},"\u002Felectricity-and-magnetism\u002Fmagnetic-sources\u002Fbiot-savart-law","Biot–Savart Law","A steady current is a continuous stream of current elements, and the Biot–Savart law hands each one a magnetic contribution — a right-hand cross product that falls off as the inverse square of distance. Summing the contributions along a conductor is a vector line integral, which we carry out for the straight wire to get the endpoint-angle formula. The infinite-wire field $B=\\mu_0 I\u002F2\\pi s$ falls out as the limit where both ends recede, and we mark how fast a finite wire departs from it and when a thin-filament model is safe.\n",{"path":15765,"title":15766,"module":15758,"summary":15767},"\u002Felectricity-and-magnetism\u002Fmagnetic-sources\u002Fcircular-current-loops","Circular Current Loops","A ring of current is the simplest source with a well-defined magnetic axis, and it is the building block of every coil and electromagnet. Symmetry kills the transverse Biot–Savart contributions along that axis and leaves a single clean integral; we evaluate it to get $B_z=\\mu_0 I R^2\u002F[2(R^2+z^2)^{3\u002F2}]$, read off the centre field $\\mu_0 I\u002F2R$, and watch it fall into the $1\u002Fz^3$ tail of a magnetic dipole far away. Stacking turns just adds their axial contributions, which is what makes a solenoid out of a pile of loops.\n",{"path":15769,"title":15770,"module":15758,"summary":15771},"\u002Felectricity-and-magnetism\u002Fmagnetic-sources\u002Famperes-law","Ampère’s Law","When a current arrangement is symmetric enough, the Biot–Savart integral is overkill: Ampère's law, $\\oint_C\\vec B\\cdot\\d\\vec\\ell=\\mu_0 I_{\\rm enc}$, gets the field from a single line of reasoning about how much current a loop encloses. We see why the law holds for any steady current, then use cylindrical, planar, and toroidal symmetry to turn the circulation into simple algebra — the field inside and outside a wire, an infinite sheet, a solenoid, and a toroid. We also mark the catch: without symmetry the law still holds but no longer hands you the field pointwise.\n",{"path":15773,"title":15774,"module":15758,"summary":15775},"\u002Felectricity-and-magnetism\u002Fmagnetic-sources\u002Fgauss-law-for-magnetism","Gauss’s Law for Magnetism","Electric field lines start and end on charges; magnetic field lines do neither, because no one has ever found an isolated magnetic pole. That single experimental fact is Gauss's law for magnetism: the flux of $\\vec B$ through any closed surface is zero, $\\oint\\vec B\\cdot\\d\\vec A=0$, or in differential form $\\nabla\\cdot\\vec B=0$. We work through what it says — every field line that enters a closed surface must leave it, so field lines close on themselves — and, just as important, what it does not say, since flux through an open surface is generally nonzero.\n",{"path":15777,"title":15778,"module":15758,"summary":15779},"\u002Felectricity-and-magnetism\u002Fmagnetic-sources\u002Fmagnetic-materials","Magnetic Materials","Put matter in a magnetic field and its atoms respond, each acting as a tiny current loop; the aligned moments per unit volume are the magnetization $\\vec M$, whose bound currents add to the field. Separating what we control (the free current) from what the material supplies leads to $\\vec H$ and the relation $\\vec B=\\mu_0(\\vec H+\\vec M)$. We sort materials into diamagnets, paramagnets, and ferromagnets by how $\\vec M$ answers, follow a ferromagnet around its hysteresis loop, and see why the loop's area is the energy dissipated per cycle and why a sample's shape changes the field it actually feels.\n",{"path":15781,"title":15782,"module":15783,"summary":15784},"\u002Felectricity-and-magnetism\u002Felectromagnetic-induction\u002Fmagnetic-flux","Magnetic Flux","Electromagnetic Induction","A magnetic field threading a loop collapses to one signed number, the flux, and every induced voltage in this module turns out to be a rate of change of that number — so defining the flux and its sign comes first. We define it as the surface integral of $\\vec B$ over an oriented surface, reduce it to $BA\\cos\\theta$ for a uniform field on a flat loop, and carry the flux linkage $N\\Phi_B$ of a coil. The chosen normal fixes the sign; reversing it flips the sign without touching the field. Nonuniform fields and curved surfaces force the integral, so we also build the numerical estimate and the checks that separate a reliable value from a nominal field-times-area product.\n",{"path":15786,"title":15787,"module":15783,"summary":15788},"\u002Felectricity-and-magnetism\u002Felectromagnetic-induction\u002Ffaradays-law","Faraday's Law","Move a magnet toward a coil, or ramp the current in a nearby circuit, and a voltage appears with no battery in sight. Faraday's law names the cause: the emf around a loop equals minus the rate of change of the magnetic flux through it, so any change of field, area, orientation, or position that alters the flux drives an emf. We separate the emf, which lives around the boundary whether or not current can flow, from the current that follows only when the path is closed; fix the single sign convention that ties flux to loop orientation; and read the emf off rotating coils and off flux sampled at discrete times.\n",{"path":15790,"title":15791,"module":15783,"summary":15792},"\u002Felectricity-and-magnetism\u002Felectromagnetic-induction\u002Flenzs-law","Lenz's Law","The minus sign in Faraday's law is not decoration: it decides which way the induced current flows, and it always chooses the direction that fights the change that produced it. Lenz's law reads that sign off energy conservation — a current that aided the change would be free energy — and turns it into a repeatable procedure. We fix a surface normal and a positive loop direction so the sign is calculable, then work through approaching magnets, expanding loops, coupled coils, and rotating generators, using mechanical work and Joule heating as an independent check on every direction we draw.\n",{"path":15794,"title":15795,"module":15783,"summary":15796},"\u002Felectricity-and-magnetism\u002Felectromagnetic-induction\u002Fmotional-emf","Motional EMF","Push a wire through a magnetic field and its free charges feel a sideways magnetic force that piles them up at the ends — a battery made of motion. Motional emf is that effect: the work per unit charge a moving conductor supplies is the line integral of $\\vec v\\times\\vec B$ along it, which for a rod moving perpendicular to both its length and the field collapses to $B\\ell v$. We chase where the energy comes from — the hand or motor fighting the magnetic drag, never the magnetic force itself — solve the sliding-rail circuit from both flux and carrier forces, and carry the idea into rotating rods, homopolar disks, generators, and the back emf of a motor.\n",{"path":15798,"title":15799,"module":15783,"summary":15800},"\u002Felectricity-and-magnetism\u002Felectromagnetic-induction\u002Feddy-currents","Eddy Currents","A wire carries current along one path; a solid block of metal offers a continuum of them, and any changing flux threading that block sets charge circulating in closed loops it chooses for itself. We ask what those eddy currents do — where they heat, where they drag, and how Lenz's law fixes their direction — and why the same circulation is a feature in an induction furnace and a loss to be suppressed in a transformer core. From a representative-loop estimate we get the scaling (heating grows with the square of frequency and flux rate) and the two design levers, lamination and resistivity, that break the paths a solid conductor would otherwise hand the current.\n",{"path":15802,"title":15803,"module":15783,"summary":15804},"\u002Felectricity-and-magnetism\u002Felectromagnetic-induction\u002Fself-inductance","Self-Inductance","A coil resists changes to its own current. Drive current through it and the flux it produces threads its own turns; change that current and Faraday's law turns the coil against the source with a back emf $\\mathcal E_L=-L\\,\\d I\u002F\\d t$. We define self-inductance as the flux linkage per ampere fixed by winding and core geometry, derive the long-solenoid value $L=\\mu_0 N^2A\u002F\\ell$, and follow the consequence that dominates circuits: because a finite voltage can only sustain a finite $\\d I\u002F\\d t$, an inductor's current cannot jump — which is why opening a switch on a live coil throws a spark.\n",{"path":15806,"title":15807,"module":15783,"summary":15808},"\u002Felectricity-and-magnetism\u002Felectromagnetic-induction\u002Fmagnetic-energy","Magnetic Energy","Building current in a coil means working against its back emf, and that work does not vanish — it sits in the magnetic field as recoverable energy $U_B=\\tfrac12LI^2$, spread through space at density $u_B=B^2\u002F(2\\mu_0)$. We derive both forms, show they agree for a solenoid, and read a force out of the same energy: an armature is pulled toward higher inductance, and $B^2\u002F(2\\mu_0)$ doubles as a magnetic pressure. The lesson closes on the accounting a real switching event demands, where recoverable energy, copper heating, core loss, and clamp dissipation must balance a single ledger.\n",{"path":15810,"title":15811,"module":15783,"summary":15812},"\u002Felectricity-and-magnetism\u002Felectromagnetic-induction\u002Frl-circuits","RL Circuits","Put a resistor and an inductor in series and the current cannot switch on or off at will: it climbs to $V_0\u002FR$ and falls away exponentially on a single time scale $\\tau=L\u002FR$ set by how much flux the coil hoards against how fast the resistor bleeds it. We solve the turn-on and turn-off, then confront the practical sting — because the coil's current refuses to stop instantly, breaking its path throws up a large voltage, which is why real inductive circuits carry freewheel diodes and clamps that trade voltage stress against how quickly the current dies.\n",{"path":15814,"title":15815,"module":15816,"summary":15817},"\u002Felectricity-and-magnetism\u002Falternating-current\u002Fac-fundamentals","AC Fundamentals","Alternating Current","A wall socket delivers a voltage that averages to zero over each cycle, yet it still heats a filament and runs a motor. The resolution is that dissipation follows the mean of the square, not the mean, so we define the root-mean-square value that makes an alternating source the equal of a DC one for resistive heating. We show a sinusoid's RMS is its peak divided by $\\sqrt2$, work out the average power an ideal resistor draws when its current stays in phase with the applied voltage, and separate the peak, average, and RMS descriptions that a single number cannot combine.\n",{"path":15819,"title":15820,"module":15816,"summary":15821},"\u002Felectricity-and-magnetism\u002Falternating-current\u002Freactance","Reactance","A resistor obeys Ohm's law instant by instant, but a capacitor responds to how fast its voltage changes and an inductor to how fast its current changes. Under a steady sinusoid that rate-dependence collapses to a fixed quarter-cycle phase shift and a frequency-dependent amplitude ratio, the reactance. We derive $X_C=1\u002F(\\omega C)$ and $X_L=\\omega L$, adopt phasors to turn the defining derivatives into multiplication by $j\\omega$ so a single complex impedance carries amplitude and phase together, and track the energy an ideal reactance stores and returns without dissipating it. Real windings and dielectrics add loss, leakage, and self-resonance that bound where the ideal formulas hold.\n",{"path":15823,"title":15824,"module":15816,"summary":15825},"\u002Felectricity-and-magnetism\u002Falternating-current\u002Frlc-resonance","RLC Resonance","Put a resistor, inductor, and capacitor in one loop and their reactances work against each other: inductive reactance grows with frequency while capacitive reactance shrinks, and at one frequency they cancel exactly. There the branch looks purely resistive, the current peaks, and the inductor and capacitor voltages can swing far above the source. We locate that resonance at $\\omega_0=1\u002F\\sqrt{LC}$, measure how sharp the peak is with the quality factor $Q=\\omega_0L\u002FR$, tie its half-power bandwidth $R\u002FL$ to the ringdown of the unforced circuit, and read the same poles off as bandpass and peaked filters at the R, L, or C terminals.\n",{"path":15827,"title":15828,"module":15816,"summary":15829},"\u002Felectricity-and-magnetism\u002Falternating-current\u002Fac-power","AC Power","Multiply an AC load's RMS voltage by its RMS current and you get an answer in volt-amperes that the wiring must carry, but not in general the watts the load consumes. The phase between voltage and current splits that product into a part that does net work and a part that merely sloshes energy back and forth. We derive the average power $P=V_{\\rm rms}I_{\\rm rms}\\cos\\phi$, package amplitude and phase into complex power $S=P+jQ$ so that real, reactive, and apparent power form one right triangle, and see why a harmonic-rich current forces the time-domain definition $P=\\langle vi\\rangle$ in place of a single phase angle.\n",{"path":15831,"title":15832,"module":15816,"summary":15833},"\u002Felectricity-and-magnetism\u002Falternating-current\u002Ftransformers","Transformers","Two coils sharing an iron core exchange no charge, yet a changing current in one drives a voltage in the other, and the ratio of their turns sets how voltage and current trade off between the windings. That lets a transformer step a voltage up or down, isolate two circuits, and make a load look larger or smaller to the source by the square of the turns ratio. We build the ideal ratio element from Faraday's law and the dot convention, derive the reflected-impedance rule, then add the winding resistance, leakage, magnetizing current, and core loss that turn the ideal ratios into real regulation, efficiency, and a bounded voltage-frequency range.\n",{"path":15835,"title":15836,"module":15837,"summary":15838},"\u002Felectricity-and-magnetism\u002Fmaxwell-electromagnetic-waves\u002Fdisplacement-current","Displacement Current","Maxwell’s Equations and Electromagnetic Waves","Ampère's law asks for the current through a surface bounded by a loop, but a charging capacitor breaks it: slide the surface off the wire and into the gap and the enclosed conduction current drops to zero, while the magnetic field around the loop plainly does not. Maxwell's repair is to count a changing electric flux as itself a source of magnetic circulation. We derive the displacement-current term $\\varepsilon_0\\,\\d\\Phi_E\u002F\\d t$, show that charge continuity demands it, compute the magnetic field it produces inside a charging capacitor, and see how it closes the Ampère–Maxwell law so that electric and magnetic fields can sustain one another as a wave.\n",{"path":15840,"title":15841,"module":15837,"summary":15842},"\u002Felectricity-and-magnetism\u002Fmaxwell-electromagnetic-waves\u002Felectromagnetic-waves","Electromagnetic Waves","Once a changing electric flux can drive a magnetic field, the two curl laws feed each other: a disturbance in one regenerates the other, and the pair walks off through empty space with no medium holding it up. We take the curl of Faraday's law, land on a wave equation whose speed is fixed entirely by $\\mu_0$ and $\\varepsilon_0$, and find that $c=1\u002F\\sqrt{\\mu_0\\varepsilon_0}$ falls out of purely electric and magnetic constants. The plane-wave solution then fixes the geometry — $\\vec E$, $\\vec B$, and the propagation direction mutually perpendicular, oscillating in phase, with amplitudes locked at $E=cB$ — a set of independent predictions any real measurement must meet at once.\n",{"path":15844,"title":15845,"module":15837,"summary":15846},"\u002Felectricity-and-magnetism\u002Fmaxwell-electromagnetic-waves\u002Felectromagnetic-momentum","Electromagnetic Momentum","A light beam carries no mass, yet it pushes: shine it on a surface and the surface feels a force. We trace that force back to the fields, which store energy with density $\\varepsilon_0E^2$ and carry it along the Poynting vector $\\vec S=\\vec E\\times\\vec B\u002F\\mu_0$. Because that energy also carries momentum $U\u002Fc$, an absorbed beam presses with $I\u002Fc$ and a mirror with $2I\u002Fc$. We derive the Poynting theorem as local energy conservation, tie intensity to field amplitude, and work the momentum balance carefully enough that oblique incidence, partial reflection, and finite beams all drop out of one accounting.\n",{"path":15848,"title":15849,"module":15837,"summary":15850},"\u002Felectricity-and-magnetism\u002Fmaxwell-electromagnetic-waves\u002Fdipole-radiation","Dipole Radiation","Only accelerating charge radiates, and the simplest accelerator is a charge sloshing back and forth: an oscillating electric dipole. We work out the field it throws off, keeping the part that survives to large distance — the $1\u002Fr$ radiation field whose intensity goes as $\\sin^2\\theta\u002Fr^2$, zero along the dipole axis and strongest broadside. From it follow the $\\omega^4$ scaling of total radiated power, radiation resistance as the feed's view of that escaping power, and, through reciprocity, the fact that a good transmitter receives well in the same directions. The near-zone terms that fall off faster carry no net power, and we mark carefully where each description is allowed to be used.\n",{"path":15852,"title":15853,"module":15837,"summary":15854},"\u002Felectricity-and-magnetism\u002Fmaxwell-electromagnetic-waves\u002Fpolarization","Polarization","A plane wave still leaves one thing free: which way its electric field points as it oscillates. That freedom is polarization, set entirely by the relative amplitude and phase of the two transverse field components — in phase gives a line, equal amplitudes a quarter cycle apart give a circle, everything else an ellipse. We work out how a linear analyzer reads a state through Malus's law $I=I_0\\cos^2\\theta$, why that scan alone cannot tell circular light from unpolarized, and how a quarter-wave plate plus a few analyzer settings recover the full Stokes vector and the degree of polarization.\n",{"path":15856,"title":15857,"module":15858,"summary":15859},"\u002Felectricity-and-magnetism\u002Foptics\u002Freflection-and-refraction","Reflection and Refraction","Geometrical Optics","Light meeting a boundary between two transparent media splits into a reflected ray and a bent transmitted one, and predicting where those rays go is the whole starting point of geometrical optics. Fixing one convention — every angle measured from the surface normal — we get reflection's equal angles and derive Snell's law $n_1\\sin\\theta_1=n_2\\sin\\theta_2$ from wavefront timing. That single relation, applied once or twice, yields the critical angle and total internal reflection, prism deviation, the lateral shift through a window, apparent depth, and a fiber's acceptance cone; a wavelength-dependent index then adds dispersion. We mark throughout where the ray picture is trustworthy: feature sizes large against the wavelength and clean interface geometry.\n",{"path":15861,"title":15862,"module":15858,"summary":15863},"\u002Felectricity-and-magnetism\u002Foptics\u002Fthin-lenses","Thin Lenses","A lens gathers the light spreading from one point back onto another, and a single paraxial relation $1\u002Fs+1\u002Fs'=1\u002Ff$ predicts where that image lands and how large it is. We collapse two refractions into one bending plane, read image position and orientation off the three principal rays, and trace focal length back to glass and curvature through the lensmaker equation. Sign conventions carry the physics here — they separate real from virtual images and upright from inverted — so we drill them before chaining lenses in sequence and in contact. The lesson ends on how focal length is actually measured on a bench, and where finite thickness, aperture, and dispersion break the thin-lens picture.\n",{"path":15865,"title":15866,"module":15858,"summary":15867},"\u002Felectricity-and-magnetism\u002Foptics\u002Fspherical-mirrors","Spherical Mirrors","Curve a mirror and it stops merely reflecting an image and starts forming one: the same $1\u002Fs+1\u002Fs'=1\u002Ff$ that governs lenses reappears, now with $f=R\u002F2$ and reflected rays and object sharing one side of the glass. We derive the mirror equation from the reflection geometry of a single paraxial ray, then let signed distances do the sorting — real inverted images on the near branch, virtual upright ones behind the surface — and check the concave, convex, and plane-mirror limits against each other. The second half turns to how focal length is actually measured on a bench, by finite conjugates, distant targets, return imaging, and sagitta, and to the aperture and off-axis aberrations the single paraxial focus cannot capture.\n",{"path":15869,"title":15870,"module":298,"summary":298},"\u002Felectricity-and-magnetism","Electricity & Magnetism",{"path":11,"title":10,"module":5,"summary":13},{"path":16,"title":15,"module":5,"summary":19},{"path":22,"title":21,"module":5,"summary":25},{"path":28,"title":27,"module":5,"summary":31},{"path":34,"title":33,"module":5,"summary":37},{"path":44,"title":43,"module":39,"summary":46},{"path":49,"title":48,"module":39,"summary":51},{"path":54,"title":53,"module":39,"summary":56},{"path":59,"title":58,"module":39,"summary":61},{"path":64,"title":63,"module":39,"summary":66},{"path":73,"title":72,"module":68,"summary":75},{"path":78,"title":77,"module":68,"summary":80},{"path":83,"title":82,"module":68,"summary":85},{"path":92,"title":91,"module":87,"summary":94},{"path":97,"title":96,"module":87,"summary":99},{"path":102,"title":101,"module":87,"summary":104},{"path":107,"title":106,"module":87,"summary":109},{"path":112,"title":111,"module":87,"summary":114},{"path":117,"title":116,"module":87,"summary":120},{"path":123,"title":122,"module":87,"summary":126},{"path":133,"title":132,"module":128,"summary":135},{"path":138,"title":137,"module":128,"summary":140},{"path":143,"title":142,"module":128,"summary":145},{"path":148,"title":147,"module":128,"summary":150},{"path":153,"title":152,"module":128,"summary":155},{"path":158,"title":157,"module":128,"summary":160},{"path":163,"title":162,"module":128,"summary":165},{"path":172,"title":171,"module":167,"summary":174},{"path":177,"title":176,"module":167,"summary":179},{"path":182,"title":181,"module":167,"summary":184},{"path":187,"title":186,"module":167,"summary":189},{"path":192,"title":191,"module":167,"summary":194},{"path":197,"title":196,"module":167,"summary":199},{"path":206,"title":205,"module":201,"summary":211},{"path":213,"title":209,"module":201,"summary":215},{"path":218,"title":217,"module":201,"summary":220},{"path":223,"title":222,"module":201,"summary":225},{"path":228,"title":227,"module":201,"summary":230},{"path":238,"title":237,"module":232,"summary":240},{"path":243,"title":242,"module":232,"summary":245},{"path":248,"title":247,"module":232,"summary":250},{"path":253,"title":252,"module":232,"summary":255},{"path":258,"title":257,"module":232,"summary":260},{"path":263,"title":262,"module":232,"summary":265},{"path":273,"title":272,"module":267,"summary":275},{"path":278,"title":277,"module":267,"summary":280},{"path":283,"title":282,"module":267,"summary":285},{"path":288,"title":287,"module":267,"summary":290},{"path":293,"title":292,"module":267,"summary":295},{"path":15921,"title":15922,"module":298,"summary":298},"\u002Flinear-algebra","Linear Algebra",{"path":15924,"title":15925,"module":298,"summary":298},"\u002Ftheory-of-computation","Theory of Computation",{"path":15927,"title":15928,"module":14884,"summary":15929},"\u002Fcomputer-architecture\u002Ffoundations\u002Fbits-bytes-and-words","Bits, Bytes, and Words","Everything a machine stores is a string of bits grouped into bytes. We set out binary and hexadecimal, the byte as the unit of addressing, the word as the machine's natural integer size, and byte ordering — why the same four bytes read as 0x01234567 on one machine and 0x67452301 on another.\n",{"path":15931,"title":15932,"module":14884,"summary":15933},"\u002Fcomputer-architecture\u002Ffoundations\u002Finteger-representation","Integer Representation","A fixed-width byte string is just a pattern; what makes it a number is the rule we read it by. We define unsigned encoding and two's complement — where the top bit carries a negative weight — derive the ranges UMax, TMin, and TMax, and show how the same bits reinterpret between signed and unsigned, how widening sign-extends, and what truncation throws away.\n",{"path":15935,"title":15936,"module":14884,"summary":15937},"\u002Fcomputer-architecture\u002Ffoundations\u002Finteger-arithmetic","Integer Arithmetic","Fixed-width integer arithmetic is arithmetic modulo a power of two: add past the top and the result wraps. We work out unsigned and two's-complement addition and the rules that detect their overflow, why negation is a complement-plus-one, how multiplication truncates to the low-order bits and how compilers turn constant multiplies into shifts and adds, why C declares signed overflow undefined, and the bias fix that keeps shift-based signed division rounding toward zero.\n",{"path":15939,"title":15940,"module":14884,"summary":15941},"\u002Fcomputer-architecture\u002Ffoundations\u002Ffloating-point","Floating Point","IEEE-754 trades the exactness of integers for enormous range by storing numbers as sign, exponent, and fraction — scientific notation in binary. We lay out the single and double formats, the bias that encodes the exponent, the three regimes (normalized, denormalized, special), a worked encode\u002Fdecode, the four rounding modes and round-to-even at the bit level, why addition is not associative, the pitfalls of float-int conversion, and why 0.1 has no exact binary representation.\n",{"path":15943,"title":15944,"module":14884,"summary":15945},"\u002Fcomputer-architecture\u002Ffoundations\u002Fboolean-algebra-and-bit-manipulation","Boolean Algebra and Bit Manipulation","Treat a word as a vector of independent bits and the bitwise operators become an algebra. We define AND, OR, NOT, and XOR as bit vectors, build the masking idioms that set, clear, toggle, and test individual bits, extract fields with zero- and sign-extension, count set bits three ways, derive the classic x & (x - 1) family of tricks, and distinguish bitwise operators from C's short-circuiting logical operators.\n",{"path":15947,"title":15948,"module":15949,"summary":15950},"\u002Fcomputer-architecture\u002Fmachine-level-x86-64\u002Fthe-machines-view","The Machine's View","Machine-Level Programming","The instruction set architecture is the contract a compiler writes against: the program counter, sixteen integer registers with their sub-register widths, and the condition codes. We follow one C function down through gcc to assembly, learn to read an instruction as operation plus operands, and fix the vocabulary the rest of the module uses.\n",{"path":15952,"title":15953,"module":15949,"summary":15954},"\u002Fcomputer-architecture\u002Fmachine-level-x86-64\u002Fdata-movement","Data Movement","Most instructions a program runs simply move data. We cover the mov family and its size suffixes, the three operand forms, the full memory addressing mode D(Rb,Ri,S) and its special cases, lea for address arithmetic, and how push and pop manipulate the stack pointer %rsp on a stack that grows toward lower addresses.\n",{"path":15956,"title":15957,"module":15949,"summary":15958},"\u002Fcomputer-architecture\u002Fmachine-level-x86-64\u002Farithmetic-and-logic","Arithmetic and Logic","The ALU instructions that compute on register and memory values: add, sub, and imul; the unary inc\u002Fdec\u002Fneg\u002Fnot; the shifts sal\u002Fshr\u002Fsar; the bitwise and\u002For\u002Fxor; and lea reused as a fast arithmetic trick. Each binary operation also sets the condition-code flags CF, ZF, SF, and OF, which cmp and test compute without keeping a result.\n",{"path":15960,"title":15961,"module":15949,"summary":15962},"\u002Fcomputer-architecture\u002Fmachine-level-x86-64\u002Fcontrol-flow","Control Flow","How a flat instruction stream realizes branches and loops. The conditional jumps read the condition-code flags; set instructions turn flags into a 0\u002F1 byte. We translate if\u002Felse into the standard compare-and-branch pattern, while\u002Ffor loops into the guarded-do form, and dense switches into jump tables that index a target directly.\n",{"path":15964,"title":15965,"module":15949,"summary":15966},"\u002Fcomputer-architecture\u002Fmachine-level-x86-64\u002Fprocedures","Procedures","How a function call works at the machine level: the run-time stack, call and ret passing control through a saved return address, the System V convention that routes the first six arguments through %rdi..%r9 and the result through %rax, the caller-saved versus callee-saved split, the stack frame, and a recursive factorial traced through its frames.\n",{"path":15968,"title":15969,"module":15949,"summary":15970},"\u002Fcomputer-architecture\u002Fmachine-level-x86-64\u002Farrays-structs-and-alignment","Arrays, Structs, and Alignment","How aggregate data lays out in memory. Arrays as base-plus-scaled-index, the row-major ordering of multidimensional arrays, pointer arithmetic in units of the pointed-to type, struct fields at fixed byte offsets, the overlapping storage of unions, and the alignment rules that force padding into a struct.\n",{"path":15972,"title":15973,"module":15949,"summary":15974},"\u002Fcomputer-architecture\u002Fmachine-level-x86-64\u002Fmemory-layout-and-buffer-overflows","Memory Layout and Buffer Overflows","The process address space — text, data, heap, and stack — and the classic vulnerability it enables. A stack buffer that is written past its end can overwrite the saved return address and redirect ret, so we sketch the mechanism defensively and then the three standard protections: stack canaries, a non-executable stack, and address-space layout randomization.\n",{"path":15976,"title":15977,"module":15978,"summary":15979},"\u002Fcomputer-architecture\u002Finstruction-set-architecture\u002Fwhat-an-isa-is","What an ISA Is","Instruction Set Architecture","The instruction set architecture is the contract that lets a compiler and a chip be written by people who never meet: the stable interface software targets and hardware implements. We separate architecture from microarchitecture, read RISC and CISC as opposite answers to where complexity should live, price out what each choice costs in decode hardware, code density, and pipeline friendliness, and see how x86-64 endures by translating its instructions into RISC-like operations on the fly.\n",{"path":15981,"title":15982,"module":15978,"summary":15983},"\u002Fcomputer-architecture\u002Finstruction-set-architecture\u002Finstruction-formats-and-operands","Instruction Formats and Operands","An instruction is an opcode plus a way to name its operands. We count operands — 3-address, 2-address, 1-address accumulator, and 0-address stack machines — by writing the same C = A + B four ways, weigh register operands against memory operands, then lay out the same add byte by byte in x86-64 (REX prefix, opcode, ModRM) and in Y86-64, and what fixed versus variable length costs at fetch time.\n",{"path":15985,"title":15986,"module":15978,"summary":15987},"\u002Fcomputer-architecture\u002Finstruction-set-architecture\u002Faddressing-modes","Addressing Modes","Once an operand field exists, it needs a rule for turning its bits into the data it names. That rule is the addressing mode. We walk the standard set — immediate, register, direct, register-indirect, displacement, scaled-indexed, and PC-relative — fixing the effective-address computation for each, run every mode against one concrete machine state, and price out what Y86-64 loses by keeping only base plus displacement.\n",{"path":15989,"title":15990,"module":15978,"summary":15991},"\u002Fcomputer-architecture\u002Finstruction-set-architecture\u002Fthe-y86-64-instruction-set","The Y86-64 Instruction Set","Y86-64 is a teaching ISA — a stripped-down x86-64 simple enough to implement by hand yet real enough to compile to. We fix its programmer-visible state (fifteen registers, three condition codes, the PC, memory, and a status code), give the instruction set with exact byte encodings, spell out how the condition codes decide every jXX and cmovXX, and run the encoding both directions: assembly to bytes and raw bytes back to meaning.\n",{"path":15993,"title":15994,"module":15978,"summary":15995},"\u002Fcomputer-architecture\u002Finstruction-set-architecture\u002Fy86-64-programming","Y86-64 Programming","With the encodings fixed, we write real Y86-64 assembly: the .pos, .align, and .quad directives, the calling convention borrowed from x86-64, a stack set up by hand, and complete programs — an array sum and a branch-free max. We watch the assembler turn the listing into the exact byte image the processor will execute, and trace the stack across the call.\n",{"path":15997,"title":15998,"module":15999,"summary":16000},"\u002Fcomputer-architecture\u002Fdigital-logic\u002Ftransistors-gates-and-boolean-functions","Transistors, Gates, and Boolean Functions","Digital Logic","A processor is built from millions of transistor switches. We start at the MOS transistor as a voltage-controlled switch, build the CMOS inverter and NAND transistor by transistor, meet the seven standard gates with their truth tables, show that NAND alone is functionally complete, price each gate in transistors and in time, and turn any truth table into a sum-of-products circuit.\n",{"path":16002,"title":16003,"module":15999,"summary":16004},"\u002Fcomputer-architecture\u002Fdigital-logic\u002Fcombinational-logic-and-hcl","Combinational Logic and HCL","A combinational circuit is a pure Boolean function of its current inputs — no memory, no clock. We draw the line between combinational and sequential logic, do the gate-delay accounting that finds a circuit's critical path and bounds the clock, meet don't-cares, then introduce CS:APP's Hardware Control Language: bit-level operators, word-level signals, equality nets, and the case expression that compiles to a multiplexer tree.\n",{"path":16006,"title":16007,"module":15999,"summary":16008},"\u002Fcomputer-architecture\u002Fdigital-logic\u002Fmultiplexers-decoders-and-the-alu","Multiplexers, Decoders, and the ALU","The combinational building blocks that make a datapath. We build the 2:1 and 4:1 multiplexer and tie it back to HCL's case expression, the n-to-2^n decoder, a one-bit full adder (sum is XOR, carry is majority), the ripple-carry adder that chains them, and finally the ALU — a function unit that selects among add, sub, and, and xor under a control input and exposes condition flags.\n",{"path":16010,"title":16011,"module":15999,"summary":16012},"\u002Fcomputer-architecture\u002Fdigital-logic\u002Fmemory-elements-latches-flip-flops-and-clocking","Memory Elements: Latches, Flip-Flops, and Clocking","A combinational circuit holds no state; feeding a circuit's output back to its input creates memory. We build the SR latch from cross-coupled gates, the level-sensitive D latch, and the master\u002Fslave edge-triggered D flip-flop, then introduce the clock and the synchronous design discipline, the setup\u002Fhold timing window, clock skew, metastability, and the register as n flip-flops sharing one clock.\n",{"path":16014,"title":16015,"module":15999,"summary":16016},"\u002Fcomputer-architecture\u002Fdigital-logic\u002Fregister-files-and-random-access-memory","Register Files and Random-Access Memory","Storage organized for access by address. We build the register file (a small bank of registers with addressed read ports and clocked write ports, the exact structure Y86-64's decode and write-back stages use), then descend to the SRAM and DRAM cells of main memory, why one is fast and dear and the other dense and slow, and how a row decoder picks a word out of a memory array.\n",{"path":16018,"title":16019,"module":16020,"summary":16021},"\u002Fcomputer-architecture\u002Fprocessor-design\u002Fthe-fetch-decode-execute-cycle","The Fetch-Decode-Execute Cycle","Processor Design","A processor is a machine that repeats one loop forever: read the next instruction from memory, figure out what it asks for, do it, and advance. We fix the stored-program idea, lay out the datapath at a high level — PC, instruction memory, register file, ALU, data memory — and the control unit that sequences them, break the work into the six stages the rest of the module builds in hardware, and work out exactly how fetch parses variable-length instructions and computes the next PC.\n",{"path":16023,"title":16024,"module":16020,"summary":16025},"\u002Fcomputer-architecture\u002Fprocessor-design\u002Fthe-seq-stages","The SEQ Stages","The six SEQ stages, made exact. For every Y86-64 instruction — halt, nop, the moves, OPq, the jumps, call and ret, pushq and popq — we write down what Fetch, Decode, Execute, Memory, Write-back, and PC update each compute, as per-instruction stage tables with every row justified. Once the tables are filled in, the processor is fully specified; the remaining lessons turn them into wires.\n",{"path":16027,"title":16028,"module":16020,"summary":16029},"\u002Fcomputer-architecture\u002Fprocessor-design\u002Fcontrol-logic-and-sequencing","Control Logic and Sequencing","The stage tables say what each instruction needs; the control logic computes it from icode. We write the HCL for the register-port selections (srcA, srcB, dstE, dstM), the ALU function and input selection, the memory read\u002Fwrite and address, the branch condition, and the next-PC mux — each a case expression on icode that compiles to a mux — and see how one blob of combinational logic serves every instruction at once. We close by contrasting hardwired control with the microprogrammed alternative.\n",{"path":16031,"title":16032,"module":16020,"summary":16033},"\u002Fcomputer-architecture\u002Fprocessor-design\u002Fassembling-seq","Assembling SEQ","We wire the whole thing together. The functional units from digital logic and the control signals from the last lesson assemble into the complete SEQ datapath, laid out the way CS:APP draws it — six stages stacked bottom to top, Fetch at the floor and PC update at the ceiling, signals flowing up the margins. Then the timing analysis: why everything must settle in one cycle, the no-reading-back principle that makes single-cycle execution consistent, and the critical path that sets the clock. We close by walking an OPq and a ret through the assembled machine.\n",{"path":16035,"title":16036,"module":16020,"summary":16037},"\u002Fcomputer-architecture\u002Fprocessor-design\u002Ftracing-a-program","Tracing a Program","To close the module, we take a complete Y86-64 program — a loop that sums 1 through 3 — and run it through SEQ one cycle at a time, recording the PC, the fetched instruction, every stage computation, and the registers, condition codes, and memory after each cycle. Then we examine single cycles in detail: every named signal of an OPq in concrete hex, and a second program whose call and ret we trace through the stack. The traces confirm that the assembled datapath and control logic behave as a processor.\n",{"path":16039,"title":16040,"module":16041,"summary":16042},"\u002Fcomputer-architecture\u002Fpipelining\u002Fpipelining-principles","Pipelining Principles","Pipelining","A processor that runs one instruction to completion before starting the next wastes most of its hardware most of the time. Pipelining splits the work into stages separated by registers so several instructions are in flight at once. We separate throughput from latency, work the 300 ps example through one, two, and three stages, and derive the three ceilings on the gain: uneven stages, register overhead, and the dependencies between instructions.\n",{"path":16044,"title":16045,"module":16041,"summary":16046},"\u002Fcomputer-architecture\u002Fpipelining\u002Ffrom-seq-to-pipe","From SEQ to PIPE","We turn the sequential Y86-64 processor into a pipelined one by inserting pipeline registers between its stages so each cycle holds one instruction per stage. Doing it correctly forces a rearrangement: the next-PC computation must move into Fetch as a prediction, because the later stages that used to compute it are now busy with other instructions. We walk SEQ to SEQ+ to PIPE, spell out exactly what each pipeline register carries, and fix the naming discipline (D_stat versus d_stat) that keeps five in-flight instructions straight.\n",{"path":16048,"title":16049,"module":16041,"summary":16050},"\u002Fcomputer-architecture\u002Fpipelining\u002Fdata-hazards-stalling-and-forwarding","Data Hazards: Stalling and Forwarding","Overlapping instructions collide when a later one needs a value an earlier one has not finished computing: a read-after-write data hazard. We map exactly which instruction distances are dangerous, fix hazards the slow way by stalling (three bubbles), then the fast way by forwarding from five distinct sources into Decode, in a priority order that sequential semantics forces. Forwarding handles almost everything; the load-use hazard still needs exactly one stall.\n",{"path":16052,"title":16053,"module":16041,"summary":16054},"\u002Fcomputer-architecture\u002Fpipelining\u002Fcontrol-hazards-and-branch-prediction","Control Hazards and Branch Prediction","A pipeline must fetch an instruction every cycle, but after a conditional jump or a ret the next address is not yet known: a control hazard. We measure the branch penalty, weigh predict-taken against its alternatives with real loop arithmetic, watch PIPE detect a misprediction in Execute and squash the two wrong-path instructions, and meet the ret hazard, which has nothing to predict and stalls three cycles. A 2-bit counter gives a taste of dynamic prediction.\n",{"path":16056,"title":16057,"module":16041,"summary":16058},"\u002Fcomputer-architecture\u002Fpipelining\u002Fthe-complete-pipe-processor","The Complete PIPE Processor","We assemble the full pipelined Y86-64: five stages, five pipeline registers, forwarding paths, and a small control unit that decides, each cycle, whether to stall or bubble each register. The subtle part is when hazards combine: one pairing hides a genuine bug. A fourth control case reads stat and keeps exceptions precise. Performance reduces to CPI = 1 + lp + mp + rp, worked out to 1.27 with realistic frequencies, and PIPE beats SEQ by several times despite every penalty.\n",{"path":16060,"title":16061,"module":16062,"summary":16063},"\u002Fcomputer-architecture\u002Fmemory-hierarchy\u002Fstorage-technologies-and-the-latency-gap","Storage Technologies and the Latency Gap","The Memory Hierarchy","No single memory is both fast and large and cheap. We survey the technologies a machine can store bits in — SRAM, DRAM, flash, and rotating disk — open up a DRAM chip to find the row buffer, work a disk access down to the millisecond, and rank everything by speed, density, and cost per bit. Then we watch the processor outrun memory decade after decade. That widening gap is the whole reason a machine stacks fast small storage on top of slow large storage into a hierarchy.\n",{"path":16065,"title":16066,"module":16062,"summary":16067},"\u002Fcomputer-architecture\u002Fmemory-hierarchy\u002Flocality","Locality","A hierarchy only pays off because programs do not touch memory at random. They reuse recently-used data (temporal locality) and touch nearby data soon after (spatial locality). We make both precise and then quantitative: miss rates for stride-1 and stride-k traversals against a concrete block size, and the loop-order pair on a 2-D array where the same sum misses 16 times one way and 64 times the other — why row-major versus column-major order can change a program's speed by an order of magnitude.\n",{"path":16069,"title":16070,"module":16062,"summary":16071},"\u002Fcomputer-architecture\u002Fmemory-hierarchy\u002Fcache-memories-direct-mapped","Cache Memories and Direct Mapping","A cache is fast SRAM that holds copies of recently-used blocks of main memory. We fix its organization — S sets, E lines per set, B bytes per block — and the way it dissects an address into tag, set index, and block offset, worked bit by bit on a concrete 16-byte cache. Then we run the direct-mapped (E=1) access algorithm end to end on a seven-access trace: index to a set, compare the tag, hit or miss, evict. Cold and conflict misses fall out of the structure, and a two-array ping-pong shows conflict thrashing and its padding fix.\n",{"path":16073,"title":16074,"module":16062,"summary":16075},"\u002Fcomputer-architecture\u002Fmemory-hierarchy\u002Fset-associative-and-write-policies","Set-Associative Caches and Write Policies","Give each set several lines and a block has a choice of homes — fewer conflict misses, at the cost of comparing E tags in parallel and choosing a victim to evict. We re-run the direct-mapped ping-pong trace on a 2-way cache and watch the conflicts vanish, weigh LRU against random replacement, then turn to writes: write-through versus write-back with a dirty bit on a hit, write-allocate versus no-write-allocate on a miss, and a worked traffic count showing when each pairing wins.\n",{"path":16077,"title":16078,"module":16062,"summary":16079},"\u002Fcomputer-architecture\u002Fmemory-hierarchy\u002Fcache-performance-and-cache-friendly-code","Cache Performance and Cache-Friendly Code","Turn the cache mechanism into a number. Hit time, miss rate, and miss penalty combine into the average memory access time; we compute AMAT for a two-level hierarchy with real numbers, weigh the design knobs against each other, and read the memory mountain. Then we write cache-friendly code — the matrix-multiply loop-order case study (ijk versus kij, misses counted per iteration) and loop blocking, where cache-sized tiles turn evicted reuse back into hits.\n",{"path":16081,"title":16082,"module":16083,"summary":16084},"\u002Fcomputer-architecture\u002Fvirtual-memory\u002Faddress-spaces-and-translation","Address Spaces and Translation","Virtual Memory","Every process runs as if it owns a private, contiguous span of memory — its virtual address space — while the hardware maps those addresses onto a single shared physical memory. We fix virtual memory's three jobs (a cache for disk, a memory manager, a protection boundary), the page as the unit of mapping, and the MMU replacing the virtual page number while the offset passes through untouched — then run one translation end to end at the bit level and trace the control flow of a page hit against a page fault.\n",{"path":16086,"title":16087,"module":16083,"summary":16088},"\u002Fcomputer-architecture\u002Fvirtual-memory\u002Fpage-tables-and-page-faults","Page Tables and Page Faults","The page table is an array of page-table entries indexed by virtual page number; each entry's valid bit says whether the page is in DRAM, on disk, or unallocated, and its permission, reference, and dirty bits drive protection and replacement. We walk translation as a table lookup, the page fault and demand paging, the clock algorithm the OS uses to approximate LRU, memory mapping and copy-on-write (why fork is cheap), the taxonomy of bad references, and thrashing.\n",{"path":16090,"title":16091,"module":16083,"summary":16092},"\u002Fcomputer-architecture\u002Fvirtual-memory\u002Fthe-tlb-and-multi-level-page-tables","The TLB and Multi-Level Page Tables","A page-table read on every access would double memory traffic; a flat table for a 48-bit space would occupy 512 GB per process. The TLB fixes the first: a small set-associative cache of PTEs inside the MMU whose tag and index come from the VPN. Multi-level page tables fix the second, allocating only the sub-tables a process uses; x86-64 walks four levels with a 9+9+9+9+12 split. We trace one reference end to end through TLB, walk, and cache, and close with the overlap trick that lets the L1 cache start before translation ends.\n",{"path":16094,"title":16095,"module":16096,"summary":16097},"\u002Fcomputer-architecture\u002Fexceptions-and-io\u002Fexceptional-control-flow","Exceptional Control Flow","Exceptions & I\u002FO","Beyond the sequential, branch, and call flow a program controls itself, the hardware can divert the processor in response to events. We sort these into four classes — interrupts (asynchronous, from devices), traps (intentional syscalls), faults (recoverable, like a page fault), and aborts (unrecoverable) — then take the mechanism apart: exception numbers and the table dispatch, what the hardware pushes and why it differs from a procedure call, the divide-error \u002F page-fault \u002F general-protection trio on x86-64, the full syscall round trip with a worked write in assembly, and processes and signals as the abstractions ECF makes possible.\n",{"path":16099,"title":16100,"module":16096,"summary":16101},"\u002Fcomputer-architecture\u002Fexceptions-and-io\u002Finterrupts-and-the-kernel","Interrupts and the Kernel","An I\u002FO device signals completion by raising an interrupt, crossing the privilege boundary from user mode into the kernel. We fix that boundary, follow an interrupt from device through the interrupt controller to its vectored handler, and use the timer interrupt to drive preemptive scheduling and the context switch. Then the I\u002FO mechanics: polling versus interrupt-driven I\u002FO with a cycle count, device registers and memory-mapped I\u002FO versus port I\u002FO, DMA's full transfer walkthrough and its cache hazard, and a disk read traced end to end, from the read syscall to the completion interrupt.\n",{"path":16103,"title":16104,"module":16105,"summary":16106},"\u002Fcomputer-architecture\u002Fmultithreading-and-multicore\u002Fprocesses-threads-and-parallelism","Processes, Threads, and Parallelism","Multithreading & Multicore","Around 2004 the single core stopped getting faster, and the industry's answer was to hand programmers more cores instead. This lesson builds the vocabulary that shift demands: process versus thread and exactly which hardware state each one owns, concurrency versus parallelism, the three kinds of parallelism a machine can exploit, why Dennard scaling ended and forced the multicore turn, and Amdahl's law — the arithmetic that bounds the speedup those cores can deliver.\n",{"path":16108,"title":16109,"module":16105,"summary":16110},"\u002Fcomputer-architecture\u002Fmultithreading-and-multicore\u002Fhardware-multithreading","Hardware Multithreading","A pipeline spends much of its life waiting — on cache misses, on dependences, on branches. Hardware multithreading fills the dead cycles with instructions from another thread. We compare coarse-grained switching (change threads on a long stall), fine-grained interleaving (change every cycle), and simultaneous multithreading (mix threads inside a single cycle), work out exactly which hardware a second thread context duplicates and which it shares, and weigh when SMT pays off and when two threads just fight over one cache.\n",{"path":16112,"title":16113,"module":16105,"summary":16114},"\u002Fcomputer-architecture\u002Fmultithreading-and-multicore\u002Fcache-coherence","Cache Coherence","Give each core its own cache and the same address can live in two places at once, with copies that disagree. We reproduce the stale-copy bug with a two-core trace, then fix it the way hardware does: snooping caches that watch a shared bus and keep every line in a protocol state. We build MSI in full, upgrade it to MESI, contrast invalidation with updating, add coherence misses as the fourth C, and end with false sharing: the performance bug where cores fight over a line while never touching the same byte.\n",{"path":16116,"title":16117,"module":16105,"summary":16118},"\u002Fcomputer-architecture\u002Fmultithreading-and-multicore\u002Fmemory-consistency-and-synchronization","Memory Consistency and Synchronization","Coherence keeps cores agreeing about one location; consistency is the contract about many. We define sequential consistency, then watch real hardware break it: the store buffer lets a load slip ahead of an older store, and the classic two-thread litmus test ends with both sides reading zero. We state x86-TSO precisely, restore order with mfence, build atomic read-modify-write from the lock prefix, xchg, and cmpxchg, and write a spinlock twice — once naively, once bus-friendly — closing with what lock-free progress actually guarantees.\n",{"path":16120,"title":16121,"module":16105,"summary":16122},"\u002Fcomputer-architecture\u002Fmultithreading-and-multicore\u002Fmulticore-organization","Multicore Organization","Where everything sits on the die. A modern die gives each core private L1 and L2 caches, spreads a shared last-level cache across slices, and wires it all together with a ring or mesh; multi-socket servers add NUMA, where memory is local to one socket and every remote access pays a latency penalty. We walk the floorplan, put numbers on local versus remote latency, meet thread affinity, and account for the two shared resources — coherence traffic and LLC capacity — that decide how far a parallel program scales.\n",{"path":16124,"title":16125,"module":16126,"summary":16127},"\u002Fcomputer-architecture\u002Fcapstone\u002Fthe-whole-machine","The Whole Machine","Capstone","We take one line of C down the whole tower the course built — compiler to assembly, assembly to machine-code bytes, the bytes into the fetch–decode–execute datapath — then trace one load and one add through the pipelined, cached, translated, interruptible machine, each step cross-linked to the lesson that built it. We close with the map of the course as a stack of layers and an accounting of what we simplified: out-of-order execution, superscalar issue, and speculation past the branch predictor.\n",{"path":16129,"title":16130,"module":16126,"summary":16131},"\u002Fcomputer-architecture\u002Fcapstone\u002Fassembling-a-complete-cpu","Assembling a Complete CPU","We bolt the parts the course built — PC, instruction memory and its fetch logic, register file, ALU, condition codes, data memory, and the control unit — into one complete CPU, name the lesson that built each, wire them in a deliberate order, and power the machine on from reset. Then we assemble a real test program (sum a four-element array through a call\u002Fret procedure), give its exact bytes and memory layout, and trace it cycle by cycle to the answer 0xabcdabcdabcd. We close with how to validate such a machine, and what it takes to put two of them on one die.\n",{"path":16133,"title":16134,"module":298,"summary":298},"\u002Fcomputer-architecture","Computer Architecture",{"path":16136,"title":16137,"module":14884,"summary":16138},"\u002Fdifferential-equations\u002Ffoundations\u002Fmodels-and-direction-fields","Models, Direction Fields, and Solution Curves","A differential equation relates an unknown function to its own rates of change. Three first-order models — a falling body, a cooling object, a population under predation — share the form dy\u002Fdt = ay - b; the slope field fixes their equilibria and long-run behavior before any formula is found. Solving the linear case gives the general solution, its integral curves, and the particular solution selected by an initial condition.\n",{"path":16140,"title":16141,"module":14884,"summary":16142},"\u002Fdifferential-equations\u002Ffoundations\u002Fclassification-and-terminology","Classifying Equations: Order, Linearity, ODE vs. PDE","Every solution method targets a specific class of equation, so the first question about any differential equation is which classes it belongs to. Four independent axes sort them: ordinary versus partial, order, linear versus nonlinear, and homogeneous versus nonhomogeneous. Systems, verification of a solution by substitution, and the split between initial and boundary value problems complete the vocabulary.\n",{"path":16144,"title":16145,"module":16146,"summary":16147},"\u002Fdifferential-equations\u002Ffirst-order\u002Flinear-first-order-integrating-factors","Linear Equations and Integrating Factors","First-Order Equations","A first-order linear equation has the unknown and its derivative to the first power only. Multiplying by an integrating factor collapses the left side into a single derivative, and one integration gives the general solution in closed form. The solution exists wherever the coefficients are continuous, and for a constant coefficient it splits into a decaying transient and a steady state set by the forcing.\n",{"path":16149,"title":16150,"module":16146,"summary":16151},"\u002Fdifferential-equations\u002Ffirst-order\u002Fseparable-and-exact","Separable and Exact Equations","Two nonlinear first-order classes solve by direct integration. A separable equation splits so that each variable can be integrated on its own side, giving an implicit relation. An exact equation is the total differential of a hidden potential function, recognized by a symmetry test on its coefficients; when the test fails, an integrating factor can sometimes restore exactness. A change of variable brings homogeneous equations into the separable class.\n",{"path":16153,"title":16154,"module":16146,"summary":16155},"\u002Fdifferential-equations\u002Ffirst-order\u002Fmodeling-first-order","Modeling with First-Order Equations","A rate law is a differential equation. Each first-order model starts from one governing principle: conservation of mass for a mixing tank, proportional change for interest and radioactive decay, Newton's law of cooling, a force balance for a body falling against drag, and Kirchhoff's law for a series circuit. Setting the derivative to zero recovers the steady state, and the transient records how the initial condition relaxes toward it.\n",{"path":16157,"title":16158,"module":16146,"summary":16159},"\u002Fdifferential-equations\u002Ffirst-order\u002Fautonomous-and-population-dynamics","Autonomous Equations, Phase Lines, and Population Dynamics","An autonomous equation y' = f(y) can be analyzed qualitatively without being solved. Its constant solutions are the zeros of f, and the sign of f between them fixes whether nearby solutions rise or fall, which the phase line records as a column of arrows. The logistic and threshold models, constant- and effort-proportional harvesting, and the properties nonlinear equations lose all follow from this reading.\n",{"path":16161,"title":16162,"module":16146,"summary":16163},"\u002Fdifferential-equations\u002Ffirst-order\u002Fexistence-uniqueness-euler","Existence, Uniqueness, and Euler's Method","Existence and uniqueness can be settled before any attempt to solve. The existence-uniqueness theorem gives sufficient conditions on f, and a standard example shows what fails when they do not hold. Picard's successive approximations build the solution as the limit of an iteration, and Euler's method turns the same tangent-line idea into a numerical procedure for the equations no formula reaches.\n",{"path":16165,"title":16166,"module":16146,"summary":16167},"\u002Fdifferential-equations\u002Ffirst-order\u002Ffirst-order-difference-equations","First-Order Difference Equations","A difference equation advances a sequence one index at a time by a rule y_{n+1} = f(y_n). The linear case y_{n+1} = rho*y_n + b solves in closed form and converges to its equilibrium exactly when the ratio has magnitude below one, which underlies compound-interest and loan calculations. The logistic difference equation shows the nonlinear counterpart: an exchange of stability, a cascade of period doublings, and the onset of chaos.\n",{"path":16169,"title":16170,"module":16171,"summary":16172},"\u002Fdifferential-equations\u002Fsecond-order-linear\u002Fhomogeneous-constant-coefficients","Homogeneous Equations, the Wronskian, and Real Roots","Second-Order Linear Equations","A second-order linear homogeneous equation with constant coefficients is solved by guessing an exponential and reducing to the quadratic characteristic equation. Two solutions span every solution exactly when their Wronskian is nonzero; that condition, superposition, and Abel's formula give the full structure of the general solution for the case of two distinct real roots.\n",{"path":16174,"title":16175,"module":16171,"summary":16176},"\u002Fdifferential-equations\u002Fsecond-order-linear\u002Fcomplex-and-repeated-roots","Complex Roots, Repeated Roots, and Reduction of Order","When the characteristic equation has complex conjugate roots, Euler's formula converts the complex exponentials into a real fundamental set of decaying or growing oscillations. When it has a repeated root, one exponential is lost and reduction of order recovers the missing second solution as $t\\,e^{rt}$. The same substitution $y = v(t)y_1(t)$ finds a second solution from any known one.\n",{"path":16178,"title":16179,"module":16171,"summary":16180},"\u002Fdifferential-equations\u002Fsecond-order-linear\u002Fnonhomogeneous-undetermined-coefficients","Nonhomogeneous Equations: Undetermined Coefficients","The general solution of a nonhomogeneous linear equation is a complementary solution plus any one particular solution. When the forcing term is a polynomial, exponential, sine, or cosine, a particular solution can be found by assuming a trial form of the same shape with unknown coefficients and solving for them. The one complication is resonance, handled by multiplying the trial by a power of $t$.\n",{"path":16182,"title":16183,"module":16171,"summary":16184},"\u002Fdifferential-equations\u002Fsecond-order-linear\u002Fvariation-of-parameters","Variation of Parameters","Variation of parameters finds a particular solution of any nonhomogeneous linear equation from a fundamental set of the homogeneous one. Replacing the constants in the complementary solution by functions and imposing one convenient constraint reduces the problem to a two-by-two linear system whose solution is expressed through the Wronskian, giving an integral formula that works for forcing terms undetermined coefficients cannot touch.\n",{"path":16186,"title":16187,"module":16171,"summary":16188},"\u002Fdifferential-equations\u002Fsecond-order-linear\u002Fmechanical-electrical-vibrations","Mechanical and Electrical Vibrations","A spring-mass-damper obeys a second-order linear equation, and so does a series RLC circuit, with the same mathematics governing both. Free undamped motion is a pure sinusoid; damping adds a decaying envelope with three regimes; periodic forcing produces a transient that dies out and a steady-state oscillation whose amplitude peaks sharply near the natural frequency, the phenomenon of resonance.\n",{"path":16190,"title":16191,"module":16171,"summary":16192},"\u002Fdifferential-equations\u002Fsecond-order-linear\u002Fhigher-order-linear","Higher-Order Linear Equations","The second-order theory extends directly to order $n$: the solution space is $n$-dimensional, spanned by any $n$ solutions with nonzero Wronskian. For constant coefficients the characteristic polynomial has degree $n$, and its roots (counted with multiplicity, real and complex) build the basis by the same rules as before. Coupled oscillators are the natural application that raises the order.\n",{"path":16194,"title":16195,"module":16196,"summary":16197},"\u002Fdifferential-equations\u002Fseries-solutions\u002Fpower-series-ordinary-points","Power Series Solutions Near Ordinary Points","Series Solutions and Special Functions","A linear equation with variable coefficients has no characteristic equation. A power series substituted into the equation matches coefficients to a recurrence relation, which near an ordinary point yields two independent analytic solutions. The radius of convergence is at least the distance from the expansion point to the nearest singular point in the complex plane.\n",{"path":16199,"title":16200,"module":16196,"summary":16201},"\u002Fdifferential-equations\u002Fseries-solutions\u002Fregular-singular-frobenius","Euler Equations, Regular Singular Points, and Frobenius","The Euler equation x^2 y'' + a x y' + b y = 0 is solved outright by y = x^r, and its three root cases fix the behavior at any regular singular point. The Frobenius method multiplies x^r by a power series; the indicial equation chooses the exponents, and equal or integer-separated roots force a logarithm in the second solution. Gauss's hypergeometric equation is the archetype containing most classical functions as special cases.\n",{"path":16203,"title":16204,"module":16196,"summary":16205},"\u002Fdifferential-equations\u002Fseries-solutions\u002Fbessel-and-special-functions","Bessel's Equation, Legendre Polynomials, and Special Functions","Bessel's equation puts the Frobenius machinery through all three of its cases and produces the functions J and Y that govern anything vibrating or diffusing with circular symmetry. The gamma function extends the factorial so that Bessel functions of every order make sense; Legendre's equation, run through the hypergeometric form, yields the polynomials that play the same role in spherical geometry. Orthogonality ties both families to the eigenfunction expansions of Sturm–Liouville theory.\n",{"path":16207,"title":16208,"module":16209,"summary":16210},"\u002Fdifferential-equations\u002Flaplace\u002Flaplace-definition-ivps","The Laplace Transform: Definition, Properties, and Solving IVPs","The Laplace Transform","The Laplace transform sends a function of time to a function of a complex frequency by integrating it against the kernel e^{-st}. Differentiation in t becomes multiplication by s, so a linear constant-coefficient initial value problem turns into an algebraic equation. Existence rests on piecewise continuity and exponential order; the derivative rule folds in the initial data; and inversion runs through a transform table and partial fractions.\n",{"path":16212,"title":16213,"module":16209,"summary":16214},"\u002Fdifferential-equations\u002Flaplace\u002Fstep-impulse-convolution","Step Functions, Discontinuous Forcing, Impulses, and Convolution","The Heaviside step function and the second shifting theorem transform switches and discontinuous forcing into exponential factors on the transform. The Dirac delta idealizes an instantaneous impulse and transforms to a pure exponential. The convolution theorem inverts a product of transforms, writes the forced response as the impulse response convolved with the input, and solves Abel's tautochrone by transform.\n",{"path":16216,"title":16217,"module":16218,"summary":16219},"\u002Fdifferential-equations\u002Fsystems\u002Fmatrices-eigenvalues-review","Matrices, Linear Systems, and the Eigenvalue Toolkit","Systems of First-Order Linear Equations","Any nth-order linear equation, and any coupled collection of them, rewrites as a single first-order system x' = P(t)x + g(t). The matrix and vector algebra behind that form, the eigenvalue problem det(A - λI) = 0 that drives every solution method, and the fundamental theory — superposition, the Wronskian, Abel's theorem — together establish that n independent solutions span all solutions.\n",{"path":16221,"title":16222,"module":16218,"summary":16223},"\u002Fdifferential-equations\u002Fsystems\u002Fconstant-coefficient-systems-phase-portraits","Homogeneous Constant-Coefficient Systems and Phase Portraits","For x' = Ax with A constant, the trial x = ξe^{rt} turns the differential equation into the eigenvalue problem Aξ = rξ. The eigenvalues fix the geometry of the phase plane: real opposite signs give a saddle, real same sign a node, complex a spiral, purely imaginary a center. Worked in the plane, these cases form the eigenvalue-type classification of equilibria.\n",{"path":16225,"title":16226,"module":16218,"summary":16227},"\u002Fdifferential-equations\u002Fsystems\u002Frepeated-eigenvalues-fundamental-matrices","Repeated Eigenvalues, Fundamental Matrices, and Nonhomogeneous Systems","When a repeated eigenvalue supplies too few eigenvectors, a generalized eigenvector supplies the missing solution as ξte^{ρt} + ηe^{ρt}, giving an improper node. A fundamental set packaged as a matrix Φ(t) yields the matrix exponential e^{At}, the propagator mapping initial states to later ones. Variation of parameters solves the nonhomogeneous system x' = Ax + g(t).\n",{"path":16229,"title":16230,"module":16231,"summary":16232},"\u002Fdifferential-equations\u002Fnumerical\u002Feuler-and-runge-kutta","Euler, Improved Euler, and Runge–Kutta","Numerical Methods","Most initial value problems have no closed-form solution, so the solution is approximated on a grid. Euler's method steps along the tangent line, the improved Euler method averages two slopes, and the classical Runge–Kutta method averages four. Each added stage raises the order of accuracy at the cost of more evaluations per step, measured by how the local and global truncation errors scale with the step size.\n",{"path":16234,"title":16235,"module":16231,"summary":16236},"\u002Fdifferential-equations\u002Fnumerical\u002Fmultistep-systems-stability","Multistep Methods, Systems, and Stability","One-step methods discard everything but the last point. Multistep methods fit a polynomial to several past values and integrate it forward: the explicit Adams–Bashforth formulas, the implicit and more accurate Adams–Moulton formulas, and predictor–corrector pairs that combine them. The same rules extend verbatim to systems in vector form. A separate concern is stability: round-off can dominate truncation, and stiff equations force a tiny step for stability even when accuracy would allow a large one.\n",{"path":16238,"title":16239,"module":16240,"summary":16241},"\u002Fdifferential-equations\u002Fnonlinear\u002Fphase-plane-autonomous-stability","The Phase Plane, Critical Points, and Stability","Nonlinear Systems and Stability","Most nonlinear systems cannot be solved in closed form, so they are studied geometrically. The phase plane turns an autonomous planar system into a family of trajectories; the five archetypes of critical point follow from the eigenvalues of the coefficient matrix; the trace-determinant plane reads off type and stability directly; and epsilon-delta definitions make stability, asymptotic stability, and instability precise.\n",{"path":16243,"title":16244,"module":16240,"summary":16245},"\u002Fdifferential-equations\u002Fnonlinear\u002Flocally-linear-and-liapunov","Locally Linear Systems and Liapunov's Method","Near a critical point a nonlinear system looks linear, and the linear part is the Jacobian. The linearization fixes the type and stability of the nonlinear critical point in every case except a center or a repeated eigenvalue. Liapunov's direct method settles those cases and bounds the basin of attraction by constructing an energy-like function, without solving the system.\n",{"path":16247,"title":16248,"module":16240,"summary":16249},"\u002Fdifferential-equations\u002Fnonlinear\u002Fcompeting-species-predator-prey-limit-cycles","Population Models, Limit Cycles, and Chaos","The phase-plane methods apply directly to interacting-population models. Competing species either coexist or drive one another to extinction, decided by a single inequality among the interaction constants; the Lotka-Volterra predator-prey system produces closed population cycles. Limit cycles and the Poincaré-Bendixson theorem, the van der Pol oscillator, and the Lorenz equations with their strange attractor carry the theory into chaos.\n",{"path":16251,"title":16252,"module":16253,"summary":16254},"\u002Fdifferential-equations\u002Fpdes-fourier-bvp\u002Ffourier-series","Fourier Series and Convergence","PDEs, Fourier Series, and Boundary Value Problems","A two-point boundary value problem has nontrivial solutions only at a discrete set of eigenvalues, the same trichotomy that governs a singular linear system. For y'' + lambda y = 0 with zero endpoints the eigenfunctions are sines and cosines, and their orthogonality gives the Euler-Fourier coefficient formulas. The convergence theorem fixes when the series returns the function, the Gibbs phenomenon measures the overshoot at a jump, and even\u002Fodd symmetry produces half-range sine and cosine series.\n",{"path":16256,"title":16257,"module":16253,"summary":16258},"\u002Fdifferential-equations\u002Fpdes-fourier-bvp\u002Fheat-wave-laplace-equations","Separation of Variables: Heat, Wave, and Laplace Equations","Separation of variables replaces a partial differential equation by a pair of ordinary ones joined through a shared separation constant. Applied to the heat equation it produces the eigenvalue problem X'' + lambda X = 0, and the solution assembles as a Fourier series in the eigenfunctions. The same steps solve the wave equation, whose modes are standing waves, and Laplace's equation, the steady-state limit posed on a region rather than an interval.\n",{"path":16260,"title":16261,"module":16253,"summary":16262},"\u002Fdifferential-equations\u002Fpdes-fourier-bvp\u002Fsturm-liouville","Sturm-Liouville Theory","The eigenvalue problem behind separation of variables generalizes to the self-adjoint Sturm-Liouville form. Lagrange's identity makes the operator symmetric, and from that one fact follow real eigenvalues, orthogonal eigenfunctions, and eigenfunction expansions that behave like Fourier series. Singular problems admit Bessel and Legendre functions, and Sturm's separation and comparison theorems describe how the eigenfunctions oscillate.\n",{"path":16264,"title":16265,"module":16266,"summary":16267},"\u002Fdifferential-equations\u002Fhistory-variations\u002Fcalculus-of-variations","The Calculus of Variations","Historical Notes and the Calculus of Variations","Ordinary calculus finds the point where a function is stationary; the calculus of variations finds the whole curve where an integral is stationary. Euler's differential equation is the necessary condition for an extremal, and it becomes integrable in three cases, solving the shortest-path, minimal-surface, and brachistochrone problems. Lagrange multipliers extend the method to isoperimetric constraints, and Hamilton's principle recovers Newton's law from a single stationary integral.\n",{"path":16269,"title":16270,"module":16266,"summary":16271},"\u002Fdifferential-equations\u002Fhistory-variations\u002Fhistorical-notes","Great Problems and the People Who Solved Them","Differential equations grew out of specific problems, not a plan: the invention of calculus by Newton and Leibniz, the Bernoulli brachistochrone challenge, Euler's flood of methods, Lagrange's analytical mechanics, Gauss and Riemann's rigor, Laplace's celestial mechanics, and Poincaré's qualitative theory. Each method descends from a named problem, and reading the subject forward from those problems explains why its parts fit together.\n",{"path":16273,"title":16274,"module":298,"summary":298},"\u002Fdifferential-equations","Differential Equations",{"path":16276,"title":16277,"module":16278,"summary":16279},"\u002Frelativity\u002Ffoundations\u002Fspecial-relativity-postulates","The Postulates of Special Relativity","Foundations of Relativity","Newton's laws are the same in every inertial frame, but Maxwell's are not: the equations of electromagnetism single out one speed, c, and the nineteenth century read that as the speed of light relative to a medium, the ether. The Michelson-Morley experiment looked for Earth's motion through that medium and found nothing. Einstein's two postulates replace the ether, and their first consequence is that simultaneity is frame-dependent.\n",{"path":16281,"title":16282,"module":16278,"summary":16283},"\u002Frelativity\u002Ffoundations\u002Florentz-transformation-spacetime","The Lorentz Transformation and Spacetime","Requiring that a light sphere stay a light sphere in every inertial frame fixes the coordinate change between frames uniquely: the Lorentz transformation, with its factor gamma. Differentiating it gives relativistic velocity addition, which caps composed speeds at c. Plotting the same events on skewed spacetime axes turns the algebra into geometry, with calibration hyperbolae, an invariant interval, and a light cone that sorts events into past, future, and elsewhere.\n",{"path":16285,"title":16286,"module":16278,"summary":16287},"\u002Frelativity\u002Ffoundations\u002Ftime-dilation-length-contraction","Time Dilation, Length Contraction, and Paradoxes","A light clock and the constancy of c give the two headline effects directly: a moving clock runs slow by gamma, and a moving rod is short by the same factor. Cosmic-ray muons reaching sea level are the standing experimental proof. The relativistic Doppler effect adds the time-dilation factor to the classical shift, and the twin and pole-barn paradoxes dissolve once the relativity of simultaneity is taken seriously.\n",{"path":16289,"title":16290,"module":16278,"summary":16291},"\u002Frelativity\u002Ffoundations\u002Frelativistic-momentum-energy","Relativistic Momentum and Energy","Conserving momentum in every inertial frame forces the redefinition p = gamma m u, which diverges as the speed approaches c. Integrating the corresponding force gives the total energy E = gamma m c-squared, whose rest term m c-squared is Einstein's mass-energy equivalence. Energy and momentum join into a four-vector whose invariant length is the rest energy, giving E-squared = (pc)-squared + (m c-squared)-squared, massless particles, and nuclear binding energy.\n",{"path":16293,"title":16294,"module":16278,"summary":16295},"\u002Frelativity\u002Ffoundations\u002Fgeneral-relativity","A Taste of General Relativity","Einstein's happiest thought was that a freely falling observer feels no gravity: a uniform gravitational field is locally indistinguishable from an accelerating frame. That equivalence principle predicts that light bends near a mass, that clocks run slow deep in a gravitational well, that Mercury's orbit precesses, and that radar echoes are delayed. Every prediction has been confirmed, and pushing the redshift to its limit gives the black hole.\n",{"path":16297,"title":16298,"module":16299,"summary":16300},"\u002Frelativity\u002Fspacetime-and-the-lorentz-group\u002Fminkowski-spacetime-and-the-interval","Minkowski Spacetime and the Interval","Spacetime and the Lorentz Group","The Lorentz transformation of the foundations module is repackaged as the geometry of a four-dimensional space whose invariant is not a distance but the spacetime interval. Events, worldlines, and the metric signature define a causal structure that every observer shares. Proper time is the length of a timelike worldline, and the twin paradox becomes the statement that a straight worldline accumulates the most proper time.\n",{"path":16302,"title":16303,"module":16299,"summary":16304},"\u002Frelativity\u002Fspacetime-and-the-lorentz-group\u002Ffour-vectors-and-index-notation","Four-Vectors and Index Notation","The index calculus that the rest of the course runs on. Contravariant and covariant components, the Minkowski metric as the machine that raises and lowers indices, and the Einstein summation convention are assembled into scalar products that are the same in every frame. The four-velocity and four-acceleration follow, together with the identity that the four-velocity has constant invariant length.\n",{"path":16306,"title":16307,"module":16299,"summary":16308},"\u002Frelativity\u002Fspacetime-and-the-lorentz-group\u002Fthe-lorentz-group-and-rapidity","The Lorentz Group and Rapidity","The Lorentz transformations are the linear maps that preserve the Minkowski metric, and they form the group O(1,3). Boosts are hyperbolic rotations parametrized by rapidity, which adds along a line where velocity does not. The boost and rotation generators fix the group's local structure; its four disconnected components are set by two signs; and two non-collinear boosts compose into a boost plus a rotation, the Wigner rotation behind Thomas precession.\n",{"path":16310,"title":16311,"module":16299,"summary":16312},"\u002Frelativity\u002Fspacetime-and-the-lorentz-group\u002Fdoppler-aberration-and-appearance","Doppler, Aberration, and Appearance","Light carries a null four-momentum, and boosting it produces every optical effect of relativity at once. The covariant Doppler formula follows from the transformation of frequency, aberration from the transformation of direction, and the headlight effect from the resulting concentration of light forward. The Terrell-Penrose result shows that a fast object photographs as rotated, not contracted.\n",{"path":16314,"title":16315,"module":16316,"summary":16317},"\u002Frelativity\u002Frelativistic-dynamics\u002Ffour-momentum-force-and-accelerated-motion","Four-Momentum, Four-Force, and Accelerated Motion","Relativistic Dynamics","The four-momentum packages energy and momentum into a single vector whose invariant length is the rest mass. Its proper-time derivative is the four-force, always orthogonal to the four-velocity, and a constant orthogonal four-force produces hyperbolic motion. Constant proper acceleration gives rapidity linear in proper time, the relativistic rocket equation, and the Rindler horizon behind an eternally accelerating observer.\n",{"path":16319,"title":16320,"module":16316,"summary":16321},"\u002Frelativity\u002Frelativistic-dynamics\u002Fparticle-decays-and-two-body-kinematics","Particle Decays and Two-Body Kinematics","Conservation of four-momentum fixes the kinematics of a decay from the masses alone. In the center-of-momentum frame a parent breaks into two daughters with equal and opposite momenta and energies set by the Kallen triangle function. Boosting to the lab opens the decay into a cone, and the invariant mass built from the daughters reconstructs the parent as a peak. Worked cases: the two-photon decay of the neutral pion and a heavy two-body hadronic decay.\n",{"path":16323,"title":16324,"module":16316,"summary":16325},"\u002Frelativity\u002Frelativistic-dynamics\u002Fcollisions-thresholds-and-the-cm-frame","Relativistic Collisions and Threshold Energies","Two-body collisions run on the same conserved four-momentum as decays. The invariant s sets the total energy available in the center-of-momentum frame and therefore the threshold for producing new particles. Fixed-target energy grows only as the square root of beam energy while a collider grows linearly, which is why colliders reach high energy. Compton scattering follows as a worked photon-electron collision giving the wavelength shift.\n",{"path":16327,"title":16328,"module":16316,"summary":16329},"\u002Frelativity\u002Frelativistic-dynamics\u002Fmandelstam-variables-and-invariants","Mandelstam Variables and Lorentz Invariants","For a two-to-two process the three Mandelstam invariants s, t, and u encode all the kinematics in frame-independent form. They obey a single linear constraint, the sum of the four squared masses, so only two are independent. s is the center-of-momentum energy squared, t and u are momentum transfers tied to the scattering angle, and crossing symmetry relates one amplitude across three channels through these variables.\n",{"path":16331,"title":16332,"module":16333,"summary":16334},"\u002Frelativity\u002Fcovariant-electrodynamics\u002Ffour-current-and-the-four-potential","The Four-Current and Four-Potential","Covariant Electromagnetism","Charge density and current combine into a single four-vector whose divergence is charge conservation. The scalar and vector potentials combine likewise into the four-potential, whose gauge freedom fixes to the Lorenz condition, reducing Maxwell's equations for the potentials to a single wave equation sourced by the four-current.\n",{"path":16336,"title":16337,"module":16333,"summary":16338},"\u002Frelativity\u002Fcovariant-electrodynamics\u002Fthe-electromagnetic-field-tensor","The Electromagnetic Field Tensor","The antisymmetric derivative of the four-potential is the field-strength tensor F, gauge invariant by construction, with the electric and magnetic fields as its components. Its dual exchanges E and B, and its two contractions form the Lorentz invariants that classify a field as electric, magnetic, or radiative in every frame.\n",{"path":16340,"title":16341,"module":16333,"summary":16342},"\u002Frelativity\u002Fcovariant-electrodynamics\u002Ftransformation-of-electric-and-magnetic-fields","How E and B Transform","Transforming the field tensor under a boost gives explicit rules for the electric and magnetic fields: components along the motion are unchanged, transverse components mix and pick up a gamma. The field of a uniformly moving charge compresses transversely, and the force between a current and a moving charge shows that magnetism is the relativistic shadow of electrostatics.\n",{"path":16344,"title":16345,"module":16333,"summary":16346},"\u002Frelativity\u002Fcovariant-electrodynamics\u002Fcovariant-maxwell-and-the-stress-energy-tensor","Covariant Maxwell and the Stress–Energy Tensor","Maxwell's four equations collapse into two tensor equations, one sourced by the four-current and one an identity on the field strength, with charge conservation automatic. The Lorentz force becomes a four-vector law, and the field's energy, momentum, and stress assemble into a symmetric, conserved stress–energy tensor — the object that will source gravity.\n",{"path":16348,"title":16349,"module":16350,"summary":16351},"\u002Frelativity\u002Fcurved-spacetime\u002Fthe-equivalence-principle-formalized","The Equivalence Principle","Curved Spacetime","The equality of gravitational and inertial mass promotes to a physical principle in three graded strengths — weak, Einstein, and strong. A freely falling laboratory is locally indistinguishable from an inertial frame, but the qualifier \"locally\" is essential: the size of the patch over which gravity vanishes is set by the tidal field, which no change of frame can remove. Tidal forces are the true, coordinate-independent signature of gravity, and they are what curvature will measure.\n",{"path":16353,"title":16354,"module":16350,"summary":16355},"\u002Frelativity\u002Fcurved-spacetime\u002Fmanifolds-vectors-and-the-metric","Manifolds, Vectors, and the Metric","A manifold is a space that looks locally like flat space, described by overlapping coordinate charts. Tangent vectors are directional derivatives with the coordinate basis vectors as partial-derivative operators; one-forms live in the dual space; and the metric tensor turns a coordinate line element into an invariant length. The 2-sphere and Rindler metrics serve as worked examples, including the coordinate singularities that are artefacts of the chart, not of the geometry.\n",{"path":16357,"title":16358,"module":16350,"summary":16359},"\u002Frelativity\u002Fcurved-spacetime\u002Fcovariant-derivative-and-christoffel-symbols","Parallel Transport and the Covariant Derivative","The ordinary derivative of a vector field is not a tensor, because it subtracts vectors living in different tangent spaces. A connection supplies the missing comparison: the covariant derivative adds Christoffel-symbol correction terms that cancel the coordinate artefacts. Requiring the connection to be torsion-free and to preserve the metric fixes the Christoffel symbols uniquely in terms of derivatives of the metric, giving the Levi-Civita connection that general relativity uses.\n",{"path":16361,"title":16362,"module":16350,"summary":16363},"\u002Frelativity\u002Fcurved-spacetime\u002Fgeodesics-and-the-geodesic-equation","Geodesics and the Newtonian Limit","Free fall is geodesic motion: a freely falling particle follows the straightest possible worldline, obtained either by parallel-transporting its own tangent vector or by extremizing proper time. Both routes give the geodesic equation. Affine parameters, and conserved quantities from symmetries via Killing vectors, make it solvable. In the weak-field slow-motion limit the geodesic equation reproduces Newton's law of gravity, fixing the time-time metric component as the Newtonian potential.\n",{"path":16365,"title":16366,"module":16350,"summary":16367},"\u002Frelativity\u002Fcurved-spacetime\u002Fcurvature-riemann-and-geodesic-deviation","Curvature and the Riemann Tensor","Curvature is the failure of parallel transport to commute: carrying a vector around an infinitesimal loop returns it rotated, and the rotation per unit area is the Riemann tensor. Its symmetries cut the components to twenty in four dimensions. Geodesic deviation makes it the equation of tidal forces, and its contractions — the Ricci tensor, the Ricci scalar, and the divergence-free Einstein tensor — assemble the objects the field equation is built from.\n",{"path":16369,"title":16370,"module":16350,"summary":16371},"\u002Frelativity\u002Fcurved-spacetime\u002Fthe-einstein-field-equations","The Einstein Field Equations","The field equation is assembled from a short list of requirements: a symmetric, divergence-free, second-order geometric tensor set proportional to the stress–energy tensor, with the coefficient fixed by the Newtonian limit. The cosmological constant is the one extra term the requirements allow. The Einstein–Hilbert action gives the same equation from a variational principle, and the coupled system closes the logic of the module: matter curves spacetime, and spacetime tells matter how to move.\n",{"path":16373,"title":16374,"module":16375,"summary":16376},"\u002Frelativity\u002Fthe-schwarzschild-solution\u002Fthe-schwarzschild-metric","The Schwarzschild Metric","The Schwarzschild Solution","The first exact solution of Einstein's equation follows from two assumptions, staticity and spherical symmetry, imposed on the vacuum outside a mass. Solving the vacuum field equations fixes two metric functions and produces the Schwarzschild geometry, whose one length scale is the Schwarzschild radius $r_s = 2GM\u002Fc^2$. Birkhoff's theorem shows this is the only spherical vacuum, and the far field reduces to Newtonian gravity.\n",{"path":16378,"title":16379,"module":16375,"summary":16380},"\u002Frelativity\u002Fthe-schwarzschild-solution\u002Fgeodesics-and-orbits-in-schwarzschild","Orbits in the Schwarzschild Geometry","The two Killing symmetries of the Schwarzschild metric give a conserved energy and angular momentum per unit mass, reducing geodesic motion to a one-dimensional problem in an effective potential. The potential carries an extra attractive $1\u002Fr^3$ term absent from Newton's, which caps the centrifugal barrier, produces an innermost stable circular orbit at $6GM\u002Fc^2$, and makes bound orbits precess instead of closing.\n",{"path":16382,"title":16383,"module":16375,"summary":16384},"\u002Frelativity\u002Fthe-schwarzschild-solution\u002Flight-bending-and-null-geodesics","Null Geodesics and the Photon Sphere","Light follows null geodesics, governed by a photon effective potential with a single unstable maximum at $3GM\u002Fc^2$, the photon sphere. The impact parameter sorts rays into those that escape with a deflection and those captured, with the critical value $b_c = 3\\sqrt{3}\\,GM\u002Fc^2$ dividing them. A grazing ray bends by $4GM\u002F(c^2 b)$, twice the naive Newtonian value, and the critical impact parameter sets the edge of a black hole's shadow.\n",{"path":16386,"title":16387,"module":16388,"summary":16389},"\u002Frelativity\u002Ftests-of-general-relativity\u002Fperihelion-precession-of-mercury","The Perihelion Precession of Mercury","Tests of General Relativity","A single extra term in the Schwarzschild orbit equation, cubic in the inverse radius, keeps a bound orbit from closing. The perturbation advances the perihelion by 6πGM\u002F(c²a(1−e²)) per revolution, which for Mercury is 43 arcseconds per century — exactly the anomaly left after Newtonian planetary perturbations are subtracted. A note on frame dragging closes the lesson.\n",{"path":16391,"title":16392,"module":16388,"summary":16393},"\u002Frelativity\u002Ftests-of-general-relativity\u002Fdeflection-of-light-and-gravitational-lensing","Light Deflection and Gravitational Lensing","A light ray grazing the Sun bends by 4GM\u002F(c²b), exactly twice the value a Newtonian corpuscle would give; the extra factor is the curvature of space. The 1919 eclipse confirmed it. The same bending focuses light from distant sources into Einstein rings, multiple images, and microlensing brightenings, making lensing a direct probe of mass, including mass that emits no light.\n",{"path":16395,"title":16396,"module":16388,"summary":16397},"\u002Frelativity\u002Ftests-of-general-relativity\u002Fgravitational-redshift-and-shapiro-delay","Gravitational Redshift and the Shapiro Delay","A clock deeper in a gravitational well ticks slower, and a photon climbing out loses frequency by the ratio of the metric's time-time components. Pound and Rebka measured the 2.5×10⁻¹⁵ shift over a 22.5-metre tower. Radar signals grazing the Sun return late by about 250 microseconds, the Shapiro delay. Both probe the time part of the metric directly.\n",{"path":16399,"title":16400,"module":16388,"summary":16401},"\u002Frelativity\u002Ftests-of-general-relativity\u002Frelativity-in-technology-gps","Relativity and the Global Positioning System","A GPS satellite clock runs slow by 7 microseconds a day from its orbital speed and fast by 46 from its higher gravitational potential, a net gain of about 38 microseconds a day. Left uncorrected, the timing error would grow into kilometres of position error within a day and exceed navigation tolerance within minutes. The satellites carry a pre-launch frequency offset to cancel it.\n",{"path":16403,"title":16404,"module":16405,"summary":16406},"\u002Frelativity\u002Fblack-holes\u002Fhorizons-and-coordinate-singularities","Horizons and Coordinate Singularities","Black Holes","The Schwarzschild radius is a coordinate singularity, not a curvature singularity: the metric blows up there only because the static coordinates fail, while the geometry stays finite. Eddington–Finkelstein and Kruskal– Szekeres coordinates cross the horizon smoothly and show the light cones tipping toward the center. A freely falling observer reaches the true singularity at r=0 in finite proper time, while a distant observer sees the infall freeze and redden at the horizon.\n",{"path":16408,"title":16409,"module":16405,"summary":16410},"\u002Frelativity\u002Fblack-holes\u002Frotating-and-charged-black-holes","Rotating and Charged Black Holes","A stationary black hole is fixed by three numbers: mass, angular momentum, and charge. The Reissner–Nordström metric adds charge and splits the horizon in two; the Kerr metric adds rotation, drags inertial frames, and wraps the horizon in an ergosphere where nothing can stay still. Inside the ergosphere the Penrose process extracts rotational energy, and the no-hair theorem states that no other detail of the collapsed matter survives.\n",{"path":16412,"title":16413,"module":16405,"summary":16414},"\u002Frelativity\u002Fblack-holes\u002Fblack-hole-thermodynamics","Black-Hole Thermodynamics","The four laws of black-hole mechanics mirror the four laws of thermodynamics term for term, with horizon area playing the role of entropy and surface gravity the role of temperature. Hawking's calculation makes the analogy literal: a black hole radiates at a temperature set by its surface gravity, carries a real entropy proportional to its horizon area, and slowly evaporates. The thermal spectrum raises the information paradox.\n",{"path":16416,"title":16417,"module":16418,"summary":16419},"\u002Frelativity\u002Fgravitational-waves\u002Flinearized-gravity-and-wave-solutions","Linearized Gravity and Wave Solutions","Gravitational Waves","Weak gravity is a small perturbation of flat spacetime, and the linearized Einstein equation in the Lorenz gauge is an ordinary wave equation propagating at the speed of light. The trace-reversed perturbation carries the dynamics, residual gauge freedom fixes the transverse-traceless form, and the two physical polarizations deform a ring of freely falling masses into oscillating ellipses whose fractional size change is the strain.\n",{"path":16421,"title":16422,"module":16418,"summary":16423},"\u002Frelativity\u002Fgravitational-waves\u002Fgeneration-and-the-quadrupole-formula","The Quadrupole Formula","The retarded solution of the linearized field equation gives the field of a moving source, and conservation of mass and momentum forbids monopole and dipole radiation, leaving the mass quadrupole as the leading emitter. The quadrupole formula fixes the strain and the radiated luminosity, and applied to a compact binary it predicts the inspiral chirp of rising frequency and amplitude. The Hulse-Taylor pulsar's orbital decay confirmed it to a fraction of a percent.\n",{"path":16425,"title":16426,"module":16418,"summary":16427},"\u002Frelativity\u002Fgravitational-waves\u002Fdetection-ligo-and-the-first-events","LIGO and the First Detections","A gravitational wave is measured as a differential length change of the two arms of a kilometre-scale Michelson interferometer, a strain of order ten to the minus twenty-one that moves the mirrors by a fraction of a proton radius. GW150914 recorded the inspiral, merger, and ringdown of two black holes, fixing their masses and the energy radiated, and GW170817 with its coincident gamma-ray burst and kilonova opened multimessenger astronomy.\n",{"path":16429,"title":16430,"module":16431,"summary":16432},"\u002Frelativity\u002Fcosmological-bridge\u002Fthe-cosmological-principle-and-flrw-metric","The Cosmological Principle and the FLRW Metric","A Bridge to Cosmology","Homogeneity and isotropy restrict the spacetime of the universe to a single family of metrics: a flat cosmic-time slicing of spatial sections of constant curvature, scaled by a time-dependent factor a(t). This lesson builds the Friedmann–Lemaître–Robertson–Walker metric from those symmetries, separates comoving from proper distance, and derives cosmological redshift as the stretching of wavelengths with the scale factor.\n",{"path":16434,"title":16435,"module":16431,"summary":16436},"\u002Frelativity\u002Fcosmological-bridge\u002Ffriedmann-equations-and-cosmic-dynamics","The Friedmann Equations and Cosmic Dynamics","The Einstein equation applied to the FLRW metric with a perfect-fluid source yields the two Friedmann equations and the conservation law that ties them together. This lesson derives them, defines the critical density and the density parameters that fix the spatial geometry, works out how matter, radiation, and a cosmological constant dilute and drive the expansion, and hands off to a dedicated cosmology subject.\n",{"path":16438,"title":16439,"module":298,"summary":298},"\u002Frelativity","Relativity",{"path":16441,"title":16442,"module":298,"summary":298},"\u002Fphysical-computing","Physical Computing",{"path":16444,"title":16445,"module":16446,"summary":16447},"\u002Fquantum-mechanics\u002Fold-quantum-theory\u002Fblackbody-radiation-and-the-planck-quantum","Blackbody Radiation and the Planck Quantum","Origins of the Quantum","Millikan's oil-drop experiment fixed the electron charge as an indivisible unit, and the spectrum of thermal radiation forced a second, deeper quantum. Classical physics predicts an infinite energy density at short wavelengths; Planck removed the divergence by allowing a cavity oscillator to hold only energies that are integer multiples of hf, the first appearance of the quantum of action.\n",{"path":16449,"title":16450,"module":16446,"summary":16451},"\u002Fquantum-mechanics\u002Fold-quantum-theory\u002Fthe-photoelectric-effect-and-the-photon","The Photoelectric Effect and the Photon","Light shone on a clean metal ejects electrons, but the details defied the wave theory: the electrons' maximum energy depends on the light's frequency, not its brightness, and there is a sharp threshold frequency below which nothing happens. Einstein resolved every anomaly by treating light as a stream of energy quanta hf, each absorbed whole by one electron, and Millikan's measurement of the stopping-potential slope confirmed h to a decade before anyone expected.\n",{"path":16453,"title":16454,"module":16446,"summary":16455},"\u002Fquantum-mechanics\u002Fold-quantum-theory\u002Fx-rays-and-the-compton-effect","X-Rays and the Compton Effect","X-rays are short-wavelength electromagnetic waves produced when fast electrons are braked in a target, and their diffraction by crystals lets Bragg's law measure atomic spacings. Compton then scattered X-rays off electrons and found the wavelength shifted by an amount that only a photon carrying momentum hf\u002Fc could explain, closing the case for the particle nature of light.\n",{"path":16457,"title":16458,"module":16446,"summary":16459},"\u002Fquantum-mechanics\u002Fold-quantum-theory\u002Fthe-old-quantum-theory-bohr-and-sommerfeld","The Old Quantum Theory: Bohr, Sommerfeld, and Correspondence","Between Bohr's 1913 atom and Schrödinger's 1926 equation, physics ran on a provisional recipe: keep classical orbits, but admit only those whose action integral is a whole multiple of Planck's constant. This lesson develops the Wilson-Sommerfeld phase-integral rule, applies it to the oscillator and to the elliptical Kepler orbits of hydrogen, derives Sommerfeld's relativistic fine structure and the quantization of orbit orientation, and shows how the correspondence principle fixed intensities and selection rules. The systematic failures — helium, line intensities, the anomalous Zeeman effect — mark exactly where a theory of orbits had to give way to a theory of waves.\n",{"path":16461,"title":16462,"module":16463,"summary":16464},"\u002Fquantum-mechanics\u002Fmatter-waves\u002Fde-broglie-waves-and-electron-diffraction","De Broglie Waves and Electron Diffraction","The Wave Nature of Matter","In 1924 de Broglie proposed that every particle carries a wave of wavelength h\u002Fp. The hypothesis explains Bohr's quantized orbits as standing waves, and Davisson and Germer, then G. P. Thomson, confirmed it by diffracting electrons from crystals exactly as X-rays diffract. We derive the electron wavelength, work the Bragg analysis of the data, and give the relativistic form.\n",{"path":16466,"title":16467,"module":16463,"summary":16468},"\u002Fquantum-mechanics\u002Fmatter-waves\u002Fwave-packets-and-the-probability-interpretation","Wave Packets and the Probabilistic Wave Function","A single de Broglie wave fills all space, but a particle is localized. Adding many waves of nearby wavelength builds a wave packet that is confined and moves at the group velocity, which equals the particle velocity. Born's rule reads the squared amplitude of the wave function as a probability density, the meaning confirmed by electron interference building up one detection at a time.\n",{"path":16470,"title":16471,"module":16463,"summary":16472},"\u002Fquantum-mechanics\u002Fmatter-waves\u002Fthe-uncertainty-principle","The Uncertainty Principle and Wave-Particle Duality","The packet relations delta-k delta-x about 1 become Heisenberg's principle once momentum is hbar times wave number: position and momentum cannot both be sharp, nor energy and time. The gamma-ray microscope shows the limit is physical, not technical. It fixes the zero-point energy of a confined particle, the size of the hydrogen atom, and the natural width of spectral lines, and it frames the wave-particle duality of all matter and radiation.\n",{"path":16474,"title":16475,"module":16476,"summary":16477},"\u002Fquantum-mechanics\u002Fwave-mechanics-1d\u002Fthe-schrodinger-equation-in-one-dimension","The Schrödinger Equation in One Dimension","Wave Mechanics in One Dimension","The wave equation for matter cannot be derived; it is postulated and judged by experiment. We build the time-dependent Schrödinger equation from the de Broglie relations, read Born's probability rule off the complex wave function, and separate the time and space dependence to get the time-independent equation whose bound-state solutions are the stationary states. The five acceptability conditions on the wave function are what force energy to be quantized.\n",{"path":16479,"title":16480,"module":16476,"summary":16481},"\u002Fquantum-mechanics\u002Fwave-mechanics-1d\u002Fthe-free-particle-and-wave-packet-dynamics","The Free Particle and Wave-Packet Dynamics","The free particle has no bound states: its stationary solutions are non-normalizable plane waves forming a continuum. Physical states are wave packets built by superposing them, and the superposition is a Fourier transform. We delta-normalize the plane waves, assemble a Gaussian packet, solve for its exact time evolution, and read off the two facts that reconcile the wave picture with mechanics: the packet moves at the group velocity ħk\u002Fm, the classical velocity, and it spreads because its component momenta travel at different speeds.\n",{"path":16483,"title":16484,"module":16476,"summary":16485},"\u002Fquantum-mechanics\u002Fwave-mechanics-1d\u002Fparticle-in-infinite-and-finite-square-wells","Particle in Infinite and Finite Square Wells","The infinite square well is the simplest bound-state problem: two boundary conditions quantize the energy into a ladder E_n = n² E_1, and the eigenfunctions are the standing waves of a string fixed at both ends. Relaxing the walls to a finite depth lets the wave function leak into the classically forbidden region, keeps the number of bound states finite, and turns the eigenvalue condition into a transcendental equation solved graphically.\n",{"path":16487,"title":16488,"module":16476,"summary":16489},"\u002Fquantum-mechanics\u002Fwave-mechanics-1d\u002Foperators-expectation-values-and-the-harmonic-oscillator","Operators, Expectation Values, and the Harmonic Oscillator","Measurable quantities are extracted from the wave function as expectation values, and each observable is represented by an operator that acts between Ψ* and Ψ — position by multiplication, momentum by a derivative, energy by the Hamiltonian. Applied to the harmonic oscillator, the machinery yields evenly spaced levels E_n = (n+½)ℏω, Gaussian- times-Hermite eigenfunctions of definite parity, and the selection rule Δn = ±1.\n",{"path":16491,"title":16492,"module":16476,"summary":16493},"\u002Fquantum-mechanics\u002Fwave-mechanics-1d\u002Fthe-dirac-delta-potential","The Dirac-Delta Potential: A Single Bound State and Scattering","A potential concentrated at a single point is solvable in closed form and isolates the physics of matching a wave function across a discontinuity. Integrating the Schrödinger equation across the spike gives a jump condition on the derivative; the attractive delta well then supports exactly one bound state, of energy set by the strength alone, while the same spike scatters an incoming beam with a transmission that rises from zero to one. The attractive well and the repulsive barrier scatter identically yet only the well binds.\n",{"path":16495,"title":16496,"module":16476,"summary":16497},"\u002Fquantum-mechanics\u002Fwave-mechanics-1d\u002Fbarrier-penetration-and-quantum-tunneling","Barrier Penetration and Quantum Tunneling","Unbound states scatter rather than bind. A particle meeting a step is partly reflected even when it has more than enough energy to pass, and a particle meeting a barrier taller than its energy has a nonzero chance of appearing on the far side. Matching the wave function across the boundaries gives the reflection and transmission coefficients and the exponential tunneling probability that explains alpha decay, the scanning tunneling microscope, and the ammonia clock.\n",{"path":16499,"title":16500,"module":16501,"summary":16502},"\u002Fquantum-mechanics\u002Fformalism\u002Fhilbert-space-and-dirac-notation","Hilbert Space and Dirac Bra–Ket Notation","The Formalism of Quantum Mechanics","Wave mechanics is one representation of a deeper structure: quantum states are vectors in a complex inner-product space, and observables act on them as linear operators. We build that space from the axioms, introduce Dirac's kets and bras as vectors and the linear functionals that measure them, and identify the wavefunction as the components of an abstract state in the position basis. The resolution of the identity is the single algebraic tool that ties every basis, expansion, and matrix element together.\n",{"path":16504,"title":16505,"module":16501,"summary":16506},"\u002Fquantum-mechanics\u002Fformalism\u002Fobservables-hermitian-operators-and-eigenvalues","Observables, Hermitian Operators, and the Spectral Theorem","Every measurable quantity is represented by a Hermitian operator, and the reason is forced: a measurement needs real eigenvalues, orthogonal eigenvectors, and a complete eigenbasis, and Hermiticity delivers precisely those. We derive those properties from self-adjointness, state the spectral theorem, handle degeneracy, and show that two observables share an eigenbasis precisely when they commute — the algebraic condition behind compatible and incompatible measurements.\n",{"path":16508,"title":16509,"module":16501,"summary":16510},"\u002Fquantum-mechanics\u002Fformalism\u002Fthe-postulates-and-quantum-measurement","The Postulates and Quantum Measurement","With states as vectors and observables as Hermitian operators, the physical content of quantum mechanics reduces to a short list of postulates. We state them precisely, derive the Born probability rule for discrete and continuous spectra, work out projective collapse and its idempotence, compute expectation values and their variance, and state the measurement problem cleanly — the one place the postulates split unitary evolution from measurement without explaining the seam.\n",{"path":16512,"title":16513,"module":16501,"summary":16514},"\u002Fquantum-mechanics\u002Fformalism\u002Fposition-momentum-and-continuous-spectra","Position, Momentum, and Continuous Spectra","Position and momentum are the observables with no normalizable eigenstates: their spectra are continuous, their eigenkets are delta-normalized, and the two are Fourier conjugates. We derive the canonical commutator from the momentum operator, build the continuous-basis machinery (Dirac deltas replacing Kronecker deltas), show the position and momentum wavefunctions are a Fourier-transform pair, and compute expectation values in either representation.\n",{"path":16516,"title":16517,"module":16501,"summary":16518},"\u002Fquantum-mechanics\u002Fformalism\u002Fcommutators-and-the-generalized-uncertainty-principle","Commutators and the Generalized Uncertainty Principle","The commutator of two observables measures the obstruction to sharing an eigenbasis, and it bounds how sharply both can be known at once. We derive the generalized uncertainty relation from the Schwarz inequality, recover the position–momentum bound as a special case, characterize the minimum-uncertainty states that saturate it as Gaussians, and give the energy–time relation its correct reading as a lifetime bound rather than a commutator relation.\n",{"path":16520,"title":16521,"module":16501,"summary":16522},"\u002Fquantum-mechanics\u002Fformalism\u002Ftime-evolution-schrodinger-and-heisenberg-pictures","Time Evolution, Propagators, and the Heisenberg Picture","Time evolution is generated by the Hamiltonian and implemented by a unitary operator that preserves probability. We build that operator, expand a state in stationary states to see why probability densities freeze while phases wind, introduce the propagator, transfer the time dependence onto operators in the Heisenberg picture, and derive Ehrenfest's theorem — which recovers classical equations of motion for expectation values and identifies conserved quantities as observables commuting with the Hamiltonian.\n",{"path":16524,"title":16525,"module":16526,"summary":16527},"\u002Fquantum-mechanics\u002Foscillator-and-symmetry\u002Fladder-operators-and-the-number-states","Ladder Operators and the Number States","The Oscillator Algebraically, and Symmetry","The harmonic oscillator can be solved without touching a differential equation. Factoring the Hamiltonian into a lowering operator and its adjoint turns the spectrum into pure algebra: the commutator relation fixes the ladder, the vacuum condition fixes the ground state, and the energies fall out as equally spaced rungs. The same operators give the matrix elements of position and momentum for free.\n",{"path":16529,"title":16530,"module":16526,"summary":16531},"\u002Fquantum-mechanics\u002Foscillator-and-symmetry\u002Fcoherent-and-squeezed-states","Coherent and Squeezed States","A single number state never moves — its position expectation is pinned at the origin. The superposition that oscillates like a classical particle is the eigenstate of the annihilation operator: the coherent state. It is a displaced vacuum, carries Poissonian photon statistics, saturates the uncertainty bound, and traces a rigid Gaussian orbit in phase space. Squeezing deforms that circle, trading precision in one quadrature for noise in the other.\n",{"path":16533,"title":16534,"module":16526,"summary":16535},"\u002Fquantum-mechanics\u002Foscillator-and-symmetry\u002Fsymmetries-generators-and-conservation-laws","Symmetries, Generators, and Conservation Laws","Every continuous symmetry of a quantum system is a unitary operator built by exponentiating a Hermitian generator: momentum generates translations, angular momentum generates rotations, the Hamiltonian generates time evolution. When a generator commutes with the Hamiltonian, the transformation leaves the dynamics unchanged and the generator is conserved — the quantum form of Noether's theorem — and any symmetry that mixes states within a level forces degeneracy.\n",{"path":16537,"title":16538,"module":16526,"summary":16539},"\u002Fquantum-mechanics\u002Foscillator-and-symmetry\u002Fparity-time-reversal-and-discrete-symmetries","Parity, Time Reversal, and Discrete Symmetries","Parity and time reversal are symmetries no continuous generator can reach. Parity is a unitary involution whose eigenvalues label states even or odd, fixing the dipole selection rules. Time reversal is antiunitary: it conjugates i, flips momenta and spins, and for half-integer spin squares to minus one, which by Kramers' theorem makes every level of a time-reversal-invariant Hamiltonian at least doubly degenerate.\n",{"path":16541,"title":16542,"module":15537,"summary":16543},"\u002Fquantum-mechanics\u002Fangular-momentum\u002Forbital-angular-momentum-and-spherical-harmonics","Orbital Angular Momentum and Spherical Harmonics","Orbital angular momentum is the operator triple built from position and momentum. Its components fail to commute, so no state carries sharp values of more than one of them, but each commutes with the total square. Solving the common eigenvalue problem in spherical coordinates quantizes both the magnitude and the projection and produces the spherical harmonics, the angular part of every central-force wavefunction.\n",{"path":16545,"title":16546,"module":15537,"summary":16547},"\u002Fquantum-mechanics\u002Fangular-momentum\u002Fthe-angular-momentum-algebra","The Angular-Momentum Algebra and Ladder Operators","The eigenvalues of angular momentum follow from the commutation relations alone, with no reference to coordinates or wavefunctions. Raising and lowering operators built from the components generate finite multiplets, force the total quantum number to be a non-negative integer or half-integer, and fix the matrix elements of every component. The half-integer values excluded by orbital motion appear here, and they are what spin realizes.\n",{"path":16549,"title":16550,"module":15537,"summary":16551},"\u002Fquantum-mechanics\u002Fangular-momentum\u002Faddition-of-angular-momenta-and-clebsch-gordan","Addition of Angular Momenta and Clebsch–Gordan Coefficients","Two angular momenta combine into a total whose allowed magnitudes run from the difference to the sum of the parts in integer steps. The change from the uncoupled product basis to the coupled total-angular-momentum basis is carried out with the lowering operator and orthogonality, and its matrix of overlaps is the table of Clebsch–Gordan coefficients. Two spin-halves split into a triplet and a singlet, the prototype for every composite spin.\n",{"path":16553,"title":16554,"module":16555,"summary":16556},"\u002Fquantum-mechanics\u002Fcentral-potentials\u002Fthe-schrodinger-equation-in-three-dimensions","The Schrödinger Equation in Three Dimensions","Central Potentials","A central potential depends only on the distance from a force center, so the three-dimensional Schrödinger equation separates in spherical coordinates. The angular factor is a spherical harmonic; the radial factor obeys a one-dimensional equation with an effective potential whose centrifugal barrier depends on the angular-momentum quantum number. The free particle and the spherical box fix the two limiting cases through the spherical Bessel functions.\n",{"path":16558,"title":16559,"module":16555,"summary":16560},"\u002Fquantum-mechanics\u002Fcentral-potentials\u002Fthe-hydrogen-atom","The Hydrogen Atom","The Coulomb potential turns the radial equation into one whose bound states exist only for a discrete set of energies. A power-series solution truncated to keep the wavefunction normalizable forces the principal quantum number, and the energy comes out proportional to minus one over its square, recovering the Rydberg spectrum. The bound states are the associated Laguerre functions times spherical harmonics, and their energy depends on the principal number alone, giving an n-squared degeneracy larger than rotational symmetry can explain.\n",{"path":16562,"title":16563,"module":16555,"summary":16564},"\u002Fquantum-mechanics\u002Fcentral-potentials\u002Fthe-isotropic-oscillator-and-hidden-symmetry","The Isotropic Oscillator and Hidden Symmetry","The three-dimensional isotropic harmonic oscillator solves in both Cartesian and spherical bases, and the two solutions must agree on the degeneracy of every level. That agreement, and the accidental degeneracy of hydrogen, both come from a symmetry larger than rotation: the oscillator carries an SU(3) invariance built from a conserved quadrupole tensor, and the Coulomb problem carries an SO(4) invariance built from the conserved Runge–Lenz vector. These hidden symmetries pin the degeneracies that rotational invariance alone leaves unexplained.\n",{"path":16566,"title":16567,"module":16568,"summary":16569},"\u002Fquantum-mechanics\u002Fspin\u002Fspin-half-pauli-matrices-and-stern-gerlach","Spin-½, the Pauli Matrices, and Stern–Gerlach","Spin","A silver atom passing through an inhomogeneous magnetic field splits into two beams, not a smear. That single fact fixes the internal angular momentum of the electron to a two-valued quantity with no spatial wavefunction. We build the two-dimensional spin space, the Pauli matrices and their algebra, the spinor for measurement along an arbitrary axis, and the sequential Stern–Gerlach filters that expose measurement disturbance.\n",{"path":16571,"title":16572,"module":16568,"summary":16573},"\u002Fquantum-mechanics\u002Fspin\u002Fspin-in-a-magnetic-field-precession-and-resonance","Spin in a Magnetic Field: Precession and Resonance","A spin coupled to a magnetic field is the simplest nontrivial quantum dynamics. A static field makes the spin expectation precess on a cone at the Larmor frequency while the energy levels split linearly. Adding a weak oscillating field and passing to the rotating frame produces Rabi oscillations and a resonance lineshape — the physics of NMR and ESR, and the driven qubit.\n",{"path":16575,"title":16576,"module":16568,"summary":16577},"\u002Fquantum-mechanics\u002Fspin\u002Ftwo-level-systems-and-the-bloch-sphere","Two-Level Systems and the Bloch Sphere","Every two-state quantum system is a spin-½ in disguise. Its Hamiltonian is an effective magnetic field, its pure states are points on the Bloch sphere, and its unitary evolution is a rigid rotation of that sphere. The same structure produces avoided level crossings, the ammonia inversion doublet and its maser, and the qubit.\n",{"path":16579,"title":16580,"module":16581,"summary":16582},"\u002Fquantum-mechanics\u002Fidentical-particles\u002Fidentical-particles-and-exchange-symmetry","Identical Particles and Exchange Symmetry","Identical Particles","Two electrons carry no label that distinguishes one from the other, and that bare fact reshapes the state space. The exchange operator that swaps particle labels commutes with any Hamiltonian built from identical particles, so its eigenvalue is conserved, and nature admits only its two extremes: totally symmetric states for bosons and totally antisymmetric states for fermions. The antisymmetry forces a statistical correlation, the exchange \"force,\" that keeps fermions apart and draws bosons together even with no interaction between them.\n",{"path":16584,"title":16585,"module":16581,"summary":16586},"\u002Fquantum-mechanics\u002Fidentical-particles\u002Fthe-pauli-principle-atoms-and-the-periodic-table","The Pauli Principle, Atoms, and the Periodic Table","Antisymmetry packaged as a Slater determinant turns the exclusion principle into an operating rule for building atoms. Helium shows the machinery in full: the electron-electron repulsion splits into a direct Coulomb integral and an exchange integral, and the exchange term alone pushes the spin-triplet (orthohelium) below the spin-singlet (parahelium) with no magnetic interaction in sight. Screening, the aufbau order, and Hund's rules then assemble the whole periodic table from the same antisymmetry.\n",{"path":16588,"title":16589,"module":16590,"summary":16591},"\u002Fquantum-mechanics\u002Fapproximation-methods\u002Ftime-independent-perturbation-theory","Time-Independent Perturbation Theory","Approximation Methods for Bound States","Almost no realistic Hamiltonian can be solved exactly. Perturbation theory treats a hard Hamiltonian as a solvable one plus a small correction and expands the eigenvalues and eigenstates in powers of that correction. We derive the first- and second-order energy shifts and the first-order state correction for a nondegenerate level, expose the small-denominator failure that degeneracy forces, and fix it by diagonalizing the perturbation inside the degenerate subspace to find the \"good\" zeroth-order states.\n",{"path":16593,"title":16594,"module":16590,"summary":16595},"\u002Fquantum-mechanics\u002Fapproximation-methods\u002Ffine-structure-and-the-real-hydrogen-atom","Fine Structure and the Real Hydrogen Atom","The Bohr spectrum is only the leading term. Two relativistic corrections of order alpha-squared — the relativistic kinetic-energy correction and spin–orbit coupling, joined by the Darwin term for s states — split the hydrogen levels into fine structure that depends on the total angular momentum j. We derive each shift as a first-order perturbation, combine them into a formula depending only on n and j, and continue down the energy ladder to the Lamb shift and the hyperfine 21 cm line.\n",{"path":16597,"title":16598,"module":16590,"summary":16599},"\u002Fquantum-mechanics\u002Fapproximation-methods\u002Fthe-zeeman-and-stark-effects","The Zeeman and Stark Effects","An atom in an external field is a perturbation problem whose good basis depends on which interaction wins. A magnetic field competes with the internal spin–orbit coupling: the weak-field limit gives the anomalous Zeeman splitting set by the Landé g-factor, the strong-field limit gives the Paschen–Back pattern in the uncoupled basis, and the intermediate regime is a matrix diagonalization. An electric field gives a quadratic shift for the nondegenerate ground state and a linear splitting for the degenerate n = 2 level.\n",{"path":16601,"title":16602,"module":16590,"summary":16603},"\u002Fquantum-mechanics\u002Fapproximation-methods\u002Fthe-variational-method","The Variational Method","The expectation of the Hamiltonian in any trial state is an upper bound on the true ground-state energy. Minimizing that expectation over a parametrized family of trial functions turns the ground-state problem into ordinary calculus and needs no small parameter. We prove the bound, apply it to the helium atom with a screened effective charge, use a two-center trial to predict binding in the hydrogen molecular ion, and extend the method to excited states through orthogonality.\n",{"path":16605,"title":16606,"module":16590,"summary":16607},"\u002Fquantum-mechanics\u002Fapproximation-methods\u002Fthe-wkb-approximation","The WKB Approximation","When the potential varies slowly on the scale of the de Broglie wavelength, the wavefunction is locally a plane wave with a position-dependent wavelength. This semiclassical picture builds the wavefunction from the classical momentum, breaks down at the turning points where the momentum vanishes, and is repaired there by connection formulas. The result recovers the Bohr–Sommerfeld quantization rule with its half-integer correction and gives the exponential tunneling rate through a smooth barrier, the Gamow factor.\n",{"path":16609,"title":16610,"module":298,"summary":298},"\u002Fquantum-mechanics","Quantum Mechanics",{"path":16612,"title":16613,"module":16614,"summary":16615},"\u002Freal-analysis\u002Ffoundations\u002Fsets-logic-functions","Sets, Logic, and Functions","Foundations and the Real Number System","The working language of analysis: quantifiers and the proof patterns (contrapositive, contradiction, induction), sets and their operations, relations and equivalence classes, and functions with their images, injections, surjections, and bijections. Cardinality is measured by bijection, and Cantor's theorem that no set surjects onto its power set forces uncountable sets to exist.\n",{"path":16617,"title":16618,"module":16614,"summary":16619},"\u002Freal-analysis\u002Ffoundations\u002Fordered-fields-completeness","Ordered Fields and the Completeness Axiom","The real numbers are the unique ordered field with the least-upper-bound property. The field and order axioms, the exact failure of the rationals (no supremum for the set of rationals below √2), and completeness as the defining axiom of ℝ lead to the first consequences: the existence of √2, the Archimedean property, and the density of ℚ in ℝ.\n",{"path":16621,"title":16622,"module":16614,"summary":16623},"\u002Freal-analysis\u002Ffoundations\u002Fabsolute-value-bounds","Absolute Value, Bounded Sets, and Inequalities","The absolute value turns the order on ℝ into a notion of distance, with the triangle inequality as the estimate underlying most later proofs. Covered: its algebra, the triangle and reverse-triangle inequalities, and the extension of the sup\u002Finf vocabulary from sets to bounded functions.\n",{"path":16625,"title":16626,"module":16614,"summary":16627},"\u002Freal-analysis\u002Ffoundations\u002Fintervals-uncountability","Intervals, Uncountability, and Decimals","Intervals are classified, and ℝ is proved uncountable two ways: a nested-interval construction and the decimal diagonal argument. Decimal expansions are built as suprema of truncations, which pins the source of their non-uniqueness (the 0.4999… equals 0.5000… identity) and the identification of the rationals with the eventually-repeating expansions. The middle-thirds Cantor set is an uncountable set of measure zero.\n",{"path":16629,"title":16630,"module":16631,"summary":16632},"\u002Freal-analysis\u002Fsequences-series\u002Fsequences-limits","Sequences and Their Limits","Sequences and Series","A sequence is a function on the natural numbers; it converges to a limit when its terms eventually stay within any prescribed tolerance of that number. The epsilon-M definition fixes the order of the quantifiers, and from it the limit is unique, every convergent sequence is bounded, and only the tail matters. Divergence to plus or minus infinity records terms that outgrow every bound.\n",{"path":16634,"title":16635,"module":16631,"summary":16636},"\u002Freal-analysis\u002Fsequences-series\u002Flimit-laws-monotone","Limit Laws and Monotone Convergence","Limits commute with sums, products, quotients, roots, and absolute values and preserve non-strict inequalities, so a limit can be assembled from the limits of its parts without returning to epsilon and M. The squeeze lemma transfers a limit through two envelopes; the monotone convergence theorem produces a limit from boundedness alone; and the ratio test settles the geometric and factorial standard limits.\n",{"path":16638,"title":16639,"module":16631,"summary":16640},"\u002Freal-analysis\u002Fsequences-series\u002Flimsup-bolzano-weierstrass","Subsequences, Limit Superior, and Bolzano–Weierstrass","A bounded sequence need not converge, but it always has convergent subsequences, and its terms cluster between two extreme values. The limit superior and inferior are the limits of the tail suprema and infima; they always exist for a bounded sequence, coincide exactly when it converges, and are its largest and smallest subsequential limits. Bolzano–Weierstrass extracts a convergent subsequence from boundedness alone.\n",{"path":16642,"title":16643,"module":16631,"summary":16644},"\u002Freal-analysis\u002Fsequences-series\u002Fcauchy-completeness","Cauchy Sequences and the Completeness of the Reals","The Cauchy criterion tests convergence without knowing the limit: a sequence converges exactly when its terms eventually all lie within any tolerance of one another. Cauchy sequences are bounded, in the reals Cauchy and convergent are equivalent, and this completeness property is interchangeable with the least-upper-bound axiom — the single feature that separates the real line from the rationals.\n",{"path":16646,"title":16647,"module":16631,"summary":16648},"\u002Freal-analysis\u002Fsequences-series\u002Fseries-convergence","Series and Convergence Tests","A series converges when its sequence of partial sums does, so every fact about sequences transfers. Geometric and telescoping series sum in closed form; the n-th term test rejects series whose terms miss zero, though the harmonic series shows the converse fails; and the comparison test against the geometric and p-series benchmarks settles most nonnegative-term series.\n",{"path":16650,"title":16651,"module":16631,"summary":16652},"\u002Freal-analysis\u002Fsequences-series\u002Fabsolute-conditional-rearrangement","Absolute Convergence, the Ratio and Root Tests, and Rearrangements","Absolute convergence is the strong form of convergence that permits free manipulation; conditional convergence is fragile. Absolute convergence implies convergence, and the ratio and root tests detect it by comparison with the geometric series. The alternating series test supplies conditionally convergent series, Riemann's theorem rearranges any of them to any sum, and Mertens' theorem multiplies series when at least one converges absolutely.\n",{"path":16654,"title":16655,"module":16656,"summary":16657},"\u002Freal-analysis\u002Fmetric-spaces\u002Fmetric-spaces-norms","Metric Spaces, Norms, and Examples","Metric Spaces and Topology","A metric is a function $d(x,y)$ obeying four axioms: nonnegativity, identity of indiscernibles, symmetry, and the triangle inequality. The Euclidean, taxicab, sup, discrete, and great-circle metrics all qualify, as does the sup metric on $C[a,b]$. Every norm induces a metric, and strongly equivalent metrics share the same open sets.\n",{"path":16659,"title":16660,"module":16656,"summary":16661},"\u002Freal-analysis\u002Fmetric-spaces\u002Fopen-closed-sets","Open and Closed Sets, Interior, Closure","Open sets are those in which every point has room to move; closed sets are their complements. From the single ball construction come the topology axioms (arbitrary unions, finite intersections), the interior, closure, and boundary of a set, and the fact that openness is always relative to the ambient space.\n",{"path":16663,"title":16664,"module":16656,"summary":16665},"\u002Freal-analysis\u002Fmetric-spaces\u002Fconvergence-completeness","Convergence, Cauchy Sequences, and Completeness","The $\\varepsilon$-$N$ definition of a limit transfers verbatim to any metric space once $|x-y|$ is replaced by $d(x,y)$. Convergent sequences characterize closed sets and closures; Cauchy sequences and completeness capture spaces with no missing limits, with $\\mathbb{R}^n$ and $C[a,b]$ complete and $\\mathbb{Q}$ and $(0,1]$ not.\n",{"path":16667,"title":16668,"module":16656,"summary":16669},"\u002Freal-analysis\u002Fmetric-spaces\u002Fcompactness","Compactness","A set is compact if every open cover has a finite subcover. In a metric space this is equivalent to sequential compactness and to being complete and totally bounded. Compact sets are closed and bounded; the Heine–Borel theorem gives the converse in $\\mathbb{R}^n$ but nowhere else in general.\n",{"path":16671,"title":16672,"module":16656,"summary":16673},"\u002Freal-analysis\u002Fmetric-spaces\u002Fconnectedness","Connectedness","A space is connected when it cannot be split into two nonempty open pieces. The connected subsets of $\\mathbb{R}$ are precisely the intervals, path- connectedness gives a constructive sufficient condition, and connectedness is a topological invariant preserved by continuous maps, the fact behind the intermediate value theorem.\n",{"path":16675,"title":16676,"module":15231,"summary":16677},"\u002Freal-analysis\u002Fcontinuity\u002Flimits-of-functions","Limits of Functions","The limit of a function at a point is an epsilon–delta condition pinning one value L as the target of f(x) as x approaches c, mirroring the sequence definition with distance replacing index. It is stated only at cluster points of the domain, is unique when it exists, and reduces to sequential limits through the Heine criterion. The algebra of limits and one-sided limits follow from that reduction.\n",{"path":16679,"title":16680,"module":15231,"summary":16681},"\u002Freal-analysis\u002Fcontinuity\u002Fcontinuous-functions","Continuous Functions","A function is continuous at c when its limit there equals its own value, lim f(x) = f(c). The epsilon–delta and sequential forms agree; sums, products, quotients, and compositions of continuous functions are continuous; and the failures split into jump, Dirichlet, popcorn, and removable types. The topological reading is that preimages of open sets are open.\n",{"path":16683,"title":16684,"module":15231,"summary":16685},"\u002Freal-analysis\u002Fcontinuity\u002Fevt-ivt","Extreme and Intermediate Value Theorems","On a closed bounded interval a continuous function attains an absolute maximum and minimum (the extreme value theorem, compactness preserved by continuity) and takes every value between its endpoint values (the intermediate value theorem, connectedness preserved). Both proofs run through Bolzano–Weierstrass and bisection, and yield root-finding, existence of k-th roots, and fixed-point theorems.\n",{"path":16687,"title":16688,"module":15231,"summary":16689},"\u002Freal-analysis\u002Fcontinuity\u002Funiform-continuity","Uniform Continuity","Uniform continuity strengthens continuity by demanding one delta that works at every point of the domain, not a delta re-chosen at each point. It separates x^2 on a compact interval from x^2 on the whole line and from 1\u002Fx near zero; continuity on a closed bounded interval is automatically uniform; uniformly continuous functions preserve Cauchy sequences and extend to endpoints; and Lipschitz continuity is the strongest of the three, through its secant-slope bound.\n",{"path":16691,"title":16692,"module":15231,"summary":16693},"\u002Freal-analysis\u002Fcontinuity\u002Fcontinuity-metric-spaces","Continuity on Metric Spaces","The epsilon–delta definition used only distances, so continuity transfers to maps between metric spaces by replacing absolute values with the two metrics. In this generality continuity still admits a sequential form, preserves compactness and connectedness, is uniform on a compact domain, and reads topologically as preimages of open sets being open, the formulation that defines homeomorphisms.\n",{"path":16695,"title":16696,"module":15231,"summary":16697},"\u002Freal-analysis\u002Fcontinuity\u002Flimits-infinity-monotone","Limits at Infinity and Monotone Functions","Treating infinity as a cluster point extends the epsilon–delta limit to x approaching plus or minus infinity, giving horizontal asymptotes and infinite limits. For monotone functions the one-sided limits always exist as suprema and infima, the discontinuities are jumps and at most countably many, the continuity is equivalent to the image being an interval, and a strictly monotone function always has a continuous inverse.\n",{"path":16699,"title":16700,"module":16701,"summary":16702},"\u002Freal-analysis\u002Fdifferentiation\u002Fthe-derivative","The Derivative","Differentiation","The derivative is the limit of the difference quotient, the slope the secant lines approach as the second point slides into the first. Differentiability forces continuity; linearity and the product, quotient, and chain rules follow from the definition; and a continuous function can fail to be differentiable, as the absolute value does at the origin.\n",{"path":16704,"title":16705,"module":16701,"summary":16706},"\u002Freal-analysis\u002Fdifferentiation\u002Fmean-value-theorem","The Mean Value Theorem","A relative extremum in the interior forces the derivative to vanish; Rolle's theorem and the mean value theorem turn that local fact into global control. The sign of the derivative fixes monotonicity, a bounded derivative yields a Lipschitz bound, and Darboux's theorem shows derivatives have the intermediate value property even where they are discontinuous.\n",{"path":16708,"title":16709,"module":16701,"summary":16710},"\u002Freal-analysis\u002Fdifferentiation\u002Ftaylors-theorem","Taylor's Theorem","Taylor's theorem generalizes the mean value theorem: an n-times differentiable function is matched near a point by a degree-n polynomial, with a Lagrange remainder that names the error exactly through one higher derivative. Iterating the mean value theorem proves it; the second-derivative test is the order-one case; and a smooth non-analytic bump separates a Taylor series from the function it fails to represent.\n",{"path":16712,"title":16713,"module":16701,"summary":16714},"\u002Freal-analysis\u002Fdifferentiation\u002Finverse-function-1d","The Inverse Function Theorem in One Variable","A nonzero derivative certifies a local inverse and fixes its slope. A strictly monotone differentiable function has a differentiable inverse whose derivative is the reciprocal of the original; the inverse function theorem removes the monotonicity hypothesis, and the reciprocal formula constructs nth roots and the logarithm's derivative, failing exactly where the derivative vanishes.\n",{"path":16716,"title":16717,"module":16718,"summary":16719},"\u002Freal-analysis\u002Friemann-integration\u002Fdarboux-integral","Partitions, Darboux Sums, and Integrability","The Riemann Integral","The Riemann integral is defined by trapping the area under a bounded function between under- and over-estimates. Partitions cut the domain into strips; lower and upper Darboux sums bracket the area; refining a partition tightens the bracket. A function is integrable exactly when the bracket can be made arbitrarily thin, and the tagged Riemann-sum limit gives the same number.\n",{"path":16721,"title":16722,"module":16718,"summary":16723},"\u002Freal-analysis\u002Friemann-integration\u002Fintegrability-classes","Which Functions Are Integrable","The Cauchy criterion certifies whole classes of functions as integrable. Continuous functions are integrable because uniform continuity makes every oscillation cap small; monotone functions are integrable because their caps telescope to a single total jump; bounded functions with finitely many discontinuities are integrable by isolating the bad points. The Dirichlet function fails, and the Lebesgue criterion names the exact boundary.\n",{"path":16725,"title":16726,"module":16718,"summary":16727},"\u002Freal-analysis\u002Friemann-integration\u002Fproperties-of-the-integral","Properties of the Integral","The integral is a linear, order-preserving, additive operator on the integrable functions. It splits across subintervals, respects inequalities, bounds the size of a function by the integral of its absolute value, and preserves products. The mean value theorem for integrals identifies the integral with an attained average height on a fixed rectangle.\n",{"path":16729,"title":15286,"module":16718,"summary":16730},"\u002Freal-analysis\u002Friemann-integration\u002Ffundamental-theorem","The fundamental theorem ties the integral to the derivative in two forms. The evaluation form computes a definite integral from any antiderivative; the differentiation form shows the area function has derivative equal to the integrand at points of continuity. Together they make differentiation and integration inverse operations, and yield integration by parts and change of variables.\n",{"path":16732,"title":16733,"module":16718,"summary":16734},"\u002Freal-analysis\u002Friemann-integration\u002Flog-exp-improper","The Logarithm, Exponential, and Improper Integrals","The integral defines transcendental functions. The logarithm is the area under 1\u002Ft, the exponential is its inverse, and their calculus properties follow from the fundamental theorem. Improper integrals extend integration to unbounded intervals and unbounded integrands as limits of proper integrals, with a p-test, a comparison test, absolute versus conditional convergence, and the integral test linking integrals to series.\n",{"path":16736,"title":16737,"module":16738,"summary":16739},"\u002Freal-analysis\u002Ffunction-sequences\u002Fpointwise-uniform-convergence","Pointwise and Uniform Convergence","Sequences and Series of Functions","A sequence of functions has two natural notions of limit. Pointwise convergence fixes each input and takes the limit of numbers; uniform convergence demands one rate that works for every input at once. The uniform norm turns the second into a statement about a single sequence of numbers, and the uniform Cauchy criterion and the Weierstrass M-test let us certify it.\n",{"path":16741,"title":16742,"module":16738,"summary":16743},"\u002Freal-analysis\u002Ffunction-sequences\u002Finterchange-of-limits","Interchange of Limits: Continuity, Integration, Differentiation","Passing to a limit inside a continuity statement, an integral, or a derivative is an interchange of two limits, and the two limits do not always commute. Uniform convergence licenses the first two swaps: the uniform limit of continuous functions is continuous, and the limit of the integrals is the integral of the limit. Differentiation needs uniform convergence of the derivatives, and counterexamples show why each hypothesis is required.\n",{"path":16745,"title":16746,"module":16738,"summary":16747},"\u002Freal-analysis\u002Ffunction-sequences\u002Fpower-series-weierstrass","Power Series and the Weierstrass Approximation Theorem","A power series converges uniformly on every closed subinterval inside its radius of convergence, together with all of its derivatives. That makes it continuous, differentiable, and integrable term by term, so a power series defines an infinitely differentiable function. The Weierstrass approximation theorem then shows that polynomials come uniformly close to any continuous function on a closed bounded interval.\n",{"path":16749,"title":16750,"module":16738,"summary":16751},"\u002Freal-analysis\u002Ffunction-sequences\u002Fpicard-ode","Picard's Existence and Uniqueness Theorem","The Banach fixed-point theorem says a contraction of a complete metric space has exactly one fixed point, found by iterating from any start. Applied to the space of continuous functions with the uniform norm, it proves Picard's theorem: a first-order differential equation with a Lipschitz right-hand side has a unique local solution. Picard iteration constructs that solution explicitly, and worked examples show the Lipschitz condition is not optional.\n",{"path":16753,"title":16754,"module":16755,"summary":16756},"\u002Freal-analysis\u002Fseveral-variables\u002Fdifferentiability-rn","The Derivative of a Map ℝⁿ → ℝᵐ","Functions of Several Variables (Introduction)","The derivative of a map between Euclidean spaces is the linear transformation of vanishing relative error, unique when it exists and represented in coordinates by the Jacobian matrix of partial derivatives. Differentiability forces continuity through a local Lipschitz bound. Existence of the partial derivatives alone does not suffice; continuity of the partials does.\n",{"path":16758,"title":16759,"module":16755,"summary":16760},"\u002Freal-analysis\u002Fseveral-variables\u002Fgradient-chain-rule","Directional Derivatives, the Gradient, and the Chain Rule","The directional derivative measures the rate of change of a scalar field along a chosen heading and equals the derivative applied to that direction. The gradient collects these into a vector that points along steepest ascent and sits orthogonal to level sets. The chain rule composes derivatives by multiplying Jacobians, and a mean value theorem holds for scalar fields but fails for vector-valued maps.\n",{"path":16762,"title":16763,"module":16755,"summary":16764},"\u002Freal-analysis\u002Fseveral-variables\u002Fhigher-derivatives-taylor-extrema","Higher Derivatives, Taylor's Theorem, and Extrema","Iterating the derivative gives a symmetric second derivative, the Hessian, whose mixed partials agree when they are continuous. Taylor's theorem expands a smooth map to any order with a Lagrange-type remainder, and at a critical point the definiteness of the Hessian decides between a local minimum, a local maximum, and a saddle.\n",{"path":16766,"title":16767,"module":16755,"summary":16768},"\u002Freal-analysis\u002Fseveral-variables\u002Finverse-implicit-theorems","The Inverse and Implicit Function Theorems","A nonlinear map with a nonsingular Jacobian is locally invertible, with the inverse's derivative given by the inverse matrix. The contraction mapping principle supplies the local inverse; the implicit function theorem then solves a system for some variables in terms of the rest whenever the relevant Jacobian block is invertible. Worked coordinate changes show both theorems in use.\n",{"path":16770,"title":16771,"module":16755,"summary":16772},"\u002Freal-analysis\u002Fseveral-variables\u002Fmultiple-integrals","Multiple Integrals","The Riemann integral of a bounded function over a closed rectangle in Euclidean space is built from Darboux upper and lower sums on a grid of subrectangles, with the same squeeze criterion that governs the one-variable integral. Continuous integrands are integrable, and a set of content zero can be ignored. Fubini's theorem evaluates a multiple integral as an iterated one in either order, and the indicator trick extends the theory to regions bounded by curves.\n",{"path":16774,"title":16775,"module":298,"summary":298},"\u002Freal-analysis","Real Analysis",{"path":16777,"title":16778,"module":14884,"summary":16779},"\u002Fabstract-algebra\u002Ffoundations\u002Fsets-functions-relations","Sets, Functions, and Equivalence Relations","Algebra is built on three prior notions: the set, the map between sets, and the equivalence relation that reorganizes a set into disjoint classes. Sets, maps (injective, surjective, bijective), fibers and preimages, and the correspondence between equivalence relations and partitions — the one structural fact reused in every later quotient construction.\n",{"path":16781,"title":16782,"module":14884,"summary":16783},"\u002Fabstract-algebra\u002Ffoundations\u002Fintegers-and-modular-arithmetic","The Integers and Modular Arithmetic","The integers carry the template every ring later imitates: well-ordering drives induction, induction drives the division algorithm, and division drives the Euclidean algorithm, gcd, Bézout's identity, and unique factorization into primes. Quotienting by congruence mod n builds the first finite arithmetic, Z\u002FnZ, whose invertible elements form the group of units.\n",{"path":16785,"title":16786,"module":16787,"summary":16788},"\u002Fabstract-algebra\u002Fgroups-and-symmetry\u002Fgroup-axioms-and-first-examples","Group Axioms and First Examples","Groups and Symmetry","A group is a set with one associative operation that has an identity and inverses. We state the axioms, prove that the identity, inverses, and cancellation behave as expected, define the order of a group and of an element, and catalogue the running examples: the integers, the additive group of residues mod n, and the multiplicative group of units mod n.\n",{"path":16790,"title":16791,"module":16787,"summary":16792},"\u002Fabstract-algebra\u002Fgroups-and-symmetry\u002Fdihedral-and-symmetric-groups","Dihedral and Symmetric Groups","The dihedral group D_{2n} is the symmetries of a regular n-gon, generated by a rotation r and a reflection s subject to three relations. The symmetric group S_n is all permutations of n objects, written in cycle notation. Orders, generators and relations, cycle decomposition, the order of a permutation from its cycle type, and the parity that splits S_n in half.\n",{"path":16794,"title":16795,"module":16787,"summary":16796},"\u002Fabstract-algebra\u002Fgroups-and-symmetry\u002Fmatrix-and-quaternion-groups","Matrix and Quaternion Groups","Invertible matrices over a field form the general linear group GL_n(F), with the determinant-one matrices as the subgroup SL_n(F). Over a finite field the order of GL_n(F) has a clean product formula. The quaternion group Q_8 is a second small nonabelian group, distinct from the dihedral group of the same order; its multiplication and subgroup structure sharpen the contrast between the two.\n",{"path":16798,"title":16799,"module":16787,"summary":16800},"\u002Fabstract-algebra\u002Fgroups-and-symmetry\u002Fhomomorphisms-and-group-actions","Homomorphisms, Isomorphisms, and Actions","A homomorphism is a map between groups that respects the operation; an isomorphism is a bijective one, making two groups the same up to relabeling. The kernel and image measure how far a homomorphism is from injective and surjective. A group action realizes a group as permutations of a set, and actions correspond exactly to homomorphisms into a symmetric group, with orbits and stabilizers as the first tools for counting.\n",{"path":16802,"title":16803,"module":16804,"summary":16805},"\u002Fabstract-algebra\u002Fsubgroups-and-quotients\u002Fsubgroups-and-substructures","Subgroups and Their Substructures","Subgroups and Quotients","A subgroup is a subset that is a group under the inherited operation. One test decides it: nonempty and closed under the map $(x,y) \\mapsto xy^{-1}$. From an arbitrary subset $A$ we build the centralizer, normalizer, and center, and from an action the stabilizer and kernel, all of them subgroups nested in a fixed chain inside $G$.\n",{"path":16807,"title":16808,"module":16804,"summary":16809},"\u002Fabstract-algebra\u002Fsubgroups-and-quotients\u002Fcyclic-groups","Cyclic Groups","A cyclic group is generated by one element. Two facts organize the whole theory: the order of an element equals the order of the subgroup it generates, and cyclic groups of equal order are isomorphic, so $\\mathbb{Z}$ and $\\mathbb{Z}\u002Fn\\mathbb{Z}$ are the only ones. From there the generators ($\\varphi(n)$ of them), the subgroups (one per divisor of $n$), and a fast exponentiation algorithm all follow.\n",{"path":16811,"title":16812,"module":16804,"summary":16813},"\u002Fabstract-algebra\u002Fsubgroups-and-quotients\u002Fgeneration-and-subgroup-lattices","Generation and the Lattice of Subgroups","The subgroup generated by a subset $A$ is the smallest subgroup containing it, described top-down as an intersection and bottom-up as the set of words in $A$ and its inverses. Collecting all subgroups and ordering them by containment produces the subgroup lattice, whose Hasse diagram shows the joins, meets, and containment relations among all subgroups.\n",{"path":16815,"title":16816,"module":16804,"summary":16817},"\u002Fabstract-algebra\u002Fsubgroups-and-quotients\u002Fcosets-lagrange-and-normal-subgroups","Cosets, Lagrange, and Normal Subgroups","The left cosets of a subgroup partition a group into equal-sized blocks, so the order of a subgroup divides the order of the group: Lagrange's theorem. When the blocks can be multiplied consistently — exactly when the subgroup is normal — they form the quotient group $G\u002FN$. Fermat's and Euler's theorems fall out as index computations.\n",{"path":16819,"title":16820,"module":16804,"summary":16821},"\u002Fabstract-algebra\u002Fsubgroups-and-quotients\u002Fisomorphism-theorems","The Isomorphism Theorems","Four theorems relate homomorphisms, quotients, and subgroup lattices. The first identifies the image of a homomorphism with the quotient by its kernel; the second and third compute quotients built from two subgroups and quotients of quotients; the fourth matches the subgroups of $G\u002FN$ with the subgroups of $G$ lying above $N$. Together they make quotient groups computable.\n",{"path":16823,"title":16824,"module":16804,"summary":16825},"\u002Fabstract-algebra\u002Fsubgroups-and-quotients\u002Fcomposition-series-and-the-alternating-group","Composition Series and the Alternating Group","A composition series breaks a finite group into simple quotient factors, and Jordan-Hölder says those factors are unique up to order. This turns classification into two problems: list the simple groups, and describe how to reassemble them. The sign homomorphism splits $S_n$ into even and odd permutations, defining the alternating group $A_n$, simple for $n \\ge 5$.\n",{"path":16827,"title":16828,"module":16829,"summary":16830},"\u002Fabstract-algebra\u002Fgroup-actions-and-sylow\u002Factions-and-cayleys-theorem","Actions, Orbits, and Cayley's Theorem","Group Actions and Sylow Theory","A group action turns abstract elements into permutations of a set. The action splits the set into orbits, and the orbit-stabilizer theorem ties each orbit's size to the index of a stabilizer. Applied to a group acting on itself by left multiplication, this gives Cayley's theorem: every group is a group of permutations.\n",{"path":16832,"title":16833,"module":16829,"summary":16834},"\u002Fabstract-algebra\u002Fgroup-actions-and-sylow\u002Fconjugation-and-the-class-equation","Conjugation and the Class Equation","A group acts on itself by conjugation, and the orbits are the conjugacy classes. Orbit-stabilizer turns the resulting partition into the class equation, which forces every group of prime-power order to have a nontrivial center. Conjugacy in the symmetric group is cycle type, and Burnside's lemma counts orbits by averaging fixed points.\n",{"path":16836,"title":16837,"module":16829,"summary":16838},"\u002Fabstract-algebra\u002Fgroup-actions-and-sylow\u002Fsylow-theorems","The Sylow Theorems","Lagrange's theorem forbids subgroups whose order fails to divide the group order; Sylow's theorems supply a partial converse for prime powers. A Sylow p-subgroup always exists, all of them are conjugate, and their count satisfies two congruence-and-divisibility constraints tight enough to prove many groups non-simple from their order alone.\n",{"path":16840,"title":16841,"module":16829,"summary":16842},"\u002Fabstract-algebra\u002Fgroup-actions-and-sylow\u002Fautomorphisms-and-simple-groups","Automorphisms and Simplicity of Aₙ","Conjugation makes a group act on itself and on its normal subgroups by automorphisms, giving the inner automorphism group G\u002FZ(G) and the embedding of N(H)\u002FC(H) into Aut(H). Characteristic subgroups are those every automorphism fixes, and the automorphism group of a cyclic group is its unit group. The lesson closes by proving the alternating group Aₙ is simple for n ≥ 5.\n",{"path":16844,"title":16845,"module":16846,"summary":16847},"\u002Fabstract-algebra\u002Fproducts-and-group-structure\u002Fdirect-products-and-finite-abelian-groups","Direct Products and Finite Abelian Groups","Products and Group Structure","The direct product assembles a larger group from componentwise copies of smaller ones, and a recognition theorem reverses the process when two normal subgroups meet trivially and span the group. The Fundamental Theorem of Finitely Generated Abelian Groups then classifies every such group by two equivalent invariants, invariant factors and elementary divisors.\n",{"path":16849,"title":16850,"module":16846,"summary":16851},"\u002Fabstract-algebra\u002Fproducts-and-group-structure\u002Fsemidirect-products","Semidirect Products","The semidirect product relaxes the direct product by requiring only one factor to be normal, with the other acting on it through a homomorphism into its automorphism group. This single twisting map lets abelian pieces assemble into non-abelian groups, realizes the dihedral groups as $\\mathbb{Z}_n \\rtimes \\mathbb{Z}_2$, and, with a recognition theorem, classifies groups of several small orders.\n",{"path":16853,"title":16854,"module":16846,"summary":16855},"\u002Fabstract-algebra\u002Fproducts-and-group-structure\u002Fnilpotent-and-solvable-groups","p-Groups, Nilpotent, and Solvable Groups","Finite p-groups have nontrivial center, and iterating the center upward builds the nilpotent groups, which decompose as the direct product of their Sylow subgroups. Iterating the commutator downward builds the solvable groups, whose factors are abelian. The chain cyclic, abelian, nilpotent, solvable orders these classes, and A_5 breaks the last link.\n",{"path":16857,"title":16858,"module":16846,"summary":16859},"\u002Fabstract-algebra\u002Fproducts-and-group-structure\u002Fclassifying-small-groups","Classifying Groups of Small Order","With Sylow's theorem to force normal subgroups, direct and semidirect products to assemble them, and presentations to name the result, every group up to order fifteen can be listed explicitly. Free groups make presentations precise: generators with no relations, from which any group is a quotient by the normal closure of its relations.\n",{"path":16861,"title":16862,"module":16863,"summary":16864},"\u002Fabstract-algebra\u002Fring-theory\u002Frings-definitions-and-examples","Rings: Definitions and Examples","Ring Theory","A ring carries two operations: an abelian group under addition and an associative multiplication linked by the distributive laws. The named special cases — commutative rings, integral domains, division rings, and fields — differ only in how their multiplication behaves. Standard examples include quadratic integer rings, polynomial rings, matrix rings, and group rings.\n",{"path":16866,"title":16867,"module":16863,"summary":16868},"\u002Fabstract-algebra\u002Fring-theory\u002Fideals-quotients-and-homomorphisms","Ideals, Quotient Rings, and Homomorphisms","Ring homomorphisms have kernels that absorb multiplication; such subsets are ideals, and every ideal is the kernel of the projection onto a quotient ring. The quotient construction yields the ring isomorphism theorems and classifies ideals by their quotients: R\u002FI is a field exactly when I is maximal, an integral domain exactly when I is prime.\n",{"path":16870,"title":16871,"module":16863,"summary":16872},"\u002Fabstract-algebra\u002Fring-theory\u002Ffractions-and-the-chinese-remainder-theorem","Fields of Fractions and the CRT","Rings of fractions invert a multiplicatively closed set, enlarging an integral domain into its field of fractions the way Z becomes Q. The Chinese Remainder Theorem splits a quotient by comaximal ideals into a direct product, generalizing Z\u002FmnZ ≅ Z\u002FmZ × Z\u002FnZ and explaining why the Euler function is multiplicative.\n",{"path":16874,"title":16875,"module":16876,"summary":16877},"\u002Fabstract-algebra\u002Ffactorization-and-polynomials\u002Feuclidean-domains-pids-ufds","Euclidean Domains, PIDs, and UFDs","Factorization and Polynomial Rings","Three classes of integral domain, ordered by how much of elementary arithmetic survives: Euclidean domains carry a division algorithm, principal ideal domains make every ideal a single multiple, and unique factorization domains factor every element into irreducibles in one way. We prove the chain ED implies PID implies UFD, the classes are separated by explicit counterexamples, and irreducible and prime coincide exactly in a UFD.\n",{"path":16879,"title":16880,"module":16876,"summary":16881},"\u002Fabstract-algebra\u002Ffactorization-and-polynomials\u002Fpolynomial-rings-over-fields","Polynomial Rings over Fields","When the coefficients form a field, polynomial long division works exactly as it does over the rationals, and it works with a unique quotient and remainder. That single fact makes F[x] a Euclidean domain, hence a PID and a UFD: every ideal is the multiples of one polynomial, roots correspond to linear factors, and F[x]\u002F(f) is a field precisely when f is irreducible.\n",{"path":16883,"title":16884,"module":16876,"summary":16885},"\u002Fabstract-algebra\u002Ffactorization-and-polynomials\u002Fgauss-lemma-and-unique-factorization","Gauss's Lemma and Unique Factorization","A UFD is not a field, so its polynomial ring is not a PID — yet unique factorization survives the passage from R to R[x]. Gauss's lemma supplies the passage: a polynomial that factors over the fraction field already factors over R, once content is factored out. This gives the theorem that R[x] is a UFD whenever R is, so Z[x] and Q[x,y] factor uniquely even though neither is a PID.\n",{"path":16887,"title":16888,"module":16876,"summary":16889},"\u002Fabstract-algebra\u002Ffactorization-and-polynomials\u002Firreducibility-criteria-and-groebner","Irreducibility Criteria and Gröbner Bases","Deciding whether a given polynomial is irreducible, and computing in multivariate polynomial rings. In one variable: the rational root test, reduction modulo a prime, and Eisenstein's criterion. In several variables, where division fails, a monomial order gives leading terms, a Gröbner basis restores a well-defined remainder, and Buchberger's algorithm computes it.\n",{"path":16891,"title":16892,"module":16893,"summary":16894},"\u002Fabstract-algebra\u002Fmodule-theory\u002Fintroduction-to-modules","Introduction to Modules","Module Theory","A module is an abelian group on which a ring acts, generalizing both vector spaces (when the ring is a field) and abelian groups (when the ring is the integers). Submodules, homomorphisms, quotients, and the isomorphism theorems carry over from groups, and an F[x]-module is the same datum as a vector space with a chosen linear operator — the correspondence behind the canonical forms.\n",{"path":16896,"title":16897,"module":16893,"summary":16898},"\u002Fabstract-algebra\u002Fmodule-theory\u002Ffree-modules-and-direct-sums","Generation, Direct Sums, and Free Modules","A generating set spans a module by R-linear combinations; a direct sum decomposes it into independent pieces; a free module has a basis and the universal property that a homomorphism is determined by arbitrary values on that basis. Rank is well defined over a commutative ring, torsion blocks a basis, and every module is a quotient of a free one — a presentation by generators and relations.\n",{"path":16900,"title":16901,"module":16893,"summary":16902},"\u002Fabstract-algebra\u002Fmodule-theory\u002Ftensor-products-and-exact-sequences","Tensor Products and Exact Sequences","The tensor product builds a module in which elements of two modules can be multiplied, characterized by a universal property turning bilinear maps into linear ones; extension of scalars is its guiding case. Exact sequences track how a module is assembled from a submodule and a quotient, when that assembly splits, and which modules — projective, injective, flat — make the Hom and tensor functors preserve exactness.\n",{"path":16904,"title":16905,"module":16893,"summary":16906},"\u002Fabstract-algebra\u002Fmodule-theory\u002Fvector-spaces-and-linear-maps","Vector Spaces and Linear Maps","A vector space is a module over a field, and the field hypothesis removes every pathology a general module can have: every vector space is free, so it has a basis, a well-defined dimension, and a coordinate isomorphism with F^n. Linear maps become matrices, change of basis becomes similarity, every space pairs with a dual of the same dimension, and the determinant is the unique alternating multilinear normalized form.\n",{"path":16908,"title":16909,"module":16910,"summary":16911},"\u002Fabstract-algebra\u002Fmodules-over-pids\u002Fstructure-theorem-over-pids","The Structure Theorem for Modules over a PID","Modules over PIDs and Canonical Forms","Every finitely generated module over a principal ideal domain splits as a free part plus a direct sum of cyclic torsion pieces, in two canonical ways: invariant factors, tied together by a divisibility chain, and elementary divisors, one prime power at a time. Existence follows from the stacked-basis theorem, both lists are unique, and the case $R = \\mathbb{Z}$ is the classification of finitely generated abelian groups.\n",{"path":16913,"title":16914,"module":16910,"summary":16915},"\u002Fabstract-algebra\u002Fmodules-over-pids\u002Frational-canonical-form","Rational Canonical Form","A linear operator turns its vector space into a module over the polynomial ring $F[x]$, with $x$ acting as the operator. The structure theorem's invariant factors then become polynomials, each cyclic summand becomes a companion matrix, and the block-diagonal assembly is the rational canonical form. It is unique, it is computed inside the base field, and two matrices are similar exactly when their rational canonical forms agree.\n",{"path":16917,"title":16918,"module":16910,"summary":16919},"\u002Fabstract-algebra\u002Fmodules-over-pids\u002Fjordan-canonical-form","Jordan Canonical Form","When the base field contains all the eigenvalues, the elementary divisors of an operator are powers of linear polynomials, and each cyclic summand becomes a Jordan block: an eigenvalue on the diagonal with ones just above it. Stacking the blocks gives the Jordan canonical form, unique up to reordering, as close to diagonal as the operator allows. Diagonalizability reads off the minimal polynomial, and the block sizes are counted by ranks of powers of the operator minus the eigenvalue.\n",{"path":16921,"title":16922,"module":16923,"summary":16924},"\u002Fabstract-algebra\u002Ffield-theory\u002Ffield-extensions-and-algebraic-elements","Field Extensions and Algebraic Elements","Field Theory","A field extension makes a larger field K into a vector space over a smaller field F, and its degree [K:F] is that dimension. Adjoining a root of an irreducible polynomial builds a simple extension F(α) isomorphic to F[x]\u002F(m), whose degree is the degree of the minimal polynomial. The tower law makes these degrees multiply, which turns algebra over fields into bookkeeping with integers.\n",{"path":16926,"title":16927,"module":16923,"summary":16928},"\u002Fabstract-algebra\u002Ffield-theory\u002Fstraightedge-and-compass-constructions","Straightedge-and-Compass Constructions","The lengths a straightedge and compass can build from a unit form a field closed under square roots, and every constructible number lies in a tower of quadratic extensions. So its degree over the rationals is a power of two. That single obstruction settles three problems the Greeks left open: doubling the cube, trisecting a general angle, and squaring the circle are all impossible.\n",{"path":16930,"title":16931,"module":16923,"summary":16932},"\u002Fabstract-algebra\u002Ffield-theory\u002Fsplitting-fields-and-algebraic-closure","Splitting Fields and Algebraic Closure","The splitting field of a polynomial is the smallest extension in which it factors into linear pieces, obtained by adjoining all its roots. Every polynomial has one, its degree is at most n factorial, and any two splitting fields are isomorphic. Pushing this to all polynomials at once gives the algebraic closure, a field in which every polynomial splits and which is unique up to isomorphism.\n",{"path":16934,"title":16935,"module":16923,"summary":16936},"\u002Fabstract-algebra\u002Ffield-theory\u002Fseparable-and-cyclotomic-extensions","Separable Extensions and Cyclotomic Fields","A polynomial is separable when its roots are distinct, detected by whether it shares a factor with its formal derivative. Over perfect fields — characteristic zero and finite fields — every irreducible is separable, and the existence and uniqueness of the finite fields follow. Cyclotomic polynomials package the roots of unity by order, are irreducible over the rationals, and give the cyclotomic field its degree phi(n).\n",{"path":16938,"title":16939,"module":16940,"summary":16941},"\u002Fabstract-algebra\u002Fgalois-theory\u002Fthe-galois-correspondence","The Galois Correspondence","Galois Theory","Galois theory attaches to a field extension its group of symmetries and shows that, for the right extensions, the subgroups of that group are in exact order-reversing correspondence with the intermediate fields. The automorphism group, Artin's theorem, the characterization of Galois extensions, and the Fundamental Theorem together turn questions about fields into questions about finite groups.\n",{"path":16943,"title":16944,"module":16940,"summary":16945},"\u002Fabstract-algebra\u002Fgalois-theory\u002Ffinite-fields","Finite Fields","Every finite field has prime-power order, is the splitting field of $x^{p^n} - x$, and is unique up to isomorphism. Its extension over the prime field is Galois with cyclic group generated by the Frobenius map $x \\mapsto x^p$, so the Galois correspondence reduces the subfield lattice to the divisor lattice of $n$. Möbius inversion counts the irreducible polynomials of each degree, and cyclic error-correcting codes are one application.\n",{"path":16947,"title":16948,"module":16940,"summary":16949},"\u002Fabstract-algebra\u002Fgalois-theory\u002Fcyclotomic-and-abelian-extensions","Cyclotomic and Abelian Extensions","The Galois group of the $n$th cyclotomic field over $\\mathbb{Q}$ is the unit group $(\\mathbb{Z}\u002Fn\\mathbb{Z})^\\times$, which makes cyclotomic fields the worked catalogue of abelian extensions of $\\mathbb{Q}$. The isomorphism identifies subfields with subgroups, realizes every finite abelian group as a Galois group over $\\mathbb{Q}$, and leads to Kronecker–Weber. Composites of Galois extensions and the primitive element theorem supply the machinery.\n",{"path":16951,"title":16952,"module":16940,"summary":16953},"\u002Fabstract-algebra\u002Fgalois-theory\u002Fgalois-groups-of-polynomials","Galois Groups of Polynomials","Ordering the roots of a separable polynomial embeds its Galois group in the symmetric group $S_n$, and the group is transitive exactly when the polynomial is irreducible. The discriminant decides membership in $A_n$; for cubics and quartics the resolvent cubic pins the group down; and reduction modulo a prime produces elements of prescribed cycle type, the standard tool for computing Galois groups over $\\mathbb{Q}$.\n",{"path":16955,"title":16956,"module":16940,"summary":16957},"\u002Fabstract-algebra\u002Fgalois-theory\u002Fsolvability-by-radicals-and-the-quintic","Solvability by Radicals and the Quintic","A polynomial is solvable by radicals exactly when its Galois group is solvable. Cyclic extensions are radical extensions once roots of unity are present, which turns a radical tower into a solvable subnormal series. Since $S_n$ is solvable only for $n \\le 4$, the general quintic has no radical formula, and an explicit quintic with Galois group $S_5$ has roots provably not expressible in radicals.\n",{"path":16959,"title":16960,"module":16961,"summary":16962},"\u002Fabstract-algebra\u002Fcapstone\u002Fcommutative-algebra-and-algebraic-geometry","A Glimpse of Commutative Algebra and Algebraic Geometry","Capstone: Where Algebra Goes Next","Commutative algebra reads geometry off the ring of polynomial functions. The dictionary runs through Noetherian rings and the ascending chain condition, Hilbert's Basis Theorem, affine algebraic sets and the two maps connecting ideals to zero sets, radicals, the Zariski topology, and Hilbert's Nullstellensatz, which over an algebraically closed field makes radical ideals and algebraic sets the same object.\n",{"path":16964,"title":16965,"module":16961,"summary":16966},"\u002Fabstract-algebra\u002Fcapstone\u002Frepresentation-and-character-theory","A Glimpse of Representation and Character Theory","Representation theory studies a group by the ways it can act linearly on a vector space. Representations are equivalent to modules over the group ring; Maschke's theorem gives complete reducibility, the Wedderburn consequences bound the irreducible degrees, and character theory reduces a representation to a trace invariant governed by the orthogonality relations and displayed in the character table of a small group.\n",{"path":16968,"title":16969,"module":298,"summary":298},"\u002Fabstract-algebra","Abstract Algebra",{"path":16971,"title":16972,"module":16973,"summary":16974},"\u002Fatomic-physics\u002Fearly-models-and-old-quantum-theory\u002Fatomic-spectra-rutherford","Atomic Spectra and Rutherford's Nucleus","Early Atomic Models and the Old Quantum Theory","Atoms emit light only at sharp, reproducible wavelengths, and by 1890 those wavelengths were captured by the Rydberg-Ritz formula. Neither empirical regularity had a mechanical explanation. Rutherford's alpha-scattering experiment supplied the missing structure: the atom's positive charge and nearly all its mass sit in a tiny central nucleus, with the electrons far outside.\n",{"path":16976,"title":16977,"module":16973,"summary":16978},"\u002Fatomic-physics\u002Fearly-models-and-old-quantum-theory\u002Fbohr-model-hydrogen","The Bohr Model of Hydrogen","Bohr grafted three quantum postulates onto Rutherford's nuclear atom: certain orbits do not radiate, radiation accompanies a jump between them, and quantization must match classical physics for large orbits. Quantizing the angular momentum fixes the orbit radii and energies, reproduces the Rydberg-Ritz formula, and predicts the Rydberg constant from fundamental constants alone.\n",{"path":16980,"title":16981,"module":16973,"summary":16982},"\u002Fatomic-physics\u002Fearly-models-and-old-quantum-theory\u002Fx-ray-spectra-franck-hertz","X-Ray Spectra and the Franck-Hertz Experiment","Two 1913-14 experiments confirmed the Bohr-Rutherford atom independently of optical spectra. Moseley found that the square root of a characteristic X-ray frequency is linear in atomic number, fixing Z as nuclear charge and ordering the periodic table. Franck and Hertz measured discrete atomic energy levels directly by scattering electrons through a mercury vapor.\n",{"path":16984,"title":16985,"module":16973,"summary":16986},"\u002Fatomic-physics\u002Fearly-models-and-old-quantum-theory\u002Fbohr-sommerfeld-old-quantum-theory","The Bohr-Sommerfeld Old Quantum Theory","Bohr fixed the hydrogen levels with a single quantum number by quantizing angular momentum. Sommerfeld replaced that ad hoc rule with a general prescription: quantize the action of each separable coordinate. The rule produces elliptical orbits, a second (azimuthal) quantum number, space quantization, and — once the relativistic mass variation is included — a fine-structure splitting that matches experiment to order alpha squared.\n",{"path":16988,"title":16989,"module":16973,"summary":16990},"\u002Fatomic-physics\u002Fearly-models-and-old-quantum-theory\u002Fold-quantum-theory-limits-wkb","Limits of the Old Quantum Theory and the WKB Bridge","The old quantum theory works only where the classical motion is separable into independent periodic coordinates. It fails for helium, forbids the correct zero angular momentum of the hydrogen ground state, and misses the half-integer in the oscillator and in molecular spectra. The WKB quantization condition, derived from the Schrodinger equation, is the modern descendant of the Sommerfeld rule and repairs the half-integer through the Maslov correction.\n",{"path":16992,"title":16993,"module":16994,"summary":16995},"\u002Fatomic-physics\u002Fquantum-hydrogen-atom\u002Fschrodinger-3d-hydrogen","The Schrödinger Equation in Three Dimensions and Hydrogen","The Quantum Hydrogen Atom","Extending the Schrödinger equation to three dimensions and separating it in spherical coordinates produces three ordinary differential equations, one per coordinate. Their boundary conditions generate the quantum numbers n, ℓ, and mℓ, quantize the angular momentum to √(ℓ(ℓ+1))ℏ with projections mℏ, and fix the bound-state energies of hydrogen at −Z²(13.6 eV)\u002Fn².\n",{"path":16997,"title":16998,"module":16994,"summary":16999},"\u002Fatomic-physics\u002Fquantum-hydrogen-atom\u002Fhydrogen-wave-functions","Hydrogen Wave Functions and Orbitals","The hydrogen wave functions factor into a radial part Rₙℓ(r) and an angular spherical harmonic Yℓm(θ,φ). Squaring gives the probability cloud; the radial distribution P(r) = r²|ψ|² peaks at the Bohr radius for the ground state and at the Bohr orbits for excited states. The angular part fixes the s, p, and d orbital shapes that govern chemical bonding.\n",{"path":17001,"title":17002,"module":16994,"summary":17003},"\u002Fatomic-physics\u002Fquantum-hydrogen-atom\u002Fradial-equation-in-full","Solving the Radial Equation in Full","The hydrogen radial equation is solved from the differential equation up. The substitution u = rR turns it into a one-dimensional problem with a centrifugal barrier; matching the asymptotic behaviour at the origin and at infinity peels off the factors r^(ℓ+1) and e^(−r\u002Fna₀); a Frobenius series for the remainder must terminate, and that termination condition yields the quantization n ≥ ℓ+1 with E = −Z²Ry\u002Fn². The surviving polynomials are the associated Laguerre functions, whose degree n−ℓ−1 counts the radial nodes.\n",{"path":17005,"title":17006,"module":16994,"summary":17007},"\u002Fatomic-physics\u002Fquantum-hydrogen-atom\u002Fsymmetry-degeneracy-runge-lenz","Accidental Degeneracy and the Runge-Lenz Symmetry","Hydrogen energies depend only on n, so states of different ℓ at the same n are degenerate. This is not a coincidence but the mark of a hidden symmetry: the quantum Runge-Lenz vector is conserved for the 1\u002Fr potential alone, and together with angular momentum it generates the group SO(4). The Casimir invariant of that group reproduces E = −Z²Ry\u002Fn² and its representations count the n² states. Any departure from 1\u002Fr breaks the symmetry and lifts the ℓ-degeneracy.\n",{"path":17009,"title":17010,"module":16994,"summary":17011},"\u002Fatomic-physics\u002Fquantum-hydrogen-atom\u002Fexpectation-values-virial","Expectation Values, the Virial Theorem, and Scaling","The radial matrix elements ⟨r^k⟩ of hydrogenic states are the raw material of every later correction. This lesson derives ⟨1\u002Fr⟩ from the virial theorem, builds the full family ⟨r⟩, ⟨r²⟩, ⟨1\u002Fr²⟩, ⟨1\u002Fr³⟩ from Kramers' recursion and the Feynman-Hellmann theorem, and reads off their scaling with n, ℓ, and Z. The virial balance ⟨T⟩ = −½⟨V⟩ = −E fixes the energy budget of every bound state.\n",{"path":17013,"title":17014,"module":16994,"summary":17015},"\u002Fatomic-physics\u002Fquantum-hydrogen-atom\u002Fquantum-defects-alkali-spectra","Quantum Defects and Alkali Spectra","An alkali atom is one valence electron outside a closed-shell core, and to a good approximation it is hydrogen with a modified quantum number. Core penetration makes low-ℓ states more bound than the Coulomb formula predicts, and the shortfall is captured by a single number per ℓ, the quantum defect δℓ. The spectrum then follows the Rydberg formula with n replaced by the effective n − δℓ, and the sodium D-line doublet is the worked case.\n",{"path":17017,"title":17018,"module":16994,"summary":17019},"\u002Fatomic-physics\u002Fquantum-hydrogen-atom\u002Frydberg-atoms","Rydberg Atoms","A Rydberg atom is an atom excited to a very high principal quantum number, and every hydrogenic property becomes exaggerated by a power of n. Size grows as n², binding falls as n⁻², radiative lifetime lengthens as n³, and the static polarizability explodes as n⁷. The levels crowd toward the ionization limit, and the enormous dipole interaction between two Rydberg atoms produces the blockade that underlies neutral-atom quantum computing.\n",{"path":17021,"title":17022,"module":17023,"summary":17024},"\u002Fatomic-physics\u002Ffine-structure-and-the-dirac-atom\u002Frelativistic-kinetic-correction","The Relativistic Kinetic-Energy Correction","Fine Structure and the Dirac Atom","The Bohr energies treat the electron as slowly moving, but its speed is of order αc, so the kinetic energy needs a relativistic correction. Expanding √(p²c²+m²c⁴) to order (v\u002Fc)² produces the perturbation −p⁴\u002F8m³c², whose first-order shift on a hydrogenic state is evaluated with the trick p²=2m(E−V). The result depends on n and ℓ, is smaller than the gross structure by α²≈5×10⁻⁵, and is one of the three pieces that combine into the fine-structure formula.\n",{"path":17026,"title":17027,"module":17023,"summary":17028},"\u002Fatomic-physics\u002Ffine-structure-and-the-dirac-atom\u002Fspin-orbit-thomas-precession","Spin-Orbit Coupling and Thomas Precession","In the electron's rest frame the nucleus orbits it, and the resulting current produces a magnetic field that couples to the electron's spin moment. The interaction is ξ(r) L·S, with ξ built from the Coulomb potential and the radial expectation ⟨1\u002Fr³⟩. A relativistic subtlety, Thomas precession, halves the naive coefficient because the electron's rest frame is accelerating. The result splits each ℓ≥1 level into a j=ℓ±½ doublet and makes (n, ℓ, j, mⱼ) the good quantum numbers.\n",{"path":17030,"title":17031,"module":17023,"summary":17032},"\u002Fatomic-physics\u002Ffine-structure-and-the-dirac-atom\u002Fdarwin-term-fine-structure-formula","The Darwin Term and the Fine-Structure Formula","The third fine-structure correction, the Darwin term, is a contact interaction proportional to ∇²V that acts only on s-states, physically a smearing of the electron over a Compton wavelength. Adding the relativistic, spin-orbit, and Darwin shifts, the ℓ-dependence cancels and the total collapses to a formula in n and j alone. The n=2 shell splits into 2S₁\u002F₂, 2P₁\u002F₂, 2P₃\u002F₂, with the two j=½ levels exactly degenerate, a coincidence the Dirac theory explains.\n",{"path":17034,"title":17035,"module":17023,"summary":17036},"\u002Fatomic-physics\u002Ffine-structure-and-the-dirac-atom\u002Fdirac-equation-hydrogen","The Dirac Equation for Hydrogen","The fine-structure formula was assembled from three perturbations; the Dirac equation produces it in one stroke and exactly. A first-order relativistic wave equation forces a four-component spinor, from which spin s=½, the g-factor of 2, the spin-orbit term, and antiparticles all emerge automatically. Its exact Coulomb spectrum depends only on n and j, and expanding in Zα reproduces the perturbative result, including the 2S₁\u002F₂–2P₁\u002F₂ degeneracy that sets up the Lamb shift.\n",{"path":17038,"title":17039,"module":17040,"summary":17041},"\u002Fatomic-physics\u002Fqed-corrections-and-hyperfine-structure\u002Flamb-shift-qed","The Lamb Shift and QED Radiative Corrections","QED Corrections and Hyperfine Structure","The Dirac equation makes the 2S₁\u002F₂ and 2P₁\u002F₂ levels of hydrogen exactly degenerate. Lamb and Retherford measured a splitting of about 1058 MHz that the Dirac theory cannot produce. The gap comes from the electron's coupling to the quantized electromagnetic field: self-energy, vacuum polarization, and the anomalous magnetic moment. Welton's vacuum-fluctuation estimate reproduces the size and shows why the effect lands almost entirely on s-states, and the same radiative corrections make hydrogen the most stringent test of QED.\n",{"path":17043,"title":17044,"module":17040,"summary":17045},"\u002Fatomic-physics\u002Fqed-corrections-and-hyperfine-structure\u002Fhyperfine-structure-21cm","Hyperfine Structure and the 21 cm Line","The proton carries a magnetic moment, and it interacts with the magnetic field the electron produces at the nucleus. For s-states that interaction is the Fermi contact term, proportional to the electron density at the origin and to the dot product of the nuclear and electronic spins. Coupling I and J into F = I + J splits each level by a Landé interval rule; in hydrogen's ground state it produces the F = 0\u002FF = 1 doublet whose 1420 MHz, 21 cm transition maps neutral hydrogen across the galaxy.\n",{"path":17047,"title":17048,"module":17040,"summary":17049},"\u002Fatomic-physics\u002Fqed-corrections-and-hyperfine-structure\u002Fnuclear-effects-isotope-shift","Nuclear Size, Moments, and Isotope Shifts","A real nucleus has a finite size, a mass that changes between isotopes, and, when its spin is at least one, an electric quadrupole moment. Each leaves a fingerprint in the atomic spectrum: the volume shift from s-electrons sampling the charge distribution, the mass and field isotope shifts that separate on a King plot, the quadrupole interaction that breaks the Landé interval rule, and the hyperfine anomaly from the magnetization distribution. Atomic spectroscopy reads nuclear properties out of these shifts.\n",{"path":17051,"title":17052,"module":17053,"summary":17054},"\u002Fatomic-physics\u002Fmany-electron-atoms\u002Fperiodic-table-atomic-spectra","The Periodic Table and Atomic Spectra","Many-Electron Atoms","Identical electrons demand antisymmetric wave functions, which is the Pauli exclusion principle: no two electrons share all four quantum numbers. Filling shells in order of increasing energy — shifted by penetration and shielding — builds the periodic table and its recurring ionization pattern. Selection rules govern optical spectra, and an external field splits lines by the Zeeman effect.\n",{"path":17056,"title":17057,"module":17053,"summary":17058},"\u002Fatomic-physics\u002Fmany-electron-atoms\u002Fcentral-field-self-consistent","The Central-Field Approximation and the Self-Consistent Field","The N-electron Hamiltonian does not separate because every pair of electrons repels. The central-field approximation replaces that pairwise repulsion with an averaged spherical potential each electron feels, restoring hydrogen-like orbitals labelled by n and ℓ. The Thomas-Fermi statistical model fixes the shape of the screened charge from Fermi-gas thermodynamics; the Hartree self-consistent field determines it exactly by iterating orbitals against the potential they generate until the two agree.\n",{"path":17060,"title":17061,"module":17053,"summary":17062},"\u002Fatomic-physics\u002Fmany-electron-atoms\u002Fidentical-particles-hartree-fock","Exchange, Slater Determinants, and Hartree-Fock","A product wave function ignores that electrons are identical fermions. Enforcing antisymmetry writes the state as a Slater determinant, which vanishes whenever two electrons share a spin-orbital — the exclusion principle made algebraic. The energy of a determinant carries a new term with no classical analogue, the exchange integral, nonzero only for parallel spins; it lowers the energy of aligned electrons and carves a Fermi hole around each one. Adding the exchange operator to the mean field gives the Hartree-Fock equations, and what they still miss defines the correlation energy.\n",{"path":17064,"title":17065,"module":17053,"summary":17066},"\u002Fatomic-physics\u002Fmany-electron-atoms\u002Fhelium-two-electron-atom","Helium: the Prototype Two-Electron Atom","Helium is the smallest atom the Schrödinger equation cannot solve exactly, and the smallest that shows every many-electron effect. Ignoring the electron repulsion overbinds the ground state by 30 eV; first-order perturbation theory and a one-parameter variational calculation with an effective charge close most of the gap. The excited configurations split into para (singlet) and ortho (triplet) states separated by the exchange integral, with the triplet lower — and the absence of a 1s² triplet is the Pauli principle in its plainest form.\n",{"path":17068,"title":17069,"module":17053,"summary":17070},"\u002Fatomic-physics\u002Fmany-electron-atoms\u002Fls-jj-coupling-term-symbols","LS and jj Coupling; Term Symbols","A configuration is not a single energy level. The residual electrostatic repulsion and the spin-orbit interaction split it, and which one dominates fixes the coupling scheme. In light atoms the electrostatic term wins: orbital and spin angular momenta couple separately into L and S, then into J, giving Russell- Saunders term symbols. In heavy atoms spin-orbit wins and each electron's j forms first. The Pauli principle prunes the allowed terms of equivalent electrons, the Landé interval rule spaces the fine-structure multiplet, and the scheme crosses over from LS to jj down a column.\n",{"path":17072,"title":17073,"module":17053,"summary":17074},"\u002Fatomic-physics\u002Fmany-electron-atoms\u002Fhund-rules-ground-terms","Hund's Rules and Ground-State Terms","A configuration allows several terms; Hund's three rules pick the ground one. Maximize the spin S first, then the orbital L, then set J to |L−S| for a less-than-half shell and L+S for a more-than-half shell. The first two rules come from exchange lowering the energy of apart-kept electrons; the third comes from the sign of the spin-orbit coupling, which flips as a shell passes half-filling and turns the multiplet from normal to inverted. Worked ground terms for carbon, nitrogen, oxygen, and iron show the rules in action.\n",{"path":17076,"title":17077,"module":17078,"summary":17079},"\u002Fatomic-physics\u002Fatoms-in-external-fields\u002Fzeeman-effect","The Zeeman Effect","Atoms in External Fields","A magnetic field couples to the atom through its magnetic moment, splitting each level into equally spaced sublevels labelled by the projection of the total angular momentum. When spin is present the spacing is not the classical one: it carries the Landé g-factor, a projection of the spin and orbital moments onto the total angular momentum. We derive the weak-field Hamiltonian from minimal coupling, evaluate the shift with the projection theorem, and read off the polarization of the emitted components.\n",{"path":17081,"title":17082,"module":17078,"summary":17083},"\u002Fatomic-physics\u002Fatoms-in-external-fields\u002Fpaschen-back-intermediate","The Paschen-Back and Intermediate-Field Regimes","When the magnetic interaction grows past the fine-structure coupling, spin and orbital angular momentum decouple and precess independently about the field. The anomalous Zeeman pattern reverts to a simple triplet, the Paschen-Back effect. Between the two limits neither coupling dominates and the level positions follow from diagonalizing the combined spin-orbit and Zeeman Hamiltonian. We build the two-by-two problem for a single valence electron, solve it in closed form, and show both limits emerge from one expression.\n",{"path":17085,"title":17086,"module":17078,"summary":17087},"\u002Fatomic-physics\u002Fatoms-in-external-fields\u002Fstark-effect-polarizability","The Stark Effect and Field Ionization","An electric field shifts atomic levels by coupling to the electron's position. Parity forbids a first-order shift for a non-degenerate state, so most atoms respond only at second order through their polarizability, a quadratic Stark shift. Hydrogen is the exception: its accidental degeneracy admits a permanent dipole and a linear shift, cleanest in parabolic coordinates. At large fields the Coulomb well develops a saddle, and Rydberg states field-ionize at a threshold that falls as the fourth power of the principal quantum number.\n",{"path":17089,"title":17090,"module":17091,"summary":17092},"\u002Fatomic-physics\u002Fradiative-transitions-and-line-shapes\u002Ftime-dependent-perturbation-golden-rule","Time-Dependent Perturbation Theory and the Golden Rule","Radiative Transitions and Spectral Lines","An atom in a weak oscillating field makes transitions between its stationary states. First-order time-dependent perturbation theory gives the transition amplitude as a Fourier component of the perturbation at the Bohr frequency, and the resulting probability is a sinc-squared resonance that sharpens as the field acts longer. For a two-level system the same coupling produces Rabi oscillations; for a transition into a continuum the long-time limit collapses the sinc-squared into a delta function and yields Fermi's golden rule, a constant transition rate set by the coupling strength and the density of final states.\n",{"path":17094,"title":17095,"module":17091,"summary":17096},"\u002Fatomic-physics\u002Fradiative-transitions-and-line-shapes\u002Fdipole-approximation-einstein-coefficients","The Dipole Approximation and Einstein Coefficients","The coupling between an atom and light is the interaction of the electron with the electromagnetic field. Because an optical wavelength dwarfs the atom, the spatial variation of the field across the atom can be dropped, leaving the electric-dipole interaction and its matrix element. That matrix element defines the oscillator strength, which obeys the Thomas-Reiche-Kuhn sum rule. Einstein's three rate coefficients (absorption, stimulated emission, spontaneous emission) follow from detailed balance with thermal radiation, fixing the ratio of spontaneous to stimulated rates and its steep growth with frequency.\n",{"path":17098,"title":17099,"module":17091,"summary":17100},"\u002Fatomic-physics\u002Fradiative-transitions-and-line-shapes\u002Fselection-rules-forbidden-transitions","Selection Rules and Forbidden Transitions","The dipole matrix element vanishes for most pairs of states, and the pattern of which survive is the set of selection rules. Parity forces the orbital angular momentum to change by one; the angular integral of three spherical harmonics restricts the magnetic quantum number to change by zero or one; the photon's spin restricts the total angular momentum. When the dipole element vanishes, higher multipoles (magnetic dipole and electric quadrupole) can still drive the transition at rates smaller by powers of the fine-structure constant, and states with no allowed decay become metastable.\n",{"path":17102,"title":17103,"module":17091,"summary":17104},"\u002Fatomic-physics\u002Fradiative-transitions-and-line-shapes\u002Flifetimes-and-line-shapes","Lifetimes, Line Widths, and Line Shapes","A spectral line is never infinitely sharp. The finite lifetime of the excited state gives every line a natural Lorentzian width set by the total decay rate, the Fourier transform of an exponentially damped emission. Thermal motion adds a Gaussian Doppler width that usually dominates in a gas; collisions add a further Lorentzian pressure width; the observed profile is the Voigt convolution of the Gaussian and Lorentzian parts. Strong driving fields broaden the line further through saturation. Each mechanism has a distinct dependence on temperature, density, and intensity that lets it be identified and, where possible, removed.\n",{"path":17106,"title":17107,"module":17108,"summary":17109},"\u002Fatomic-physics\u002Flasers-and-spectroscopy\u002Flaser-principles","Population Inversion, Gain, and the Laser","Lasers and Spectroscopy","A laser is an optical amplifier placed inside a resonant cavity. Amplification requires that stimulated emission outrun absorption, which requires more atoms in the upper level than the lower one — a population inversion that the Einstein relations forbid in thermal equilibrium and that no two-level pump can produce. Three- and four-level schemes reach it by routing atoms through auxiliary states. The gain coefficient sets how strongly a weak beam grows, the cavity fixes the threshold and selects a comb of longitudinal modes, and gain saturation clamps the steady-state inversion at its threshold value.\n",{"path":17111,"title":17112,"module":17108,"summary":17113},"\u002Fatomic-physics\u002Flasers-and-spectroscopy\u002Fspectroscopy-techniques","Spectroscopic Techniques and Frequency Combs","A tunable laser turns spectroscopy from photographing a spectrum into interrogating a single transition, but at room temperature the Doppler width buries the natural linewidth under a thousandfold-broader Gaussian. Saturated absorption and two-photon spectroscopy defeat the first-order Doppler shift by selecting the zero-velocity class or cancelling the shift between counter-propagating photons, recovering natural-width features. Laser-induced fluorescence pushes sensitivity to single atoms, and the optical frequency comb converts an optical frequency into a countable radio-frequency beat, giving absolute frequency measurement across the visible spectrum.\n",{"path":17115,"title":17116,"module":17108,"summary":17117},"\u002Fatomic-physics\u002Flasers-and-spectroscopy\u002Fline-catalog-nist-asd","Reading Real Spectra with the NIST Database","Every quantity computed in this course — energy levels, transition frequencies, oscillator strengths, lifetimes — is tabulated for real atoms in the NIST Atomic Spectra Database. This lesson reads that data as physics: how levels are labelled by term symbols and energies in wavenumbers, how a transition list encodes wavelength, Einstein coefficient, and line strength, how a Grotrian diagram is reconstructed from the tables, and how a measured spectrum is matched to catalog lines. The residual between computed and tabulated positions is the running score of atomic theory.\n",{"path":17119,"title":17120,"module":17121,"summary":17122},"\u002Fatomic-physics\u002Fmodern-atomic-physics\u002Flaser-cooling-doppler","Laser Cooling and Optical Molasses","Modern Atomic Physics","A near-resonant laser beam pushes an atom because every absorbed photon delivers one unit of momentum and the subsequent spontaneous emission averages to zero. Two counter-propagating red-detuned beams turn that push into friction: the Doppler shift brings a moving atom closer to resonance with the beam it moves against, so the net force opposes the velocity. Six beams give optical molasses in three dimensions. The random recoil of spontaneous emission heats against the friction, and the balance sets the Doppler cooling limit. Adding a magnetic-field gradient makes the force position-dependent as well, giving the magneto-optical trap.\n",{"path":17124,"title":17125,"module":17121,"summary":17126},"\u002Fatomic-physics\u002Fmodern-atomic-physics\u002Fsub-doppler-trapping","Sub-Doppler Cooling and Atom Traps","Optical molasses cools multilevel atoms below the Doppler limit. A polarization gradient plus optical pumping makes an atom repeatedly climb a light-shift hill and be pumped to the valley, losing kinetic energy each cycle — Sisyphus cooling. The floor is the recoil limit, one photon momentum of residual motion. Below it, cooling must avoid scattering photons: conservative magnetic and optical-dipole traps hold the atoms while forced evaporation removes the hot tail, driving the phase-space density up toward quantum degeneracy.\n",{"path":17128,"title":17129,"module":17121,"summary":17130},"\u002Fatomic-physics\u002Fmodern-atomic-physics\u002Fbose-einstein-condensation","Bose-Einstein Condensation of Atomic Gases","Below a critical temperature a gas of identical bosons places a macroscopic fraction of its atoms in the single lowest-energy state. The transition occurs when the thermal de Broglie wavelength grows to the interparticle spacing, so the phase- space density reaches order unity. The critical temperature follows from the Bose-Einstein distribution and the density of states, the condensate fraction grows as one minus (T\u002FTc) to the three-halves, and the condensate reveals itself in time-of-flight as a sharp bimodal peak in the momentum distribution. The 1995 rubidium and sodium experiments realized it in dilute trapped gases.\n",{"path":17132,"title":17133,"module":17121,"summary":17134},"\u002Fatomic-physics\u002Fmodern-atomic-physics\u002Foptical-clocks-precision","Optical Atomic Clocks and Precision Measurement","An atomic clock counts the oscillations of a field locked to an atomic transition. The cesium microwave standard defines the second through the 9.19 GHz ground-state hyperfine transition, interrogated by Ramsey's separated-oscillatory-field method whose fringe width is set by the free-precession time. Optical clocks replace the microwave transition with an optical one five orders of magnitude higher in frequency, raising the quality factor and the fractional stability in proportion. Lattice and single-ion clocks reach fractional uncertainties near ten-to-the-minus- eighteen by trapping the atoms at a magic wavelength that cancels the light shift, and at that level they measure the gravitational redshift over centimetres of height.\n",{"path":17136,"title":17137,"module":298,"summary":298},"\u002Fatomic-physics","Atomic Physics",{"path":17139,"title":17140,"module":298,"summary":298},"\u002Fdatabases","Databases",{"path":17142,"title":17143,"module":14884,"summary":17144},"\u002Fcategory-theory\u002Ffoundations\u002Fwhat-is-a-category","Categories, Objects, and Arrows","A category is objects, arrows between them, a rule for composing arrows, and an identity arrow on every object, subject to associativity and the unit laws. The axioms mention no elements: arrows need not be functions, and an object is known only through the arrows into and out of it. Isomorphism, commutative diagrams, duality, and the terminal object are the first consequences.\n",{"path":17146,"title":17147,"module":14884,"summary":17148},"\u002Fcategory-theory\u002Ffoundations\u002Fexamples-of-categories","A Zoo of Categories","The axioms admit two very different kinds of model: large categories of structured sets and their structure-preserving maps (Set, Mon, Grp, Top, Vect), and small categories that are themselves single algebraic objects — a monoid as a one-object category, a poset as a thin category. The awkward cases Rel and Pfn have sets as objects but relations and partial functions as arrows, and a typed programming language presents its types and programs as a category.\n",{"path":17150,"title":17151,"module":14884,"summary":17152},"\u002Fcategory-theory\u002Ffoundations\u002Fspecial-morphisms","Isomorphisms, Monos, and Epis","Injectivity and surjectivity mention elements, so a general category re-expresses them by cancellation: monomorphisms cancel on the left, epimorphisms on the right. Sections and retractions are the split versions with an explicit one-sided inverse. Mono plus epi does not force an isomorphism, and subobjects are equivalence classes of monos into a fixed object.\n",{"path":17154,"title":17155,"module":14884,"summary":17156},"\u002Fcategory-theory\u002Ffoundations\u002Ffunctors","Functors: Maps Between Categories","A functor sends objects to objects and arrows to arrows while preserving composition and identities. Covariant and contravariant functors, the standard stock (forgetful, free, hom, and powerset), and the classification by faithfulness, fullness, and essential surjectivity all follow. Functors compose, so categories and functors form a category themselves.\n",{"path":17158,"title":17159,"module":14884,"summary":17160},"\u002Fcategory-theory\u002Ffoundations\u002Fnatural-transformations","Natural Transformations and Functor Categories","A natural transformation is a map between two parallel functors: one component arrow per object, subject to a commuting square for every arrow of the source. Naturality is verified for the determinant, the double dual, and list operations; functors and natural transformations form the functor category [C, D]; and vertical and horizontal composition satisfy the Godement interchange law.\n",{"path":17162,"title":17163,"module":14884,"summary":17164},"\u002Fcategory-theory\u002Ffoundations\u002Fsize-and-set-theory","Size: Small, Large, Locally Small","The objects of Set do not form a set, and pretending otherwise reproduces the classical paradoxes. Classes make the small\u002Flarge distinction precise, with locally small and essentially small as the intermediate notions. Cantor's theorem shows Set and its algebraic relatives are large, and the function-based axiomatization of sets is the one category theory prefers to ZFC.\n",{"path":17166,"title":17167,"module":17168,"summary":17169},"\u002Fcategory-theory\u002Funiversal-properties\u002Funiversal-properties","Universal Properties, Initial and Terminal Objects","Universal Properties and Basic Constructions","A universal property characterizes an object by a for-all\u002Fexists-unique condition on the arrows into or out of it, and any two objects satisfying the same property are isomorphic by a unique isomorphism. Initial and terminal objects are the simplest cases; the free vector space, the discrete topology, and the ring of integers show the pattern at work.\n",{"path":17171,"title":17172,"module":17168,"summary":17173},"\u002Fcategory-theory\u002Funiversal-properties\u002Fproducts-and-coproducts","Products and Coproducts","The product of two objects is a wedge of projections through which every other wedge factors uniquely; the coproduct is the dual, built from injections. In Set these are the cartesian product and the disjoint union, in a poset the meet and join, and in abelian groups the two coincide. The mediating-arrow discipline established here is the template for all limits.\n",{"path":17175,"title":17176,"module":17168,"summary":17177},"\u002Fcategory-theory\u002Funiversal-properties\u002Fconstructions-on-categories","Opposite, Product, Slice, and Comma Categories","Categories are themselves mathematical structures, and the standard algebraic constructions apply: opposites, products, subcategories, slices, and the comma category that subsumes them. The opposite category yields the duality principle, halving the subject's proofs; slice and comma categories repackage every universal property as an initial or terminal object.\n",{"path":17179,"title":17180,"module":17181,"summary":17182},"\u002Fcategory-theory\u002Frepresentables-yoneda\u002Frepresentable-functors","Hom-Functors and Representables","Representables and the Yoneda Lemma","Fixing an object A of a locally small category produces a set-valued functor, the hom-functor A(A,-), that records every map out of A. A functor is representable when it is naturally isomorphic to such a hom-functor. We define the covariant and contravariant hom-functors, collect the standard representables (identity, forgetful, powerset), and read maps as generalized elements of varying shape.\n",{"path":17184,"title":17185,"module":17181,"summary":17186},"\u002Fcategory-theory\u002Frepresentables-yoneda\u002Fyoneda-lemma","The Yoneda Lemma","The Yoneda lemma computes the natural transformations out of a representable presheaf: they form a set in natural bijection with X(A). The proof fixes a single degree of freedom, the image of the identity arrow, and shows naturality forces everything else. We prove the bijection, verify naturality in both variables, and read off that a natural transformation out of a representable is just one element.\n",{"path":17188,"title":17189,"module":17181,"summary":17190},"\u002Fcategory-theory\u002Frepresentables-yoneda\u002Fyoneda-consequences","The Yoneda Embedding and Its Uses","Three corollaries turn the Yoneda lemma into working machinery. A representation of a presheaf is the same thing as a universal element; the Yoneda embedding of a category into its presheaf category is full and faithful; and two objects are isomorphic exactly when their representables are. Together they justify constructing arrows by constructing natural transformations between hom-functors, and they contain Cayley's theorem as the one-object case.\n",{"path":17192,"title":17193,"module":17194,"summary":17195},"\u002Fcategory-theory\u002Flimits-colimits\u002Flimits","Cones and Limits","Limits and Colimits","A diagram is a functor from a small shape category; a cone over it is an object with compatible legs to every node; and a limit is the terminal cone, the one every other cone factors through uniquely. Products and terminal objects reappear as limits over particular shapes, and the whole construction is unique up to a single isomorphism.\n",{"path":17197,"title":17198,"module":17194,"summary":17199},"\u002Fcategory-theory\u002Flimits-colimits\u002Fproducts-equalizers-pullbacks","Equalizers and Pullbacks","The equalizer of a parallel pair is the universal arrow that makes the two composites agree; the pullback of a cospan is the universal commutative square. In Set they are solution sets and fibered products, every equalizer is monic, monics are stable under pullback, and products plus equalizers together generate all limits.\n",{"path":17201,"title":17202,"module":17194,"summary":17203},"\u002Fcategory-theory\u002Flimits-colimits\u002Fcolimits","Colimits: Coproducts, Coequalizers, Pushouts","Colimits are limits in the opposite category: cocones replace cones, and the universal cocone is initial rather than terminal. Coproducts glue objects side by side, coequalizers impose relations and produce quotients, pushouts glue along a shared part, and in Set every colimit is a quotient of a disjoint union. Directed colimits admit a clean elementwise description.\n",{"path":17205,"title":17206,"module":17194,"summary":17207},"\u002Fcategory-theory\u002Flimits-colimits\u002Fcomputing-limits","Computing Limits in Concrete Categories","In Set the limit of any diagram is the set of threads: choice functions through the nodes that commute with every edge. In Pos, Mon, and Top the recipe is the same limit downstairs plus the unique structure that makes the projections structure-preserving — pointwise order, componentwise operations, the topology generated by the projections. The pattern is what \"the forgetful functor creates limits\" means concretely.\n",{"path":17209,"title":17210,"module":17194,"summary":17211},"\u002Fcategory-theory\u002Flimits-colimits\u002Flimits-and-functors","Preservation, Reflection, and Creation of Limits","A functor preserves limits if it sends limit cones to limit cones, reflects them if it recognizes them, and creates them if limits downstairs lift uniquely upstairs. Representable functors preserve all limits, forgetful functors from algebra create them, and limits in functor categories are computed pointwise, one evaluation at a time.\n",{"path":17213,"title":17214,"module":17215,"summary":17216},"\u002Fcategory-theory\u002Fadjunctions\u002Fadjunctions","Adjoint Functors via Hom-Set Bijections","Adjunctions","An adjunction is a natural bijection between two hom-sets: maps out of $F(A)$ in one category correspond to maps into $G(B)$ in the other. We give the definition, spell out the naturality axioms that make the correspondence compatible with composition, and work the flagship examples — free vector spaces, free groups, discrete and indiscrete topologies, and currying.\n",{"path":17218,"title":17219,"module":17215,"summary":17220},"\u002Fcategory-theory\u002Fadjunctions\u002Funits-and-counits","Units, Counits, and the Triangle Identities","The whole hom-set bijection of an adjunction is generated by two natural transformations: the unit, obtained by transposing identity maps on one side, and the counit, by transposing them on the other. Two triangle identities are all they must satisfy, and any pair satisfying them determines a unique adjunction. The same correspondence specializes to order-preserving maps between posets and to free constructions.\n",{"path":17222,"title":17223,"module":17215,"summary":17224},"\u002Fcategory-theory\u002Fadjunctions\u002Fadjunctions-via-universal-arrows","Adjunctions from Universal Arrows","The unit component at a single object is an initial object of a comma category, and this universal property alone rebuilds the whole adjunction. A functor has a left adjoint exactly when every object admits such a universal arrow, and the left adjoint is assembled from them one object at a time. We prove the equivalence of all three formulations of adjointness.\n",{"path":17226,"title":17227,"module":17215,"summary":17228},"\u002Fcategory-theory\u002Fadjunctions\u002Ffree-forgetful-adjunctions","Free Constructions and Free–Forgetful Adjunctions","Free monoids, free groups, and free vector spaces are left adjoints to forgetful functors, and the universal mapping property is all one needs to prove it. Some forgetful functors also have right adjoints (co-free constructions like the indiscrete topology), producing three-functor chains. Contravariant adjunctions, symmetric in their two functors, close the lesson with the pattern behind duality and representation theorems.\n",{"path":17230,"title":17231,"module":17232,"summary":17233},"\u002Fcategory-theory\u002Fadjoints-limits\u002Flimits-via-adjoints","Limits as Adjoints and as Representables","Adjoints, Representables, and Limits Together","A cone on a diagram is a natural transformation from a constant diagram, so a limit is a representation of the cone functor and, equivalently, a value of the right adjoint to the diagonal functor. We prove both rephrasings, derive uniqueness and functoriality of limits from them, and record the dual statement that a colimit is the left adjoint to the diagonal.\n",{"path":17235,"title":17236,"module":17232,"summary":17237},"\u002Fcategory-theory\u002Fadjoints-limits\u002Fpresheaf-limits-colimits","Limits and Colimits of Presheaves","Representables preserve limits, and limits in a functor category are computed one object at a time, so a presheaf category is complete and cocomplete with all its structure inherited pointwise from Set. The Yoneda embedding then preserves limits but not colimits, and the density theorem repairs the colimit side: every presheaf is a canonical colimit of representables.\n",{"path":17239,"title":17240,"module":17232,"summary":17241},"\u002Fcategory-theory\u002Fadjoints-limits\u002Fadjoints-preserve-limits","Right Adjoints Preserve Limits (RAPL)","A functor with a left adjoint preserves every limit that exists, and dually a functor with a right adjoint preserves colimits. The proof is a four-line chain of natural isomorphisms through the adjunction and the continuity of representables. The theorem yields product-and-exponential arithmetic in Set, another proof that limits commute with limits, and a standard test for proving that a functor has no adjoint.\n",{"path":17243,"title":17244,"module":17232,"summary":17245},"\u002Fcategory-theory\u002Fadjoints-limits\u002Fadjoint-functor-theorem","The Adjoint Functor Theorem","RAPL makes limit preservation necessary for having a left adjoint; the adjoint functor theorems identify when it is sufficient. For ordered sets no extra hypothesis is needed. In general the candidate adjoint is a limit over a comma category that may be large, and the general adjoint functor theorem tames it with a weakly initial set. We prove GAFT in full and apply it to free groups and, through the special adjoint functor theorem, the Stone–Čech compactification.\n",{"path":17247,"title":17248,"module":17249,"summary":17250},"\u002Fcategory-theory\u002Fmonads-algebras\u002Fmonads","Monads from Adjunctions","Monads and Algebras","A monad on a category is an endofunctor equipped with a unit and a multiplication satisfying associativity and unit laws — the data of a monoid, written internally to the category of endofunctors. Every adjunction induces one, and the list, exception, and state constructions that model computational effects are all monads on Set.\n",{"path":17252,"title":17253,"module":17249,"summary":17254},"\u002Fcategory-theory\u002Fmonads-algebras\u002Falgebras-eilenberg-moore","Algebras for a Monad","An algebra for a monad is an object with a structure map that interacts correctly with the unit and multiplication. The algebras form the Eilenberg–Moore category, whose free–forgetful adjunction induces the monad back; a comparison functor relates any other inducing adjunction to it, and for the list monad the algebras are exactly monoids.\n",{"path":17256,"title":17257,"module":17249,"summary":17258},"\u002Fcategory-theory\u002Fmonads-algebras\u002Fkleisli-and-programming","The Kleisli Category and Monads in Programming","The Kleisli category of a monad has the same objects as the base but takes arrows A to TB, composed by mapping and flattening. These arrows are effectful programs, Kleisli composition is the bind of functional programming, and the Kleisli adjunction is the initial resolution of the monad, with Eilenberg–Moore at the terminal end.\n",{"path":17260,"title":17261,"module":17249,"summary":17262},"\u002Fcategory-theory\u002Fmonads-algebras\u002Falgebras-for-endofunctors","Algebras for an Endofunctor and Recursion","Dropping the monad laws leaves algebras for a bare endofunctor, whose initial objects are the least fixed points of the functor by Lambek's lemma. The natural numbers, lists, and trees are initial algebras; the unique map out of an initial algebra is the fold of functional programming; and the Smyth–Plotkin fixed-point technique builds Scott domains the same way.\n",{"path":17264,"title":17265,"module":17266,"summary":17267},"\u002Fcategory-theory\u002Fcartesian-closed-lambda\u002Fcartesian-closed-categories","Cartesian Closed Categories","Cartesian Closed Categories and Typed Lambda Calculus","A cartesian closed category has a terminal object, binary products, and for every pair of objects an exponential object that internalizes the hom-set as an object of the category. The defining data is an evaluation arrow and a currying operation, packaged by the adjunction between product-with-A and exponential-by-A. Set, Boolean and Heyting algebras, functor categories, and Cat are all cartesian closed.\n",{"path":17269,"title":17270,"module":17266,"summary":17271},"\u002Fcategory-theory\u002Fcartesian-closed-lambda\u002Flambda-calculus-correspondence","Typed Lambda Calculus and CCCs","The typed lambda calculus and the cartesian closed category are two presentations of the same theory. Types become objects, terms with one free variable become arrows, product types become products, and function types become exponentials, with abstraction matching currying and application matching evaluation. Building the category of a lambda theory and the internal language of a category are mutually inverse up to equivalence.\n",{"path":17273,"title":17274,"module":17266,"summary":17275},"\u002Fcategory-theory\u002Fcartesian-closed-lambda\u002Ffixed-points-and-recursion","Fixed Points in Cartesian Closed Categories","The untyped lambda calculus has a fixed-point combinator; the typed calculus cannot, and Lawvere's fixed-point theorem explains why: any point-surjection onto an exponential forces every endomap to have a fixed point, which is the abstract form of Cantor's diagonal argument. Recursion is recovered instead by restricting to omega-complete partially ordered objects, where every continuous endomap has a least fixed point built by iterating from bottom. This gives While loops a semantics.\n",{"path":17277,"title":17278,"module":298,"summary":298},"\u002Fcategory-theory","Category Theory",{"path":17280,"title":15922,"module":17281,"summary":17282},"\u002Fdeep-learning\u002Fmathematical-background\u002Flinear-algebra-for-deep-learning","Mathematical Background","Every quantity a network touches is a tensor, and every layer is a matrix acting on one. This lesson compiles the linear algebra deep learning actually uses: products and norms, the system $Ax=b$ and when it is solvable, the two decompositions (eigen and SVD) that diagonalize a transformation, and the pseudoinverse that solves what cannot be solved exactly. It then derives PCA as the worked example that ties it all together.\n",{"path":17284,"title":17285,"module":17281,"summary":17286},"\u002Fdeep-learning\u002Fmathematical-background\u002Fprobability-and-information-theory","Probability & Information Theory","This lesson assembles the probabilistic vocabulary a network is trained in (random variables, densities, the chain rule, expectation and covariance, the handful of distributions that recur everywhere) and then the information theory that turns a probabilistic model into a loss: self-information, entropy, and the KL divergence whose asymmetry is the cross-entropy objective itself.\n",{"path":17288,"title":17289,"module":17281,"summary":17290},"\u002Fdeep-learning\u002Fmathematical-background\u002Fnumerical-computation","Numerical Computation","Machine learning runs on finite-precision arithmetic, where every number is approximated and every operation rounds. This lesson sets the numerical ground rules: overflow and underflow and the standard stabilizations, the condition number that measures how much a problem amplifies error, and the gradient-based optimization (first and second order, constrained and unconstrained) that every training loop runs.\n",{"path":17292,"title":15437,"module":17281,"summary":17293},"\u002Fdeep-learning\u002Fmathematical-background\u002Fcalculus","This lesson assembles the differential calculus used in training networks: the gradient and directional derivative, the Jacobian and Hessian, and the chain rule in scalar, vector, and matrix form. From the chain rule it derives back-propagation as a single sweep over the computational graph, tabulates the matrix-calculus identities that recur in layer gradients, reads optimization off a second-order Taylor expansion, and ends with why reverse-mode automatic differentiation is the algorithm every framework runs.\n",{"path":17295,"title":17296,"module":14884,"summary":17297},"\u002Fdeep-learning\u002Ffoundations\u002Fwhat-is-deep-learning","What Is Deep Learning?","Deep learning is representation learning by composition: stack simple differentiable layers, define a loss, and let gradient descent discover the features a human would otherwise have to engineer by hand. We set up the whole vocabulary (model, loss, optimizer, data), the training loop that ties them together, and the three reasons the approach became practical.\n",{"path":17299,"title":17300,"module":14884,"summary":17301},"\u002Fdeep-learning\u002Ffoundations\u002Fmachine-learning-refresher","A Machine-Learning Refresher","The statistical framework the networks live in: data drawn from an unknown distribution, a loss to minimize, and the central question of generalization: will it work on data we have not seen? We set up empirical risk, capacity, the bias–variance tradeoff, and maximum likelihood.\n",{"path":17303,"title":17304,"module":14884,"summary":17305},"\u002Fdeep-learning\u002Ffoundations\u002Flinear-models-and-the-perceptron","Linear Models & the Perceptron","The simplest learners (linear regression, logistic regression, the perceptron) already contain the whole template: a weighted sum, a loss, a gradient step. They also fail on the XOR problem, which no linear model can solve — the limitation that motivates deep learning.\n",{"path":17307,"title":17308,"module":17309,"summary":17310},"\u002Fdeep-learning\u002Fneural-networks\u002Fthe-multilayer-perceptron","The Multilayer Perceptron","Neural Networks","Stacking linear layers with a nonlinearity between them removes the limitation that stopped the perceptron. We build the multilayer perceptron in explicit matrix form (the forward pass, its dimensions, a worked XOR network with concrete weights) and prove why the nonlinearity is essential: without it the deepest stack collapses to a single hyperplane.\n",{"path":17312,"title":17313,"module":17309,"summary":17314},"\u002Fdeep-learning\u002Fneural-networks\u002Factivation-functions","Activation Functions","The activation is the only nonlinear part of a layer, and the reason depth adds expressive power. We catalog the standard hidden units (sigmoid, tanh, ReLU and its descendants, plus GELU, softplus, swish and maxout), derive each unit's derivative in full, make the vanishing-gradient problem quantitative with the chain-rule product, work numeric examples, and explain why the saturating units gave way to ReLU and why ReLU's own dead-unit failure gave way to Leaky\u002FPReLU\u002FELU\u002FGELU.\n",{"path":17316,"title":17317,"module":17309,"summary":17318},"\u002Fdeep-learning\u002Fneural-networks\u002Funiversal-approximation","Universal Approximation","One hidden layer with a non-polynomial activation can approximate any continuous function on a compact set to arbitrary accuracy: the universal approximation theorem. We prove it constructively (two sigmoids make a bump; sums of bumps make any curve), then show the limitation: existence is not efficiency. Depth-separation results exhibit functions a deep net represents with $O(n)$ units that a shallow net needs $\\exp(n)$ units to match.\n",{"path":17320,"title":17321,"module":17309,"summary":17322},"\u002Fdeep-learning\u002Fneural-networks\u002Fbackpropagation","Backpropagation","Backpropagation is the chain rule run backward over a computational graph. We formalize the graph, derive the four backprop equations for an MLP, present the forward and backward passes as algorithms, and work a tiny two-layer net by hand with explicit numbers. The result: one scalar loss, reverse-mode autodiff, and a gradient for every parameter at twice the cost of a forward pass.\n",{"path":17324,"title":17325,"module":17309,"summary":17326},"\u002Fdeep-learning\u002Fneural-networks\u002Floss-functions-and-output-units","Loss Functions & Output Units","The last layer is where a network's hidden representation meets the task. Choosing an output unit and a loss is not two independent choices; maximum likelihood fixes the pair. We derive the standard couplings (linear\u002FMSE, sigmoid\u002FBCE, softmax\u002Fcross-entropy), show why softmax and cross-entropy were built to cancel into the residual $\\hat y - y$, and prove why squared error is the wrong loss for a saturating classifier.\n",{"path":17328,"title":17329,"module":17330,"summary":17331},"\u002Fdeep-learning\u002Foptimization\u002Fgradient-descent-and-sgd","Gradient Descent & SGD","Optimization","Training is descent on the empirical risk: step the parameters against the gradient. We derive the minibatch gradient as an unbiased estimator whose variance falls as $1\u002FB$, derive the learning-rate ceiling from the smoothness-stability bound $\\eta \u003C 2\u002FL$, and lay out the schedules (step, exponential, cosine, warmup) that anneal it over training.\n",{"path":17333,"title":17334,"module":17330,"summary":17335},"\u002Fdeep-learning\u002Foptimization\u002Fmomentum-and-adaptive-methods","Momentum & Adaptive Methods","Plain gradient descent zig-zags across ravines and moves slowly along flat valleys, because one global learning rate cannot suit a surface with wildly different curvature in different directions. Two fixes address the two problems: momentum accumulates a velocity that damps the oscillation and accelerates the drift, and adaptive methods give every parameter its own learning rate scaled by the history of its gradients. Adam fuses both, and is the default optimizer of modern deep learning.\n",{"path":17337,"title":17338,"module":17330,"summary":17339},"\u002Fdeep-learning\u002Foptimization\u002Finitialization","Weight Initialization","The initial weights determine whether training can succeed before the first gradient step. Initialize every weight equal and all hidden units compute the same function forever; initialize too small or too large and the signal vanishes or explodes as it crosses depth. A single variance condition, $n_{\\text{in}}\\mathrm{Var}(W)=1$, fixes both, and reading it off the forward and backward passes yields Xavier and He initialization directly.\n",{"path":17341,"title":17342,"module":17330,"summary":17343},"\u002Fdeep-learning\u002Foptimization\u002Fthe-optimization-landscape","The Optimization Landscape","The loss of a deep network is a non-convex surface in millions of dimensions, so local search carries no global guarantee, yet it works. We classify critical points by the eigenvalues of the Hessian, show that in high dimension nearly all of them are saddle points rather than bad local minima, and read off the practical terrain — plateaus, cliffs, ill-conditioning, and the sharp-versus-flat distinction that ties the geometry of a minimum to how well it generalizes.\n",{"path":17345,"title":17346,"module":17330,"summary":17347},"\u002Fdeep-learning\u002Foptimization\u002Fsecond-order-and-approximate-methods","Second-Order & Approximate Methods","Newton's method reads the curvature of the loss off its Hessian and jumps to the minimum of the local quadratic in a single step, rescaling away the ill-conditioning that slows first-order descent. We derive it, then explain the three obstacles that keep it out of deep learning: a $d \\times d$ Hessian for $d$ in the billions, an attraction to saddle points, and minibatch noise. The alternative is approximation (conjugate gradients, BFGS and L-BFGS, the natural gradient and Hessian-free methods), each buying some of Newton's curvature information without ever forming or inverting $H$.\n",{"path":17349,"title":17350,"module":17351,"summary":17352},"\u002Fdeep-learning\u002Fregularization\u002Fregularization-overview","Regularization Overview","Regularization","Regularization is any modification to a learning algorithm meant to lower test error at the possible expense of training error. We derive the bias–variance decomposition that explains why it helps, set up the two parameter-norm penalties, $L^2$ weight decay and $L^1$, derive their update rules and eigenbasis shrinkage, show geometrically why $L^1$ alone produces sparse weights (soft-thresholding), distinguish weight decay from loss-added $L^2$ under AdamW, and read both penalties through the two lenses that recur across the chapter: a norm-ball constraint via KKT, and a prior via MAP estimation.\n",{"path":17354,"title":17355,"module":17351,"summary":17356},"\u002Fdeep-learning\u002Fregularization\u002Fdropout-and-data-augmentation","Dropout & Data Augmentation","Two of the most effective regularizers add no penalty term at all; they perturb the computation instead. Dropout multiplies hidden units by a random Bernoulli mask, training an exponential ensemble of thinned subnetworks that share weights; inverted scaling collapses that ensemble into one cheap forward pass at test time. Data augmentation enlarges the training set with label-preserving transforms, injecting the invariances the task demands, and noise injection (input, weight, label smoothing, Mixup) generalizes the same idea into a continuous family.\n",{"path":17358,"title":17359,"module":17351,"summary":17360},"\u002Fdeep-learning\u002Fregularization\u002Fearly-stopping-and-parameter-sharing","Early Stopping & Parameter Sharing","Two cheap regularizers that cost no extra term in the loss. Early stopping treats training time itself as a hyperparameter (watch the validation curve, halt at its minimum, keep the best checkpoint), and for a quadratic objective it is provably equivalent to $L^2$ weight decay. Parameter sharing goes the other way: it constrains many weights to be _equal_, the prior behind every convolution and every recurrent step, and the reason a CNN has orders of magnitude fewer parameters than the dense net it replaces.\n",{"path":17362,"title":13504,"module":17351,"summary":17363},"\u002Fdeep-learning\u002Fregularization\u002Fnormalization","Normalization layers standardize activations to zero mean and unit variance inside the network, then hand the model a learnable scale and shift to undo the constraint when it pays to. Batch normalization does this across the batch and must keep separate train-time and test-time statistics; layer, instance, and group norm change only the axes they average over. The result is faster, better-conditioned optimization and a free dose of regularizing batch noise.\n",{"path":17365,"title":17366,"module":17367,"summary":17368},"\u002Fdeep-learning\u002Farchitectures\u002Fconvolutional-networks","Convolutional Networks","Architectures","A convolutional network replaces the dense layer's all-to-all weight matrix with a small kernel slid across the input. Three structural commitments (sparse connectivity, parameter sharing, and translation equivariance) collapse the parameter count by orders of magnitude and bake the right prior for images directly into the architecture. We derive the convolution arithmetic, the output geometry, pooling, and the receptive field, then assemble the canonical stack.\n",{"path":17370,"title":17371,"module":17367,"summary":17372},"\u002Fdeep-learning\u002Farchitectures\u002Fcnn-architectures","CNN Architectures","Six landmark networks, each contributing exactly one idea: LeNet's conv-pool stack, AlexNet's ReLU-and-dropout scale, VGG's $3\\times3$ uniformity, Inception's multi-scale module, ResNet's residual skip, and DenseNet's dense connectivity. The common thread is the degradation problem (why plain deeper nets train worse, not just overfit) and the residual block that solved it by keeping a $+1$ path open for the gradient.\n",{"path":17374,"title":17375,"module":17367,"summary":17376},"\u002Fdeep-learning\u002Farchitectures\u002Frecurrent-networks","Recurrent Networks","A recurrent network folds a sequence into a fixed-size hidden state, reusing one set of weights at every time step, the architectural prior that the same rule applies wherever it lands in time. Unrolling the recurrence exposes a deep feed-forward graph; backpropagation through it sums gradient contributions across all steps and chains a product of Jacobians, and that product is why long-range gradients vanish or explode. That failure motivates gated architectures.\n",{"path":17378,"title":17379,"module":17367,"summary":17380},"\u002Fdeep-learning\u002Farchitectures\u002Flstm-and-gru","LSTM & GRU","A plain recurrent network propagates its hidden state through a repeated weight-matrix multiply, and the Jacobian product that results vanishes or explodes long before a useful gradient can reach the early steps. Gated RNNs fix this with an additive memory path: a cell state that is carried forward almost unchanged, past which the gradient flows along a near-identity highway. We derive that highway, give the full LSTM and GRU equations, and compare the two.\n",{"path":17382,"title":17383,"module":17367,"summary":17384},"\u002Fdeep-learning\u002Farchitectures\u002Fattention-and-transformers","Attention & Transformers","Attention replaces fixed wiring with content-based routing: every position reads from every other through a soft, learned dot-product lookup. We derive scaled dot-product attention and its $\\sqrt{d_k}$ correction, build it into multi-head self-attention, inject order with positional encodings, and stack the whole thing into the Transformer block that displaced recurrence and convolution alike.\n",{"path":17386,"title":17387,"module":17367,"summary":17388},"\u002Fdeep-learning\u002Farchitectures\u002Fthe-transformer-architecture","The Transformer Architecture","The Transformer is the architecture built around the attention mechanism. This first part assembles the full encoder–decoder of \"Attention Is All You Need\" — embeddings and positional encoding, stacked self-attention and feed-forward sublayers wrapped in residual connections and LayerNorm, masked decoding and cross-attention — works through causal masking and the three modern families (encoder-only, decoder-only, encoder–decoder), and accounts for where the parameters and the $O(n^2)$ compute actually go.\n",{"path":17390,"title":17391,"module":17367,"summary":17392},"\u002Fdeep-learning\u002Farchitectures\u002Ftransformers-in-practice","Transformers in Practice","The Transformer makes no assumption about what a token represents. This part follows the architecture out of language: image patches feed a plain encoder (the Vision Transformer), the decoder-only half scales into the GPT line of large language models, and one substrate covers translation, retrieval, and multimodal grounding. We work the ViT patch arithmetic and a GPT parameter count by hand, then close on the empirical scaling laws — power-law loss, the Chinchilla compute-optimal balance, and emergent behavior — that made scale the dominant lever.\n",{"path":17394,"title":17395,"module":17367,"summary":17396},"\u002Fdeep-learning\u002Farchitectures\u002Fgraph-neural-networks","Graph Neural Networks","A graph neural network learns on data with no grid and no canonical ordering: atoms in a molecule, users in a social network, road segments in a map. The unifying idea is message passing — each node repeatedly aggregates its neighbors' states and updates its own — built to respect the one symmetry graphs demand, permutation equivariance. We derive the message-passing framework, specialize it into GCN, GraphSAGE, GAT, and GIN, read off graph-level outputs, and bound what message passing can and cannot tell apart.\n",{"path":17398,"title":17399,"module":17367,"summary":17400},"\u002Fdeep-learning\u002Farchitectures\u002Fstate-space-models","State-Space Models and Mamba","A state-space model carries a continuous linear hidden state through a sequence, and that linearity buys two equivalent algorithms from one set of weights: a recurrence that runs in linear time with constant memory, and a global convolution that trains in parallel. Long-range memory comes from how the transition matrix is initialized (HiPPO) and parameterized (S4's diagonal-plus-low-rank form). Mamba breaks the convolution on purpose, making the parameters input-dependent so the model can select what to remember, recovered at speed by a hardware-aware parallel scan.\n",{"path":17402,"title":17403,"module":17404,"summary":17405},"\u002Fdeep-learning\u002Ftheory\u002Fgeneralization-theory","Generalization Theory","Theory & Frontiers","Classical learning theory bounds the gap between training and test error by a model's capacity (VC dimension, Rademacher complexity), and predicts that a model with more parameters than data should overfit catastrophically. Modern networks do the opposite: they interpolate, even fit pure noise, and still generalize. We derive the classical bounds, work the bias-variance decomposition, show why the bounds go vacuous, and survey what replaced them: double descent, the interpolation threshold, margin and norm-based bounds, and the implicit bias of the optimizer itself.\n",{"path":17407,"title":17408,"module":17404,"summary":17409},"\u002Fdeep-learning\u002Ftheory\u002Fadversarial-robustness","Adversarial Robustness","A trained network can be fooled by a perturbation too small for a human to see: add a carefully aimed vector of magnitude $\\epsilon$ to a correctly classified image and the prediction flips. We derive the fast gradient sign method as the first-order-optimal step inside an $L_\\infty$ ball, explain the linearity hypothesis that makes high-dimensional models so easy to push around, build up to projected gradient descent, and frame adversarial training as a min-max robust-optimization problem with its own accuracy cost. Defenses beyond training continue in the next lesson.\n",{"path":17411,"title":17412,"module":17404,"summary":17413},"\u002Fdeep-learning\u002Ftheory\u002Fadversarial-defenses","Adversarial Defenses","Defending a network against an adversary is far harder than attacking one. This lesson covers the defense side: certified guarantees via randomized smoothing, the transferability that makes black-box attacks possible, and the recurring failure of gradient masking, where a defense hides the attacker's gradient instead of moving the decision boundary. It ends with the adaptive-attack discipline (BPDA, EOT, transfer) that every robustness claim must be tested against.\n",{"path":17415,"title":17416,"module":17404,"summary":17417},"\u002Fdeep-learning\u002Ftheory\u002Fbayesian-and-ensemble-methods","Bayesian & Ensemble Methods","A trained network returns a single point prediction and, with the softmax, a confidence, but that confidence is usually miscalibrated, collapsing to near- certainty even on inputs the model has never seen. This lesson covers uncertainty estimation for networks: the two kinds of uncertainty, the Bayesian posterior over weights and its tractable stand-ins (MC dropout, deep ensembles), and how to check whether a model's reported confidences match observed frequencies.\n",{"path":17419,"title":17420,"module":17404,"summary":17421},"\u002Fdeep-learning\u002Ftheory\u002Fdeep-equilibrium-models","Deep Equilibrium Models","A deep network need not be a fixed stack of layers; it can be a single weight-tied layer iterated to convergence, its output defined implicitly as the fixed point $z^\\star = f_\\theta(z^\\star, x)$. The forward pass becomes root-finding and the backward pass becomes implicit differentiation, so training costs O(1) memory regardless of effective depth. We derive both passes from the implicit function theorem and close the course on defining a layer by a fixed-point condition rather than an explicit stack.\n",{"path":17423,"title":17424,"module":17425,"summary":17426},"\u002Fdeep-learning\u002Fgenerative-models\u002Flinear-factor-models","Linear Factor Models","Generative Models","The simplest generative models share one template: a latent variable drawn from a fixed prior, run through a linear decoder, plus noise. Probabilistic PCA, factor analysis, independent component analysis, and sparse coding are all this template with a different prior on the latents and a different noise model. We derive each marginal, see why ICA needs non-Gaussianity to identify its sources, and show how sparse coding learns Gabor-like dictionary atoms.\n",{"path":17428,"title":17429,"module":17425,"summary":17430},"\u002Fdeep-learning\u002Fgenerative-models\u002Fautoencoders","Autoencoders","An autoencoder is a network trained to copy its input to its output through a narrow channel; the useful product is the bottleneck representation $h$, not the reconstruction. We derive the undercomplete autoencoder and prove its linear case recovers PCA, then trade the bottleneck for explicit regularization (sparse, denoising, contractive) and show how a denoising autoencoder learns the low-dimensional manifold the data lives on.\n",{"path":17432,"title":17433,"module":17425,"summary":17434},"\u002Fdeep-learning\u002Fgenerative-models\u002Fvariational-autoencoders","Variational Autoencoders","An autoencoder compresses, but its latent space has gaps: sample a point between two encodings and the decoder produces noise. The variational autoencoder fixes this by training a probabilistic encoder against a prior, so the latent space becomes a smooth, samplable density. We derive the evidence lower bound it maximizes, the reparameterization trick that lets gradients flow through a random sample, and the closed-form Gaussian regularizer that pulls the posterior toward the prior.\n",{"path":17436,"title":17437,"module":17425,"summary":17438},"\u002Fdeep-learning\u002Fgenerative-models\u002Fgenerative-adversarial-networks","Generative Adversarial Networks","A generative adversarial network trains two networks against each other: a generator that turns noise into samples, and a discriminator that tries to tell real data from forgeries. The game has a clean theory: the optimal discriminator is a likelihood ratio, and at equilibrium the generator minimizes the Jensen–Shannon divergence to the data, with a global optimum exactly when its distribution matches the data. We derive that result, fix the saturating loss that breaks training, and catalogue the failure modes (mode collapse, instability, vanishing gradients) and the architectural fixes.\n",{"path":17440,"title":17441,"module":17425,"summary":17442},"\u002Fdeep-learning\u002Fgenerative-models\u002Fautoregressive-and-normalizing-flows","Autoregressive Models & Normalizing Flows","Two families that provide exact likelihoods, each at a cost. Autoregressive models factor the joint by the probability chain rule and learn each conditional with a masked network: exact $\\log p(x)$, but sampling proceeds one coordinate at a time. Normalizing flows push a simple base density through an invertible map and read $\\log p(x)$ off the change-of-variables formula, trading architectural freedom for a cheap Jacobian determinant via triangular coupling layers.\n",{"path":17444,"title":17445,"module":17425,"summary":17446},"\u002Fdeep-learning\u002Fgenerative-models\u002Fenergy-based-and-boltzmann-machines","Energy-Based & Boltzmann Machines","Energy-based models replace an explicit density with a scalar energy and a Boltzmann normalization, $p(x) = e^{-E(x)}\u002FZ$: simple to specify, but with an intractable partition function $Z$. The Boltzmann machine and its restricted variant make the energy bilinear so the hidden units factorize, and contrastive divergence sidesteps $Z$ by replacing the model expectation with a few Gibbs steps started at the data. We close on the undirected deep models (DBNs and DBMs) and how they differ from the directed VAE.\n",{"path":17448,"title":17449,"module":17425,"summary":17450},"\u002Fdeep-learning\u002Fgenerative-models\u002Fdiffusion-and-score-based-models","Diffusion and Score-Based Models","Corrupt a data point with Gaussian noise in small steps until only noise remains, then train a network to undo one step at a time. We derive the forward process and its closed-form marginal, reduce the variational bound to the single noise-prediction objective that makes diffusion trainable, and show the score-matching view that unifies it with Langevin sampling and the continuous SDE. The lesson closes with DDIM fast sampling, classifier-free guidance, and the latent diffusion that powers modern text-to-image systems.\n",{"path":17452,"title":17453,"module":17454,"summary":17455},"\u002Fdeep-learning\u002Fprobabilistic-methods\u002Fstructured-probabilistic-models","Structured Probabilistic Models","Probabilistic Methods","A joint distribution over $n$ variables is a table with exponentially many entries; nobody can store it, fit it, or sample from it directly. Structure fixes this: a graph whose missing edges encode conditional independencies that factor the joint into small local pieces. We build the two dialects, directed (Bayesian networks) and undirected (Markov random fields), read independence off the graph, and connect the machinery to the latent-variable and energy-based models that power deep generative learning.\n",{"path":17457,"title":17458,"module":17454,"summary":17459},"\u002Fdeep-learning\u002Fprobabilistic-methods\u002Fmonte-carlo-and-mcmc","Monte Carlo & MCMC","Most quantities of interest in a probabilistic model are integrals nobody can compute in closed form: expectations, marginals, partition functions. Monte Carlo replaces the integral with an average over samples; importance sampling reweights samples from a tractable proposal; and when even sampling the target is hard, Markov-chain Monte Carlo builds a chain whose stationary distribution _is_ the target. We derive Metropolis–Hastings and Gibbs, analyze mixing, and close on the partition-function gradient that powers energy-based learning.\n",{"path":17461,"title":17462,"module":17454,"summary":17463},"\u002Fdeep-learning\u002Fprobabilistic-methods\u002Fapproximate-inference","Approximate Inference","In a latent-variable model the quantity we need, the posterior $p(h\\mid v)$ over hidden causes, is almost never computable, because its normalizer is an intractable sum over configurations. Approximate inference reframes the problem as optimization: maximize the evidence lower bound, a tractable functional whose gap to the true log-evidence equals a KL divergence. From that single bound fall expectation–maximization, mean-field variational inference, MAP, and the learned encoders behind variational autoencoders.\n",{"path":17465,"title":17466,"module":17467,"summary":17468},"\u002Fdeep-learning\u002Fpractical\u002Fpractical-methodology","Practical Methodology","Practical Deep Learning","Knowing the algorithms is half the job; the other half is a disciplined loop. Fix a goal and a metric, stand up an end-to-end baseline, then read the train\u002Fvalidation gap to decide whether the next move is more data or a bigger model. We detail that loop: choosing metrics under class imbalance, default baselines by data type, extrapolating the data a target needs, and guarding the data pipeline against the leaks and label bugs that corrupt every gradient. Hyperparameter tuning, debugging, and deployment continue in the sequel.\n",{"path":17470,"title":17471,"module":17467,"summary":17472},"\u002Fdeep-learning\u002Fpractical\u002Fhyperparameters-and-debugging","Hyperparameters & Debugging","The tuning half of the methodology loop. The learning rate is the one hyperparameter that dominates, so we tune it first, on a log scale, coarse to fine, and prefer random search to grid when only a few dials matter. Then an ordered debugging playbook — overfit one batch, check the loss at initialization against ln C, watch the gradient norm, gradient-check against centered finite differences — and, after launch, monitoring for train-test skew and distribution drift with confidence-based abstention.\n",{"path":17474,"title":17475,"module":17467,"summary":17476},"\u002Fdeep-learning\u002Fpractical\u002Frepresentation-learning","Representation Learning","A good representation makes a hard task easy by changing coordinates: it disentangles the factors of variation, spends its bits as a distributed code, and respects the low-dimensional manifold the data lives on. We make those three properties precise, recover the manifold hypothesis, and close on the first method that turned them into training practice — greedy layer-wise unsupervised pretraining — before the sequel picks up how the field learned to reuse those features.\n",{"path":17478,"title":17479,"module":17467,"summary":17480},"\u002Fdeep-learning\u002Fpractical\u002Ftransfer-learning","Transfer Learning","A representation learned once can be reused everywhere. We cover the main mechanisms of reuse: feature extraction versus fine-tuning, the generic-to-specific gradient of features that sets the freeze boundary, the learning-rate discipline that keeps borrowed weights from being erased, domain adaptation when only the input distribution shifts, and the modern arc from supervised transfer to self-supervised foundation models.\n",{"path":17482,"title":17483,"module":17467,"summary":17484},"\u002Fdeep-learning\u002Fpractical\u002Fapplications","Applications","We survey large-scale training (the hardware, the two axes of parallelism, mixed precision, and the compression tricks that shrink a model after it is trained), then specialize the same gradient loop to vision, language, speech, and recommendation. Each domain is a different prior bolted onto one optimizer: convolutional invariance for pixels, distributed word vectors for tokens, sequence transduction for audio, low-rank factorization for the user–item matrix.\n",{"path":17486,"title":17487,"module":17467,"summary":17488},"\u002Fdeep-learning\u002Fpractical\u002Fmodel-compression-and-distillation","Model Compression and Distillation","A trained network and a deployable one are rarely the same object. This lesson is the toolkit for closing that gap: knowledge distillation transfers a large teacher's soft, information-rich logits into a small student; pruning deletes the weights that contribute least; quantization swaps 32-bit floats for 8- or 4-bit integers; and low-rank factorization replaces a fat matrix with two thin ones. We derive each method, show what it costs in accuracy, and lay out which combinations win on which hardware.\n",{"path":17490,"title":17491,"module":17467,"summary":17492},"\u002Fdeep-learning\u002Fpractical\u002Fmeta-learning-and-few-shot","Meta-Learning and Few-Shot Learning","A deep network trained on one example per class overfits. Meta-learning targets this few-shot regime by training across a distribution of tasks so that a new task is learnable from a handful of examples. We formalize the $N$-way $K$-shot episode, then derive the two dominant families: metric methods that learn an embedding where distance classifies (Prototypical Networks), and optimization methods that learn an initialization a few gradient steps can adapt (MAML). We close on the link to transfer learning and to the in-context few-shot behavior of large language models.\n",{"path":17494,"title":17495,"module":17496,"summary":17497},"\u002Fdeep-learning\u002Flarge-models-and-agents\u002Flarge-language-models","Large Language Models","Large Models & Agents","A large language model is a decoder-only Transformer trained on one objective, next-token prediction, then scaled until new behavior appears. This first part builds the object itself: the equivalence between next-token prediction and lossless compression, subword tokenization (BPE, WordPiece, Unigram, SentencePiece) worked on a real sentence, the four pretraining objectives and the attention masks that distinguish them, and the three model families (encoder-only, decoder-only, encoder--decoder) with their parameter budgets. Scaling, decoding, the KV cache, and alignment continue in part two.\n",{"path":17499,"title":17500,"module":17496,"summary":17501},"\u002Fdeep-learning\u002Flarge-models-and-agents\u002Fscaling-inference-and-alignment","Scaling, Inference, and Alignment of Language Models","Once a language model is built, three questions remain: how does it improve as it grows, how is it decoded and served affordably, and how is a raw next-token predictor turned into an assistant. We derive the Kaplan power laws and the Chinchilla compute-optimal balance, trace emergent abilities and in-context learning, catalog the decoding strategies from greedy to nucleus sampling, work the KV cache that makes generation quadratic instead of cubic, cover parameter-efficient adaptation by low-rank updates (LoRA), and close on the alignment stack: instruction tuning, RLHF, and DPO.\n",{"path":17503,"title":17504,"module":17496,"summary":17505},"\u002Fdeep-learning\u002Flarge-models-and-agents\u002Fseq2seq-pretraining-and-bart","Denoising Sequence-to-Sequence Pretraining: BART","BERT corrupts and reconstructs; GPT predicts the next token. Sequence-to-sequence pretraining unifies both by training a full encoder–decoder as a denoising autoencoder: corrupt the text with a noise function, then reconstruct the original through a bidirectional encoder and an autoregressive decoder. This first part derives the denoising objective, catalogs BART's five noise functions (with a worked Poisson-infilling budget), proves BART specializes to both BERT and GPT, and traces a dimension-annotated forward pass through its encoder--decoder. T5, PEGASUS, fine-tuning, and decoding continue in part two.\n",{"path":17507,"title":17508,"module":17496,"summary":17509},"\u002Fdeep-learning\u002Flarge-models-and-agents\u002Ftext-to-text-transfer-and-conditional-generation","Text-to-Text Transfer and Conditional Generation","BART reconstructs a corrupted document; T5 pushes the same denoising idea into a single interface where every task is a string-to-string map. This second part covers T5's span corruption with sentinel tokens (with a worked token budget), PEGASUS's summarization-matched gap sentences and the MASS midpoint, supervised fine-tuning and beam-search decoding with a length penalty, the exposure-bias failure modes of autoregressive decoding, and a theorem showing why a bidirectional encoder--decoder strictly dominates a decoder-only model when the output is conditioned on a full input.\n",{"path":17511,"title":17512,"module":17496,"summary":17513},"\u002Fdeep-learning\u002Flarge-models-and-agents\u002Fspeech-and-audio-models","Speech Recognition: Front-Ends and Alignment","Speech is a long, high-rate sequence whose label is short and unaligned, so the whole subject turns on bridging that mismatch. This first part builds the spectral front-ends that compress a waveform into frames (STFT, mel spectrogram, MFCC, with a worked frame-count), derives CTC's marginalization over alignments and its forward-backward recursion with a two-frame numeric example, and contrasts it with attention-based seq2seq (LAS) and the RNN transducer. Self-supervised and weakly-supervised models, and text-to-speech, continue in part two.\n",{"path":17515,"title":17516,"module":17496,"summary":17517},"\u002Fdeep-learning\u002Flarge-models-and-agents\u002Fself-supervised-speech-and-synthesis","Self-Supervised Speech Models and Synthesis","The recognition front-ends and alignment losses of part one all need transcribed audio, which is scarce. This second part removes that dependence: wav2vec 2.0 learns speech representations from unlabeled audio by a masked contrastive objective, HuBERT swaps the contrast for masked prediction of clustered units, and Whisper trades curation for scale with weakly-supervised web audio and a multitask token interface. We close with text-to-speech (the same length mismatch run backwards) and a tour of speech foundation models, discrete audio codecs, and neural TTS.\n",{"path":17519,"title":17520,"module":17496,"summary":17521},"\u002Fdeep-learning\u002Flarge-models-and-agents\u002Fai-agents","AI Agents: Tools and Reasoning","A language model that only emits text is a function from prompt to prompt; an agent closes the loop, letting that model act on an environment, read back the result, and decide again. This first part formalizes the agent as a policy over interaction histories, builds out tool calling and the executor trust boundary, the ReAct interleaving of reasoning and action (with concrete traces), and search over thoughts: chain-of-thought, self-consistency, least-to-most, and Tree of Thoughts. Memory, retrieval, reflection, and multi-agent orchestration continue in part two.\n",{"path":17523,"title":17524,"module":17496,"summary":17525},"\u002Fdeep-learning\u002Flarge-models-and-agents\u002Fagent-memory-retrieval-and-orchestration","Agent Memory, Retrieval, and Orchestration","An agent's reasoning and tool use only matter if it can remember what it learned and coordinate work larger than one context window. This second part builds the systems around the loop: short-term scratchpad versus long-term vector store, retrieval-augmented generation with a worked softmax over passage scores, reflection (Reflexion, Self-Refine), and multi-agent orchestration. It closes on the failure modes that bound agents — invalid tool calls, horizon-error compounding, context overflow, non-terminating loops — and the benchmarks that score the full loop.\n",{"path":17527,"title":17528,"module":17496,"summary":17529},"\u002Fdeep-learning\u002Flarge-models-and-agents\u002Fmixture-of-experts","Mixture-of-Experts","A mixture-of-experts layer replaces one feed-forward network with many and a router that sends each token to only a few of them, so the parameter count and the per-token compute become separate dials. We derive the gated output, sparse top-$k$ routing softmax, the load-balancing loss that stops the router from collapsing onto a single expert, and expert\u002Ftoken capacity with dropping, then work the dimension-annotated tensor shapes and FLOP arithmetic. We trace the architectures from the sparsely-gated LSTM through GShard, Switch Transformer, and Mixtral, cover distributed expert parallelism, and close on the training dynamics, failure modes, and serving costs of a sparse model.\n",{"path":17531,"title":17532,"module":17496,"summary":17533},"\u002Fdeep-learning\u002Flarge-models-and-agents\u002Fmultimodal-models","Multimodal Contrastive Learning","A multimodal model places images, text, and audio in one representation space, so a picture and its caption land close together. This first part builds the contrastive route: the shared embedding space and its residual modality gap, the Vision Transformer image encoder (patch embedding, CLS token, position embeddings, with shapes), the symmetric InfoNCE loss that trains the CLIP dual encoder from a batch similarity matrix (with a worked numeric step), and zero-shot classification as a softmax over class-prompt embeddings. Fusion and vision-language models continue in part two.\n",{"path":17535,"title":17536,"module":17496,"summary":17537},"\u002Fdeep-learning\u002Flarge-models-and-agents\u002Ffusion-and-vision-language-models","Fusion and Vision-Language Models","A contrastive model compares modalities but never lets one read another. This second part builds the fusion route: early, late, and cross-attention fusion, then the three designs that connect a frozen vision encoder to a frozen language model — Flamingo's zero-initialized gated cross-attention, BLIP-2's Q-Former, and LLaVA's linear projector. We work the token-budget arithmetic that separates them, name the object-hallucination and fine-detail failure modes, cover the contrastive-then- instruction-tune recipe and its retrieval\u002Fcaptioning\u002FVQA benchmarks, and close on natively multimodal models.\n",{"path":17539,"title":17540,"module":17541,"summary":17542},"\u002Fdeep-learning\u002Freinforcement-learning\u002Ffoundations-of-reinforcement-learning","Foundations of Reinforcement Learning","Reinforcement Learning","Reinforcement learning is the third paradigm: an agent learns to act by interacting with an environment that returns rewards, not labels. We formalize the interaction as a Markov decision process, define the value functions that rank states and actions, and derive the Bellman expectation and optimality equations that every method downstream solves. Dynamic programming gives the exact answer when the model is known, and its convergence rests on a single fact: the Bellman operator is a contraction.\n",{"path":17544,"title":17545,"module":17541,"summary":17546},"\u002Fdeep-learning\u002Freinforcement-learning\u002Fmodel-free-prediction-and-control","Model-Free Prediction and Control","When the dynamics are unknown, an agent cannot plan against a model; it must learn directly from sampled experience. We build prediction and control from two estimators of the same return: Monte Carlo averages whole episodes, while temporal-difference learning bootstraps from its own next estimate. We trace the bias-variance contrast between them, derive SARSA and Q-learning as the on-policy and off-policy forms of control, unify everything through n-step returns and eligibility traces, and close on the deadly triad that makes off-policy bootstrapping with function approximation diverge.\n",{"path":17548,"title":17549,"module":17541,"summary":17550},"\u002Fdeep-learning\u002Freinforcement-learning\u002Fdeep-q-networks","Deep Q-Networks","A Deep Q-Network replaces the tabular action-value function with a neural approximator $Q(s,a;\\theta)$ and trains it by regression toward a bootstrapped target. Naive online Q-learning with a network diverges, so DQN adds two stabilizers: an experience-replay buffer that decorrelates samples, and a periodically-frozen target network that holds the regression target still. We derive the loss, give the full algorithm and the Atari pipeline, and then layer on Double DQN, the dueling split, prioritized replay, and the Rainbow combination.\n",{"path":17552,"title":17553,"module":17541,"summary":17554},"\u002Fdeep-learning\u002Freinforcement-learning\u002Fpolicy-gradients-and-actor-critic","Policy Gradients and Actor-Critic Methods","Value-based reinforcement learning learns what each state is worth and acts greedily; policy-gradient methods skip the detour and optimize a parameterized policy directly by ascending the gradient of expected return. The policy gradient theorem makes this tractable through the log-derivative trick, turning an intractable gradient of an expectation into an expectation of a gradient. REINFORCE realizes the idea but suffers high variance; baselines, the advantage function, and actor-critic learning reduce it, and trust-region methods (TRPO, PPO) keep each update from destroying the policy it just learned.\n",{"path":17556,"title":17557,"module":17541,"summary":17558},"\u002Fdeep-learning\u002Freinforcement-learning\u002Frl-from-human-feedback","Reinforcement Learning from Human Feedback","Many objectives we want from a model, that it be helpful and harmless, are hard to write down but easy to judge by comparison. RLHF turns that asymmetry into a training signal: fit a reward model to pairwise human preferences under the Bradley-Terry likelihood, then fine-tune the policy to maximize that reward under a KL penalty toward a reference. We derive the reward loss, the KL-regularized RL objective and its closed-form optimum, then show how DPO inverts that optimum to collapse the whole pipeline into one supervised log-sigmoid loss, and survey IPO, KTO, RLAIF, and GRPO.\n",{"path":17560,"title":17561,"module":298,"summary":298},"\u002Fdeep-learning","Deep Learning",{"path":17563,"title":17564,"module":15628,"summary":17565},"\u002Fstatistical-mechanics\u002Fthermodynamics\u002Fequilibrium-state-variables-zeroth-law","Equilibrium, State Variables, and the Zeroth Law","Thermodynamics describes a many-body system by a handful of macroscopic variables and the equilibrium relations among them. This lesson fixes the vocabulary: systems and the walls that separate them, state variables versus path-dependent process quantities, quasi-static and reversible idealizations, and the zeroth law, whose transitivity of thermal equilibrium is what lets temperature exist as a number. The ideal-gas thermometer turns that number into a scale, and an equation of state ties the variables into a surface.\n",{"path":17567,"title":17568,"module":15628,"summary":17569},"\u002Fstatistical-mechanics\u002Fthermodynamics\u002Ffirst-law-heat-and-work","The First Law: Internal Energy, Heat, and Work","The first law is energy conservation for a system that exchanges energy as both heat and work. Internal energy is a state function with an exact differential; heat and work are path-dependent process quantities. This lesson states $\\d U=\\delta Q+\\delta W$, computes compression work as an area on the $P$–$V$ plane, defines the heat capacities $C_V$ and $C_P$ and the enthalpy that makes $C_P$ natural, and works the isothermal and adiabatic processes of an ideal gas, including the adiabat $PV^\\gamma=\\text{const}$.\n",{"path":17571,"title":17572,"module":15628,"summary":17573},"\u002Fstatistical-mechanics\u002Fthermodynamics\u002Fsecond-law-entropy-and-the-carnot-bound","The Second Law, Carnot Cycles, and Entropy","The second law forbids the free conversion of heat into work. This lesson states the Kelvin and Clausius forms, proves them equivalent, and analyzes the Carnot cycle to get the efficiency bound $1-T_c\u002FT_h$. Carnot's theorem makes that bound universal and defines the thermodynamic temperature scale. The Clausius inequality $\\oint \\delta Q\u002FT\\le 0$ then constructs entropy as a state function, $\\d S=\\delta Q_{\\rm rev}\u002FT$, whose non-decrease in isolated systems is the arrow of time.\n",{"path":17575,"title":17576,"module":15628,"summary":17577},"\u002Fstatistical-mechanics\u002Fthermodynamics\u002Fthermodynamic-potentials-and-maxwell-relations","Thermodynamic Potentials and Maxwell Relations","The fundamental relation $\\d U=T\\,\\d S-P\\,\\d V+\\mu\\,\\d N$ packages the first and second laws into one exact differential. Legendre transforms swap each conjugate pair to produce the Helmholtz, enthalpy, Gibbs, and grand potentials, each minimized under its own natural variables. Equality of mixed second partials of these potentials gives the Maxwell relations, which convert unmeasurable entropy derivatives into measurable ones from the equation of state.\n",{"path":17579,"title":17580,"module":15628,"summary":17581},"\u002Fstatistical-mechanics\u002Fthermodynamics\u002Fstability-response-functions-and-the-third-law","Response Functions, Stability, and the Third Law","Response functions — heat capacities, compressibilities, thermal expansion — are the second derivatives of the potentials and the quantities an experiment actually measures. This lesson derives the general relation $C_P-C_V=TV\\alpha^2\u002F\\kappa_T$, shows that convexity of the potentials forces the stability conditions $C_V>0$ and $\\kappa_T>0$, and states the third law: entropy approaches a constant as $T\\to0$, so heat capacities and expansion coefficients vanish there and absolute zero is unattainable.\n",{"path":17583,"title":17584,"module":17585,"summary":17586},"\u002Fstatistical-mechanics\u002Ffoundations\u002Fclassical-statistics-and-equipartition","Classical Statistics and Equipartition","Microstates, Phase Space, and Statistical Entropy","A liter of gas holds on the order of a trillion trillion molecules, far too many to track by their equations of motion. Classical statistical mechanics replaces the trajectories with a single probability law, the Boltzmann distribution, and reads the measurable properties of matter off it: the Maxwell speed distribution, the average energy per degree of freedom, and the heat capacities of gases and solids — together with the low-temperature failures that forced the quantum revision.\n",{"path":17588,"title":17589,"module":17585,"summary":17590},"\u002Fstatistical-mechanics\u002Ffoundations\u002Fphase-space-and-liouvilles-theorem","Phase Space, Trajectories, and Liouville's Theorem","A classical system of N particles is one point in a 6N-dimensional phase space, and its evolution is a single trajectory driven by Hamilton's equations. This lesson builds that geometric picture, introduces the phase-space density of an ensemble, and proves Liouville's theorem: the density is carried by the flow as an incompressible fluid, so phase-space volume is conserved. The stationary densities of equilibrium follow as functions of the conserved quantities alone.\n",{"path":17592,"title":17593,"module":17585,"summary":17594},"\u002Fstatistical-mechanics\u002Ffoundations\u002Fensembles-and-the-equal-probability-postulate","Ensembles and the Postulate of Equal a Priori Probabilities","An ensemble is a probability distribution over the microstates of a system. This lesson states the single postulate on which equilibrium statistical mechanics rests — that an isolated system in equilibrium is equally likely to be in any of its accessible microstates — and works out its consequences: the accessible phase-space volume, the overwhelming dominance of the most probable macrostate as the particle number grows, and the ergodic hypothesis that lets a time average be replaced by an ensemble average.\n",{"path":17596,"title":17597,"module":17585,"summary":17598},"\u002Fstatistical-mechanics\u002Ffoundations\u002Fstatistical-entropy-boltzmann-and-gibbs","Statistical Entropy: Boltzmann and Gibbs","Entropy is the logarithm of the number of accessible microstates. This lesson builds the two statistical entropies — Boltzmann's S = k ln Omega for an isolated system and Gibbs's S = -k sum p ln p for any ensemble — proves they agree for a uniform distribution, and connects both to Shannon's measure of missing information. The second law emerges as the drift toward maximum multiplicity, and maximizing the Gibbs entropy under constraints previews the canonical distribution.\n",{"path":17600,"title":17601,"module":17602,"summary":17603},"\u002Fstatistical-mechanics\u002Fmicrocanonical\u002Fmicrocanonical-ensemble-and-entropy","The Microcanonical Ensemble and Statistical Entropy","The Microcanonical Ensemble","An isolated system holds its energy, volume, and particle number fixed, and the fundamental postulate assigns equal probability to every microstate on its energy shell. This lesson builds the microcanonical distribution, defines the enclosed phase-space volume $\\Gamma(E)$, the surface density of states $\\omega(E)=\\d\\Gamma\u002F\\d E$, and the shell count $\\Omega(E)$, shows their logarithms agree to $O(\\ln N)$ for large $N$, and reads the Boltzmann entropy $S=k\\ln\\Omega$ off the count. The measure factors $h^{3N}$ and $N!$ enter here and make $S$ extensive.\n",{"path":17605,"title":17606,"module":17602,"summary":17607},"\u002Fstatistical-mechanics\u002Fmicrocanonical\u002Fequilibrium-conditions-temperature-pressure-chemical-potential","Thermal, Mechanical, and Diffusive Equilibrium","Two isolated subsystems that can exchange energy, volume, or particles reach equilibrium at the partition that maximizes their combined entropy. Setting the derivative of the total entropy to zero identifies the statistical definitions $1\u002FT=(\\partial S\u002F\\partial E)$, $P\u002FT=(\\partial S\u002F\\partial V)$, and $-\\mu\u002FT=(\\partial S\u002F\\partial N)$, shows heat flows from hot to cold as an entropy increase, and recovers the fundamental relation $\\d S=(\\d E+P\\,\\d V-\\mu\\,\\d N)\u002FT$ from pure counting.\n",{"path":17609,"title":17610,"module":17602,"summary":17611},"\u002Fstatistical-mechanics\u002Fmicrocanonical\u002Fideal-gas-phase-space-and-the-sackur-tetrode-entropy","The Ideal Gas, Phase-Space Volume, and the Sackur–Tetrode Entropy","The monatomic ideal gas is the first system whose microcanonical count can be done in closed form. The momentum integral is the volume of a $3N$-dimensional ball of radius $\\sqrt{2mE}$, the configuration integral is $V^N$, and together they give the Sackur–Tetrode entropy $S=Nk[\\ln(V\u002FN\\lambda^3)+5\u002F2]$ with the thermal wavelength $\\lambda=h\u002F\\sqrt{2\\pi mkT}$. The formula matches the measured entropy of helium, fixes the classical regime $n\\ll n_Q$, and shows why the $N!$ is needed for extensivity.\n",{"path":17613,"title":17614,"module":17602,"summary":17615},"\u002Fstatistical-mechanics\u002Fmicrocanonical\u002Ftwo-state-systems-paramagnets-and-negative-temperature","Two-State Systems, Paramagnets, and Negative Temperature","The ideal two-state paramagnet has a multiplicity counted by the binomial coefficient, an entropy that is an inverted dome in the energy, and a temperature read from the slope $1\u002FT=\\partial S\u002F\\partial E$. Because the energy is bounded above, the slope changes sign past the entropy maximum: a population-inverted spin system has a negative absolute temperature, which is hotter than any positive temperature. Nuclear-spin experiments and lasers realize the inverted state.\n",{"path":17617,"title":17618,"module":17619,"summary":17620},"\u002Fstatistical-mechanics\u002Fcanonical\u002Fcanonical-ensemble-and-the-boltzmann-distribution","The Canonical Ensemble and the Boltzmann Distribution","The Canonical Ensemble","A system held at fixed temperature by contact with a heat reservoir is described by the canonical ensemble. Expanding the reservoir entropy to first order in the system energy gives the Boltzmann distribution $p_i\\propto e^{-\\beta E_i}$, and the same law follows from maximizing the Gibbs entropy at fixed mean energy. Both routes identify $\\beta=1\u002Fk_BT$ and fix the probability of every microstate from the temperature alone.\n",{"path":17622,"title":17623,"module":17619,"summary":17624},"\u002Fstatistical-mechanics\u002Fcanonical\u002Fpartition-function-and-the-helmholtz-free-energy","The Partition Function and the Helmholtz Free Energy","The normalizing sum of the Boltzmann distribution, the partition function $Z=\\sum_i e^{-\\beta E_i}$, is a generating function for the thermodynamics. The mean energy is $-\\partial\\ln Z\u002F\\partial\\beta$, and the Gibbs entropy of the canonical distribution collapses to the bridge relation $F=-k_BT\\ln Z$. From $F$ every thermodynamic quantity follows by differentiation, and $Z$ factorizes over independent degrees of freedom.\n",{"path":17626,"title":17627,"module":17619,"summary":17628},"\u002Fstatistical-mechanics\u002Fcanonical\u002Fenergy-fluctuations-and-ensemble-equivalence","Energy Fluctuations and the Equivalence of Ensembles","In the canonical ensemble the energy fluctuates, and the second derivative of $\\ln Z$ gives its variance. The fluctuation–response identity $\\langle\\Delta E^2\\rangle = k_BT^2C_V$ ties the spread of the energy to the heat capacity, and the relative fluctuation falls as $1\u002F\\sqrt{N}$. In the thermodynamic limit the canonical energy distribution is a sharp spike, and the canonical and microcanonical ensembles predict the same thermodynamics.\n",{"path":17630,"title":17631,"module":17619,"summary":17632},"\u002Fstatistical-mechanics\u002Fcanonical\u002Fthe-einstein-solid-and-harmonic-systems","Harmonic Systems: The Einstein Solid and Vibrational Heat Capacity","A quantum harmonic oscillator has a geometric partition function summed in closed form, giving a mean energy $\\hbar\\omega(\\tfrac12+\\langle n\\rangle)$ with the Bose occupation factor. Modeling a solid as $3N$ independent oscillators yields a heat capacity that rises from zero and saturates at the Dulong–Petit value $3Nk_B$. The Einstein temperature sets the crossover, and the model's exponential low-temperature falloff, too steep against the observed $T^3$, motivates the Debye theory.\n",{"path":17634,"title":17635,"module":17619,"summary":17636},"\u002Fstatistical-mechanics\u002Fcanonical\u002Fparamagnetism-and-the-schottky-anomaly","Paramagnetism, Two-Level Systems, and the Schottky Anomaly","A magnetic moment in a field is a two-level system whose partition function is a hyperbolic cosine. The magnetization of a spin-$\\tfrac12$ paramagnet is $N\\mu\\tanh(\\mu B\u002Fk_BT)$, generalizing to the Brillouin function for spin $J$; it gives Curie's law $\\chi\\propto 1\u002FT$ at high temperature and saturates at low temperature. A finite level gap produces the Schottky heat-capacity peak, and the temperature dependence of the entropy on the field is the basis of adiabatic demagnetization cooling.\n",{"path":17638,"title":17639,"module":17640,"summary":17641},"\u002Fstatistical-mechanics\u002Fclassical-gas\u002Fideal-gas-partition-function-and-the-gibbs-paradox","The Ideal Gas Partition Function and the Gibbs Paradox","The Classical Ideal Gas","The classical monatomic ideal gas built from the partition function. The single-particle sum is $z_1=V\u002F\\lambda^3$ with the thermal de Broglie wavelength $\\lambda$; the $N$-particle partition function is $z_1^N\u002FN!$, and the $N!$ is forced by indistinguishability. From $Z$ the ideal-gas law, $U=\\tfrac32 Nk_BT$, and the Sackur–Tetrode entropy follow. The $N!$ makes the entropy extensive and resolves the Gibbs paradox: mixing identical gases produces no entropy change.\n",{"path":17643,"title":17644,"module":17640,"summary":17645},"\u002Fstatistical-mechanics\u002Fclassical-gas\u002Fequipartition-and-the-virial-theorem","Equipartition and the Virial Theorem","The equipartition theorem derived from the canonical ensemble: every phase-space coordinate that enters the Hamiltonian quadratically carries a mean energy $\\tfrac12 k_BT$. The generalized form $\\langle x_i\\,\\partial H\u002F\\partial x_j\\rangle = k_BT\\,\\delta_{ij}$ contains equipartition and the classical virial theorem as special cases. Equipartition fixes the classical heat capacities, fails by quantum freeze-out when a level gap exceeds $k_BT$, and shifts for a relativistic gas whose energy is linear rather than quadratic in momentum.\n",{"path":17647,"title":17648,"module":17640,"summary":17649},"\u002Fstatistical-mechanics\u002Fclassical-gas\u002Fmolecular-gases-rotation-and-vibration","Molecular Gases: Rotational and Vibrational Degrees of Freedom","The internal partition function of a diatomic gas factorizes into translational, rotational, vibrational, and electronic parts. The rigid rotor gives a rotational temperature $\\theta_{\\rm rot}$; the harmonic bond gives a vibrational temperature $\\theta_{\\rm vib}$. Each mode contributes to the heat capacity only above its characteristic temperature, producing the diatomic $C_V$ staircase from $\\tfrac32 R$ to $\\tfrac52 R$ to $\\tfrac72 R$. Homonuclear molecules carry a symmetry number, and hydrogen splits into ortho and para species.\n",{"path":17651,"title":17652,"module":17653,"summary":17654},"\u002Fstatistical-mechanics\u002Fgrand-canonical\u002Fgrand-canonical-ensemble-and-the-grand-partition-function","The Grand Canonical Ensemble","Grand Canonical Ensemble","When a system exchanges both energy and particles with a reservoir, the reservoir fixes its temperature and its chemical potential. Expanding the reservoir entropy to first order in the exchanged energy and particle number gives the Gibbs factor $e^{-\\beta(E-\\mu N)}$, and summing it over every microstate of every particle number gives the grand partition function $\\Xi$. The grand potential $\\Phi = -k_BT\\ln\\Xi = -PV$ generates the mean particle number, energy, entropy, and pressure by differentiation.\n",{"path":17656,"title":17657,"module":17653,"summary":17658},"\u002Fstatistical-mechanics\u002Fgrand-canonical\u002Fchemical-potential-fugacity-and-number-fluctuations","Chemical Potential, Fugacity, and Number Fluctuations","The chemical potential is the energy to add one particle at fixed entropy and volume, equal to the slope of the free energy in the particle number. For the classical ideal gas $\\mu=k_BT\\ln(n\\lambda^3)$ is large and negative, and the fugacity $z=n\\lambda^3$ is small. The grand ensemble makes the particle number fluctuate; its variance $\\langle\\Delta N^2\\rangle=k_BT(\\partial N\u002F\\partial\\mu)$ equals $k_BT\\,N^2\\kappa_T\u002FV$, tying density fluctuations to the isothermal compressibility. Equality of $\\mu$ is the condition for diffusive equilibrium and phase coexistence.\n",{"path":17660,"title":17661,"module":17653,"summary":17662},"\u002Fstatistical-mechanics\u002Fgrand-canonical\u002Fensemble-summary-and-the-thermodynamic-web","The Three Ensembles and the Thermodynamic Web","The microcanonical, canonical, and grand canonical ensembles hold different variables fixed and generate different potentials — the entropy $S$, the Helmholtz free energy $F$, and the grand potential $\\Phi$ — linked by Legendre transforms that trade each fixed variable for its conjugate. Each successive ensemble lets one more quantity fluctuate. In the thermodynamic limit the three agree, the relative fluctuations vanishing as $1\u002F\\sqrt{N}$; the ideal gas gives the same equation of state in all three. The choice of ensemble is a matter of convenience, set by which sum is easiest.\n",{"path":17664,"title":17665,"module":17666,"summary":17667},"\u002Fstatistical-mechanics\u002Fquantum-statistics\u002Fquantum-statistics-bose-einstein-and-fermi-dirac","Quantum Statistics — Bose-Einstein and Fermi-Dirac","Quantum Statistics","Quantum particles of the same kind are genuinely indistinguishable: no label survives an overlap of their wave functions. Counting states with that constraint replaces the Boltzmann distribution with two quantum laws — the Bose-Einstein distribution for integer-spin particles, which clump into shared states, and the Fermi-Dirac distribution for half-integer-spin particles, which exclude one another. Both reduce to Boltzmann in the dilute, hot limit, and a de Broglie criterion says exactly when.\n",{"path":17669,"title":17670,"module":17666,"summary":17671},"\u002Fstatistical-mechanics\u002Fquantum-statistics\u002Fderiving-the-quantum-distributions","Deriving the Quantum Distributions from the Grand Ensemble","The Bose-Einstein and Fermi-Dirac distributions follow from one observation: in the occupation-number representation the single-particle modes are independent, so the grand partition function factorizes into one factor per mode. A boson mode sums a geometric series over all occupancies; a fermion mode sums two terms. Differentiating each factor gives the mean occupation $1\u002F(e^{\\beta(\\varepsilon-\\mu)}\\mp 1)$, the Maxwell-Boltzmann limit when occupancies are small, and the occupation fluctuations that distinguish bunching from anti-bunching.\n",{"path":17673,"title":17674,"module":17666,"summary":17675},"\u002Fstatistical-mechanics\u002Fquantum-statistics\u002Fthe-classical-limit-and-quantum-concentration","The Classical Limit and Quantum Concentration","When every single-particle level is nearly empty, both quantum distributions collapse to the Maxwell-Boltzmann form, and the fugacity equals the ratio of the number density to the quantum concentration $n_Q = 1\u002F\\lambda^3$. The gas is classical when $n \\ll n_Q$, degenerate when $n \\gtrsim n_Q$. The chemical potential is large and negative in the classical regime and rises through zero as the gas degenerates. The leading quantum correction to the ideal-gas law is a second virial term that lowers the pressure for bosons and raises it for fermions — a statistical attraction and repulsion with no interaction behind it.\n",{"path":17677,"title":17678,"module":17666,"summary":17679},"\u002Fstatistical-mechanics\u002Fquantum-statistics\u002Fideal-quantum-gases-general-framework","Ideal Quantum Gases: The General Framework","Every ideal quantum gas is handled by one calculation. The sum over single-particle modes becomes an energy integral weighted by a density of states $g(\\varepsilon)\\propto\\varepsilon^{1\u002F2}$, and the number and pressure reduce to the Bose and Fermi functions $g_\\nu(z)$ and $f_\\nu(z)$ of the fugacity. An integration by parts fixes $PV=\\tfrac23 U$ for a nonrelativistic gas and $PV=\\tfrac13 U$ for an ultrarelativistic one, independent of statistics. Specializing the density of states and the chemical potential then produces the photon gas, phonons, the Bose gas, and the Fermi gas as four branches of the same framework.\n",{"path":17681,"title":17682,"module":17683,"summary":17684},"\u002Fstatistical-mechanics\u002Fbose-systems\u002Fbose-einstein-condensation-and-the-fermion-gas","Bose-Einstein Condensation and the Fermion Gas","Bosonic Systems","Below a critical temperature a boson gas drops a macroscopic fraction of its particles into the single ground state — Bose-Einstein condensation, the mechanism behind superfluid helium and the dilute-atom condensates cooled to nanokelvin. The same statistics applied to a photon gas reproduces Planck's blackbody spectrum. Fermions do the opposite: forbidden from sharing states, they fill every level up to the Fermi energy, and that filled sea governs the electrons in metals and the pressure that holds up a white dwarf.\n",{"path":17686,"title":17687,"module":17683,"summary":17688},"\u002Fstatistical-mechanics\u002Fbose-systems\u002Fthe-photon-gas-and-plancks-radiation-law","The Photon Gas and Planck's Radiation Law","Electromagnetic radiation in equilibrium with cavity walls is a gas of non-conserved bosons, and non-conservation forces the chemical potential to zero. Counting standing-wave modes with two polarizations and weighting each by the Bose occupation gives the Planck spectral energy density. Its low-frequency tail reproduces the classical Rayleigh-Jeans law and the ultraviolet catastrophe; the Bose factor cuts the divergence off at high frequency and the peak obeys Wien's displacement law.\n",{"path":17690,"title":17691,"module":17683,"summary":17692},"\u002Fstatistical-mechanics\u002Fbose-systems\u002Fblackbody-thermodynamics-and-radiation-pressure","Blackbody Thermodynamics and Radiation Pressure","Integrating the Planck spectrum over all frequencies gives the total energy density proportional to the fourth power of temperature — the Stefan-Boltzmann law — and the isotropy of a relativistic gas fixes the radiation pressure at one third of the energy density. From the free energy follow the entropy and heat capacity, both proportional to T cubed, and the adiabatic law for radiation. The results govern the pressure inside stars and the cooling of the cosmic microwave background as the universe expands.\n",{"path":17694,"title":17695,"module":17683,"summary":17696},"\u002Fstatistical-mechanics\u002Fbose-systems\u002Fphonons-and-the-debye-model","Phonons and the Debye Model","The vibrations of a crystal lattice are quantized into phonons — bosons of zero chemical potential, counted exactly like cavity photons but with three polarizations, a finite sound speed, and a total of 3N modes. The Debye model replaces the true dispersion by a linear one cut off at a frequency that enforces that count. It gives the correct low-temperature T-cubed heat capacity the Einstein model missed and recovers the Dulong-Petit value at high temperature.\n",{"path":17698,"title":17699,"module":17683,"summary":17700},"\u002Fstatistical-mechanics\u002Fbose-systems\u002Fbose-einstein-condensation-derived","Bose-Einstein Condensation Derived","For a gas of conserved bosons the excited states can hold only a finite number of particles at fixed temperature, set by the Bose function at unit fugacity. When the total exceeds that ceiling the surplus collapses into the single ground state, which the continuum density-of-states integral misses and which must be restored by hand. This fixes the critical temperature, the condensate fraction, and the fact that a uniform gas condenses only in three or more dimensions.\n",{"path":17702,"title":17703,"module":17683,"summary":17704},"\u002Fstatistical-mechanics\u002Fbose-systems\u002Fthermodynamics-of-the-bose-gas-and-superfluidity","Thermodynamics of the Bose Gas and Superfluidity","The energy and pressure of the ideal Bose gas follow from the Bose function at the order above the density, and below the critical temperature the pressure depends on temperature alone because the condensate carries none. The heat capacity rises to a cusp at the transition. Real superfluid helium departs from the ideal gas because interactions matter: the Landau criterion ties frictionless flow to the phonon-roton excitation spectrum, and the two-fluid model carries a second sound.\n",{"path":17706,"title":17707,"module":17708,"summary":17709},"\u002Fstatistical-mechanics\u002Ffermi-gas\u002Fthe-ideal-fermi-gas-at-zero-temperature","The Ideal Fermi Gas at Zero Temperature","Degenerate Fermi Gas","At absolute zero a gas of non-interacting fermions fills every single-particle state up to the Fermi energy and leaves the rest empty, a filled Fermi sphere in momentum space. This lesson computes the Fermi momentum, energy, and temperature from the density, the density of states, the total ground-state energy, and the degeneracy pressure that grows as $n^{5\u002F3}$. Numerical Fermi energies for metals set the scale: they are electron-volts, so room temperature is deep in the degenerate regime.\n",{"path":17711,"title":17712,"module":17708,"summary":17713},"\u002Fstatistical-mechanics\u002Ffermi-gas\u002Fsommerfeld-expansion-and-electrons-in-metals","The Sommerfeld Expansion and Electrons in Metals","Turning on a small temperature blurs the Fermi step over a shell of width $k_BT$ around $\\epsilon_F$. The Sommerfeld expansion turns integrals over the Fermi function into a power series in $(k_BT\u002F\\epsilon_F)^2$, giving the shift of the chemical potential and a heat capacity linear in $T$. This resolves the old puzzle of the missing electronic heat capacity, predicts the combined $C=\\gamma T+AT^3$ of a metal, and gives the temperature-independent Pauli paramagnetism of the electron gas.\n",{"path":17715,"title":17716,"module":17708,"summary":17717},"\u002Fstatistical-mechanics\u002Ffermi-gas\u002Fwhite-dwarfs-and-the-chandrasekhar-limit","White Dwarfs and the Chandrasekhar Limit","A white dwarf is held up against its own gravity by the degeneracy pressure of its electrons. Balancing that pressure against gravity gives a mass-radius relation $R\\propto M^{-1\u002F3}$: heavier white dwarfs are smaller and denser. As the density rises the electrons turn relativistic, the pressure softens from $n^{5\u002F3}$ to $n^{4\u002F3}$, and the star can no longer support itself above a critical mass. This lesson derives that Chandrasekhar mass, about $1.4\\,M_\\odot$, and what lies beyond it.\n",{"path":17719,"title":17720,"module":17708,"summary":17721},"\u002Fstatistical-mechanics\u002Ffermi-gas\u002Fneutron-stars-and-nuclear-matter","Neutron Stars and Dense Matter","When a collapsing core passes nuclear density, electron capture converts the matter to neutrons and their degeneracy pressure takes over. The same balance that fixes a white dwarf, rescaled by the neutron mass, gives a neutron star of a few solar masses in a ten-kilometre radius. General relativity is no longer a correction: the Tolman-Oppenheimer-Volkoff equation replaces the Newtonian balance and sets a maximum mass around two solar masses. This lesson rescales the Fermi-gas argument, states where it breaks, and places the compact objects in one stability sequence.\n",{"path":17723,"title":17724,"module":17725,"summary":17726},"\u002Fstatistical-mechanics\u002Finteractions\u002Fthe-cluster-expansion-and-virial-coefficients","The Cluster Expansion and Virial Coefficients","Interacting Gases","A real gas departs from $PV=Nk_BT$ because its molecules interact. The configuration integral factors through the Mayer function $f_{ij}=e^{-\\beta u_{ij}}-1$, and expanding it in powers of density produces the virial expansion $PV\u002FNk_BT = 1 + B_2(T)n + B_3(T)n^2 + \\cdots$. The second virial coefficient $B_2(T)=-\\tfrac12\\int f\\,\\d^3r$ is a single integral over the pair potential; it is positive for a hard core, negative for an attractive well, and vanishes at the Boyle temperature where the two balance.\n",{"path":17728,"title":17729,"module":17725,"summary":17730},"\u002Fstatistical-mechanics\u002Finteractions\u002Fthe-van-der-waals-gas-and-liquid-gas-coexistence","The van der Waals Gas and Liquid-Gas Coexistence","Resumming the second virial coefficient $B_2=b-a\u002Fk_BT$ into an equation of state gives the van der Waals model $(P+a\u002Fv^2)(v-b)=k_BT$, the simplest theory of a fluid that condenses. Below the critical temperature its isotherms develop a mechanically unstable loop; the Maxwell equal-area construction replaces the loop with a coexistence tie line. The critical point sits at $v_c=3b$, $k_BT_c=8a\u002F27b$, $P_c=a\u002F27b^2$, and the model predicts universal but incorrect critical exponents because it ignores fluctuations.\n",{"path":17732,"title":17733,"module":17725,"summary":17734},"\u002Fstatistical-mechanics\u002Finteractions\u002Fquantum-gases-with-interactions-and-exchange","Quantum Gases with Interactions and Statistical Exchange","A quantum gas has a nonzero second virial coefficient even with no forces between the particles: symmetrization alone produces an effective statistical interaction, attractive for bosons and repulsive for fermions, with range the thermal wavelength $\\lambda$. This lesson derives that exchange contribution $B_2=\\mp\\lambda^3\u002F2^{5\u002F2}g$, writes it as a statistical potential $v_s(r)=-k_BT\\ln(1\\pm e^{-2\\pi r^2\u002F\\lambda^2})$, and shows how real interactions add on top through the Beth-Uhlenbeck phase-shift formula, reducing at low temperature to a single scattering length.\n",{"path":17736,"title":17737,"module":17738,"summary":17739},"\u002Fstatistical-mechanics\u002Fphase-transitions\u002Fphases-coexistence-and-classification","Phases, Coexistence, and the Classification of Transitions","Phase Transitions","A phase transition is a point where the free energy of a substance loses analyticity, so a small change in temperature or pressure produces a qualitative change of state. This lesson maps the coexistence curves of a pure substance, derives the Clausius-Clapeyron relation between the slope of a coexistence line and its latent heat, and separates first-order transitions (discontinuous entropy and density) from continuous ones (a vanishing order parameter and divergent response). The Ehrenfest scheme, the order parameter, and the triple and critical points fix the vocabulary the rest of the module builds on.\n",{"path":17741,"title":17742,"module":17738,"summary":17743},"\u002Fstatistical-mechanics\u002Fphase-transitions\u002Fthe-ising-model-and-exact-solutions","The Ising Model and Exact Results","The Ising model reduces cooperative ordering to spins on a lattice coupled to their neighbors, and the same Hamiltonian describes uniaxial magnets, the liquid-gas critical point through the lattice gas, and binary alloys. This lesson solves the one-dimensional chain exactly with the transfer matrix, shows by a domain-wall argument why one dimension has no ordered phase at any positive temperature, contrasts the survival of order in two dimensions, and quotes Onsager's exact two-dimensional results: the critical temperature, the logarithmically divergent heat capacity, and the magnetization exponent one eighth.\n",{"path":17745,"title":17746,"module":17738,"summary":17747},"\u002Fstatistical-mechanics\u002Fphase-transitions\u002Fmean-field-theory-and-the-weiss-model","Mean-Field Theory and Spontaneous Symmetry Breaking","Mean-field theory replaces the neighbors of each spin by their average, turning the interacting Ising model into a single spin in a self-consistent field. The resulting equation m = tanh(beta J z m + beta h) has only the zero solution above a critical temperature and gains a nonzero root below it, giving spontaneous magnetization and a mean-field critical temperature k T_c = J z. The Bragg-Williams free energy turns single-welled above T_c and double-welled below, the picture of spontaneous symmetry breaking. The approximation is exact in high dimension and fails below the upper critical dimension four, quantified by the Ginzburg criterion.\n",{"path":17749,"title":17750,"module":17738,"summary":17751},"\u002Fstatistical-mechanics\u002Fphase-transitions\u002Fcritical-exponents-and-landau-theory","Critical Exponents, Scaling, and Landau Theory","Near a continuous transition every singular quantity follows a power law in the reduced temperature, and the exponents alpha, beta, gamma, delta, nu, and eta encode the transition more sharply than T_c itself. Landau theory expands the free energy in the order parameter and delivers the mean-field exponents in a few lines. They disagree with experiment and with the exact two-dimensional Ising values, but the exponents are not independent: the scaling relations of Rushbrooke, Widom, Fisher, and Josephson tie them together, and the correlation length sets the length scale that organizes universality classes.\n",{"path":17753,"title":17754,"module":17738,"summary":17755},"\u002Fstatistical-mechanics\u002Fphase-transitions\u002Fthe-renormalization-group-idea","Scaling and the Renormalization-Group Idea","At a critical point fluctuations exist on every length scale, so the system looks the same after coarse-graining. The renormalization group makes this self-similarity a computation: group spins into blocks, integrate out the short scales, and track how the couplings change. The transformation has fixed points, and the flow near a critical fixed point separates relevant couplings that grow from irrelevant ones that shrink, which is why only dimension and symmetry survive to set the exponents. The one-dimensional Ising decimation carries the whole scheme through in closed form and reproduces the absence of a finite-temperature transition.\n",{"path":17757,"title":17758,"module":17759,"summary":17760},"\u002Fstatistical-mechanics\u002Ffluctuations\u002Fthermodynamic-fluctuations-and-response","Thermodynamic Fluctuations and Response Functions","Fluctuations and Response","Thermodynamic variables are sharp only on average; a macroscopic system in equilibrium fluctuates about its mean values. Einstein inverted Boltzmann's $S=k_B\\ln\\Omega$ into a Gaussian probability for a fluctuation, $w\\propto e^{\\Delta S\u002Fk_B}$, and the second moments it predicts reproduce the response functions: $\\langle\\Delta E^2\\rangle=k_BT^2C_V$, $\\langle\\Delta V^2\\rangle=k_BTV\\kappa_T$, $\\langle\\Delta M^2\\rangle=k_BT\\chi_T$. The variances diverge where the responses diverge, at a critical point, producing critical opalescence and the breakdown of the thermodynamic description.\n",{"path":17762,"title":17763,"module":17759,"summary":17764},"\u002Fstatistical-mechanics\u002Ffluctuations\u002Fbrownian-motion-and-the-langevin-equation","Brownian Motion and the Langevin Equation","A pollen grain in water executes a random walk driven by molecular collisions. Einstein tied its diffusion constant to its mobility, $D=\\mu_{\\mathrm{mob}}k_BT$, turning a visible motion into a measurement of Avogadro's number. The Langevin equation splits the collisions into a systematic drag and a random force whose strength is fixed by the drag through $\\langle\\xi(t)\\xi(t')\\rangle=2\\gamma k_BT\\,\\delta(t-t')$ — the first fluctuation–dissipation relation. The mean-square displacement grows ballistically at short times and linearly, $\\langle r^2\\rangle=2dDt$, at long times, and the Stokes–Einstein relation $D=k_BT\u002F6\\pi\\eta a$ closes the loop to Perrin's experiments.\n",{"path":17766,"title":17767,"module":17759,"summary":17768},"\u002Fstatistical-mechanics\u002Ffluctuations\u002Flinear-response-and-the-fluctuation-dissipation-theorem","Linear Response and the Fluctuation-Dissipation Theorem","A system driven by a weak external field responds through a generalized susceptibility $\\chi(\\omega)$ whose imaginary part measures dissipation. The Wiener–Khinchin theorem makes the power spectrum of equilibrium fluctuations the Fourier transform of their correlation function, and the fluctuation–dissipation theorem ties the two together: $S_x(\\omega)=(2k_BT\u002F\\omega)\\,\\chi''(\\omega)$, so the spectrum of spontaneous fluctuations is fixed by the dissipative response. The Johnson–Nyquist noise of a resistor, $\\langle V^2\\rangle=4k_BTR\\,\\Delta f$, is the canonical example, and Onsager reciprocity closes the subject.\n",{"path":17770,"title":17771,"module":298,"summary":298},"\u002Fstatistical-mechanics","Statistical Mechanics",{"path":17773,"title":17774,"module":17775,"summary":17776},"\u002Fcondensed-matter\u002Fmolecules-and-bonding\u002Fbonding-mechanisms","Bonding Mechanisms","Molecules and Chemical Bonding","A molecule forms when the total energy of two atoms drops below the energy of the separated pair. This lesson works through the four mechanisms that produce that minimum: the ionic bond from charge transfer, the covalent bond from shared electron wave functions, the metallic bond, and the weak dipole-dipole and hydrogen bonds, computing bond lengths and dissociation energies for NaCl, H₂, and H₂⁺.\n",{"path":17778,"title":17779,"module":17775,"summary":17780},"\u002Fcondensed-matter\u002Fmolecules-and-bonding\u002Fmolecular-orbitals-and-h2-plus","The Molecular-Orbital Method and H₂⁺","The hydrogen molecule ion is the two-center problem that fixes the language of chemical bonding. This lesson builds the molecular orbital as a linear combination of atomic orbitals, minimizes the energy through the variational secular equation, and reduces the result to three two-center integrals: the overlap, the Coulomb term, and the exchange (resonance) integral. The bonding and antibonding levels, their potential-energy curves, and the charge piled between the nuclei follow from those integrals.\n",{"path":17782,"title":17783,"module":17775,"summary":17784},"\u002Fcondensed-matter\u002Fmolecules-and-bonding\u002Fhydrogen-molecule-and-exchange","The Hydrogen Molecule, Exchange, and Hybridization","Adding the second electron turns the one-electron ion into the two-electron hydrogen molecule, where electron-electron repulsion and the Pauli principle govern the bond. This lesson contrasts the Heitler-London valence-bond and molecular-orbital wave functions, derives the singlet-triplet splitting as an exchange energy, shows why naive molecular orbitals fail at dissociation, and builds the sp, sp², and sp³ hybrids that fix the directed geometry of covalent bonds.\n",{"path":17786,"title":17787,"module":17775,"summary":17788},"\u002Fcondensed-matter\u002Fmolecules-and-bonding\u002Fvan-der-waals-forces","Van der Waals Forces","The bond of last resort acts between all atoms, even closed-shell noble gases with no permanent moment. This lesson separates the three van der Waals contributions — Keesom orientation, Debye induction, and London dispersion — derives the London 1\u002Fr⁶ attraction from the coupled-oscillator and second-order perturbation pictures, and assembles the Lennard-Jones potential to compute the equilibrium spacing and cohesive energy of the noble-gas crystals, argon in particular.\n",{"path":17790,"title":17791,"module":17792,"summary":17793},"\u002Fcondensed-matter\u002Fmolecular-spectra\u002Frotational-vibrational-spectra","Rotational and Vibrational Spectra of Molecules","Molecular Spectra","A diatomic molecule stores energy in three well-separated ledgers: electronic, vibrational, and rotational. Quantizing the rigid rotor gives levels spaced as ℓ(ℓ+1); quantizing the bond as a harmonic oscillator gives equally spaced vibrational levels. Their combination produces the P and R branches of an infrared absorption band, from which the bond length and force constant are read directly.\n",{"path":17795,"title":17796,"module":17792,"summary":17797},"\u002Fcondensed-matter\u002Fmolecular-spectra\u002Fanharmonicity-and-rovibrational-structure","Anharmonicity and Rovibrational Structure","The rigid rotor and harmonic oscillator are first approximations. A real bond follows the Morse potential, whose levels converge toward dissociation; a real rotor stretches centrifugally; and vibration couples to rotation, so the rotational constant depends on the vibrational level. This lesson works out the anharmonic and centrifugal corrections, the Birge-Sponer route to the dissociation energy, the isotope shift, and the thermal band envelope.\n",{"path":17799,"title":17800,"module":17792,"summary":17801},"\u002Fcondensed-matter\u002Fmolecular-spectra\u002Framan-and-electronic-bands","Raman Scattering and Electronic Bands","Not every vibration absorbs in the infrared. Raman scattering reaches modes that modulate the polarizability, giving Stokes and anti-Stokes lines whose intensity ratio measures temperature, and the mutual-exclusion rule pairs it with infrared absorption. Electronic transitions add the vibronic structure of band spectra, governed by the Franck-Condon principle, and the radiative fates of an excited state are sorted by the Jablonski diagram into fluorescence and phosphorescence.\n",{"path":17803,"title":17804,"module":17792,"summary":17805},"\u002Fcondensed-matter\u002Fmolecular-spectra\u002Flasers-and-masers","Lasers, Masers, and Stimulated Emission","Einstein's three radiative processes — absorption, spontaneous emission, and stimulated emission — and the coefficients that relate them. Stimulated emission produces coherent photons, and inverting the level populations turns it into net amplification. We build the ruby three-level laser and the helium-neon four-level laser, and show why the fourth level makes inversion easy.\n",{"path":17807,"title":17808,"module":17809,"summary":17810},"\u002Fcondensed-matter\u002Fcrystal-structure\u002Fstructure-of-solids","The Structure of Solids","Crystal Structure","A crystal is a unit cell repeated in three dimensions. We classify the common cubic lattices, compute the Coulomb energy of an ionic crystal through the Madelung constant, and show how the divergent naive lattice sum is tamed by cubic shells. The cohesive energy that results predicts melting points and connects the diatomic bond of an earlier lesson to the bulk solid.\n",{"path":17812,"title":17813,"module":17809,"summary":17814},"\u002Fcondensed-matter\u002Fcrystal-structure\u002Fbravais-lattices-and-crystal-systems","Bravais Lattices, Bases, and Crystal Structures","A crystal is a Bravais lattice decorated by a basis. This lesson separates the two, builds primitive and Wigner-Seitz cells, enumerates the seven crystal systems and fourteen Bravais lattices, and fixes the language of point and space groups. Miller indices label planes and directions, and the packing fractions of the close-packed, cubic, and diamond structures follow from the geometry.\n",{"path":17816,"title":17817,"module":17809,"summary":17818},"\u002Fcondensed-matter\u002Fcrystal-structure\u002Freciprocal-lattice-and-brillouin-zones","The Reciprocal Lattice and Brillouin Zones","Every periodic crystal has a dual lattice in wavevector space. This lesson defines the reciprocal lattice through the condition b_i dot a_j equals two pi delta, derives its properties, shows the reciprocal of fcc is bcc, links reciprocal vectors to families of lattice planes, and builds the first Brillouin zone as the Wigner-Seitz cell of the reciprocal lattice, including the higher zones.\n",{"path":17820,"title":17821,"module":17809,"summary":17822},"\u002Fcondensed-matter\u002Fcrystal-structure\u002Fdiffraction-and-structure-factors","X-ray and Neutron Diffraction","A crystal diffracts radiation whose wavelength matches its atomic spacing. This lesson derives the Bragg condition, the equivalent Laue condition 2k dot G equals G squared, and the Ewald-sphere construction, then computes the geometric structure factor that produces systematic absences for bcc and fcc, the atomic form factor, and the powder method. It closes on why neutrons and electrons complement X-rays.\n",{"path":17824,"title":17825,"module":17826,"summary":17827},"\u002Fcondensed-matter\u002Flattice-dynamics\u002Fphonon-dispersion","The Harmonic Crystal and Phonon Dispersion","Lattice Dynamics","Atoms in a crystal vibrate about their equilibrium sites, and expanding the potential to second order turns the whole lattice into a set of coupled harmonic oscillators. This lesson sets up the harmonic approximation and the dynamical matrix, solves the monatomic linear chain for its dispersion omega(k) = 2 sqrt(K\u002FM) times the absolute sine of ka over two, explains why wavevectors outside the first Brillouin zone are redundant, and extends the chain to two atoms per cell to produce acoustic and optical branches with a frequency gap.\n",{"path":17829,"title":17830,"module":17826,"summary":17831},"\u002Fcondensed-matter\u002Flattice-dynamics\u002Fphonons-quantization-and-dos","Phonons, Density of States, and Crystal Momentum","Quantizing the normal modes of a harmonic crystal turns each vibrational mode into a quantum oscillator whose excitations are phonons. This lesson counts phonons with Bose-Einstein statistics, defines crystal momentum and the normal versus Umklapp distinction in momentum conservation, builds the density of states with its van Hove singularities, and shows how inelastic neutron scattering measures a dispersion curve point by point.\n",{"path":17833,"title":17834,"module":17826,"summary":17835},"\u002Fcondensed-matter\u002Flattice-dynamics\u002Fdebye-einstein-heat-capacity","Thermal Properties — Einstein and Debye Models","The lattice heat capacity follows the classical Dulong-Petit value at high temperature but collapses toward zero as T approaches zero, a purely quantum effect. This lesson derives that behavior from the Einstein model of a single frequency, then the Debye model of a linear phonon spectrum with a cutoff, obtaining the Debye T-cubed law at low temperature and the Debye interpolation across all temperatures, and closes with thermal expansion and the Gruneisen parameter.\n",{"path":17837,"title":17838,"module":17826,"summary":17839},"\u002Fcondensed-matter\u002Flattice-dynamics\u002Fanharmonicity-and-thermal-transport","Anharmonicity, Thermal Expansion, and Heat Conduction","A perfectly harmonic crystal neither expands when heated nor resists heat flow. Both effects come from the cubic and higher terms the harmonic approximation discards. This lesson derives thermal expansion from an asymmetric interatomic potential, treats phonon-phonon scattering as the decay channel these terms open, shows why Umklapp processes are what make lattice thermal conductivity finite, and traces the temperature dependence of the conductivity and the phonon mean free path.\n",{"path":17841,"title":17842,"module":17843,"summary":17844},"\u002Fcondensed-matter\u002Ffree-electron-fermi-gas\u002Ffree-electron-gas-and-conduction","Conduction and the Free-Electron Gas","Free-Electron Fermi Gas","Drude's classical free-electron model gets Ohm's law right but the resistivity, its temperature dependence, and the heat capacity wrong. Replacing the Maxwell-Boltzmann distribution with the Fermi-Dirac distribution and treating electron-lattice collisions as wave scattering repairs all three: the Fermi energy, Fermi speed, and a mean free path set by thermal lattice vibrations.\n",{"path":17846,"title":17847,"module":17843,"summary":17848},"\u002Fcondensed-matter\u002Ffree-electron-fermi-gas\u002Fsommerfeld-model-and-heat-capacity","The Sommerfeld Model: Ground State and Heat Capacity","Quantizing the free-electron gas in a box fills a Fermi sphere in k-space. The density of states grows as the square root of energy in three dimensions, and the Fermi energy, temperature, and wavevector follow for real metals. The Sommerfeld expansion shows only a thermal shell of width k_BT near E_F is excited, giving an electronic heat capacity linear in T that sits beneath the phonon T-cubed term.\n",{"path":17850,"title":17851,"module":17843,"summary":17852},"\u002Fcondensed-matter\u002Ffree-electron-fermi-gas\u002Ftransport-and-the-hall-effect","Transport, Wiedemann–Franz, and the Hall Effect","The relaxation-time picture displaces the Fermi sphere under an applied field and gives the electrical conductivity ne-squared-tau over m. The same electrons carry heat, and their ratio yields the Wiedemann–Franz law with the universal Lorenz number. A magnetic field bends the carriers into cyclotron orbits and produces the Hall voltage, whose sign reveals the charge of the carriers.\n",{"path":17854,"title":17855,"module":17843,"summary":17856},"\u002Fcondensed-matter\u002Ffree-electron-fermi-gas\u002Fscreening-and-plasmons","Screening, Plasmons, and the Limits of Free Electrons","A mobile electron gas rearranges to screen any foreign charge, turning the bare Coulomb potential into a short-ranged Yukawa form over the Thomas–Fermi length. Displaced collectively, the gas rings at the plasma frequency, whose quantum is the plasmon and whose value sets the reflectivity edge of metals. A ledger of free-electron successes and failures then motivates band theory.\n",{"path":17858,"title":17859,"module":17860,"summary":17861},"\u002Fcondensed-matter\u002Fband-theory\u002Fblochs-theorem-and-energy-bands","Bloch's Theorem and Energy Bands","Band Theory","An electron in a periodic potential has stationary states that are plane waves modulated by a lattice-periodic envelope. This lesson proves Bloch's theorem two ways, defines crystal momentum and the band index, counts the allowed wavevectors from Born–von Kármán boundary conditions, and sets up the extended, reduced, and repeated-zone descriptions of a band.\n",{"path":17863,"title":17864,"module":17860,"summary":17865},"\u002Fcondensed-matter\u002Fband-theory\u002Fnearly-free-electron-model","The Nearly-Free-Electron Model","A weak periodic potential leaves the free-electron parabola almost intact except near Brillouin-zone boundaries, where two nearly degenerate plane waves mix. This lesson solves the resulting two-by-two secular problem, shows the gap of size twice the potential component opening at each boundary, identifies the two standing waves that pile charge on and between the ions, and works the exactly solvable Kronig–Penney model.\n",{"path":17867,"title":17868,"module":17860,"summary":17869},"\u002Fcondensed-matter\u002Fband-theory\u002Ftight-binding-method","The Tight-Binding Method","The opposite limit to nearly-free electrons builds bands from atomic orbitals. A Bloch sum of one orbital per site gives a dispersion set by the hopping integral between neighbours; the band widens from a sharp atomic level as the atoms approach. This lesson derives the s-band cosine dispersion, extends it to p-bands, and introduces Wannier functions as the localized dual of Bloch states.\n",{"path":17871,"title":17872,"module":17860,"summary":17873},"\u002Fcondensed-matter\u002Fband-theory\u002Ffermi-surfaces-and-semiclassical-dynamics","Fermi Surfaces, Effective Mass, and Metals vs Insulators","Filling the bands settles which crystals conduct. A filled band carries no current, so a crystal with filled bands and a gap is an insulator, while a partly filled band makes a metal. This lesson derives the no-current theorem for a filled band, defines the Fermi surface and Harrison's construction, introduces holes and the effective mass from band curvature, and states the semiclassical equations of motion that lead to Bloch oscillations.\n",{"path":17875,"title":17876,"module":17877,"summary":17878},"\u002Fcondensed-matter\u002Fsemiconductors\u002Fsemiconductor-bands-and-junctions","Band Theory and Semiconductors","Semiconductors","The periodic lattice splits atomic levels into allowed energy bands separated by forbidden gaps. Whether the highest occupied band is full or partly full, and how wide the gap above it is, sorts every solid into conductor, insulator, or semiconductor. Doping adds donor or acceptor levels inside the gap, and a p-n junction built from doped regions gives the diode, the solar cell, the LED, and the transistor.\n",{"path":17880,"title":17881,"module":17877,"summary":17882},"\u002Fcondensed-matter\u002Fsemiconductors\u002Fintrinsic-and-extrinsic-semiconductors","Carrier Statistics: Intrinsic and Extrinsic Semiconductors","The number of mobile electrons and holes in a semiconductor follows from the density of states near each band edge and the Fermi-Dirac tail that reaches into it. This lesson derives the effective densities of states, the intrinsic concentration and its exponential gap dependence, the law of mass action, the temperature march of the Fermi level, and the freeze-out, saturation, and intrinsic regimes of a doped crystal.\n",{"path":17884,"title":17885,"module":17877,"summary":17886},"\u002Fcondensed-matter\u002Fsemiconductors\u002Fcarrier-transport-and-recombination","Carrier Transport and Recombination","Carriers move by drift in a field and by diffusion down a concentration gradient, the two tied together by the Einstein relation. This lesson derives mobility and its scattering-limited temperature dependence, the drift and diffusion currents, the continuity equations, band-to-band and trap-assisted recombination, and the minority-carrier lifetime and diffusion length that set the length scale of every junction device.\n",{"path":17888,"title":17889,"module":17877,"summary":17890},"\u002Fcondensed-matter\u002Fsemiconductors\u002Fthe-pn-junction","The p-n Junction in Depth","Joining p-type and n-type silicon aligns their Fermi levels and leaves a depletion region of fixed charge with a built-in potential. This lesson derives the space-charge field and potential from Poisson's equation in the depletion approximation, the built-in voltage from Fermi-level alignment, the Shockley diode equation from minority-carrier diffusion, junction and diffusion capacitance, and the avalanche and Zener breakdown mechanisms.\n",{"path":17892,"title":17893,"module":17877,"summary":17894},"\u002Fcondensed-matter\u002Fsemiconductors\u002Ftransistors-and-optoelectronics","Transistors and Optoelectronic Devices","Two junctions in series make a bipolar transistor whose thin base gives current gain; a gate over an oxide makes a MOSFET whose inversion channel switches digital logic. Run in reverse, a junction converts photons to current. This lesson derives the transistor current gain and the MOSFET channel current, then treats the LED, the diode laser, and the illuminated solar-cell characteristic.\n",{"path":17896,"title":17897,"module":17898,"summary":17899},"\u002Fcondensed-matter\u002Fdielectrics-and-ferroelectrics\u002Fdielectrics-and-polarization","Dielectrics, Polarization, and the Local Field","Dielectrics and Ferroelectrics","An insulator responds to an electric field by polarizing. This lesson builds the macroscopic polarization and the dielectric constant, sorts the microscopic response into electronic, ionic, and orientational polarizability, and corrects the field an atom actually feels to the Lorentz local field E + P\u002F3 epsilon-0. The Clausius-Mossotti relation links the measured permittivity to the atomic polarizability, and the frequency dependence of each mechanism explains why the static and optical dielectric constants differ.\n",{"path":17901,"title":17902,"module":17898,"summary":17903},"\u002Fcondensed-matter\u002Fdielectrics-and-ferroelectrics\u002Fferroelectrics-and-piezoelectrics","Ferroelectrics, Piezoelectrics, and Structural Transitions","Some crystals carry a polarization with no applied field and switch it under a reversing field, tracing a hysteresis loop. This lesson develops the ferroelectric transition through the perovskite BaTiO3 displacive instability and its soft transverse-optical mode, builds the Landau free-energy theory of first- and second-order polar transitions, derives the Curie-Weiss divergence of the dielectric constant, and closes with piezoelectricity and pyroelectricity and their devices.\n",{"path":17905,"title":17906,"module":17907,"summary":17908},"\u002Fcondensed-matter\u002Fmagnetism\u002Fdiamagnetism-and-paramagnetism","Diamagnetism and Paramagnetism","Magnetism in Solids","Every solid responds to a magnetic field. Filled shells give a small negative diamagnetic susceptibility from induced Larmor currents; localized moments give a positive Curie paramagnetism described by the Brillouin function, with the ground-state moment fixed by Hund's rules. The conduction electrons add a temperature-independent Pauli paramagnetism from the thermal shell near the Fermi surface, partly cancelled by Landau diamagnetism of their orbital motion.\n",{"path":17910,"title":17911,"module":17907,"summary":17912},"\u002Fcondensed-matter\u002Fmagnetism\u002Fexchange-and-ferromagnetism","Exchange and Ferromagnetism","Magnetic ordering at hundreds of kelvin cannot be dipolar; it is an exchange effect, the Coulomb repulsion sorted by the Pauli principle into a spin-dependent energy captured by the Heisenberg Hamiltonian. Weiss molecular-field theory replaces the exchange field by an average proportional to the magnetization, giving a self-consistent equation whose solution is spontaneous magnetization below a Curie temperature and a Curie–Weiss susceptibility above it. Itinerant ferromagnetism follows from the Stoner criterion on the band density of states.\n",{"path":17914,"title":17915,"module":17907,"summary":17916},"\u002Fcondensed-matter\u002Fmagnetism\u002Fantiferromagnetism-and-domains","Antiferromagnetism, Ferrimagnetism, and Domains","A negative exchange coupling orders neighboring spins antiparallel. Two-sublattice molecular-field theory gives a Néel temperature marked by a cusp in the susceptibility, and unequal sublattices leave a net moment — ferrimagnetism, the magnetism of the ferrites. A ferromagnet breaks into domains to reduce its magnetostatic energy, separated by Bloch walls whose width is set by the competition between exchange and magnetocrystalline anisotropy, and the irreversible motion of those walls produces the hysteresis loop.\n",{"path":17918,"title":17919,"module":17907,"summary":17920},"\u002Fcondensed-matter\u002Fmagnetism\u002Fspin-waves-and-magnons","Spin Waves and Magnons","The lowest excitations of a ferromagnet are not single flipped spins but collective precessions in which every moment tips slightly and its phase advances along the crystal. These spin waves have a quadratic dispersion at long wavelength, quantize into magnons obeying Bose statistics, and their thermal population removes magnetization as the Bloch T-to-the-three-halves law. Antiferromagnetic magnons disperse linearly, and inelastic neutron scattering measures both.\n",{"path":17922,"title":17923,"module":17924,"summary":17925},"\u002Fcondensed-matter\u002Fsuperconductivity\u002Fsuperconductivity-phenomenology","Superconductivity: Phenomenology and BCS","Superconductivity","Below a critical temperature some materials lose all resistance and expel magnetic flux — the Meissner effect that defines the state. The isotope effect points to lattice vibrations, and BCS theory binds electrons into Cooper pairs through phonon exchange. The paired condensate opens an energy gap, quantizes magnetic flux, and drives the Josephson effects.\n",{"path":17927,"title":17928,"module":17924,"summary":17929},"\u002Fcondensed-matter\u002Fsuperconductivity\u002Flondon-theory-and-the-meissner-effect","London Theory and the Meissner Effect","A perfect conductor freezes the field it was cooled in; a superconductor expels it. The distinction needs a constitutive law beyond zero resistance — the two London equations — whose solution is exponential flux decay over the penetration depth. The same rigidity follows from a macroscopic condensate wave function, and the thermodynamics of the critical field fixes the condensation energy, the latent heat, and the specific-heat jump.\n",{"path":17931,"title":17932,"module":17924,"summary":17933},"\u002Fcondensed-matter\u002Fsuperconductivity\u002Fginzburg-landau-theory","Ginzburg–Landau Theory, Vortices, and Type-II","A complex order parameter and a free-energy expansion turn the superconducting transition into a Landau theory. Two lengths emerge — the coherence length and the penetration depth — whose ratio kappa sorts superconductors into type I and type II. Type-II materials admit flux as an Abrikosov lattice of vortices, each threading exactly one quantum h\u002F2e, between a lower and an upper critical field.\n",{"path":17935,"title":17936,"module":17924,"summary":17937},"\u002Fcondensed-matter\u002Fsuperconductivity\u002Fbcs-theory","Microscopic BCS Theory","A phonon-mediated attraction, however weak, binds two electrons above the Fermi sea — the Cooper problem shows the sea is unstable. The BCS variational ground state pairs all electrons near the Fermi surface and, through a self-consistent gap equation, opens an energy gap. Weak-coupling solution gives the exponential T_c and the universal ratios 2 Delta(0) = 3.53 k_B T_c and Delta C \u002F C_n = 1.43.\n",{"path":17939,"title":17940,"module":17924,"summary":17941},"\u002Fcondensed-matter\u002Fsuperconductivity\u002Fjosephson-and-high-tc","Josephson Effects and Unconventional Superconductors","Two superconductors joined by a thin barrier carry a supercurrent set by their phase difference — the dc Josephson effect — and oscillate at 2eV\u002Fh under a voltage. A two-junction loop turns flux quantization into a magnetometer of single-quantum sensitivity. The cuprates superconduct in CuO2 planes with a doping-dependent dome, d-wave pairing, and a pseudogap that lie outside the phonon picture.\n",{"path":17943,"title":17944,"module":17945,"summary":17946},"\u002Fcondensed-matter\u002Fnanostructures\u002Fquantum-wells-wires-and-dots","Quantum Wells, Wires, and Dots","Nanostructures","When a crystal is shrunk until one or more of its dimensions approaches the electron wavelength, the continuous bands of the bulk break into discrete subbands. Confining in one direction gives a quantum well with a step-like density of states, in two directions a quantum wire with inverse-square-root singularities, and in all three a quantum dot whose levels are sharp like an atom's. This lesson derives the density of states in each case and applies it to size-tunable dot emission and the Coulomb blockade of a single-electron transistor.\n",{"path":17948,"title":17949,"module":17945,"summary":17950},"\u002Fcondensed-matter\u002Fnanostructures\u002Finteger-quantum-hall-effect","The 2D Electron Gas and the Integer Quantum Hall Effect","A two-dimensional electron gas in a strong perpendicular magnetic field has its continuous density of states collapse into macroscopically degenerate Landau levels. As the field is swept, the Hall resistance locks onto exact plateaus at h over an integer times e squared, while the longitudinal resistance drops to zero. This lesson derives the Landau levels and their degeneracy, explains the plateaus through disorder-localized states and current-carrying edge channels, and states why the von Klitzing constant is now a resistance standard.\n",{"path":17952,"title":17953,"module":17945,"summary":17954},"\u002Fcondensed-matter\u002Fnanostructures\u002Ffractional-quantum-hall-and-topology","The Fractional Quantum Hall Effect and Topological Order","When the lowest Landau level is only partly filled, the non-interacting theory predicts no gap, yet a plateau appears at filling one-third. It is a many-body effect: Coulomb repulsion selects a correlated ground state, the Laughlin wavefunction, whose excitations carry a fraction of the electron charge. This lesson builds the Laughlin state, introduces composite fermions that map the fractional effect onto an integer one, and explains how the quantum Hall effect brought the Chern number and topology into condensed-matter physics.\n",{"path":17956,"title":17957,"module":17945,"summary":17958},"\u002Fcondensed-matter\u002Fnanostructures\u002Fgraphene-and-dirac-materials","Graphene and Dirac Materials","Graphene is one atomic layer of carbon on a honeycomb lattice. A tight-binding calculation on its two-atom basis gives valence and conduction bands that touch at the corners of the Brillouin zone, where the dispersion is linear and the electrons behave as massless two-dimensional Dirac particles with a fixed speed. This lesson derives the Dirac cones, the Berry phase of pi and the sublattice chirality, the anomalous half-integer quantum Hall effect that follows, and how opening a gap in a Dirac cone points toward topological insulators.\n",{"path":17960,"title":17961,"module":298,"summary":298},"\u002Fcondensed-matter","Condensed Matter Physics",{"path":17963,"title":17964,"module":14884,"summary":17965},"\u002Flogic\u002Ffoundations\u002Flogic-as-a-mathematical-model","Logic as a Mathematical Model of Deduction","Symbolic logic models deductive reasoning the way probability theory models chance: it keeps the form of a correct deduction and discards its content. A deduction is valid when its conclusion follows from the form of the premises alone, independent of what the non-logical words mean. Two models carry the subject — coarse sentential logic and fine first-order logic — and four questions organize it: logical consequence, methods of proof, the gap between provable and true, and the link between logic and computability. Tuples, relations, functions, equivalence classes, and cardinality supply the set-theoretic vocabulary every later chapter uses.\n",{"path":17967,"title":17968,"module":17969,"summary":17970},"\u002Flogic\u002Fsentential-logic\u002Fformal-languages-and-well-formed-formulas","Formal Languages and Well-Formed Formulas","Sentential Logic","The language of sentential logic has an alphabet of sentence symbols, five connectives, and two parentheses, with formation rules that pick out the well-formed formulas. The wffs are the least set of expressions closed under the five formula-building operations, and every such generated set carries an induction principle.\n",{"path":17972,"title":17973,"module":17969,"summary":17974},"\u002Flogic\u002Fsentential-logic\u002Ftruth-assignments-and-tautologies","Truth Assignments, Tautologies, and Consequence","A truth assignment fixes the sentence symbols true or false, and a recursion extends it uniquely to every formula. Satisfaction, tautologies, and tautological implication — one formula following semantically from others — rest on that extension, and the truth-table procedure decides implication for finite premise sets.\n",{"path":17976,"title":17977,"module":17969,"summary":17978},"\u002Flogic\u002Fsentential-logic\u002Funique-readability-and-parsing","Unique Readability and a Parsing Algorithm","Parentheses keep a formula from being read two ways. The parenthesis lemmas and a top-down parsing algorithm recover a formula's structure and yield unique readability: every wff has exactly one formation tree, which is what makes the truth recursion well defined.\n",{"path":17980,"title":17981,"module":17969,"summary":17982},"\u002Flogic\u002Fsentential-logic\u002Finduction-and-recursion","Induction and Recursion on Formulas","Two principles govern any set generated from initial elements by operations: prove a property of all its members by covering the initial elements and the closure steps, and define a function on it by recursion on structure. The recursion theorem needs the set to be freely generated, and unique readability supplies that condition for the well-formed formulas.\n",{"path":17984,"title":17985,"module":17969,"summary":17986},"\u002Flogic\u002Fsentential-logic\u002Fexpressive-completeness-and-normal-forms","Sentential Connectives and Normal Forms","Every formula computes a Boolean function of its atoms, and Post's theorem gives the converse: every Boolean function is realized by a wff in disjunctive normal form, so the five connectives are more than enough. Minimal complete sets follow, down to the single connectives NAND and NOR, together with a method for proving a set of connectives incomplete.\n",{"path":17988,"title":17989,"module":17969,"summary":17990},"\u002Flogic\u002Fsentential-logic\u002Fboolean-circuits","Switching Circuits","A memoryless two-valued circuit computes a Boolean function, so every formula names a gate network and every network a formula. Cost and delay are read off the formula by recursion, and tautological equivalence and normal forms design and simplify circuits realizing a given specification.\n",{"path":17992,"title":17993,"module":17969,"summary":17994},"\u002Flogic\u002Fsentential-logic\u002Fcompactness-and-effectiveness","Compactness and Effectiveness","The compactness theorem reduces satisfiability of an infinite set of formulas to its finite subsets, proved by extension to a maximal finitely satisfiable set and applied to color infinite graphs. Effectiveness fixes what \"decidable\" and \"effectively enumerable\" mean and settles the decidability of tautologyhood.\n",{"path":17996,"title":17997,"module":17998,"summary":17999},"\u002Flogic\u002Ffirst-order-languages\u002Ffirst-order-languages","First-Order Languages","First-Order Languages and Structures","Sentential logic cannot see inside a simple statement, so it misses valid arguments that turn on quantifiers and predicates. A first-order language adds a quantifier, variables, and a chosen vocabulary of predicate, function, and constant symbols. Terms and well-formed formulas are built by recursion over this alphabet, and a variable occurs free or bound according to the quantifiers that reach it.\n",{"path":18001,"title":18002,"module":17998,"summary":18003},"\u002Flogic\u002Ffirst-order-languages\u002Fstructures-truth-and-satisfaction","Structures, Truth, and Satisfaction","A structure interprets a language: a nonempty universe plus a meaning for every predicate, function, and constant symbol. Tarski's recursion defines when a structure satisfies a formula under a variable assignment, and hence when a sentence is true. From satisfaction we recover logical implication, validity, and logical equivalence for first-order logic.\n",{"path":18005,"title":18006,"module":17998,"summary":18007},"\u002Flogic\u002Ffirst-order-languages\u002Fdefinability-and-elementary-equivalence","Definability and Elementary Equivalence","Fix a structure and ask which relations a formula can pick out: the definable ones. A set of sentences picks out a class of structures, the elementary classes. Homomorphisms and isomorphisms compare structures, and the homomorphism theorem shows isomorphic structures satisfy the same sentences. Automorphisms bound what first-order logic can distinguish, giving a tool for proving relations undefinable.\n",{"path":18009,"title":18010,"module":17998,"summary":18011},"\u002Flogic\u002Ffirst-order-languages\u002Fterms-substitution-and-parsing","Parsing, Substitution, and Substitutability","Every recursion on first-order syntax rests on unique readability. A parenthesis-counting function proves that terms and formulas decompose in exactly one way, and a parsing algorithm recovers the decomposition. Substituting a term for a free variable can capture it under a quantifier; the substitutability condition rules that out, and the substitution lemma trades syntactic substitution for a change of assignment.\n",{"path":18013,"title":18014,"module":18015,"summary":18016},"\u002Flogic\u002Fdeductive-calculus\u002Fa-deductive-calculus","A Deductive Calculus for First-Order Logic","The Deductive Calculus and Its Metatheorems","A proof must be finite and mechanically checkable. A Hilbert-style calculus meets both demands: six schemas of logical axioms, a single rule of inference (modus ponens), and the syntactic consequence relation they generate. Substitution and substitutability are defined by recursion, and the bridge theorem reduces deducibility to tautological implication from the axioms.\n",{"path":18018,"title":18019,"module":18015,"summary":18020},"\u002Flogic\u002Fdeductive-calculus\u002Fdeduction-theorem-and-derived-rules","The Deduction Theorem and Derived Rules","Raw deductions from axioms are unusable by hand. The generalization theorem, the deduction theorem, contraposition, reductio ad absurdum, and rule T reduce the calculus to the moves of ordinary mathematics, each proved once to license a block of axiom-level steps. Generalization on constants and alphabetic variants handle the quantifier and substitution bookkeeping.\n",{"path":18022,"title":18023,"module":18015,"summary":18024},"\u002Flogic\u002Fdeductive-calculus\u002Fsoundness","The Soundness Theorem","Soundness is the easy half of the match between proof and truth. Whatever the calculus deduces is logically implied, by an induction on deduction length that rests on one lemma: every logical axiom is valid. The only hard case, quantifier instantiation, needs the substitution lemma. The contrapositive corollary states that every satisfiable set is consistent.\n",{"path":18026,"title":18027,"module":18015,"summary":18028},"\u002Flogic\u002Fdeductive-calculus\u002Fcompleteness-and-consistency","The Completeness Theorem","Gödel's completeness theorem is the deep converse of soundness: whatever is logically implied can be deduced. Equivalently, every consistent set has a model. The Henkin proof manufactures that model out of syntax alone: add witnessing constants, extend to a maximal consistent set, and read a term model off the formulas it contains. Compactness and the enumerability theorem drop out.\n",{"path":18030,"title":18031,"module":18032,"summary":18033},"\u002Flogic\u002Fmodels-and-theories\u002Fcompactness-and-lowenheim-skolem","Compactness and the Löwenheim–Skolem Theorems","Models, Compactness, and Theories","A set of first-order sentences has a model whenever each of its finite subsets does. This compactness theorem follows from completeness and yields the finiteness limitation, the downward and upward Löwenheim–Skolem theorems, models of every infinite cardinality, and nonstandard models of arithmetic.\n",{"path":18035,"title":18036,"module":18032,"summary":18037},"\u002Flogic\u002Fmodels-and-theories\u002Ftheories-elementary-classes-and-categoricity","Theories, Elementary Classes, and Categoricity","A theory is a set of sentences closed under logical consequence. Theories correspond to classes of models; a theory may be complete, axiomatizable, or finitely axiomatizable, and completeness together with axiomatizability yields decidability. The Łoś–Vaught test derives completeness from categoricity in a cardinal, applied to dense linear orders and to algebraically closed fields.\n",{"path":18039,"title":18040,"module":18032,"summary":18041},"\u002Flogic\u002Fmodels-and-theories\u002Finterpretations-between-theories","Interpretations Between Theories","An interpretation translates the vocabulary of one theory into formulas of another, relativizing quantifiers to a definable domain and mapping symbols to defining formulas. Defined function symbols meet a noncreativity criterion; the syntactic translation of formulas carries theoremhood forward, and a faithful interpretation transfers decidability and undecidability between theories.\n",{"path":18043,"title":18044,"module":18032,"summary":18045},"\u002Flogic\u002Fmodels-and-theories\u002Fnonstandard-analysis","Nonstandard Analysis","Compactness builds a model of the real ordered field containing infinite elements and nonzero infinitesimals. The transfer principle carries every first-order truth from the reals to this extension, the standard-part map collapses finite hyperreals back onto the reals, and continuity and the derivative are rederived by working with infinitely small quantities directly.\n",{"path":18047,"title":18048,"module":18049,"summary":18050},"\u002Flogic\u002Farithmetic-and-definability\u002Fdefinability-in-arithmetic","The Structure of Arithmetic and Definability","Number Theory and Definability","Number theory is the theory of one fixed structure, the natural numbers under successor, order, addition, multiplication, and exponentiation. Every number is named by a numeral, and a relation is definable when a single formula picks out exactly its tuples. The central gap separates the sentences true in that structure from those any reasonable set of axioms can prove.\n",{"path":18052,"title":18053,"module":18049,"summary":18054},"\u002Flogic\u002Farithmetic-and-definability\u002Fnatural-numbers-with-successor","Natural Numbers with Successor","The weakest reduct keeps only zero and successor. Its models are a standard chain together with disjoint copies of the integers, which makes the theory categorical in every uncountable power, hence complete and decidable. A quantifier-elimination procedure gives a practical decision method and shows a subset is definable if and only if it is finite or cofinite.\n",{"path":18056,"title":18057,"module":18049,"summary":18058},"\u002Flogic\u002Farithmetic-and-definability\u002Fpresburger-and-reducts","Reducts: Order, Addition, and Multiplication","Adding order to the successor reduct keeps decidability and makes the theory finitely axiomatizable; adding addition gives Presburger arithmetic, still decidable by quantifier elimination once congruence predicates are included, with definable sets exactly the eventually periodic ones. Multiplication is the break point: neither addition nor order can define it, and once it joins addition the theory stops being decidable.\n",{"path":18060,"title":18061,"module":18049,"summary":18062},"\u002Flogic\u002Farithmetic-and-definability\u002Fa-subtheory-and-representability","A Subtheory of Number Theory and Representability","A finite set of eleven axioms, the recursion equations for successor, order, addition, multiplication, and exponentiation, already proves every true quantifier-free and existential sentence. Representability asks a theory to prove the right instances of a formula rather than merely make them true, and a relation is defined to be recursive exactly when some consistent finite theory represents it. Church's thesis identifies that with decidability, and closure under composition, minimization, and primitive recursion builds the catalog the incompleteness proofs need.\n",{"path":18064,"title":18065,"module":18066,"summary":18067},"\u002Flogic\u002Fincompleteness\u002Farithmetization-of-syntax","Arithmetization of Syntax","Arithmetization and the Incompleteness Theorems","Gödel numbering assigns a natural number to every symbol, expression, formula, and deduction, turning statements about syntax into statements about numbers. The syntactic operations — substitution, \"is a wff\", \"is an axiom\", \"d codes a deduction of a\" — come out primitive recursive and hence representable in the subtheory, which lets a formula of arithmetic talk about formulas, including itself.\n",{"path":18069,"title":18070,"module":18066,"summary":18071},"\u002Flogic\u002Fincompleteness\u002Fincompleteness-and-undecidability","Incompleteness, Undecidability, and Church's Theorem","The fixed-point lemma manufactures a sentence that talks about its own Gödel number. Pointed at truth it gives Tarski's theorem — arithmetic truth is not arithmetically definable; pointed at provability it gives Gödel's first incompleteness theorem and the undecidability of the theory of the natural numbers, and, applied to validity, Church's theorem that first-order logic is undecidable. The set of theorems of a recursive theory is only recursively enumerable — the gap between provable and true.\n",{"path":18073,"title":18074,"module":18066,"summary":18075},"\u002Flogic\u002Fincompleteness\u002Fsecond-incompleteness-theorem","The Second Incompleteness Theorem","Consistency of a recursively axiomatized theory is itself an arithmetic sentence, built from a provability predicate. When the theory is strong enough to formalize its own reflection and modus ponens — the Hilbert–Bernays–Löb derivability conditions — it cannot prove that sentence unless it is inconsistent. Löb's theorem is the companion result, and set theory is the case that closes Hilbert's program.\n",{"path":18077,"title":18078,"module":18079,"summary":18080},"\u002Flogic\u002Fcomputability-and-representability\u002Frecursive-functions","Recursive Functions and Church's Thesis","Recursive Functions and Representability","The recursive functions are the formal counterpart of the effectively computable ones: built from three initial functions by composition, primitive recursion, and minimization, and equivalently the functions representable in a finitely axiomatized arithmetic. Church's thesis identifies the class with effective calculability; Kleene's normal form theorem and the unsolvable halting problem place the recursive sets strictly inside the recursively enumerable ones.\n",{"path":18082,"title":18083,"module":18079,"summary":18084},"\u002Flogic\u002Fcomputability-and-representability\u002Frepresenting-exponentiation","Representing Exponentiation and the β-Function","Coding finite sequences by prime-power exponents already assumes exponentiation, so representing exponentiation from addition and multiplication alone needs a different encoder. Gödel's β-function, built from a pairing function and the Chinese remainder theorem, reads back arbitrary finite sequences using only plus and times. This represents exponentiation in the addition-multiplication arithmetic and closes the last gap in the representability of every recursive syntactic operation.\n",{"path":18086,"title":18087,"module":18088,"summary":18089},"\u002Flogic\u002Fsecond-order-logic\u002Fsecond-order-languages","Second-Order Languages","Second-Order Logic and Beyond","Second-order logic quantifies over relations and functions, not just individuals. Second-order Peano arithmetic and the second-order theory of the reals become categorical, and finiteness is definable by a single sentence. Compactness, completeness, and the Löwenheim–Skolem theorems all fail for the standard semantics.\n",{"path":18091,"title":18092,"module":18088,"summary":18093},"\u002Flogic\u002Fsecond-order-logic\u002Fskolem-functions-and-many-sorted-logic","Skolem Functions and Many-Sorted Logic","Skolem functions replace existential quantifiers with named witnesses, putting any first-order formula into a prenex form with all existentials — now over functions — pulled to the front. The Skolemized formula is equisatisfiable with the original, which reduces satisfiability to universal sentences and, through Herbrand expansions, to sentential logic. Many-sorted logic then adds several universes at once and reduces cleanly to ordinary one-sorted logic.\n",{"path":18095,"title":18096,"module":18088,"summary":18097},"\u002Flogic\u002Fsecond-order-logic\u002Fgeneral-structures","General (Henkin) Structures","General semantics reinterprets second-order logic by letting the predicate and function quantifiers range over a designated collection of relations and functions rather than all of them. Recast as many-sorted first-order logic with comprehension axioms, general second-order logic recovers a sound and complete calculus together with compactness and Löwenheim–Skolem, giving up the categoricity of the standard semantics. The ω-models of analysis show the trade.\n",{"path":18099,"title":18100,"module":298,"summary":298},"\u002Flogic","Logic",{"path":18102,"title":18103,"module":14884,"summary":18104},"\u002Freinforcement-learning\u002Ffoundations\u002Fwhat-is-reinforcement-learning","What Is Reinforcement Learning?","Reinforcement learning is learning what to do — how to map situations to actions — so as to maximize a numerical reward signal, discovered by trial and error rather than told. We set up the agent–environment loop, separate it from supervised and unsupervised learning, name the four elements (policy, reward, value, and an optional model), and train a tic-tac-toe player with a temporal-difference value update.\n",{"path":18106,"title":18107,"module":14884,"summary":18108},"\u002Freinforcement-learning\u002Ffoundations\u002Fa-brief-history-of-rl","A Brief History of Reinforcement Learning","The origins of reinforcement learning. Three threads — trial-and-error learning from animal psychology, optimal control and dynamic programming, and temporal-difference learning — ran independently for decades and merged around 1989 into the modern field. Replacing the lookup table with a neural network then produced deep reinforcement learning: DQN, AlphaGo, AlphaZero, MuZero, and RLHF.\n",{"path":18110,"title":18111,"module":14884,"summary":18112},"\u002Freinforcement-learning\u002Ffoundations\u002Fmulti-armed-bandits","Multi-Armed Bandits","A bandit is reinforcement learning stripped to a single decision, repeated: no state, no consequences, only the tension between exploiting the arm that looks best and exploring the ones that might be better. We build up the whole toolkit — sample-average value estimates, the incremental update rule, ε-greedy, optimistic initialization, UCB, and gradient bandits — and use it to study exploration in isolation, the one problem that carries over to the full setting.\n",{"path":18114,"title":18115,"module":14884,"summary":18116},"\u002Freinforcement-learning\u002Ffoundations\u002Fbandit-exploration-algorithms","Bandit Exploration Algorithms","Better ways to explore than picking at random. Upper-confidence-bound selection explores by optimism about what it hasn't measured; gradient bandits learn action preferences by stochastic gradient ascent on reward. We then add context to get the contextual bandit, the bridge to full RL, and measure everything by regret — where UCB1 and Thompson sampling reach the logarithmic optimum that fixed-ε greedy cannot.\n",{"path":18118,"title":18119,"module":14884,"summary":18120},"\u002Freinforcement-learning\u002Ffoundations\u002Fmarkov-decision-processes","Markov Decision Processes","A Markov decision process is the formal interface between an agent and its environment: at each step the agent reads a state, chooses an action, and receives a reward and a next state. We fix that loop, the dynamics function that governs it, and the Markov property that makes the state sufficient; then turn goals into a scalar reward and rewards into a discounted return, with one notation that covers both episodic and continuing tasks.\n",{"path":18122,"title":18123,"module":14884,"summary":18124},"\u002Freinforcement-learning\u002Ffoundations\u002Fvalue-functions-and-optimality","Value Functions and Optimality","A value function scores how good a state (or state–action pair) is under a policy: the expected return from there onward. Its defining property is the Bellman equation, a self-consistency condition linking a state's value to its successors' values, which we derive from the return and the dynamics. Pushing the same idea to the best-achievable value gives the Bellman optimality equations, whose solution yields an optimal policy — and whose intractability is what the rest of the course is about.\n",{"path":18126,"title":15103,"module":18127,"summary":18128},"\u002Freinforcement-learning\u002Ftabular-methods\u002Fdynamic-programming","Tabular Solution Methods","Dynamic programming computes optimal policies when a perfect model of the MDP is given, by turning the Bellman equations into assignment statements. We build up iterative policy evaluation (the expected update), the policy improvement theorem, and the two classic algorithms that alternate them — policy iteration and value iteration — worked on the gridworld, a two-state MDP, Jack's car rental, and the gambler's problem.\n",{"path":18130,"title":18131,"module":18127,"summary":18132},"\u002Freinforcement-learning\u002Ftabular-methods\u002Fdp-async-and-gpi","Dynamic Programming: Asynchronous DP and Generalized Policy Iteration","Policy and value iteration both sweep the entire state set on every pass, which is impossible once the state space is huge. This lesson loosens the schedule: asynchronous DP updates states in any order, generalized policy iteration names the alternation of evaluation and improvement that underlies nearly every RL method, and a look at efficiency and the curse of dimensionality places DP among the alternatives. We close past Sutton & Barto with prioritized sweeping, neuro-dynamic programming, value-iteration networks, and MuZero.\n",{"path":18134,"title":18135,"module":18127,"summary":18136},"\u002Freinforcement-learning\u002Ftabular-methods\u002Fmonte-carlo-methods","Monte Carlo Methods","Monte Carlo methods learn value functions and optimal policies from complete sampled episodes, with no model of the environment: they simply average the returns that actually followed each state. We build prediction (first-visit and every-visit averaging), see why estimating action values forces the exploration question, and answer it two ways on-policy — exploring starts and epsilon-soft control. Throughout, Monte Carlo samples one whole trajectory to termination and never bootstraps.\n",{"path":18138,"title":18139,"module":18127,"summary":18140},"\u002Freinforcement-learning\u002Ftabular-methods\u002Fmonte-carlo-off-policy","Monte Carlo Methods: Off-Policy Learning","On-policy Monte Carlo can only reach the best exploring policy, not the true optimum. Off-policy methods remove that ceiling by learning about a greedy target policy from data generated by a soft behavior policy, corrected with importance sampling. We derive the importance-sampling ratio, weigh ordinary against weighted estimators on real numbers, give the incremental off-policy algorithm, sharpen it with discounting-aware sampling, and close by placing Monte Carlo on the model\u002Fbootstrap map beside DP and temporal-difference learning.\n",{"path":18142,"title":18143,"module":18127,"summary":18144},"\u002Freinforcement-learning\u002Ftabular-methods\u002Ftemporal-difference-learning","Temporal-Difference Learning","Temporal-difference learning is the one idea most central to reinforcement learning: learn a value directly from experience, like Monte Carlo, but update each guess toward the next guess before the episode ends, like dynamic programming. We derive the TD(0) prediction rule and its reward-prediction error, contrast its one-step backup with MC and DP, work the driving-home and random-walk examples, and show the batch-updating optimality that makes TD approximate the certainty-equivalence estimate.\n",{"path":18146,"title":18147,"module":18127,"summary":18148},"\u002Freinforcement-learning\u002Ftabular-methods\u002Ftd-control-sarsa-and-q-learning","TD Control: Sarsa, Q-learning, and Double Learning","With TD prediction in hand, control follows the generalized-policy-iteration pattern with TD as the evaluation step. We build Sarsa (on-policy), Q-learning (off-policy, targeting the optimal policy), and Expected Sarsa that spans the two, then confront the maximization bias every max-based method inherits and fix it with Double Q-learning. We close past Sutton & Barto, following each one-step tabular update into its deep-RL descendant — DQN, Double DQN, and Rainbow.\n",{"path":18150,"title":18151,"module":18127,"summary":18152},"\u002Freinforcement-learning\u002Ftabular-methods\u002Fn-step-bootstrapping","n-Step Bootstrapping","Monte Carlo waits for the full return; one-step TD bootstraps after a single reward. Between them lies a whole spectrum, indexed by one integer n: look ahead n real rewards, then bootstrap from the value n steps out. The n-step return unifies the previous two lessons, and — on the random walk — an intermediate n beats both extremes. We build the n-step return, the n-step TD update, the backup-diagram spectrum, and n-step Sarsa for control.\n",{"path":18154,"title":18155,"module":18127,"summary":18156},"\u002Freinforcement-learning\u002Ftabular-methods\u002Fn-step-off-policy-methods","n-Step Bootstrapping: Off-Policy Methods","Taking the n-step family off-policy raises the same importance-sampling questions Monte Carlo did, now over a window of exactly n actions. We reweight n-step returns by the policy ratio, watch the ratio product inflate variance on real numbers, then build the tree-backup algorithm that learns off-policy with no ratios at all — and finally n-step Q(sigma), one algorithm whose per-step switch recovers Sarsa, tree backup, and Expected Sarsa as special cases.\n",{"path":18158,"title":18159,"module":18127,"summary":18160},"\u002Freinforcement-learning\u002Ftabular-methods\u002Fplanning-and-learning","Planning and Learning","Planning and learning are the same operation run on two kinds of experience. A model turns states and actions into simulated transitions; planning backs up values over that simulated experience exactly as learning backs them up over real experience. We build the Dyna architecture that interleaves acting, model-learning, direct RL, and planning in one loop, trace a single Dyna-Q step by hand, and patch the architecture for when the model goes stale.\n",{"path":18162,"title":18163,"module":18127,"summary":18164},"\u002Freinforcement-learning\u002Ftabular-methods\u002Fplanning-focusing-and-decision-time","Planning: Focusing Updates and Decision-Time Search","Dyna plans by replaying remembered transitions, but sampling them uniformly wastes most of the effort. This lesson sharpens planning: prioritized sweeping works backward from states whose value just changed, expected versus sample updates weigh thoroughness against cost, and trajectory sampling and real-time DP focus updates on the states the policy actually visits. We trace Dyna forward to model-based deep RL, then turn to decision-time planning — heuristic search, rollouts, and Monte Carlo Tree Search.\n",{"path":18166,"title":18167,"module":18127,"summary":18168},"\u002Freinforcement-learning\u002Ftabular-methods\u002Fdecision-time-planning","Decision-Time Planning","Planning need not build a global policy. Decision-time planning runs a fresh lookahead every time a state arrives and returns just one action, then throws the work away. We start from real-time dynamic programming — asynchronous value iteration on the states the agent actually visits — then move through heuristic search and rollout algorithms, each a one-step policy improvement applied on the fly to the current state.\n",{"path":18170,"title":18171,"module":18127,"summary":18172},"\u002Freinforcement-learning\u002Ftabular-methods\u002Fmonte-carlo-tree-search","Monte Carlo Tree Search","Monte Carlo Tree Search is a rollout algorithm with memory: it accumulates value estimates across simulations and steers later ones toward promising branches. We work through the four steps — selection, expansion, simulation, backup — the UCT selection rule computed on real numbers, the asymmetric growing tree, and the full pseudocode. We close past Sutton & Barto with the lineage from UCT to AlphaGo, AlphaZero, and MuZero, where a learned network stands in for the leaf value and the rollout.\n",{"path":18174,"title":18175,"module":18176,"summary":18177},"\u002Freinforcement-learning\u002Fapproximation\u002Fon-policy-prediction","On-Policy Prediction with Approximation","Approximate Solution Methods","Every tabular method so far stored one number per state, which fails once the state space is large or continuous. We replace the table with a parameterized value function $\\hat v(s,\\mathbf{w})$, define the mean squared value error it should minimize under the on-policy distribution, and derive stochastic- and semi-gradient learning rules — the semi-gradient TD(0) update that bootstraps and so is not a true gradient. Linear methods make the analysis clean and give the TD fixed point; feature construction (polynomials, Fourier basis, coarse and tile coding, RBFs) supplies the vectors $\\mathbf{x}(s)$, and neural networks are the nonlinear bridge to deep RL.\n",{"path":18179,"title":18180,"module":18176,"summary":18181},"\u002Freinforcement-learning\u002Fapproximation\u002Ffeature-construction-and-nonlinear","Feature Construction and Nonlinear Approximation","Linear methods are only as good as the feature vectors $\\mathbf{x}(s)$ fed to them, and this lesson builds those vectors. Polynomials and the Fourier basis turn a state's coordinates into smooth global features; coarse coding, tile coding, and radial basis functions cover a continuous space with overlapping local receptive fields whose size sets the reach of generalization. Then we stop designing features by hand: a neural network learns the representation itself by gradient descent, trading the convergence guarantees of the linear case for expressiveness — the bridge to deep reinforcement learning.\n",{"path":18183,"title":18184,"module":18176,"summary":18185},"\u002Freinforcement-learning\u002Fapproximation\u002Fon-policy-control","On-Policy Control with Approximation","Prediction learned a value function from features; control learns to act. We carry semi-gradient methods over to action values $\\hat q(s,a,\\mathbf{w})$, giving episodic semi-gradient Sarsa and its n-step form, and solve Mountain Car by descending a cost-to-go surface. In the continuing case, function approximation makes discounting unable to affect which policy is best, so we replace it with the average-reward setting — the differential return, differential value functions, and differential semi-gradient Sarsa.\n",{"path":18187,"title":18188,"module":18176,"summary":18189},"\u002Freinforcement-learning\u002Fapproximation\u002Faverage-reward-control","Average-Reward Control for Continuing Tasks","With function approximation, discounting has no effect on a continuing task: averaged over the on-policy distribution, the discounted objective equals the average reward times a policy-independent constant, so $\\gamma$ cannot change which policy is best. This lesson replaces discounting with the average-reward setting — the long-run reward rate $r(\\pi)$, the differential return that measures each state's transient advantage over that rate, differential value functions and TD error, and differential semi-gradient Sarsa, the control method for continuing tasks that never invokes a discount factor.\n",{"path":18191,"title":18192,"module":18176,"summary":18193},"\u002Freinforcement-learning\u002Fapproximation\u002Foff-policy-and-the-deadly-triad","Off-Policy Methods and the Deadly Triad","Off-policy learning with function approximation is where the convergence guarantees of reinforcement learning fail. We extend the tabular off-policy updates to semi-gradient form with per-step importance sampling, show Baird's counterexample driving the weights to infinity, and identify the cause: the deadly triad of function approximation, bootstrapping, and off-policy training — any two are safe, all three can diverge. The divergence is not caused by sampling noise: a fully synchronous dynamic-programming update blows up just the same, which is what makes the triad a structural hazard rather than a fluke.\n",{"path":18195,"title":18196,"module":18176,"summary":18197},"\u002Freinforcement-learning\u002Fapproximation\u002Fbellman-error-and-gradient-td","Value-Function Geometry and Gradient-TD Methods","Why does the deadly triad diverge, and how do you stop it? This lesson develops the geometry that explains the failure: value functions as vectors, the projection operator onto the representable subspace, and the split between the Bellman error, the value error, and the projected Bellman error: the three objectives have different minimizers. The projected Bellman error is the learnable one, and Gradient-TD methods (GTD2, TDC) do true stochastic gradient descent on it, staying stable even off-policy at $O(d)$ cost. Emphatic TD reweights states instead, and a survey of variance-reduction techniques closes the gap between stability and usable learning.\n",{"path":18199,"title":18200,"module":18176,"summary":18201},"\u002Freinforcement-learning\u002Fapproximation\u002Feligibility-traces","Eligibility Traces","n-step methods unify TD and Monte Carlo by storing the last n feature vectors; eligibility traces do the same job with a single short-term memory vector. The λ-return averages every n-step return under a geometric weighting; the forward view looks ahead to that average, and the backward view produces nearly the same updates online through a decaying trace vector. We build the λ-return, TD(λ) with its trace, the two ways λ recovers TD(0) and Monte Carlo, a note on the exact equivalence of true online TD(λ), and Sarsa(λ) for control.\n",{"path":18203,"title":18204,"module":18176,"summary":18205},"\u002Freinforcement-learning\u002Fapproximation\u002Ftrue-online-and-sarsa-lambda","True Online TD(λ) and Sarsa(λ)","Plain TD(λ) makes the forward and backward views nearly agree; this lesson closes the gap. True online TD(λ) uses a dutch trace and a small correction term to produce exactly the same weight sequence as the online λ-return algorithm, at the same memory and only a constant factor more compute — the sharpest statement of the forward\u002Fbackward duality. The whole apparatus then lifts to control unchanged: Sarsa(λ) threads a single delayed reward back along an entire trajectory in one sweep, and the λ-weighting reappears in modern deep RL as generalized advantage estimation.\n",{"path":18207,"title":18208,"module":18176,"summary":18209},"\u002Freinforcement-learning\u002Fapproximation\u002Fpolicy-gradient-methods","Policy Gradient Methods","Every method so far learned values and read a policy off them. Policy gradient methods drop the intermediary: parameterize the policy directly and climb the performance gradient. We build the softmax-in-preferences parameterization, prove the policy gradient theorem that makes the gradient computable without the unknown state distribution, and derive REINFORCE and its variance-cutting state-value baseline — the launch point for the bootstrapping actor-critic that follows.\n",{"path":18211,"title":18212,"module":18176,"summary":18213},"\u002Freinforcement-learning\u002Fapproximation\u002Factor-critic-and-continuous-actions","Actor-Critic Methods and Continuous Actions","REINFORCE with a baseline learns a value function but never bootstraps; this lesson adds the bootstrapping critic that completes the actor-critic architecture. The critic scores each transition into a single TD error that steers both the actor's policy step and its own value step, trading a little bias for much lower variance and fully online, continuing-task learning. The policy gradient theorem carries over unchanged to the average-reward setting, a Gaussian policy handles real-valued actions with self-tuning exploration, and the natural policy gradient leads straight to TRPO, PPO, and the deep actor-critic methods that train today's agents.\n",{"path":18215,"title":18216,"module":18176,"summary":18217},"\u002Freinforcement-learning\u002Fapproximation\u002Fleast-squares-and-memory-based-methods","Least-Squares TD","Semi-gradient TD spends one cheap step per example and needs many examples; this lesson makes the opposite tradeoff. Least-Squares TD (LSTD) accumulates the matrices $\\mathbf{A}$ and $\\mathbf{b}$ and solves the TD fixed point $\\mathbf{w} = \\mathbf{A}^{-1}\\mathbf{b}$ directly, using the Sherman-Morrison identity to maintain the inverse in $O(d^2)$ — the most data-efficient linear TD method, at a quadratic cost. We work a solve by hand, weigh the quadratic cost against semi-gradient TD's cheap steps, and note that LSTD never forgets — a problem in control, where least-squares policy iteration is the natural extension.\n",{"path":18219,"title":18220,"module":18176,"summary":18221},"\u002Freinforcement-learning\u002Fapproximation\u002Fmemory-and-kernel-methods","Memory-Based and Kernel Methods","Least-squares TD spent more compute to extract more from each example; this lesson drops the parametric form entirely. Memory-based methods store training examples untouched and answer a query locally at retrieval time — nearest neighbor, weighted average, locally weighted regression — so accuracy grows with the data and effort concentrates where the agent actually goes. Kernel-based methods weight stored examples by a similarity kernel $k(s,s')$, and every linear method turns out to be a kernel method. Interest and emphasis, finally, make the on-policy weighting itself a design choice, aiming scarce approximation capacity at the states that matter.\n",{"path":18223,"title":18224,"module":18176,"summary":18225},"\u002Freinforcement-learning\u002Fapproximation\u002Foff-policy-eligibility-traces","Off-Policy Eligibility Traces","Eligibility traces meet off-policy learning and function approximation — the corner where stability gets hard. We first let the bootstrapping and discounting parameters vary with state, so a single generalized return covers episodic and continuing tasks and folds termination into the discount. Then we fold the per-decision importance ratio into the trace with a control-variate correction, and build Watkins's Q(λ) and its importance-sampling-free successor Tree-Backup(λ) — all correct in expectation, but still semi-gradient, so the deadly triad and its fixes wait for the next lesson.\n",{"path":18227,"title":18228,"module":18176,"summary":18229},"\u002Freinforcement-learning\u002Fapproximation\u002Fstable-off-policy-traces","Stable Off-Policy Methods with Traces","Off-policy traces get the expected target right, but with $\\lambda \u003C 1$ they bootstrap, so off-policy plus bootstrapping plus function approximation is the deadly triad and the weights can diverge. This lesson carries the two one-step fixes to traces: GTD(λ) and GQ(λ) add a second weight vector and a gradient correction for true gradient descent on the projected Bellman error, while Emphatic TD(λ) reweights updates through a followon trace and interest to recover the on-policy stability. It closes with the implementation reality that traces are cheap because they are sparse, and with Retrace and V-trace — the clipped-ratio descendants that make off-policy traces work at deep-RL scale.\n",{"path":18231,"title":17549,"module":18232,"summary":18233},"\u002Freinforcement-learning\u002Fdeep-rl\u002Fdeep-q-networks","Deep Reinforcement Learning","Deep Q-networks replace the linear value function with a neural network $Q(s,a;\\mathbf{w})$ and confront the fact that a nonlinear approximator, off-policy bootstrapping, and correlated online data — the deadly triad — make naive Q-learning diverge. DQN counters this empirically with two stabilizers: an experience replay buffer that decorrelates and reuses samples, and a periodically-frozen target network that fixes the bootstrap target. We derive the DQN loss and gradient, walk through the Atari convolutional architecture and its results, and then add the three refinements that define modern value-based deep RL — Double DQN, dueling networks, and prioritized experience replay.\n",{"path":18235,"title":18236,"module":18232,"summary":18237},"\u002Freinforcement-learning\u002Fdeep-rl\u002Fdqn-improvements","DQN Improvements: Double, Dueling, and Prioritized Replay","Three refinements that turn plain DQN into the standard modern value-based agent, each touching a different part of the system. Double DQN fixes the maximization bias in the target by splitting action selection from evaluation; dueling networks restructure the network around a state value and per-action advantages; prioritized replay changes which transitions are learned from. We close with Rainbow, which combines them, and the distributional view that predicts the whole return distribution rather than its mean.\n",{"path":18239,"title":18240,"module":18232,"summary":18241},"\u002Freinforcement-learning\u002Fdeep-rl\u002Factor-critic-and-ppo","Actor–Critic and GAE","Make the actor and the critic deep networks and the policy-gradient architecture becomes modern deep RL. We build the neural actor-critic, the advantage estimate that replaces the raw return, and Generalized Advantage Estimation as a λ-blend of n-step advantages, then the parallel-worker methods A3C and A2C that decorrelate on-policy data. The step-size constraints — trust regions, PPO, and the continuous-control family — follow in the next lesson.\n",{"path":18243,"title":18244,"module":18232,"summary":18245},"\u002Freinforcement-learning\u002Fdeep-rl\u002Fppo-and-continuous-control","PPO and Continuous Control","Keeping the policy-gradient step from destroying the policy, and the algorithms that result. Trust-region optimization bounds each update by a KL constraint; PPO keeps that goal but replaces the second-order machinery with a first-order clip on the probability ratio, which is why it is the modern default and the optimizer inside RLHF. We then tour the off-policy continuous-control family — DDPG, TD3, and SAC — and where actor-critic went at scale, from OpenAI Five to language-model alignment.\n",{"path":18247,"title":18248,"module":18232,"summary":18249},"\u002Freinforcement-learning\u002Fdeep-rl\u002Fcase-studies","Case Studies: Learning to Play","The game-playing systems that turned reinforcement learning from a theory into a track record: Samuel's checkers player, TD-Gammon, Watson's Daily-Double wagering, a reinforcement-learning memory controller, DQN, and AlphaGo through AlphaGo Zero. Read as a set they draw one line — a value function, learned by self-play or interaction, refined by search, carried by a deep network — that runs from a 1959 checkers program to superhuman Go.\n",{"path":18251,"title":18252,"module":18232,"summary":18253},"\u002Freinforcement-learning\u002Fdeep-rl\u002Frl-beyond-games","Reinforcement Learning Beyond Games","The same value-and-reward machinery, pointed at problems with no opponent. Web personalization as a contextual bandit and then a full MDP for life-time value; thermal soaring, where a glider learns to climb on turbulent air and reward design does most of the work; and the industrial-scale systems that carried the same design past Sutton & Barto — AlphaStar, OpenAI Five, GT Sophy, and RLHF, where the reward itself is learned from human preference.\n",{"path":18255,"title":18256,"module":18232,"summary":18257},"\u002Freinforcement-learning\u002Fdeep-rl\u002Ffrontiers","Frontiers: Beyond the Standard MDP","The standard MDP fixes three things — state, reward, and single-step actions — and this lesson loosens two of them. We generalize the value function into a general value function that predicts any signal, and use those predictions as auxiliary tasks that shape representations; we extend actions in time with the options framework; and we treat state as a construction the agent builds from a stream of observations. Reward design and the open problems follow in the next lesson.\n",{"path":18259,"title":18260,"module":18232,"summary":18261},"\u002Freinforcement-learning\u002Fdeep-rl\u002Freward-design-and-open-problems","Reward Design and Open Problems","How to design a reward signal that encodes the intended goal — sparse reward, shaping, and reward hacking — and the problems the whole tabular, approximate, and deep arc leaves unsolved. We close with how the frontiers were pushed after Sutton & Barto: auxiliary tasks, learned options, intrinsic-motivation bonuses, learned world models, and offline RL, then the two concerns of reward hacking and safety that any real-world agent must address.\n",{"path":18263,"title":18264,"module":18265,"summary":18266},"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fdistributional-and-rainbow","Sharpening DQN: Improvements and the Distributional Idea","Modern Deep Reinforcement Learning","In the years after the 2015 DQN paper, a stream of focused improvements each fixed one weakness of the baseline without disturbing its frame. This lesson recaps five that keep the scalar $Q$-value — Double DQN, multi-step returns, dueling networks, prioritized replay, and NoisyNets, each changing a different slot of the same Q-learning loop — then develops the sixth, distributional RL, which changes the objective itself: learn the whole return distribution $Z(s,a)$. We build the distributional Bellman equation and the C51 categorical algorithm, projection step and all, worked end to end on real numbers. A companion lesson takes up QR-DQN, Rainbow, and the modern distributional line.\n",{"path":18268,"title":18269,"module":18265,"summary":18270},"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fdistributional-and-rainbow-part-2","Distributional RL and Rainbow","A companion to the DQN improvements lesson. C51 fixed the return atoms and learned their probabilities; QR-DQN does the reverse — fix the probabilities, learn the values — which removes the projection and trains with a quantile loss. We cover why the distribution helps even when you act on the mean, then assemble Rainbow: all six improvements in one Q-learning loop, with the component ablation that shows each one's real weight. The distributional line then runs on through IQN, FQF, and Agent57, the first agent to beat the human baseline on all 57 Atari games.\n",{"path":18272,"title":18273,"module":18265,"summary":18274},"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fcontinuous-control","Continuous Control: DDPG and TD3","When actions are real-valued, the $\\arg\\max_a Q(s,a)$ in Q-learning becomes an optimization problem on every step. This lesson builds the off-policy actor-critic family that sidesteps it: the deterministic policy gradient and DDPG, which replaces the max with a learned actor, and the three fixes of TD3 that counter the value overestimation DDPG inherits. A companion lesson takes up SAC's maximum-entropy objective and the methods built on this template.\n",{"path":18276,"title":18277,"module":18265,"summary":18278},"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fcontinuous-control-part-2","Continuous Control: SAC and Beyond","A companion to the DDPG and TD3 lesson. Where those actors are deterministic and explore with bolted-on noise, soft actor-critic (SAC) changes the objective itself: maximize return plus the entropy of the policy, so exploration becomes intrinsic and the agent stays robust. We develop the maximum-entropy objective, the reparameterized squashed-Gaussian actor, and automatic temperature tuning, then survey the methods built on this off-policy template — distributional critics (D4PG), critic ensembles (REDQ), and control from pixels (DrQ, RAD).\n",{"path":18280,"title":18281,"module":18265,"summary":18282},"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fmodel-based-rl","Model-Based Deep RL: Sample Efficiency and PETS","A model turns experience into imagined planning. This lesson makes the sample-efficiency case for learning a dynamics model, works through why a learned model's errors compound over the planning horizon, and builds the most direct model-based method: PETS plans online with a probabilistic ensemble under model-predictive control, distrusting the model exactly where its members disagree. A companion lesson takes up latent world models (Dreamer) and MuZero.\n",{"path":18284,"title":18285,"module":18265,"summary":18286},"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fmodel-based-rl-part-2","Model-Based Deep RL: World Models, Dreamer, and MuZero","A companion to the PETS lesson. PETS plans in the environment's native state space; these methods change what the model represents. World Models and Dreamer learn a compact latent state and do almost all their learning by imagining inside it, with value gradients flowing through the differentiable dynamics. MuZero predicts neither states nor pixels — only the reward, value, and policy that MCTS reads — and plans with search against that learned model, AlphaZero without the rules. We close with MBPO, TD-MPC, and EfficientZero.\n",{"path":18288,"title":18289,"module":18265,"summary":18290},"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fexploration","Exploration in Deep RL: Novelty as Reward","When the state space is enormous and reward is rare, ε-greedy amounts to a random walk that almost never reaches the first reward. This lesson scales the bandit's exploration ideas up to deep RL through the dominant approach — manufacture a reward for novelty and let the agent chase it: optimism and pseudo-counts from density models, and intrinsic motivation and curiosity (the Intrinsic Curiosity Module and Random Network Distillation). A companion lesson takes up posterior sampling, Go-Explore, and the modern methods.\n",{"path":18292,"title":18293,"module":18265,"summary":18294},"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fexploration-part-2","Exploration in Deep RL: Posterior Sampling and Go-Explore","A companion to the novelty-as-reward lesson. Pseudo-counts and curiosity reward the unfamiliar after the agent stumbles into it; this lesson covers two ideas that go further. Bootstrapped DQN keeps an ensemble that approximates a posterior over value functions and explores by committing to one sampled hypothesis per episode — the deep, directed exploration ε-greedy cannot manage. Go-Explore remembers and returns to the frontier, defeating detachment and derailment to solve Montezuma's Revenge. We close with episodic memory (Never Give Up), Agent57, and model-based exploration.\n",{"path":18296,"title":18297,"module":18265,"summary":18298},"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Foffline-rl","Offline RL: The Problem and Value-Based Fixes","Offline reinforcement learning learns a policy from a fixed logged dataset with no further environment interaction — off-policy learning pushed to the extreme, and it breaks for the extreme version of the same reason. Bootstrapping queries the value function at out-of-distribution actions the data never covers, those errors are optimistic, and with no online feedback to correct them they compound through the Bellman backup. This lesson sets up the failure and off-policy evaluation, then builds the first two families of pessimistic fixes: policy constraint (BCQ) and conservative value estimation (CQL). A companion lesson takes up implicit methods, model-based offline RL, and Decision Transformer.\n",{"path":18300,"title":18301,"module":18265,"summary":18302},"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Foffline-rl-part-2","Offline RL: Implicit Methods, Sequence Models, and Beyond","A companion to the offline-RL problem lesson. Policy constraint and conservative value estimation both still query a learned value function; implicit methods (IQL) avoid querying it off the data at all, using an in-sample expectile backup. We then build pessimism into a learned model (MOPO, COMBO) and drop bootstrapping entirely with Decision Transformer's return-conditioned sequence modeling, closing with offline-to-online fine-tuning, diffusion planners, and the offline view of RLHF. The one rule throughout: without online correction, be pessimistic about what you cannot verify.\n",{"path":18304,"title":18305,"module":18265,"summary":18306},"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fimitation-and-inverse-rl","Imitation Learning: Cloning, DAgger, and Inverse RL","When a reward is hard to specify but an expert is easy to watch, learn from demonstrations instead. Behavioral cloning treats control as supervised learning of the expert's state-to-action map, and fails through compounding error: small mistakes carry the agent off the expert's distribution, where it was never trained. DAgger fixes the mismatch by querying the expert on the learner's own states. Inverse RL instead recovers the reward the expert seems to optimize — an ill-posed problem that maximum-entropy IRL disambiguates. A companion lesson casts imitation as adversarial occupancy matching (GAIL, AIRL).\n",{"path":18308,"title":18309,"module":18265,"summary":18310},"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fimitation-and-inverse-rl-part-2","Imitation as Adversarial Matching: GAIL and AIRL","A companion to the imitation-learning lesson. If the point of recovering a reward is only to re-run RL and match the expert, you can skip the reward and match the behavior directly. GAIL casts imitation as a GAN — a discriminator separating expert from learner state-action pairs supplies the reward a policy-gradient method optimizes — matching occupancy measures without ever naming a reward. AIRL reads a transferable reward back out of the discriminator. We compare all four methods and close with reward models in RLHF, scaled cloning, and diffusion policies.\n",{"path":18312,"title":18313,"module":18265,"summary":18314},"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fmulti-agent-rl","Multi-Agent RL: Markov Games and Centralized Training","With more than one learning agent in an environment, each agent's world becomes non-stationary because the others are changing too. This lesson builds the Markov-game generalization of the MDP, diagnoses non-stationarity as the central obstacle, shows why the naive baselines fail, and develops the dominant fix — centralized training with decentralized execution (MADDPG, VDN, QMIX). A companion lesson takes up self-play, the landmark game-playing systems, and the equilibrium concepts that define what \"solved\" means.\n",{"path":18316,"title":18317,"module":18265,"summary":18318},"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fmulti-agent-rl-part-2","Multi-Agent RL: Self-Play and Solution Concepts","A companion to the Markov-games lesson. In the purely competitive setting, an agent can generate its own training curriculum by playing against copies of itself — self-play, the method behind AlphaGo, OpenAI Five, and AlphaStar. We develop why self-play produces an ever-improving opponent, the systems it built, and then the equilibrium solution concepts (Nash, correlated, coarse-correlated) that define what \"solved\" means once there is an opponent, closing with PSRO, MAPPO, and the language-model-agent frontier.\n",{"path":18320,"title":18321,"module":18265,"summary":18322},"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fhierarchical-rl","Hierarchical RL: Options and the Option-Critic","Flat RL cannot explore a long horizon: reaching reward through hundreds of primitive actions is exponentially unlikely, and every credit-assignment update crawls one step at a time. Hierarchy breaks one hard long-horizon problem into many short ones. This lesson develops temporal abstraction — the options framework and its semi-Markov view, and learning options end to end with the option-critic. A companion lesson takes up goal-conditioned manager\u002Fworker hierarchies (FeUdal Networks and HIRO), hindsight relabeling, and unsupervised skill discovery.\n",{"path":18324,"title":18325,"module":18265,"summary":18326},"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fhierarchical-rl-part-2","Hierarchical RL: Goal-Conditioned Hierarchies and Skills","A companion to the options lesson. Options package a behavior; goal-conditioned hierarchies instead give the top level an explicit language of goals — a manager proposes a target state or a latent direction, and a worker is rewarded for reaching it (FeUdal Networks, HIRO). We develop that architecture, the hindsight relabeling that lets it learn from sparse reward, and unsupervised skill discovery (DIAYN) that learns a repertoire of behaviors with no reward at all. The shared idea throughout: shorten the horizon by inserting a level that decides less often.\n",{"path":18328,"title":18329,"module":18265,"summary":18330},"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Frlhf-and-language-models","RLHF and Language Models","A language model trained to predict the next token is fluent but not helpful, honest, or harmless — the objective it was optimized for is not the objective we want. RLHF closes that gap by turning the one thing humans do reliably, comparing two outputs, into a reward. We build the three-stage pipeline: supervised fine-tuning, a Bradley-Terry reward model fit to preference pairs, then PPO against that reward with a KL penalty keeping it near the reference policy. We then cover reward hacking and why the KL penalty matters, Direct Preference Optimization, which folds the reward model into a single classification loss, and the RLAIF and verifiable-reward variants. This pipeline is what makes the largest models usable as assistants.\n",{"path":18332,"title":18333,"module":18265,"summary":18334},"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fpartial-observability-pomdps","Partial Observability: POMDPs and the Belief State","Drop the assumption that the agent sees the state. It sees an observation, a partial and noisy function of a hidden state, and one observation is no longer a Markov signal. This lesson builds the POMDP tuple, shows that the belief state — the posterior over hidden states — is a sufficient statistic that turns a POMDP back into an MDP over beliefs, and works the Bayes-filter belief update step by step. A companion lesson explains why exact planning is intractable and develops the deep-RL answer of recurrent, history-based policies.\n",{"path":18336,"title":18337,"module":18265,"summary":18338},"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fpartial-observability-pomdps-part-2","Partial Observability: Planning and Recurrent Policies","A companion to the belief-state lesson. In principle a POMDP reduces to an MDP over beliefs; in practice two obstacles block that. Exact planning over the belief simplex is intractable — the value function is piecewise-linear-and-convex with a number of pieces that can explode — and computing the belief needs a model the agent rarely has. This lesson develops the intractability, the point-based approximations that address it, and the deep-RL answer: make the policy a function of history with a recurrent network (DRQN, R2D2), with frame-stacking, attention, and world-model latents as learned beliefs.\n",{"path":18340,"title":18341,"module":18265,"summary":18342},"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fsafe-and-constrained-rl","Safe and Constrained RL: The CMDP and Policy Methods","Maximizing a scalar reward is not the same as behaving well: a capable optimizer will find and exploit any gap between the reward and what its designer actually meant, a failure called specification gaming or reward hacking. The remedy is to add explicit cost constraints — the constrained MDP — maximizing return subject to an expected-cost budget. This lesson builds the core toolkit: the CMDP itself, Lagrangian primal-dual methods that learn a multiplier on the constraint (RCPO), and constrained policy optimization (CPO) with its trust-region cost bound. A companion lesson covers risk-sensitivity, safe exploration, and the alignment framing.\n",{"path":18344,"title":18345,"module":18265,"summary":18346},"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fsafe-and-constrained-rl-part-2","Safe RL: Risk, Safe Exploration, and Alignment","A companion to the constrained-MDP lesson. Constraining the mean cost is not enough: a policy safe on average can be catastrophic in the tail, and a policy safe at convergence can violate its limits wildly while learning. This lesson optimizes the tail with risk-sensitive objectives (CVaR), then makes exploration itself safe with shields, Lyapunov methods, and safety layers that project unsafe actions onto the feasible set — closing with benchmarks, safe RLHF, robustness, and the alignment framing that ties safety back to the problem of incompletely specified reward.\n",{"path":18348,"title":18349,"module":18265,"summary":18350},"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fmeta-rl-and-generalization","Meta-RL and Generalization","An agent that masters one task often fails on the next; it has overfit to a single environment. This lesson treats fast adaptation as a meta-problem over a distribution of tasks: meta-train so that a few episodes at meta-test time suffice. We cover the two families — optimization-based (MAML learns an initialization) and context-based (RL-squared and PEARL infer a latent task) — the exploration cost of adaptation, and the parallel problem of generalization: why deep RL memorizes environments and what fixes it (domain randomization, procedural generation, augmentation, regularization). It closes on foundation models and sequence-model agents as the generalist endpoint.\n",{"path":18352,"title":18353,"module":18354,"summary":18355},"\u002Freinforcement-learning\u002Fminds-and-brains\u002Fpsychology-of-reinforcement","The Psychology of Reinforcement","Reinforcement Learning in Minds and Brains","Reinforcement learning is both an engineering method and a theory of how animals learn. The prediction\u002Fcontrol split of the algorithms mirrors the psychologist's split between classical and instrumental conditioning. We trace the correspondence: the Rescorla–Wagner model as a prediction-error rule that explains blocking, its real-time TD extension, Thorndike's Law of Effect behind trial-and-error control, and the habitual\u002Fgoal-directed distinction that maps onto model-free versus model-based learning.\n",{"path":18357,"title":18358,"module":18354,"summary":18359},"\u002Freinforcement-learning\u002Fminds-and-brains\u002Finstrumental-conditioning-and-control","The Psychology of Reinforcement: Instrumental Control","Classical conditioning was prediction; instrumental conditioning is control. Thorndike's Law of Effect is trial-and-error control — selection plus association, search plus memory — and Skinner's shaping and schedules are reward engineering. The habitual\u002Fgoal-directed distinction maps onto model-free versus model-based control, dissociated by outcome devaluation and arbitrated by uncertainty. Delayed reinforcement is the credit-assignment problem, and the stimulus traces and secondary reinforcers of animal-learning theory are eligibility traces and value functions.\n",{"path":18361,"title":18362,"module":18354,"summary":18363},"\u002Freinforcement-learning\u002Fminds-and-brains\u002Fdopamine-and-td-error","Dopamine and the TD Error","The TD error was invented as an algorithm; a decade later it turned out to closely describe the firing of the brain's dopamine neurons. We follow Schultz's experiments — dopamine fires at an unpredicted reward, shifts to the earliest predictive cue, and dips below baseline when a predicted reward is withheld — and match each result to the TD error term by term. We then read the basal ganglia as a neural actor–critic with dopamine as its shared training signal, and close on addiction as a hijacking of that signal.\n",{"path":18365,"title":18366,"module":18354,"summary":18367},"\u002Freinforcement-learning\u002Fminds-and-brains\u002Fdopamine-in-the-brain","Dopamine in the Brain: The Neural Actor–Critic","If phasic dopamine is a TD error, where does it go and what does it change? We follow the axons into the basal ganglia, read the corticostriatal synapse as the place where state, action, and error meet, and map the ventral and dorsal striatum onto the critic and the actor of an actor–critic. Addiction becomes a broken cancellation in the same learning signal, and distributional dopamine extends the scalar RPE into a population code.\n",{"path":18369,"title":18370,"module":18354,"summary":18371},"\u002Freinforcement-learning\u002Fminds-and-brains\u002Fanimal-learning-and-cognition","Animal Learning and Cognition","Three classic associative phenomena turn out to be reinforcement-learning mechanisms seen in behavior. Blocking says learning is driven by prediction error, not co-occurrence, and reduces to least-squares regression fitting a collinear feature. Higher-order conditioning and conditioned reinforcement make a value estimate a secondary reinforcer — bootstrapping in an animal. Delayed reinforcement is the credit-assignment problem, and the stimulus traces and goal gradients of Pavlov and Hull are eligibility traces and TD-learned value functions.\n",{"path":18373,"title":18374,"module":18354,"summary":18375},"\u002Freinforcement-learning\u002Fminds-and-brains\u002Fcognitive-maps-and-planning","Cognitive Maps and Model-Based Learning","Tolman's rats learned the layout of a maze with no reward, then used it the moment food appeared — latent learning, a cognitive map, and the behavioral face of model-based reinforcement learning. The map is learned by system identification (stimulus–stimulus associations), which fills in whether or not reward is present, and queried by planning, which re-solves a route from a single changed reward. The successor representation sits between cache and model, and hippocampal predictive maps and scaled-up world models carry the same idea into brain and machine.\n",{"path":18377,"title":18378,"module":18354,"summary":18379},"\u002Freinforcement-learning\u002Fminds-and-brains\u002Fneuroscience-of-reinforcement","The Neuroscience of Reinforcement","The dopamine story is one contact point between reinforcement learning and the brain; this lesson fills in the surrounding neuroscience so the mapping stands on its own. We build a working primer of neurons, synapses, and neuromodulation; separate four signals that casual usage conflates — reward, reinforcement, value, and prediction error; and read the actor and critic as corticostriatal synapses updated by two- and three-factor rules, grounded in spike-timing-dependent and reward-modulated plasticity.\n",{"path":18381,"title":18382,"module":18354,"summary":18383},"\u002Freinforcement-learning\u002Fminds-and-brains\u002Fseveral-learning-systems","The Brain's Several Learning Systems","The actor's three-factor rule has an ancestor in Klopf's hedonistic neuron — a single cell as a reinforcement-seeking agent — and a bacterium's run-and-twiddle shows the Law of Effect with no synapses at all. Teams of such neurons implement policy gradient collectively, the broadcast reward replacing backpropagation. And the brain is not only model-free: outcome devaluation, prefrontal value coding, and hippocampal forward sweeps localize a model-based system. The recurring conclusion is that the brain is several interacting learning systems, not one algorithm.\n",{"path":18385,"title":17541,"module":298,"summary":298},"\u002Freinforcement-learning",{"path":18387,"title":18388,"module":14884,"summary":18389},"\u002Fartificial-intelligence\u002Ffoundations\u002Fwhat-is-ai","What Is Artificial Intelligence?","Eight definitions of AI fall into a two-by-two grid: think versus act, and measure success against human performance versus an ideal standard of rationality. We work through all four schools — the Turing test, cognitive modelling, the laws of thought, and the rational agent — and adopt the last as the frame for the whole course: AI is the study and design of rational agents.\n",{"path":18391,"title":18392,"module":14884,"summary":18393},"\u002Fartificial-intelligence\u002Ffoundations\u002Ffoundations-of-ai","The Foundations of AI","Where the rational-agent idea came from and what surrounds it. AI inherited its core tools from eight older disciplines — philosophy, mathematics, economics, neuroscience, psychology, computer engineering, control theory, and linguistics. Its history runs in cycles of boom and winter, from the 1956 Dartmouth workshop through expert systems to the statistical turn. And the deep-learning era — AlexNet, the Transformer, GPT-3, AlphaGo — is a new way of computing the agent function at scale, not a new definition of AI.\n",{"path":18395,"title":18396,"module":14884,"summary":18397},"\u002Fartificial-intelligence\u002Ffoundations\u002Fintelligent-agents","Intelligent Agents","An agent perceives an environment through sensors and acts on it through actuators; its behavior is an agent function mapping percept sequences to actions. A rational agent chooses, for each percept sequence, the action that maximizes its expected performance measure given its knowledge. We build the first half of the vocabulary the whole course rests on — the agent function, rationality, PEAS task specifications, and the six axes along which task environments vary.\n",{"path":18399,"title":18400,"module":14884,"summary":18401},"\u002Fartificial-intelligence\u002Ffoundations\u002Fagent-architectures","Agent Architectures","How to build a program that computes a good agent function without storing an astronomically large lookup table. Four skeleton architectures in order of increasing power — simple reflex, model-based, goal-based, and utility-based — plus the learning agent that improves any of them, the scale of world representations (atomic, factored, structured) they rest on, and how a modern language-model agent fits the same frame.\n",{"path":18403,"title":18404,"module":18405,"summary":18406},"\u002Fartificial-intelligence\u002Fsearch\u002Funinformed-search","Uninformed Search","Search","A goal-based agent that cannot see which action is best turns the problem into a state space — an initial state, a set of actions, a transition model, a goal test, and a path cost — and searches for a sequence of actions reaching the goal. We build the state-space formulation on the 8-puzzle and route-finding, give the one TREE-SEARCH \u002F GRAPH-SEARCH skeleton every algorithm specializes, and measure strategies by completeness, optimality, and complexity. This lesson develops the first two frontier disciplines — breadth-first and uniform-cost search; the rest follow in the next lesson.\n",{"path":18408,"title":18409,"module":18405,"summary":18410},"\u002Fartificial-intelligence\u002Fsearch\u002Fsearch-strategies-compared","Search Strategies Compared","Breadth-first and uniform-cost search pay for optimality in memory. This lesson develops the strategies that trade memory for depth: depth-first search, which keeps only the current path; depth-limited and iterative-deepening search, which fix DFS's failure on infinite paths; and bidirectional search, which meets in the middle for a square-root saving. It closes by lining up all six uninformed strategies against completeness, optimality, and complexity, and tracing where the algorithms came from and where they went.\n",{"path":18412,"title":18413,"module":18405,"summary":18414},"\u002Fartificial-intelligence\u002Fsearch\u002Finformed-search","Informed Search and A*","An informed search uses a heuristic $h(n)$, an estimate of the cost from a node to the goal, to decide what to expand next. Greedy best-first search follows the heuristic blindly and gives up optimality; A* corrects it by ranking nodes on $f(n) = g(n) + h(n)$, and is optimal when the heuristic is admissible (tree search) or consistent (graph search). This lesson defines the heuristic, builds best-first search, and proves why A* is optimal, with the contour picture that explains its pruning. Where good heuristics come from is the next lesson.\n",{"path":18416,"title":18417,"module":18405,"summary":18418},"\u002Fartificial-intelligence\u002Fsearch\u002Fheuristic-functions","Heuristic Functions and Memory-Bounded Search","A* is only as good as its heuristic, so this lesson answers where good heuristics come from: relaxed problems, whose exact solution cost is an admissible heuristic, and pattern databases, which precompute subproblem costs. It measures heuristic quality with dominance and the effective branching factor, then tackles A*'s memory problem with IDA*, RBFS, and SMA*. It closes with modern heuristic search — weighted A*, learned and disjoint pattern-database heuristics, and bidirectional A*.\n",{"path":18420,"title":18421,"module":18405,"summary":18422},"\u002Fartificial-intelligence\u002Fsearch\u002Flocal-search","Local Search and Optimization","When the path to a goal is irrelevant and only the final state matters, we can discard the search tree entirely and keep just the current state, moving to a better neighbor at each step. This lesson builds the state-space landscape metaphor, works through hill climbing and the three obstacles that defeat it (local maxima, ridges, plateaus), then develops the first escapes: random restarts and simulated annealing with its temperature schedule. The population-based methods and continuous-space calculus follow in the next lesson.\n",{"path":18424,"title":18425,"module":18405,"summary":18426},"\u002Fartificial-intelligence\u002Fsearch\u002Fpopulation-and-continuous-search","Population and Continuous Search","Single-state local search escapes a trap by restarting or tolerating downhill moves. This lesson develops the alternatives that keep several states at once — local beam search, which shares successors across parallel threads, and genetic algorithms, which recombine two parents through crossover and mutation — then crosses into continuous spaces, where calculus replaces the finite neighbor set: gradient ascent, line search, and Newton's method. It closes with the industrial descendants of these methods and the loop they all share.\n",{"path":18428,"title":18429,"module":18405,"summary":18430},"\u002Fartificial-intelligence\u002Fsearch\u002Fadversarial-search","Adversarial Search and Games","When another agent plans against you, search becomes a game. We formalize two-player, zero-sum, perfect-information games as search problems, define the minimax value that optimal play backs up through the game tree, and give the MINIMAX algorithm that computes it. Alpha–beta pruning then cuts the cost of that search roughly in half in the exponent without changing the answer, and a heuristic evaluation function plus a cutoff test turns the exact algorithm into a real-time player that copes with the horizon effect.\n",{"path":18432,"title":18433,"module":18405,"summary":18434},"\u002Fartificial-intelligence\u002Fsearch\u002Fgames-of-chance-and-imperfect-information","Games of Chance and Imperfect Information","Minimax and alpha–beta assume a deterministic game both players can see in full. Drop either assumption and search must change. This lesson adds chance nodes and the expectiminimax value for games with dice, then belief-state reasoning for partially observable games — Kriegspiel and card games — where averaging over clairvoyance both helps and misleads. It closes with the line from Deep Blue's alpha–beta to AlphaGo's learned evaluation and Monte Carlo tree search, and the provable-pruning and self-play research around each end of that story.\n",{"path":18436,"title":18437,"module":18405,"summary":18438},"\u002Fartificial-intelligence\u002Fsearch\u002Fconstraint-satisfaction","Constraint Satisfaction Problems","A constraint satisfaction problem replaces the black-box state with a factored one: variables, domains, and constraints. That structure supports inference before any search runs. This lesson defines the CSP on map coloring, Sudoku, and scheduling, then develops constraint propagation: node and arc consistency, the AC-3 algorithm that makes a whole network arc-consistent, and the way one deleted value cascades across the graph to prune impossible options ahead of search.\n",{"path":18440,"title":18441,"module":18405,"summary":18442},"\u002Fartificial-intelligence\u002Fsearch\u002Fcsp-search-and-structure","CSP Search and Structure","Propagation prunes a CSP but rarely finishes it, so we search. This lesson builds backtracking search over partial assignments and the general-purpose heuristics that make it fast — MRV, degree, least-constraining-value, forward checking, MAC, and intelligent backtracking. It then shows how the shape of the constraint graph controls difficulty: tree-structured problems fall in linear time, cutset conditioning handles the rest, and min-conflicts local search solves a million queens in a constant number of steps.\n",{"path":18444,"title":18445,"module":18405,"summary":18446},"\u002Fartificial-intelligence\u002Fsearch\u002Fsearch-under-uncertainty","Search Under Uncertainty","Classical search assumes the agent knows the state it is in and exactly what each action does. Drop the second assumption and a plan can no longer be a fixed sequence of actions. This lesson develops the first response: AND-OR search over nondeterministic actions, which returns a branching contingency plan rather than a straight line. We build it on the erratic vacuum world, show how OR nodes (the agent's choices) alternate with AND nodes (nature's outcomes), trace the recursion that finds a plan, and handle the case where the only solution is a cyclic \"try, try again.\"\n",{"path":18448,"title":18449,"module":18405,"summary":18450},"\u002Fartificial-intelligence\u002Fsearch\u002Fbelief-state-and-online-search","Belief-State and Online Search","When the agent cannot see the full state, a plan can no longer test where it actually is — it must reason over the set of states it might be in. This lesson develops belief-state search, from sensorless (conformant) planning that coerces an unknown world into a goal, through the predict-observe-update cycle of contingent planning with percepts, to online search in unknown environments, where the agent must act in order to learn. It closes with LRTA*, which refines its own heuristic as it explores, one step from reinforcement learning.\n",{"path":18452,"title":18453,"module":18454,"summary":18455},"\u002Fartificial-intelligence\u002Flogic-and-planning\u002Fpropositional-logic","Logical Agents and Propositional Logic","Logic and Planning","A knowledge-based agent keeps a store of sentences and acts by asking it what to do. To make \"asking\" mean something we need entailment — the relation $KB \\models \\alpha$ that holds when every model of the knowledge base is a model of the query. Propositional logic gives a syntax and a truth-table semantics for which entailment is decidable. This first part builds the foundations: the agent loop, the Wumpus World, models and entailment, the connectives and truth tables, theorem proving by refutation, and the resolution rule with its CNF conversion — a single complete inference procedure for all of propositional logic.\n",{"path":18457,"title":18458,"module":18454,"summary":18459},"\u002Fartificial-intelligence\u002Flogic-and-planning\u002Fpropositional-inference","Propositional Inference and Logical Agents","Model checking and resolution decide entailment, but both can blow up. This part turns propositional logic into a practical engine and a working agent. Horn clauses give linear-time forward and backward chaining — the basis of logic programming. DPLL and WalkSAT make satisfiability testing fast in the common case. Then we make the agent situated: time-indexed fluents, the frame problem and its solution by successor-state axioms, a hybrid agent that deduces a safe map and plans a route through it, and SATPlan, which finds a plan by asking a SAT solver for a satisfying model.\n",{"path":18461,"title":18462,"module":18454,"summary":18463},"\u002Fartificial-intelligence\u002Flogic-and-planning\u002Ffirst-order-logic","First-Order Logic","Propositional logic can only say that facts hold; it cannot talk about the objects a fact is about, or state a rule once and have it cover every object. First-order logic fixes this by committing to a world of objects, relations, and functions. This first part builds the language from the ground up: the ontology it commits to, the model that gives a sentence a truth value, the syntax of terms and sentences, the two quantifiers with their standard mistakes, and equality.\n",{"path":18465,"title":18466,"module":18454,"summary":18467},"\u002Fartificial-intelligence\u002Flogic-and-planning\u002Ffirst-order-logic-in-use","First-Order Logic in Use","With the language of first-order logic in hand, this part is about using it well. Database semantics trades expressive power for the convenience of a single intended model; higher-order logic shows what first-order logic gives up for decidability. Then we put the language to work: the Tell\u002FAsk interface, the kinship domain axiomatized from scratch, and the seven-step knowledge-engineering process applied to a digital circuit.\n",{"path":18469,"title":18470,"module":18454,"summary":18471},"\u002Fartificial-intelligence\u002Flogic-and-planning\u002Finference-and-resolution","Inference in First-Order Logic","Propositional inference lifts to first-order logic once we can make terms match. Unification is that machinery: the algorithm that finds the substitution making two expressions identical, and the basis of generalized modus ponens. This first part builds the lifted inference rules and the two chaining algorithms they drive — forward chaining, the data-driven procedure behind production systems and Datalog, and backward chaining, the goal-driven procedure behind Prolog.\n",{"path":18473,"title":18474,"module":18454,"summary":18475},"\u002Fartificial-intelligence\u002Flogic-and-planning\u002Ffirst-order-resolution","First-Order Resolution","Chaining is complete only for Horn knowledge bases. General first-order sentences — with disjunctive conclusions and negations — need a single sound and complete rule: resolution. This part converts arbitrary sentences to CNF by skolemizing away the existentials, lifts the resolution rule with unification, and proves entailment by refuting the negated goal. The result is the proof procedure Gödel's completeness theorem guarantees will find any entailment, together with the search strategies that make it usable.\n",{"path":18477,"title":18478,"module":18454,"summary":18479},"\u002Fartificial-intelligence\u002Flogic-and-planning\u002Fclassical-planning","Classical Planning","Classical planning represents a problem in a factored language, PDDL: states are sets of ground fluents, and actions are lifted schemas with a precondition and an effect. That structure turns planning into search — forward through states or backward through goals — and lets a program read heuristics straight off the schemas by relaxing the problem. This first part develops the representation, the two search directions, and the domain-independent heuristics that come from ignoring preconditions or delete lists.\n",{"path":18481,"title":18482,"module":18454,"summary":18483},"\u002Fartificial-intelligence\u002Flogic-and-planning\u002Fplanning-graphs-and-graphplan","Planning Heuristics and GraphPlan","Every relaxation heuristic can be inaccurate, and none can tell how far apart subgoals sit. The planning graph is a polynomial-size structure that does better: leveled off the problem, it yields admissible distance estimates and a record of which actions and fluents cannot coexist. This part builds the graph, reads heuristics from it, extracts plans with GraphPlan, and closes with the other classical approaches — SATPlan and partial-order planning — and the representational trade that makes all of it work.\n",{"path":18485,"title":18486,"module":18454,"summary":18487},"\u002Fartificial-intelligence\u002Flogic-and-planning\u002Fplanning-in-the-real-world","Planning and Acting in the Real World","Classical planning's clean theory rests on four assumptions: time is ignored, actions are atomic, the world is deterministic and fully observable, and the agent is alone. This first part drops the first two. We add durations and resource constraints — turning a plan into a schedule, solved by the critical-path method and, once resources contend, by NP-hard job-shop scheduling — and let a planner reason at multiple levels of abstraction through high-level actions and their angelic reachable sets.\n",{"path":18489,"title":18490,"module":18454,"summary":18491},"\u002Fartificial-intelligence\u002Flogic-and-planning\u002Fplanning-under-uncertainty","Planning Under Uncertainty","Classical planning assumed the world was deterministic, fully observable, and the agent alone. This part drops the last two assumptions. When the agent cannot see or predict the world, planning moves into belief-state space: sensorless plans that coerce the world into the goal without sensing, contingent plans that branch on what is sensed, and online agents that monitor and replan when execution diverges. Then we add other agents — joint plans, the coordination problem, and the conventions that let a team act without constant negotiation.\n",{"path":18493,"title":18494,"module":18454,"summary":18495},"\u002Fartificial-intelligence\u002Flogic-and-planning\u002Fknowledge-representation","Knowledge Representation","First-order logic gives you the language; this lesson is about what to say in it. This first part builds the content: a general upper ontology from the top down, categories as first-class objects with taxonomies and inheritance, physical composition and the count-noun\u002Fmass-noun split, events and time reified through the event calculus, and belief modeled with modal logic — the machinery for representing the world an agent reasons about.\n",{"path":18497,"title":18498,"module":18454,"summary":18499},"\u002Fartificial-intelligence\u002Flogic-and-planning\u002Freasoning-systems-and-defaults","Reasoning Systems and Default Logic","Having represented the world, this part is about reasoning with it at scale. Semantic networks give a graphical notation with fast inheritance; description logics keep subsumption and classification tractable by design. Then we confront the fact that most useful rules hold only by default: circumscription and default logic give a logical account of nonmonotonic reasoning, and truth maintenance systems retract conclusions cleanly when the beliefs beneath them change.\n",{"path":18501,"title":18502,"module":18503,"summary":18504},"\u002Fartificial-intelligence\u002Funcertainty\u002Fprobability-and-bayes","Quantifying Uncertainty","Uncertainty","Logic breaks down in any domain where the rules have exceptions you cannot enumerate — the qualification problem. Probability replaces truth values with degrees of belief that obey Kolmogorov's axioms, and the full joint distribution becomes a knowledge base from which any query is answered by summing entries: marginalization, conditioning, and normalization. Independence factors that joint into smaller pieces — the first step toward a calculus of rational belief that an agent can actually compute with.\n",{"path":18506,"title":18507,"module":18503,"summary":18508},"\u002Fartificial-intelligence\u002Funcertainty\u002Fbayes-rule-and-naive-bayes","Bayes' Rule and Naive Bayes","Bayes' rule inverts a causal model into a diagnostic one, turning \"how a cause produces its symptoms\" into \"which cause explains what I observed.\" Ignoring the prior is the base-rate fallacy behind overconfident test results. Conditional independence then lets several pieces of evidence combine by multiplying likelihood ratios instead of building an exponential joint, giving the naive Bayes model and pointing directly at Bayesian networks.\n",{"path":18510,"title":18511,"module":18503,"summary":18512},"\u002Fartificial-intelligence\u002Funcertainty\u002Fbayesian-networks","Bayesian Networks","A Bayesian network is a directed acyclic graph of random variables in which each node carries a conditional probability table for itself given its parents. That structure factors the full joint distribution into a product of local terms, turning an exponential table into a linear one, and it makes the conditional independences of the domain explicit. We build the canonical burglary–alarm network, read compactness and d-separation off the graph, run exact inference by variable elimination, and, where that is intractable, estimate answers by sampling.\n",{"path":18514,"title":18515,"module":18503,"summary":18516},"\u002Fartificial-intelligence\u002Funcertainty\u002Finference-in-bayesian-networks","Bayesian Networks: Inference and Relational Models","When exact inference is intractable, sampling estimates the posterior instead: prior and rejection sampling, likelihood weighting, and Gibbs\u002FMCMC, whose error shrinks as one over the square root of the sample count. The same graphical idea then lifts from a fixed set of variables to whole populations — relational and open-universe probability models write dependencies once and unroll them over objects — and we close by placing probability against the rule-based, Dempster–Shafer, and fuzzy alternatives it displaced.\n",{"path":18518,"title":18519,"module":18503,"summary":18520},"\u002Fartificial-intelligence\u002Funcertainty\u002Freasoning-over-time","Probabilistic Reasoning over Time","A world that changes needs a state variable at every point in time. The Markov assumption cuts the dependence on history down to the previous slice, leaving a transition model and a sensor model that define a temporal Bayesian network. Four recursive tasks fall out — filtering, prediction, smoothing, and the most likely explanation — each a message passed along the sequence. We ground them in hidden Markov models and their matrix form, sketch the Kalman filter for continuous state, and reach dynamic Bayesian networks with particle filtering as the general approximate method.\n",{"path":18522,"title":18523,"module":18503,"summary":18524},"\u002Fartificial-intelligence\u002Funcertainty\u002Ftracking-and-data-association","Reasoning over Time: Tracking and Data Association","Dynamic Bayesian networks generalize HMMs and Kalman filters to arbitrarily many state variables per slice, and when exact inference blows up, particle filtering approximates the belief state with a population of weighted samples that propagate, reweight, and resample. Tracking several objects at once adds the data-association problem — which observation came from which object — whose combinatorics defeat any exact filter, so particle filters and MCMC keep many hypotheses alive. We close with SLAM and learned state-space models.\n",{"path":18526,"title":18527,"module":18503,"summary":18528},"\u002Fartificial-intelligence\u002Funcertainty\u002Fmaking-decisions","Making Decisions: Utility Theory","A rational agent chooses the action that maximizes expected utility — the probability of each outcome weighted by how much the agent wants it. We derive the utility function from six axioms on preferences, so maximizing expected utility is forced by consistency rather than assumed; look at risk aversion in the utility-of-money curve; package one-shot choices into decision networks; and quantify what an observation is worth with the value of information.\n",{"path":18530,"title":18119,"module":18503,"summary":18531},"\u002Fartificial-intelligence\u002Funcertainty\u002Fmarkov-decision-processes","When an agent must act repeatedly in a stochastic world, a fixed plan is useless — it needs a policy, an action for every state. The Markov decision process makes this precise with a transition model, a reward, and a discount factor; the Bellman equation characterizes the optimal state utilities, and value iteration and policy iteration solve it. Partial observability lifts the problem to belief states, and bandits, Monte-Carlo tree search, and scalable POMDP solvers extend it — this is the model-known half of reinforcement learning.\n",{"path":18533,"title":18534,"module":18503,"summary":18535},"\u002Fartificial-intelligence\u002Funcertainty\u002Fdecision-networks-and-game-theory","Decision Analysis: Multi-Attribute Utility and Decision Networks","Decision analysis takes the single-agent utility framework and makes it practical: utility over several attributes, dominance and additive value functions, influence diagrams that fold Bayesian networks together with decision and utility nodes, and the value of information that tells an agent which questions are worth asking. Structure in an agent's preferences — dominance, preferential and utility independence — collapses an exponential utility table into a few one-dimensional functions, the same move that made Bayesian networks compact.\n",{"path":18537,"title":18538,"module":18503,"summary":18539},"\u002Fartificial-intelligence\u002Funcertainty\u002Fgame-theory-and-mechanism-design","Game Theory and Mechanism Design","When outcomes depend on other rational agents, single-agent utility maximization no longer suffices. Game theory studies decisions among agents — normal-form games, dominant strategies, Nash and maximin equilibria, and repeated games — and mechanism design runs the logic backwards, engineering rules (auctions, VCG) so that self-interested play produces a good collective outcome. Algorithmic game theory then asks whether equilibria can be computed, what selfishness costs society, and how the mechanisms deployed at internet scale actually behave.\n",{"path":18541,"title":18542,"module":18543,"summary":18544},"\u002Fartificial-intelligence\u002Flearning\u002Flearning-from-examples","Learning from Examples","Learning","An agent that improves with experience does not need its designer to anticipate every situation. Inductive learning takes that ambition and narrows it to one tractable problem: from labelled input-output pairs, recover a function that predicts the output for inputs never seen. This first part builds the foundation around a single organizing question — generalization — through decision trees and information gain, and the training\u002Fvalidation\u002Ftest discipline for evaluating and choosing hypotheses. A second part takes up the theory of learning and the main model families.\n",{"path":18546,"title":18547,"module":18543,"summary":18548},"\u002Fartificial-intelligence\u002Flearning\u002Ftheory-and-model-families","The Theory of Learning and Model Families","Cross-validation measures generalization but does not explain it. This part supplies the theory — PAC learning, sample complexity, and the VC dimension — that says when a hypothesis consistent with enough data is probably approximately correct, and why an unrestricted hypothesis space can never generalize. It then surveys the model families a practitioner reaches for: linear regression and gradient descent, the perceptron and logistic regression, support vector machines and the kernel trick, and ensembles by bagging and boosting — closing with what deep learning changed about the classical picture.\n",{"path":18550,"title":18551,"module":18543,"summary":18552},"\u002Fartificial-intelligence\u002Flearning\u002Fprobabilistic-learning","Learning Probabilistic Models","A [Bayesian network](\u002Fartificial-intelligence\u002Funcertainty\u002Fbayesian-networks) is useless until its numbers are filled in, and those numbers come from data. This first part casts learning itself as probabilistic inference: hypotheses carry a prior, data update it to a posterior, and predictions average over what remains. From that frame fall the standard estimators — maximum likelihood by counting, MAP with a conjugate prior, full Bayesian updating — for the case where every variable is observed. A second part takes up the harder case of hidden variables and the EM algorithm.\n",{"path":18554,"title":18555,"module":18543,"summary":18556},"\u002Fartificial-intelligence\u002Flearning\u002Fexpectation-maximization","Learning with Hidden Variables: The EM Algorithm","Complete data can be learned by counting; real data usually hide some variables — the disease behind the symptoms, the cluster behind the points. This part develops the expectation-maximization algorithm, which learns those models by alternating an expected completion of the missing data with a re-estimation of the parameters. It works the idea through mixtures of Gaussians, Bayesian networks, and hidden Markov models, proves the monotone-likelihood guarantee from the evidence lower bound, and traces the line from EM to variational inference and the variational autoencoder.\n",{"path":18558,"title":17541,"module":18543,"summary":18559},"\u002Fartificial-intelligence\u002Flearning\u002Freinforcement-learning","Reinforcement learning is an MDP with the model unknown: the agent knows neither how its actions move the world nor which states are rewarded, and must recover good behaviour from experienced transitions and rewards alone. This first part builds the classical tabular theory — passive learning (fix a policy, learn its value, by direct estimation, adaptive dynamic programming, and temporal differences) and active learning (choose actions, trade exploration against exploitation, and learn control with Q-learning and SARSA). A second part lifts it off the lookup table with function approximation and policy search.\n",{"path":18561,"title":18562,"module":18543,"summary":18563},"\u002Fartificial-intelligence\u002Flearning\u002Fgeneralization-and-policy-search","Reinforcement Learning: Generalization and Policy Search","Tabular reinforcement learning stores one number per state, which is hopeless for backgammon or chess. This part lifts RL off the lookup table with function approximation, so that updating one state generalizes to related ones, then turns to policy search — representing and optimizing the policy directly, up to the REINFORCE policy gradient and correlated sampling. It closes with the bridge to deep reinforcement learning (deep Q-networks, actor-critic, PPO), the classic applications, and the hand-off to the dedicated RL subject.\n",{"path":18565,"title":18566,"module":18543,"summary":18567},"\u002Fartificial-intelligence\u002Flearning\u002Fknowledge-in-learning","Knowledge in Learning","Pure induction learns a function from labelled examples while knowing almost nothing to begin with. This first part brings prior knowledge into the loop by recasting learning as logical inference — hypotheses, examples, and classifications as sentences. It develops current-best-hypothesis search, the version space and its general\u002Fspecific boundary maintained by candidate elimination, and states the three entailment constraints that fix how background knowledge enters. A second part builds the three knowledge-based methods those constraints define.\n",{"path":18569,"title":18570,"module":18543,"summary":18571},"\u002Fartificial-intelligence\u002Flearning\u002Fknowledge-based-learning-methods","Knowledge-Based Learning: EBL, Relevance, and ILP","Once learning is cast as logical inference, three methods follow from the three ways prior knowledge can enter. Explanation-based learning generalizes a single example by explaining it with the domain theory, gaining speed but nothing new. Relevance-based learning uses determinations to shrink the hypothesis space and converge from fewer examples. Inductive logic programming learns genuinely new first-order rules — top-down with FOIL, bottom-up by inverting resolution, even inventing new predicates — and connects to modern statistical relational and neuro-symbolic learning.\n",{"path":18573,"title":18574,"module":18575,"summary":18576},"\u002Fartificial-intelligence\u002Ffrontiers\u002Fvision-and-perception","Vision and Perception","Frontiers","Perception connects an agent to the physical world. We follow one modality — vision — from the physics of image formation (the pinhole camera, perspective projection, lenses, shading, color) through the early operations that turn a pixel array into edges, texture, and motion, and into recognition by appearance. The recurring problem is inversion: a camera collapses a 3-D world onto a 2-D grid, and an agent that wants to act must build the scene back up. Rebuilding the scene is the subject of the companion lesson.\n",{"path":18578,"title":18579,"module":18575,"summary":18580},"\u002Fartificial-intelligence\u002Ffrontiers\u002Freconstructing-the-3d-world","Vision: Reconstructing the 3D World","A camera collapses a three-dimensional world onto a flat grid; this lesson inverts that collapse. We build the camera projection matrix (intrinsics and extrinsics), triangulate a point from two views, then work through the toolbox of depth cues — motion parallax, binocular stereopsis, multiple views, texture, shading, and contour — that turn an ambiguous image back into a scene. We add structural recognition (pictorial-structure \"cardboard people\"), the task-driven use of vision in cars and robots, and the shift from hand-built pipelines to learned deep-vision networks.\n",{"path":18582,"title":18583,"module":18575,"summary":18584},"\u002Fartificial-intelligence\u002Ffrontiers\u002Frobotics","Robotics","A robot is an agent with a body: sensors that read the physical world and effectors that push back on it. This lesson grounds the abstract AI machinery in that body. We build up the hardware (range finders, proprioception, degrees of freedom), then cast perception as probabilistic filtering — the kinematic motion and sensor models, Monte Carlo localization, the extended Kalman filter, and simultaneous localization and mapping (SLAM). The companion lesson takes the estimated pose forward into planning and control.\n",{"path":18586,"title":18587,"module":18575,"summary":18588},"\u002Fartificial-intelligence\u002Ffrontiers\u002Frobot-planning-and-control","Robotics: Planning and Control","A robot that knows where it is still has to decide how to move, and then make a slipping, sensing-imperfect body actually go there. This lesson takes the pose estimate forward: planning motion in configuration space with cell decomposition and sampling-based roadmaps (PRMs and RRTs), planning under uncertainty with most-likely-state and online replanning, closing the loop with P\u002FPD\u002FPID control and potential fields, and finally the software architectures — subsumption, three-layer, and pipeline — that assemble it all, plus the learning-based turn in modern robotics.\n",{"path":18590,"title":18591,"module":18575,"summary":18592},"\u002Fartificial-intelligence\u002Ffrontiers\u002Fnatural-language-in-ai","Natural Language for AI Agents","Language is how agents acquire the knowledge already written down and how they communicate with the humans they serve. This lesson gives the classical AI account of language as a source of information: n-gram language models and the information-seeking tasks built on them — text classification, information retrieval (BM25, the inverted index, PageRank), and information extraction with finite-state templates and hidden Markov models. Throughout, we point to the dedicated NLP subject for the modern deep-learning treatment; the companion lesson takes up grammar, translation, and speech.\n",{"path":18594,"title":18595,"module":18575,"summary":18596},"\u002Fartificial-intelligence\u002Ffrontiers\u002Fnlp-grammar-translation-and-speech","Language for AI Agents: Grammar, Translation, and Speech","N-gram models see only a local window; they cannot say why \"black dog\" is well-formed English and \"dog black\" is not, because that is a fact about structure. This lesson takes up structure: phrase-structure and probabilistic context-free grammars, syntactic analysis by chart parsing and CYK, augmented grammars and compositional semantics, then the two major statistical successes — machine translation and speech recognition — cast as noisy-channel problems. It closes with the bridge from n-grams to transformers and where the classical account sits relative to modern NLP.\n",{"path":18598,"title":18599,"module":18575,"summary":18600},"\u002Fartificial-intelligence\u002Ffrontiers\u002Fphilosophy-and-future","Philosophy, Ethics, and the Future of AI","Two questions have shadowed the field since its founding: can machines act intelligently (weak AI), and can they really think (strong AI)? We work through Turing's objections and their rebuttals — the arguments from disability, mathematics, and informality — then the strong-AI debate: the mind-body problem, functionalism and the brain prosthesis, Searle's Chinese Room and the systems reply, and consciousness and qualia. The companion lesson turns from what AI can do to what it should, and closes the course.\n",{"path":18602,"title":18603,"module":18575,"summary":18604},"\u002Fartificial-intelligence\u002Ffrontiers\u002Fai-ethics-and-future","The Ethics and Future of AI","Having asked whether machines can act intelligently and really think, we turn to whether we should build them at all. This lesson works through the six ethical risks — lost jobs, autonomous weapons, surveillance and privacy, biased decisions, the safety of superintelligence, and the erosion of accountability — then the value-alignment problem in the LLM era, and where the classical agent components could go next. It closes the course by tying search, logic, probability, and learning into a single picture of intelligence as rational agency.\n",{"path":18606,"title":18607,"module":298,"summary":298},"\u002Fartificial-intelligence","Artificial Intelligence",{"path":18609,"title":18610,"module":18611,"summary":18612},"\u002Fnuclear-physics\u002Fnuclear-properties\u002Fnuclear-constituents-nuclide-chart","Nuclear Composition and Ground-State Properties","Nuclear Properties","The nucleus is a bound assembly of Z protons and N neutrons packed to a radius R = R0 A^(1\u002F3) at a nearly constant density of about 10^17 kg\u002Fm^3. We fix the vocabulary of nuclides, derive nuclear size from mirror-nuclide and electron-scattering data, read the binding-energy-per-nucleon curve, and model it with the liquid-drop semiempirical mass formula.\n",{"path":18614,"title":18615,"module":18611,"summary":18616},"\u002Fnuclear-physics\u002Fnuclear-properties\u002Fnuclear-size-charge-distributions","Nuclear Size, Shape, and Charge Distributions","Elastic electron scattering resolves the nucleus by its de Broglie wavelength. The measured cross section is the Mott point-charge cross section modulated by a form factor, and that form factor is the Fourier transform of the charge density. Diffraction minima fix the radius, the small-angle slope fixes the mean-square radius, and the fitted Woods-Saxon profile gives a central density and a skin thickness. Mirror-nucleus Coulomb energies, muonic-atom X-rays, and optical isotope shifts give independent radii that all track R = R0 A^(1\u002F3).\n",{"path":18618,"title":18619,"module":18611,"summary":18620},"\u002Fnuclear-physics\u002Fnuclear-properties\u002Fnuclear-masses-binding-energy","Nuclear Masses, Mass Excess, and Separation Energies","The atomic mass unit fixes the scale, and the mass excess collects the small binding-driven deviation from the integer mass number. Penning-trap cyclotron frequencies now measure masses to parts in a billion, and every decay and reaction Q-value is a difference of these masses. One- and two-nucleon separation energies read the binding difference between neighbouring nuclides directly, showing the even-odd pairing stagger and the sharp drops at magic numbers, and their vanishing marks the neutron and proton drip lines that bound the chart of the nuclides.\n",{"path":18622,"title":18623,"module":18611,"summary":18624},"\u002Fnuclear-physics\u002Fnuclear-properties\u002Fsemi-empirical-mass-formula","The Semi-Empirical Mass Formula and the Valley of Stability","Five physical terms reproduce nuclear binding across the chart: a volume term from saturation, a surface term from the deficit of edge neighbours, a Coulomb term from the electrostatic self-energy of a charged sphere, an asymmetry term from the Pauli cost of unequal proton and neutron filling, and a pairing term. The formula is quadratic in Z at fixed A, so isobars lie on a mass parabola whose minimum sets the most stable charge and whose slope dictates the direction of beta decay. The same competition between surface and Coulomb energy defines the fissility parameter and the onset of fission.\n",{"path":18626,"title":18627,"module":18611,"summary":18628},"\u002Fnuclear-physics\u002Fnuclear-properties\u002Fnuclear-moments-multipoles","Nuclear Spin, Magnetic Dipole, and Electric Quadrupole Moments","The ground state of a nucleus carries a definite spin and parity, a magnetic dipole moment of order the nuclear magneton, and, when its spin exceeds one-half, an electric quadrupole moment that measures its shape. The single-particle Schmidt lines predict the magnetic moment of an odd-A nucleus from the last unpaired nucleon, and the measured moments fall between them. The quadrupole moment distinguishes prolate from oblate deformation, and hyperfine structure is the experimental handle that fixes the spin and the moments from an atomic spectrum.\n",{"path":18630,"title":18631,"module":18632,"summary":18633},"\u002Fnuclear-physics\u002Fnuclear-force-deuteron\u002Fnuclear-force-shell-overview","The Nuclear Force and the Shell Model","The Nuclear Force","The strong force between nucleons is short-range, charge-independent, saturated, and repulsive at its core, about a hundred times stronger than Coulomb. Yukawa explained it as an exchange of massive mesons, tying the force's range to the meson mass through the uncertainty principle. Layered on top, an independent-particle shell model with strong spin-orbit coupling reproduces the magic numbers 2, 8, 20, 28, 50, 82, 126.\n",{"path":18635,"title":18636,"module":18632,"summary":18637},"\u002Fnuclear-physics\u002Fnuclear-force-deuteron\u002Fthe-deuteron","The Deuteron and the Tensor Force","The deuteron is the only bound two-nucleon state: one shallow level at 2.22 MeV, no excited states. A square-well fit fixes a depth near 35 MeV over a 2 fm range, yet the wavefunction leaks so far past the edge that most of the probability lies outside the force. Its spin-1 ground state, magnetic moment close to the sum of the free-nucleon moments, and small but nonzero electric quadrupole moment together force a D-state admixture and a non-central tensor force.\n",{"path":18639,"title":18640,"module":18632,"summary":18641},"\u002Fnuclear-physics\u002Fnuclear-force-deuteron\u002Fnucleon-nucleon-scattering","Nucleon-Nucleon Scattering and the Interaction's Structure","Scattering probes the nuclear force above threshold. Partial-wave analysis reduces low-energy data to a single s-wave phase shift, and the effective-range expansion packages that into a scattering length and an effective range. The triplet channel binds (the deuteron) while the singlet is only virtual, which together explain the anomalously large free neutron-proton cross section. Comparing pp, nn, and np results establishes charge symmetry and charge independence, and polarization experiments expose the spin-orbit and tensor pieces.\n",{"path":18643,"title":18644,"module":18632,"summary":18645},"\u002Fnuclear-physics\u002Fnuclear-force-deuteron\u002Fmeson-theory-isospin","Meson Exchange, the Yukawa Potential, and Isospin","Yukawa's massive-field propagator turns the range of the nuclear force into a meson mass: the exchanged quantum's Compton wavelength is the range. One-pion exchange fixes the long-range tail, complete with the tensor structure the deuteron demanded, while heavier mesons build the intermediate attraction and the repulsive core. Charge independence becomes an isospin symmetry, the force is diagonalized by the total isospin through a tau-dot-tau interaction, and the whole picture sits inside QCD as a residual color force between color-neutral nucleons.\n",{"path":18647,"title":18648,"module":18649,"summary":18650},"\u002Fnuclear-physics\u002Fnuclear-models\u002Ffermi-gas-model","The Fermi Gas Model","Nuclear Models","Treating the nucleus as two degenerate Fermi gases of protons and neutrons confined in a common well fixes the Fermi momentum near 250 MeV\u002Fc and the Fermi energy near 33 MeV from the nuclear density alone. The average kinetic energy per nucleon is about 20 MeV, the well depth is the Fermi energy plus the separation energy, and unequal proton and neutron Fermi levels reproduce the asymmetry term of the mass formula.\n",{"path":18652,"title":18653,"module":18649,"summary":18654},"\u002Fnuclear-physics\u002Fnuclear-models\u002Fliquid-drop-collective-coordinates","The Liquid-Drop Model and Collective Deformation","Deforming a charged liquid drop into a spheroid raises its surface energy and lowers its Coulomb energy; the two effects compete through the deformation parameter to set a stability minimum and a fission barrier. The ratio of Coulomb to twice the surface energy is the fissility Z-squared over A, which crosses one near 49 and marks the point where the sphere is unstable. The same surface tension that restores small deformations quantizes into collective vibrations, carrying the static mass formula into dynamic collective motion.\n",{"path":18656,"title":18657,"module":18649,"summary":18658},"\u002Fnuclear-physics\u002Fnuclear-models\u002Fshell-model-single-particle","The Shell Model: Single-Particle States and Spin-Orbit Coupling","A harmonic-oscillator well reproduces the first three magic numbers but fails above twenty; adding a strong inverted spin-orbit term that drives the stretched j equals l plus one-half level down closes the gaps at 28, 50, 82, and 126. The filled shells couple to zero, so the last unpaired nucleon fixes the ground-state spin and parity, and its single-particle magnetic moment falls on the Schmidt lines. Configuration mixing sets the limits of the extreme single-particle model.\n",{"path":18660,"title":18661,"module":18649,"summary":18662},"\u002Fnuclear-physics\u002Fnuclear-models\u002Fcollective-model-rotations-vibrations","The Collective Model: Rotations, Vibrations, and Deformed Nuclei","Deformed nuclei rotate with energies proportional to I times I plus one, giving the ground-state band its characteristic level ratios, while near-spherical nuclei vibrate in quantized surface phonons that build one- and two-phonon multiplets. The Nilsson model tracks single-particle levels as the well deforms, moments of inertia fall between the rigid and irrotational limits, backbending marks the sudden alignment of a broken pair, and giant resonances are the bulk dipole and quadrupole modes of the whole nucleus.\n",{"path":18664,"title":18665,"module":18666,"summary":18667},"\u002Fnuclear-physics\u002Fradioactive-decay\u002Fdecay-law-modes","Radioactivity and Decay Modes","Radioactive Decay","Unstable nuclei decay at a rate proportional to how many remain, giving the exponential law N(t) = N0 e^(-lambda t) with half-life t = 0.693\u002Flambda. We work through the three common modes: alpha decay as Coulomb-barrier tunneling with the Geiger-Nuttall rule, beta decay whose continuous spectrum demands the neutrino, and gamma de-excitation, and follow a decay chain across the chart of nuclides.\n",{"path":18669,"title":18670,"module":18666,"summary":18671},"\u002Fnuclear-physics\u002Fradioactive-decay\u002Fdecay-kinetics-equilibrium","Serial Decay, the Bateman Equations, and Radioactive Equilibrium","A radioactive parent that decays into a radioactive daughter obeys a coupled pair of rate equations whose solution is the Bateman formula. Depending on the half-life ordering the chain settles into secular equilibrium (equal activities), transient equilibrium (a fixed activity ratio), or no equilibrium. Constant production under irradiation drives the activity toward a saturation value equal to the production rate, competing decay modes split the total decay constant into partial constants, and the natural decay series in secular equilibrium underpin radiometric dating.\n",{"path":18673,"title":18674,"module":18675,"summary":18676},"\u002Fnuclear-physics\u002Falpha-decay\u002Falpha-decay-gamow-theory","Alpha Decay and the Gamow Theory of Tunneling","Alpha Decay","The alpha Q-value turns positive above mass number 150 because the emitted helium-4 is exceptionally tightly bound. Emission proceeds by quantum tunneling through the Coulomb barrier: a WKB integral from the nuclear surface to the outer turning point gives the Gamow factor, and multiplying its penetrability by the assault frequency yields half-lives spanning more than twenty orders of magnitude. The leading term reproduces the Geiger-Nuttall relation, log t½ proportional to the daughter charge over the square root of Q.\n",{"path":18678,"title":18679,"module":18675,"summary":18680},"\u002Fnuclear-physics\u002Falpha-decay\u002Falpha-fine-structure-hindrance","Fine Structure, Angular Momentum, and Hindrance Factors","A single parent emits several alpha groups of slightly different energy, each feeding a distinct level of the daughter, so the alpha spectrum maps the daughter's low-lying states. Emission with orbital angular momentum L raises the barrier by a centrifugal term and is allowed only when angular-momentum and parity selection rules permit. Comparing the measured partial half-life to the Gamow estimate defines a hindrance factor near unity for even-even ground-state transitions and large for odd-A decays that must rearrange the unpaired nucleon.\n",{"path":18682,"title":18683,"module":18684,"summary":18685},"\u002Fnuclear-physics\u002Fbeta-decay\u002Fbeta-decay-energetics-neutrino","Beta Decay Energetics and the Neutrino","Beta Decay and the Weak Interaction","Beta decay converts a neutron into a proton or the reverse, adjusting Z at fixed A along an isobaric mass parabola. We write the three processes (beta-minus, beta-plus, electron capture), reduce every Q-value to a difference of neutral atomic masses, and read the continuous electron spectrum as the fingerprint of a third, nearly massless particle. Pauli's neutrino, its detection by Reines and Cowan, and the endpoint bound on its mass close the lesson.\n",{"path":18687,"title":18688,"module":18684,"summary":18689},"\u002Fnuclear-physics\u002Fbeta-decay\u002Ffermi-theory-beta-decay","Fermi's Theory: Kurie Plots and ft Values","Fermi treated beta decay as a point-contact weak transition and read its rate from the golden rule. The electron spectrum then follows from phase space and the Coulomb Fermi function; the Kurie plot straightens it to a line whose intercept is the endpoint. Integrating the spectrum gives the comparative half-life ft, whose logarithm sorts transitions into superallowed, allowed, and forbidden classes governed by the Fermi and Gamow-Teller selection rules.\n",{"path":18691,"title":18692,"module":18684,"summary":18693},"\u002Fnuclear-physics\u002Fbeta-decay\u002Fweak-interaction-parity-violation","The Weak Interaction and Parity Violation","Beta decay violates mirror symmetry. The Wu experiment on polarized cobalt-60 showed electrons emitted preferentially against the nuclear spin, a pseudoscalar correlation forbidden if parity were conserved. The result fixes the weak charged current as left-handed V minus A, forces neutrinos to be left-handed and antineutrinos right-handed (measured by Goldhaber), and places beta decay within the electroweak theory as W-boson exchange turning a down quark into an up quark.\n",{"path":18695,"title":18696,"module":18684,"summary":18697},"\u002Fnuclear-physics\u002Fbeta-decay\u002Fdouble-beta-decay-neutrino-mass","Double Beta Decay and Neutrino Mass","For even-A isobars the pairing term splits the mass parabola into two curves, and a handful of even-even nuclides sit below their odd-odd neighbor yet above the next even-even one: single beta decay is forbidden but second-order double beta decay is allowed. The two-neutrino mode is a standard-model process with the longest measured lifetimes in nature; the neutrinoless mode would require the neutrino to be its own antiparticle and its rate measures the effective Majorana mass, the sharpest probe of the absolute neutrino mass scale.\n",{"path":18699,"title":18700,"module":18701,"summary":18702},"\u002Fnuclear-physics\u002Fgamma-decay\u002Fgamma-multipole-radiation","Multipole Radiation and Selection Rules","Gamma Decay","Gamma decay carries a nucleus from an excited state to a lower one by emitting a photon of definite angular momentum and parity. We correct the photon energy for nuclear recoil, expand the radiation field into electric and magnetic multipoles, and read off how the transition rate collapses with each increase in multipole order. The Weisskopf single-particle estimates set the scale, and angular-momentum and parity conservation fix which multipole dominates.\n",{"path":18704,"title":18705,"module":18701,"summary":18706},"\u002Fnuclear-physics\u002Fgamma-decay\u002Finternal-conversion-isomers","Internal Conversion and Isomers","A nucleus can shed excitation energy without emitting a photon by handing it directly to an atomic electron. We define the internal-conversion coefficient, trace its growth with atomic number, multipole order, and decreasing energy, and treat the electron-only E0 transitions and internal pair formation. When the lowest allowed multipole is high and the energy low, the gamma rate falls so far that the excited state survives as a metastable isomer.\n",{"path":18708,"title":18709,"module":18701,"summary":18710},"\u002Fnuclear-physics\u002Fgamma-decay\u002Fangular-correlations-mossbauer","Angular Correlations and the Mössbauer Effect","Two gammas emitted in cascade are not independent in direction: detecting the first selects magnetic substates of the intermediate level and makes the second anisotropic, so the correlation function fixes the intermediate spin. The same nuclear resonance that recoil normally destroys is recovered when the emitter is locked in a lattice, giving the Mössbauer effect and its part-in-a-trillion resolution of isomer shifts and hyperfine fields.\n",{"path":18712,"title":18713,"module":18714,"summary":18715},"\u002Fnuclear-physics\u002Fnuclear-reactions\u002Freaction-kinematics-cross-sections","Nuclear Reactions, Fission, and Fusion","Nuclear Reactions","A nuclear reaction X(x, y)Y is governed by its Q value and its cross section, the effective target area for a given process. Splitting the curve of binding energy near iron in either direction releases energy: fission of heavy nuclei by neutron capture and a chain reaction, and fusion of light nuclei that powers the Sun and needs Lawson's density-confinement criterion to be practical.\n",{"path":18717,"title":18718,"module":18714,"summary":18719},"\u002Fnuclear-physics\u002Fnuclear-reactions\u002Fcompound-nucleus-resonances","The Compound Nucleus and Resonance Reactions","Low-energy reactions proceed through a long-lived intermediate state whose decay forgets how it formed. Bohr's independence hypothesis factorizes the cross section into a formation step and a branching ratio, an isolated level gives the single-level Breit-Wigner line shape with total width Γ tied to the lifetime by Γτ = ħ, and at high excitation overlapping levels merge into a statistical continuum described by evaporation spectra and the Hauser-Feshbach average.\n",{"path":18721,"title":18722,"module":18714,"summary":18723},"\u002Fnuclear-physics\u002Fnuclear-reactions\u002Fdirect-reactions-optical-model","Direct Reactions and the Optical Model","A complex optical potential replaces the many-body target by a single particle moving in an average field whose imaginary part removes flux into non-elastic channels, reproducing the diffraction pattern of elastic scattering. Direct reactions bypass the compound nucleus, transferring a nucleon in one step: stripping and pickup deposit or remove a single nucleon, the angle of the first peak in the distorted-wave angular distribution fixes the transferred orbital angular momentum, and its magnitude gives the spectroscopic factor.\n",{"path":18725,"title":18726,"module":18727,"summary":18728},"\u002Fnuclear-physics\u002Ffission\u002Ffission-barrier-dynamics","The Fission Barrier and Fragment Energetics","Nuclear Fission","Fission is the large-amplitude collective deformation of a heavy nucleus into two fragments. The liquid-drop model sets a barrier from the competition between rising surface energy and falling Coulomb energy under quadrupole deformation, with the fissility parameter Z²\u002FA measuring how close a nucleus is to instability. Bohr-Wheeler theory separates spontaneous from neutron-induced fission, the fragment mass yield is double-humped and asymmetric, about 200 MeV is released per event, and shell corrections add a second minimum that produces fission isomers.\n",{"path":18730,"title":18731,"module":18727,"summary":18732},"\u002Fnuclear-physics\u002Ffission\u002Fchain-reactions-reactor-physics","Chain Reactions and Reactor Physics","A self-sustaining chain reaction is a fixed point of neutron bookkeeping: the multiplication factor k counts the neutrons in one generation per neutron in the last, and criticality is k = 1. The four-factor formula tracks a neutron through fast fission, resonance escape, thermal utilization, and reproduction; moderation slows fission neutrons to the thermal energies where the fission cross section is largest; and the small delayed-neutron fraction sets the timescale that makes a reactor controllable. Breeding converts fertile U-238 and Th-232 into new fissile fuel.\n",{"path":18734,"title":18735,"module":18736,"summary":18737},"\u002Fnuclear-physics\u002Ffusion-nucleosynthesis\u002Ffusion-reactions-confinement","Fusion Reactions and Confinement","Fusion and Nucleosynthesis","Light nuclei release energy when they fuse because binding per nucleon rises steeply toward the iron peak, but the Coulomb barrier suppresses the rate at reactor temperatures. The thermonuclear rate is a convolution of the Maxwell distribution with the tunneling probability, sharply peaked at the Gamow energy. The deuterium-tritium reaction has the lowest barrier and largest cross section; sustained energy gain requires the Lawson triple product of density, temperature, and confinement time, reached by magnetic or inertial confinement.\n",{"path":18739,"title":18740,"module":18736,"summary":18741},"\u002Fnuclear-physics\u002Ffusion-nucleosynthesis\u002Fstellar-nucleosynthesis","Stellar Nucleosynthesis","Main-sequence stars burn hydrogen to helium through the proton-proton chain and the CNO cycle, both releasing 26.7 MeV per helium nucleus. Helium burning bridges the mass-5 and mass-8 gaps by the triple-alpha process through the Beryllium-8 and Hoyle resonances, and successive carbon-to-silicon burning stages climb to the iron peak, where fusion stops. The elements beyond iron are built by slow and rapid neutron capture, and the solar neutrino flux confirms the reactions directly.\n",{"path":18743,"title":18744,"module":18736,"summary":18745},"\u002Fnuclear-physics\u002Ffusion-nucleosynthesis\u002Fbig-bang-nucleosynthesis","Big-Bang Nucleosynthesis","In the first three minutes the expanding universe forged the light elements. The weak interaction froze the neutron-to-proton ratio near one in six when the reaction rate fell below the expansion rate, and free-neutron decay lowered it to about one in seven before the deuterium bottleneck broke. Almost every surviving neutron ended in helium-4, fixing the primordial helium mass fraction near 0.25, with trace deuterium, helium-3, and lithium-7. The deuterium abundance measures the cosmic baryon density.\n",{"path":18747,"title":18748,"module":18749,"summary":18750},"\u002Fnuclear-physics\u002Fradiation-matter-applications\u002Fcharged-particle-stopping-power","Stopping Power and the Range of Charged Particles","Radiation and Applications","A heavy charged particle loses energy in a dense sequence of small Coulomb collisions with atomic electrons, at a rate the Bethe-Bloch formula fixes from the particle's charge and speed and the medium's electron density and mean excitation energy. The rate scales as the inverse square of the speed, so most energy is deposited at the end of the track in the Bragg peak, and integrating the reciprocal rate gives a sharp range. Electrons differ: they also radiate, and above a critical energy bremsstrahlung dominates. Fast particles above the phase velocity of light in the medium emit Cherenkov radiation.\n",{"path":18752,"title":18753,"module":18749,"summary":18754},"\u002Fnuclear-physics\u002Fradiation-matter-applications\u002Fphoton-neutron-interactions","Interactions of Photons and Neutrons","Photons are removed from a beam in single events, so their intensity falls exponentially with a linear attenuation coefficient built from three processes: the photoelectric effect at low energy, Compton scattering at intermediate energy, and pair production above twice the electron rest energy, each with its own atomic-number and energy dependence. Neutrons carry no charge and interact only with nuclei, moderating by elastic scattering and being captured with a cross section that rises as one over speed away from resonances.\n",{"path":18756,"title":18757,"module":18749,"summary":18758},"\u002Fnuclear-physics\u002Fradiation-matter-applications\u002Fradiation-detectors","Radiation Detectors and Nuclear Spectroscopy","Every detector converts the energy a radiation deposits into a measurable electrical signal. Gas counters read the ionization directly, in three operating regions set by the applied voltage; scintillators convert the energy to light read out by a photomultiplier; semiconductor detectors collect electron-hole pairs and give the best energy resolution because so many carriers are made per event. The resolution is governed by the number of independent charge carriers, and the pulse-height spectrum of a gamma line shows a full-energy photopeak, a Compton continuum with its edge, and escape peaks.\n",{"path":18760,"title":18761,"module":18749,"summary":18762},"\u002Fnuclear-physics\u002Fradiation-matter-applications\u002Fdosimetry-radiation-biology","Dosimetry, Radiation Biology, and Protection","Absorbed dose is the energy deposited per unit mass, measured in gray. Equal absorbed doses do unequal biological damage because densely ionizing radiation deposits its energy along short tracks: weighting the dose by a radiation factor gives the equivalent dose, and weighting by tissue sensitivity gives the effective dose, both in sieverts. Deterministic effects have a threshold and a severity that grows with dose; stochastic effects are assumed to follow a linear-no-threshold probability. Natural background dominates the dose to the population, and protection rests on time, distance, and shielding.\n",{"path":18764,"title":18765,"module":18749,"summary":18766},"\u002Fnuclear-physics\u002Fradiation-matter-applications\u002Fnuclear-applications-dating-medicine","Applications — Dating, Analysis, and Nuclear Medicine","Charged particles lose energy continuously and stop at a well-defined range with a Bragg peak, while gamma rays are attenuated exponentially. These interactions define radiation detectors and dosimetry (gray and sievert) and drive the applications: neutron activation analysis, magnetic resonance imaging, PET, and radiometric dating with carbon-14 and long-lived rock clocks.\n",{"path":18768,"title":18769,"module":298,"summary":298},"\u002Fnuclear-physics","Nuclear Physics",{"path":18771,"title":18772,"module":14884,"summary":18773},"\u002Fnatural-language-processing\u002Ffoundations\u002Fwhat-is-nlp","What Is Natural Language Processing?","Natural language processing is the computational treatment of human language: reading it, representing it, and generating it. We set up why the problem is hard — ambiguity at every level, from sound to intent — trace the field from ELIZA's pattern-matching through statistical methods to today's neural models, lay out the linguistic levels and task families the course covers, and fix the vocabulary of tokens, types, and corpora the rest of the notes rely on.\n",{"path":18775,"title":18776,"module":14884,"summary":18777},"\u002Fnatural-language-processing\u002Ffoundations\u002Fregex-and-text-normalization","Regular Expressions and Text Normalization","Before any model touches text, the text has to be found and cleaned. Regular expressions give an algebra for describing string patterns; tokenization, case folding, and stemming turn raw characters into the units a model counts; and byte-pair encoding builds a subword vocabulary that spells out any word. Measuring how far apart two strings are — minimum edit distance — is the next lesson.\n",{"path":18779,"title":18780,"module":14884,"summary":18781},"\u002Fnatural-language-processing\u002Ffoundations\u002Fminimum-edit-distance","Minimum Edit Distance","Much of language processing needs to measure how similar two strings are — a speller ranking corrections, a diff tool, a coreference resolver. Minimum edit distance counts the insertions, deletions, and substitutions that turn one string into another, computed by a dynamic-programming table. We fill the table for intention to execution, backtrace to recover the alignment, and see how the same machinery generalizes to weighted edits, Viterbi, and biological sequence alignment.\n",{"path":18783,"title":18784,"module":14884,"summary":18785},"\u002Fnatural-language-processing\u002Ffoundations\u002Fn-gram-language-models","N-Gram Language Models","A language model assigns a probability to a sequence of words and, equivalently, predicts the next word from its history. The n-gram model makes this tractable by truncating the history to the last few words, estimates the resulting conditional probabilities by counting, and is scored by perplexity. We build the model from the chain rule, work a bigram example on a small corpus, and read perplexity as a branching factor. The next lesson covers the zero counts that break this model and the smoothing that repairs them.\n",{"path":18787,"title":18788,"module":14884,"summary":18789},"\u002Fnatural-language-processing\u002Ffoundations\u002Fsmoothing-and-backoff","Smoothing and Backoff","Every finite corpus is missing good word sequences it simply never saw, so a raw n-gram model assigns them probability zero and breaks. Smoothing repairs the zeros: add-one and add-k shave mass off seen events, backoff and interpolation fall back on shorter contexts, and Kneser-Ney — worked here by hand — replaces raw frequency with how many contexts a word completes. We close on web-scale stupid backoff and the neural models that dissolve the zero problem rather than patch it.\n",{"path":18791,"title":18792,"module":18793,"summary":18794},"\u002Fnatural-language-processing\u002Fclassification\u002Fnaive-bayes-and-sentiment","Naive Bayes and Sentiment Classification","Text Classification","Text classification assigns a category to a document — positive or negative, spam or not, one topic among many. Naive Bayes is a generative solution: apply Bayes' rule, assume the words are conditionally independent given the class, and the winning class is the one maximizing the product of a prior and per-word likelihoods. We train it by counting with add-one smoothing, work a full sentiment example by hand, sharpen it for sentiment (binary counts, negation, lexicons), and place it among the transformer classifiers that came after.\n",{"path":18796,"title":18797,"module":18793,"summary":18798},"\u002Fnatural-language-processing\u002Fclassification\u002Fevaluating-classifiers","Evaluating Classifiers","A trained classifier is only useful once we can measure how good it is. We build the confusion matrix, see why accuracy misleads on unbalanced data, and define precision, recall, and the F-measure that balances them. Multi-class tasks need macro- versus micro-averaging; reliable estimates need cross-validation. We close on statistical significance — the paired bootstrap test for whether one system's lead over another is significant.\n",{"path":18800,"title":18801,"module":18793,"summary":18802},"\u002Fnatural-language-processing\u002Fclassification\u002Flogistic-regression","Logistic Regression","Logistic regression is the discriminative counterpart to naive Bayes: instead of modelling how a document is generated, it learns weights that directly separate the classes. We build it from the sigmoid, derive the cross-entropy loss from maximum likelihood, learn the weights by stochastic gradient descent, regularize to curb overfitting, and generalize to many classes with the softmax. The two-class model is already a one-neuron network, so this is the bridge to neural language models.\n",{"path":18804,"title":18805,"module":18793,"summary":18806},"\u002Fnatural-language-processing\u002Fclassification\u002Fsentiment-and-affect-lexicons","Sentiment and Affect Lexicons","A sentiment lexicon is a list of words annotated with the affective meaning they carry — positive or negative, or scores along valence, arousal, and dominance. We fix what \"emotion\" means (basic-emotion versus dimensional models), survey the standard lexicons, and then build lexicons three ways: by human labeling with best-worst scaling, by semi-supervised induction from seed words over an embedding space, and by supervised learning from starred reviews. We close on connotation frames, which record the sentiment a verb implies about each of its arguments.\n",{"path":18808,"title":18809,"module":18810,"summary":18811},"\u002Fnatural-language-processing\u002Fsemantics\u002Fvector-semantics-and-embeddings","Vector Semantics and Embeddings","Semantics","Vector semantics represents a word's meaning as a point in space, derived from the company the word keeps. This first part builds the count-based side: the distributional hypothesis, co-occurrence matrices in their term-document and word-word forms, cosine as the similarity measure, and the two weightings — tf-idf and PPMI — that fix what raw counts get wrong. The result is a sparse, interpretable vector for every word, and the setup for the dense embeddings of the next lesson.\n",{"path":18813,"title":18814,"module":18810,"summary":18815},"\u002Fnatural-language-processing\u002Fsemantics\u002Fstatic-word-embeddings","Static Word Embeddings: word2vec and After","Count-based vectors are long and sparse; embeddings are the short, dense alternative. This lesson builds them with word2vec's skip-gram and negative sampling — a classifier whose learned weights are the vectors — derives its gradient, and works one update by hand. It then reads relations off the analogy parallelogram, surveys the papers that framed the static-embedding era (word2vec, GloVe, the SGNS-as-PPMI equivalence, fastText, ELMo), and closes on the biases embeddings inherit and the single-vector-per-word ceiling that contextual models break.\n",{"path":18817,"title":18818,"module":18810,"summary":18819},"\u002Fnatural-language-processing\u002Fsemantics\u002Fneural-language-models","Neural Networks and Neural Language Models","A neural network is a stack of units, each a weighted sum passed through a non-linearity — a single unit on its own is logistic regression. We build the network up from that unit: the activation functions that give it power, the XOR problem that forces a hidden layer, the feedforward forward pass in matrix form, and the Bengio-style feedforward neural language model that concatenates word embeddings and predicts the next word with a softmax. Training is cross-entropy minimized by gradient descent, with backpropagation supplying the gradient. Embeddings let the model share statistical strength across similar words, avoiding the sparsity that limits n-gram models.\n",{"path":18821,"title":18822,"module":15350,"summary":18823},"\u002Fnatural-language-processing\u002Fsequences\u002Fsequence-labeling","Sequence Labeling: POS and NER","Sequence labeling assigns one tag to every token in a sentence. This first part sets up the task through its two canonical cases — part-of-speech tagging over the Penn Treebank tagset, and named-entity recognition reframed as token labeling with the BIO scheme — then builds the hidden Markov model, the classic probabilistic tagger. The HMM tags by Bayesian inference: transition and emission probabilities under two Markov assumptions, reducing tagging to an argmax over tag sequences. That argmax is exponential to enumerate, which sets up the Viterbi decoder, the CRF, and neural taggers of the next lesson.\n",{"path":18825,"title":18826,"module":15350,"summary":18827},"\u002Fnatural-language-processing\u002Fsequences\u002Fcrfs-and-neural-taggers","Viterbi Decoding, CRFs, and Neural Taggers","The HMM reduced tagging to an argmax over exponentially many tag sequences. This lesson builds the decoder that makes it tractable — the Viterbi dynamic program, worked through a full numeric trace on real WSJ probabilities — then keeps that same decoder while replacing the HMM's rigid tables. The linear-chain conditional random field is a discriminative log-linear model whose global feature functions can inspect any part of the input, which is why CRFs win for NER. Finally it traces the shift to neural taggers (biLSTM-CRF, character-aware NER, ELMo), where hand-built features become learned representations while the Viterbi decoder carries over unchanged.\n",{"path":18829,"title":18830,"module":15350,"summary":18831},"\u002Fnatural-language-processing\u002Fsequences\u002Frnns-and-lstms","RNNs and LSTMs","A feedforward neural language model sees a fixed window of words and can look no further back. The recurrent neural network removes that limit: it carries a hidden state across time, so each word is read in the context of everything before it. We build the RNN from its one recurrent equation, use it as a language model, train it by backpropagation through time, and diagnose the vanishing-gradient problem that makes plain RNNs forget. The LSTM fixes the forgetting with a cell state and three gates, and the encoder-decoder stacks two RNNs into a sequence-to-sequence model — and its single-vector bottleneck is the problem attention was invented to remove.\n",{"path":18833,"title":18834,"module":15832,"summary":18835},"\u002Fnatural-language-processing\u002Ftransformers\u002Ftransformers-and-attention","Transformers and Self-Attention","Recurrence forced language models to read one word at a time and to squeeze every dependency through a chain of hidden states. Self-attention removes the recurrence: at every layer each position compares itself to every other and reads a weighted mixture of them, in a single parallel step. This first part builds the attention operation from the ground up — the soft lookup, queries and keys and values, the scaled dot-product, the numeric trace, the matrix form, and the causal mask — and sets up the full transformer architecture that follows.\n",{"path":18837,"title":17387,"module":15832,"summary":18838},"\u002Fnatural-language-processing\u002Ftransformers\u002Fthe-transformer-architecture","This part takes the scaled dot-product attention of the previous lesson and assembles the full transformer architecture around it: multi-head attention so several relations can be read at once, the transformer block of residual connections and layer norm that makes deep stacks trainable, positional embeddings that restore word order, the decoder-only language model, and the encoder, decoder, and encoder-decoder shapes — closing with the 2017 paper and the pre-norm, FlashAttention, and RoPE refinements that scaled it up.\n",{"path":18840,"title":17495,"module":15832,"summary":18841},"\u002Fnatural-language-processing\u002Ftransformers\u002Flarge-language-models","A large language model is a decoder-only transformer trained on one objective — predict the next token. This first part assembles the inference side: the language-modeling head that turns a hidden state into a distribution over the vocabulary, autoregressive generation, and the decoding strategies — greedy, beam, and sampling with temperature, top-k, and nucleus — that read text back out of that distribution. Training the distribution at web scale comes next.\n",{"path":18843,"title":18844,"module":15832,"summary":18845},"\u002Fnatural-language-processing\u002Ftransformers\u002Fllm-pretraining-and-scaling","Large Language Models: Pretraining and Scaling","A language model's next-token distribution is only as good as the parameters behind it. This part is where those parameters come from: self-supervised pretraining on web-scale text with teacher forcing and cross-entropy, the scaling laws that make test loss a predictable power law in parameters, data, and compute, the KV cache that keeps long-context inference affordable, and how a finished model is evaluated by perplexity and benchmarks — closing with the Kaplan, Chinchilla, GPT-3, and emergence papers behind the scaling story.\n",{"path":18847,"title":18848,"module":15832,"summary":18849},"\u002Fnatural-language-processing\u002Ftransformers\u002Ffine-tuning-and-prompting","Fine-Tuning and Prompting","A pretrained transformer is a general-purpose knowledge source; a task is what you do with it. There are two ways to adapt one, and this first part covers the one that updates the weights: fine-tuning. A bidirectional encoder like BERT is pretrained by masked language modeling, then a small task head is bolted on and the whole thing is trained on labelled data for classification, sequence labeling, or span-based question answering — with parameter-efficient variants (adapters, LoRA) that touch only a sliver of the weights. Prompting, the family that leaves the weights frozen, comes next.\n",{"path":18851,"title":18852,"module":15832,"summary":18853},"\u002Fnatural-language-processing\u002Ftransformers\u002Fprompting-and-alignment","Prompting and Alignment","Fine-tuning adapts a model by changing its weights. The second family of adaptation changes nothing: a large frozen model performs a task from an instruction and a few examples placed in its context. This part covers prompting and in-context learning, chain-of-thought that elicits reasoning, and the two training stages — instruction tuning and RLHF — that turn a fluent base predictor into an aligned assistant, closing with the BERT, LoRA, chain-of-thought, InstructGPT, and retrieval-augmentation papers behind the modern adaptation pipeline.\n",{"path":18855,"title":18856,"module":18857,"summary":18858},"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Fconstituency-parsing","Constituency Parsing","Linguistic Structure","A constituency parse groups a sentence into nested phrases described by a context-free grammar. We build the CFG formalism, read the phrase structure of English off a treebank, confront the structural ambiguity that makes parsing hard, convert to Chomsky normal form, and then solve it with CKY — the dynamic-programming chart that fills a triangular table bottom-up. Probabilistic and neural span parsers, evaluation, and shallow parsing follow in the companion lesson.\n",{"path":18860,"title":18861,"module":18857,"summary":18862},"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Fcky-scoring-and-evaluation","CKY Scoring, Evaluation, and Shallow Parsing","The CKY chart returns every parse but does not say which is correct. Disambiguation needs a score on trees. This lesson attaches probabilities to a grammar (the PCFG and lexicalization), replaces the grammar with a neural span scorer over a pretrained encoder, states the self-attentive results that made it the state of the art, evaluates parsers against a treebank with PARSEVAL, and closes with chunking and shallow parsing for tasks that need only the flat phrases.\n",{"path":18864,"title":18865,"module":18857,"summary":18866},"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Fdependency-parsing","Dependency Parsing","A dependency parse throws away phrases and keeps only directed, labeled arcs from heads to their dependents, so the subject and object of a verb hang off the verb directly. We fix the formalism (rooted trees, typed Universal-Dependency relations, projectivity), then build the first parser family: transition-based arc-standard and arc-eager parsing, a greedy stack-and-buffer machine trained from an oracle. Graph-based and neural dependency parsing follow in the companion lesson.\n",{"path":18868,"title":18869,"module":18857,"summary":18870},"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Fgraph-based-and-neural-dependency-parsing","Graph-Based and Neural Dependency Parsing","Greedy transition parsing commits locally; the graph-based family scores whole trees instead. This lesson scores every candidate head-dependent edge and extracts the maximum spanning tree with Chu-Liu\u002FEdmonds, develops the biaffine neural scorer that made graph-based parsing the accuracy leader, evaluates parsers with the unlabeled and labeled attachment scores (UAS and LAS), and closes on where the two parser families sit and what they feed downstream.\n",{"path":18872,"title":18873,"module":18857,"summary":18874},"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Fword-senses-and-wsd","Word Senses and Disambiguation","A word is not an atom of meaning: \"bass\" names a fish, a voice, and an instrument, and one static embedding blurs them into a single point. This lesson pulls those senses apart. We define polysemy and the relations that organize senses — synonymy, antonymy, hyponymy, meronymy — build them into WordNet's synset graph, measure similarity along that graph, and then solve the core of word sense disambiguation: the most-frequent-sense baseline, the Lesk gloss-overlap algorithm, feature-based classifiers, and the nearest-neighbor method over BERT embeddings. WSD variants, embeddings, and evaluation follow in the companion lesson.\n",{"path":18876,"title":18877,"module":18857,"summary":18878},"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Fwsd-in-practice-and-induction","WSD in Practice and Word Sense Induction","Beyond core word sense disambiguation lie the variants and loose ends: the sense-inventory-free Word-in-Context task, retrofitting static embeddings to a thesaurus, discovering senses without a fixed inventory (word sense induction), the gloss-aware and bi-encoder neural systems that hold the state of the art, and how WSD and its cousins are evaluated. Together they connect one-vector-per-word embeddings to sense-aware contextual representations.\n",{"path":18880,"title":18881,"module":18857,"summary":18882},"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Fsemantic-roles-and-information-extraction","Semantic Roles and Information Extraction","Semantic roles answer \"who did what to whom\" for a single event, abstracting away the syntax that expresses it. We show why syntax alone is not enough, generalize over diathesis alternations with thematic roles, number a predicate's arguments with PropBank and group predicates into frames with FrameNet, tag each argument automatically with semantic role labeling, and factor predicates into primitives. Information extraction scales the idea to a corpus in the companion lesson.\n",{"path":18884,"title":18885,"module":18857,"summary":18886},"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Frelations-events-and-templates","Relations, Events, and Templates","Semantic roles answer \"who did what\" for one predicate; information extraction scales the idea to a whole corpus. This lesson turns unstructured text into structured data: relation extraction pulls entity-relation-entity triples out of sentences by patterns, supervision, and distant supervision; event and temporal extraction place those facts on a timeline; and template filling and knowledge-base population assemble them into a database a downstream system can query.\n",{"path":18888,"title":18889,"module":18857,"summary":18890},"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Fcoreference-and-discourse","Coreference and Discourse","A text is more than a bag of sentences: entities recur under different names. Coreference resolution links every mention to the discourse entity it evokes — the linguistic background of pronouns, definite NPs, and names; mention detection; the mention-pair, mention-ranking, and entity-based architectures; a neural end-to-end span model that scores candidate antecedents; features, evaluation by the CoNLL F1, gender bias, and the neural coreference lineage. Discourse coherence follows in the companion lesson.\n",{"path":18892,"title":18893,"module":18857,"summary":18894},"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Fcoherence-and-discourse-structure","Coherence and Discourse Structure","Coherence is what makes a run of sentences a discourse rather than an arbitrary collection. This lesson develops coherence relations and Rhetorical Structure Theory trees, discourse-structure parsing, Centering and the entity grid for entity-based coherence, and representation-learning models of local coherence, measured in part over the coreference chains recovered in the companion lesson.\n",{"path":18896,"title":18897,"module":18857,"summary":18898},"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Flogical-semantics","Logical Representations of Meaning","A meaning representation turns a sentence into a formal structure a machine can check against a world and reason over. We set the desiderata a good representation must meet, ground truth in a model, build up first-order logic for sentences with its connectives, quantifiers, and inference, and reify events with the neo-Davidsonian event variable to escape fixed predicate arity. The compositional lambda calculus, quantifier scope, and description logics follow in the companion lesson.\n",{"path":18900,"title":18901,"module":18857,"summary":18902},"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Fcompositional-semantics-and-description-logics","Compositional Semantics and Description Logics","How do you compute a logical form from a sentence automatically? This lesson builds the compositional machinery: the lambda calculus that assembles a formula from a parse tree one beta-reduction at a time, the quantifier-scope ambiguity a single syntax tree leaves open, and the decidable description logics — TBox, ABox, subsumption, role restrictions — behind the Web Ontology Language, closing with how the map from string to logical form can be learned.\n",{"path":18904,"title":18905,"module":18857,"summary":18906},"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Fsemantic-parsing","Semantic Parsing","Turning a sentence into a structured, executable meaning, the grammar-based way. We take the logical forms defined earlier and build them compositionally: a rule-based parser that walks a syntax tree applying lambda terms, then Combinatory Categorial Grammar (CCG), which fuses syntax and semantics so one lexicalized derivation produces both — including supertagging and A* parsing. Learned and neural semantic parsers follow in the companion lesson.\n",{"path":18908,"title":18909,"module":18857,"summary":18910},"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Fneural-semantic-parsing","Learned and Neural Semantic Parsing","Hand-writing a lexicon of lambda terms does not scale, so this lesson learns the parser instead. We cover the two supervision regimes (from logical forms and from denotations), Abstract Meaning Representation as a rooted concept graph, neural sequence-to-sequence parsing with constrained decoding and copy mechanisms, executable text-to-SQL and knowledge-based question answering, the practical systems that made learned parsers accurate, and how the task is evaluated.\n",{"path":18912,"title":18913,"module":18857,"summary":18914},"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Finformation-extraction","Information Extraction","Information extraction turns free text into a database, and the first step is relation extraction: pulling entity-relation-entity triples out of sentences. We cover all five families — hand-built patterns, supervised classifiers, semi-supervised bootstrapping, distant supervision, and unsupervised Open IE — with worked bootstrapping and distant-supervision traces, then the neural and LLM systems that extended them. Times, events, and templates follow in the companion lesson.\n",{"path":18916,"title":18917,"module":18857,"summary":18918},"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Ftimes-events-and-templates","Extracting Times, Events, and Templates","Once relation extraction has produced typed triples, the information-extraction pipeline still has to place facts in time and assemble them into records. This lesson detects and normalizes temporal expressions to ISO 8601 values, detects events and orders them on a timeline with the 13 Allen relations, and fills slot-and-filler templates — flat and hierarchical — for stereotyped situations, closing the loop from text to a queryable database.\n",{"path":18920,"title":18921,"module":18857,"summary":18922},"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Fdiscourse-coherence","Discourse Coherence","A text is more than a set of sentences. What binds a run of sentences into a discourse is coherence, and one of its sources is structured relations between clauses. This lesson develops relational coherence — RST and the PDTB models of coherence relations — and discourse-structure parsing: EDU segmentation and shift-reduce RST parsing, then PDTB relation classification. Entity-based and global coherence follow in the companion lesson.\n",{"path":18924,"title":18925,"module":18857,"summary":18926},"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Fentity-based-and-global-coherence","Entity-Based and Global Coherence","A text coheres not only through relations between clauses but by staying about the same entities and the same topic, and by obeying the macro-structure of its genre. This lesson develops Centering Theory and the entity grid for entity-based coherence, representation-learning models of local coherence, and global coherence — topic segmentation, narrative and argumentation structure, and scientific discourse — then the neural models that learn each.\n",{"path":18928,"title":18929,"module":18857,"summary":18930},"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Fconstituency-grammars","Constituency Grammars","A constituency grammar is the declarative theory of sentence structure that a parser operates on. We build the context-free grammar formalism from its four parts, show how derivations become parse trees, and work through the phrase structure of English — noun phrases, verb phrases and their subcategorization frames, agreement, coordination, and long-distance dependencies. The treebank, normal-form, and lexicalized views follow in the companion lesson.\n",{"path":18932,"title":18933,"module":18857,"summary":18934},"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Ftreebanks-and-lexicalized-grammars","Treebanks and Lexicalized Grammars","Where does a grammar come from, and how is it prepared for a parser? We read a context-free grammar off the Penn Treebank, normalize it to Chomsky Normal Form for the CKY chart, then invert the phrase-structure emphasis with lexicalized grammars — Combinatory Categorial Grammar and its slash categories — and close with the grammar's fate in the neural era: span scoring, self-attention, and grammar induction.\n",{"path":18936,"title":18937,"module":17483,"summary":18938},"\u002Fnatural-language-processing\u002Fapplications\u002Fmachine-translation","Machine Translation","Machine translation is the task that built the modern toolkit: the encoder-decoder was invented for it, attention was invented to fix its fixed-context bottleneck, and both were later folded into the general transformer. We work through why translation is hard (word order, morphology, lexical and structural divergences), the sequence-to-sequence model and its attention mechanism, transformer-based NMT with cross-attention, subword tokenization with a shared vocabulary, beam-search decoding, and evaluation by BLEU and its successors chrF, BERTScore, and COMET — closing on multilingual and low-resource translation and backtranslation.\n",{"path":18940,"title":18941,"module":17483,"summary":18942},"\u002Fnatural-language-processing\u002Fapplications\u002Fmachine-translation-decoding-and-evaluation","Machine Translation: Decoding, Evaluation, and Scale","Having built the transformer translation model, we now decode from it and measure the output. Beam search turns the decoder's per-step distributions into a single output string; length normalization keeps it from favoring short translations. We then score translations automatically — BLEU with its n-gram precision, clipping, and brevity penalty, worked through by hand, then its successors chrF, BERTScore, and COMET — and close on the parts of MT that scale beyond one language pair: multilingual and low-resource translation, backtranslation, gender bias, and the lineage from the Transformer to massively multilingual models like NLLB-200.\n",{"path":18944,"title":18945,"module":17483,"summary":18946},"\u002Fnatural-language-processing\u002Fapplications\u002Fquestion-answering","Question Answering","A question-answering system takes a natural-language question and returns an answer, not a ranked list of documents. Almost every modern system is built on one pattern: retrieve then read. We start with the information-retrieval machinery that finds candidate text — tf-idf and BM25 term weighting, a worked ranking example, the inverted index, and dense embedding retrieval — then build the retriever-reader pipeline that extracts an answer span with BERT and trace a full retrieve-and-read example end to end.\n",{"path":18948,"title":18949,"module":17483,"summary":18950},"\u002Fnatural-language-processing\u002Fapplications\u002Fquestion-answering-knowledge-and-llms","Question Answering: Knowledge Bases and Language Models","The retrieve-and-read pipeline extracts an answer span from prose, but not all knowledge lives in prose. This part covers the rest of the QA stack: entity linking (Wikification) that grounds a question's entities to a knowledge base, knowledge-based QA by semantic parsing a question into an executable query, and the modern default — closed-book QA and retrieval-augmented generation with a large language model — closing on the DPR\u002FRAG\u002Ffusion-in-decoder lineage and how factoid answers are scored by exact match and F1.\n",{"path":18952,"title":18953,"module":17483,"summary":18954},"\u002Fnatural-language-processing\u002Fapplications\u002Fdialogue-and-chatbots","Dialogue and Chatbots","Conversation is the most natural interface to a machine and one of the hardest to build. We set up what makes human dialogue work — turns, speech acts, grounding, and the local structure of adjacency pairs — then trace the two traditions that answer it: chatbots built to chat (ELIZA's pattern-matching, corpus retrieval, and seq2seq generation with its blandness problem) and task-oriented systems built to get something done (the GUS frame-and-slot architecture and the modern NLU \u002F state-tracker \u002F policy \u002F NLG pipeline that accumulates a frame across turns).\n",{"path":18956,"title":18957,"module":17483,"summary":18958},"\u002Fnatural-language-processing\u002Fapplications\u002Fdialogue-systems-and-assistants","Dialogue Systems: LLM Assistants, Evaluation, and Design","Two dialogue traditions — chatbots built to chat and task-oriented frame systems built to get something done — met in the aligned LLM assistant. Instruction tuning plus RLHF fold chit-chat and task dialogue into one model; the LaMDA \u002F InstructGPT \u002F ChatGPT lineage fills in how. The lesson then turns to evaluation (human ratings and acute-eval for chatbots, task success and slot error rate for task systems), user-centered design with Wizard-of-Oz prototyping, and the ethical stakes of building agents people talk to.\n",{"path":18960,"title":18961,"module":17483,"summary":18962},"\u002Fnatural-language-processing\u002Fapplications\u002Ftext-summarization","Text Summarization","Summarization compresses a document to its essential meaning, by either selecting sentences to keep (extractive) or writing new ones (abstractive). This part fixes the task and its flavors — single vs. multi-document, generic vs. query-focused, extractive vs. abstractive — then works through extractive summarization in full: scoring by position and centrality, the TextRank\u002FLexRank graph algorithm run as PageRank over a sentence-similarity graph with a worked iteration, and supervised sentence selection.\n",{"path":18964,"title":18965,"module":17483,"summary":18966},"\u002Fnatural-language-processing\u002Fapplications\u002Fabstractive-summarization-and-evaluation","Abstractive Summarization and Evaluation","Extractive methods can only reuse the source's own sentences; to compress within a sentence or paraphrase, a summarizer has to generate. This part covers abstractive summarization: the sequence-to-sequence approach, the pointer-generator's copy switch and coverage mechanism, pretrained summarizers (BART, PEGASUS) and zero-shot LLM prompting, the long-document and factuality problems, and ROUGE evaluation with a worked example and its limits — closing on the abstractive lineage from See 2017 through faithfulness metrics.\n",{"path":18968,"title":18969,"module":18970,"summary":18971},"\u002Fnatural-language-processing\u002Fspeech\u002Fphonetics","Phonetics","Speech","Before a recognizer can read speech it has to know what speech is. This first part covers the linguistic substrate: phones and their transcription in the IPA and ARPAbet; articulatory phonetics — how the vocal tract shapes airflow into consonants and vowels; and prosody — stress, tune, and the F0 contour. The acoustic side — the waveform, its spectrum, formants, and the spectrogram — is the second part.\n",{"path":18973,"title":18974,"module":18970,"summary":18975},"\u002Fnatural-language-processing\u002Fspeech\u002Facoustic-phonetics","Acoustic Phonetics","Articulation is the cause; the acoustic signal is the effect, and the effect is all a microphone ever gets. This part follows the sound out of the mouth: waves, sampling and the Nyquist limit, F0 and the pitch track, the mel scale, the spectrum and Fourier analysis, the source-filter model that explains why each vowel carries its own formants, and the spectrogram the log-mel front end of every ASR system sits directly on top of — closing with neural TTS, wav2vec, HuBERT, and Whisper, where phonetics went in neural speech.\n",{"path":18977,"title":18978,"module":18970,"summary":18979},"\u002Fnatural-language-processing\u002Fspeech\u002Fautomatic-speech-recognition","Automatic Speech Recognition","Speech recognition maps an acoustic waveform to a string of words, and once the waveform is turned into a sequence of log-mel spectrogram frames the problem is the same sequence-to-sequence transduction the rest of the course already solved. This first part builds the feature front end (framing, the DFT, the mel filterbank, the log), then the modern architectures: the attention-based encoder-decoder, the CTC alignment trick that collapses repeated and blank frames, and RNN-T for streaming. Training-data advances, evaluation, TTS, and the other speech tasks come next.\n",{"path":18981,"title":18982,"module":18970,"summary":18983},"\u002Fnatural-language-processing\u002Fspeech\u002Fasr-evaluation-and-applications","ASR Evaluation and Speech Applications","A recognizer turns a waveform into text; this part scores that text and puts the same machinery to other uses. It opens with the self-supervised and weakly- supervised systems (wav2vec 2.0, HuBERT, Whisper) that made ASR error rates fall. Word error rate reuses the edit distance from the first module, run over words. Text-to-speech runs the whole pipeline in reverse — text to mel spectrogram to waveform. And a family of smaller tasks — wake-word detection, speaker recognition and diarization, language identification — reuse the same log-mel front end without the decoder.\n",{"path":18985,"title":18986,"module":298,"summary":298},"\u002Fnatural-language-processing","Natural Language Processing",{"path":18988,"title":18989,"module":14884,"summary":18990},"\u002Fparticle-physics\u002Ffoundations\u002Fhistorical-overview-particle-zoo","From the Electron to the Particle Zoo","A timeline of the subject, from J. J. Thomson's electron in 1897 to the Higgs boson in 2012. The electron, photon, nucleus, proton, and neutron gave a tidy picture that Yukawa's meson prediction and the muon–pion confusion complicated; strange particles in cosmic rays and the accelerator-era flood of hadrons then produced a \"particle zoo\" that only the quark model organized.\n",{"path":18992,"title":18993,"module":14884,"summary":18994},"\u002Fparticle-physics\u002Ffoundations\u002Fparticle-physics-basic-concepts","Basic Concepts and Particle Classification","Every particle has an antiparticle of equal mass and opposite charge, a consequence of the Dirac equation confirmed by the positron. Feynman diagrams track interactions in spacetime; the material particles sort into leptons and the composite hadrons built from quarks, with baryons carrying three quarks and mesons a quark-antiquark pair.\n",{"path":18996,"title":18997,"module":14884,"summary":18998},"\u002Fparticle-physics\u002Ffoundations\u002Ffundamental-interactions-force-carriers","Fundamental Interactions and Force Carriers","Four interactions account for every force in nature: strong, electromagnetic, weak, and gravitational, in decreasing strength. Each is carried by a boson — the gluon, photon, W and Z, and the graviton — with a range fixed by the carrier's mass through the Yukawa relation, and a coupling constant that itself varies with distance.\n",{"path":19000,"title":19001,"module":19002,"summary":19003},"\u002Fparticle-physics\u002Funits-kinematics\u002Fnatural-units-and-scales","Natural Units and Scales","Units and Kinematics","Setting $\\hbar = c = 1$ collapses mass, momentum, and energy into a single unit, the GeV, and turns lengths and times into inverse energies through the conversion $\\hbar c = 197.3$ MeV·fm. This lesson fixes the natural-unit conventions used for the rest of the course, converts cross sections between barns and GeV$^{-2}$, and shows how to restore factors of $\\hbar$ and $c$ by dimensional analysis.\n",{"path":19005,"title":19006,"module":19002,"summary":19007},"\u002Fparticle-physics\u002Funits-kinematics\u002Ffour-vectors-invariant-mass","Four-Vectors and Invariant Mass","The energy and momentum of a particle form a four-vector whose square is the frame-independent quantity $p^2 = m^2$. This lesson develops the metric and four-vector products, the invariant mass of a multiparticle system, the center-of-momentum and laboratory frames, and the description of collinear boosts by rapidity, whose additivity replaces the awkward velocity-addition law.\n",{"path":19009,"title":19010,"module":19002,"summary":19011},"\u002Fparticle-physics\u002Funits-kinematics\u002Fdecay-scattering-kinematics-mandelstam","Decay, Scattering, and Mandelstam Variables","Two-body decay in the rest frame fixes the daughter momenta from the three masses alone; production thresholds follow from the minimum invariant mass. This lesson works both, then introduces the Mandelstam invariants $s$, $t$, $u$ for $2\\to2$ scattering, proves the identity $s+t+u=\\sum m_i^2$, and maps the physical regions and the crossing that relates channels.\n",{"path":19013,"title":19014,"module":19002,"summary":19015},"\u002Fparticle-physics\u002Funits-kinematics\u002Fcross-sections-golden-rule","Cross Sections and the Golden Rule","The cross section measures how often a scattering happens and the decay width how fast a particle disintegrates. This lesson defines both, relates event rate to luminosity through $R=\\mathcal L\\,\\sigma$ and lifetime to width through $\\tau=\\hbar\u002F\\Gamma$, and states Fermi's golden rule with Lorentz-invariant phase space, giving the master formulas that turn an amplitude $\\mathcal M$ into a measurable rate for $1\\to2$ decay and $2\\to2$ scattering.\n",{"path":19017,"title":19018,"module":19019,"summary":19020},"\u002Fparticle-physics\u002Fsymmetries\u002Fconservation-laws-symmetries","Conservation Laws and Symmetries","Symmetries and Conservation Laws","Which decays occur is decided by conservation laws, each tied by Noether's theorem to a symmetry of physical law. Energy, charge, baryon number, and lepton number are conserved universally; strangeness, isospin, and parity hold in the strong and electromagnetic interactions but break in the weak one, whose parity and CP violation distinguish matter from antimatter.\n",{"path":19022,"title":19023,"module":19019,"summary":19024},"\u002Fparticle-physics\u002Fsymmetries\u002Fdiscrete-symmetries-cpt","Discrete Symmetries — C, P, T, and CPT","Parity reflects space, charge conjugation swaps particle for antiparticle, and time reversal runs the clock backward. Each assigns multiplicative quantum numbers that act as selection rules — intrinsic parities, the photon's C = −1, the C-parity argument fixing the pion's two-photon decay. Their product CPT is a theorem of any local relativistic field theory, forcing particle and antiparticle to share mass and lifetime.\n",{"path":19026,"title":19027,"module":19019,"summary":19028},"\u002Fparticle-physics\u002Fsymmetries\u002Fparity-violation-weak","Parity Violation and the Weak Force","The tau–theta puzzle forced a choice: two particles with identical mass but opposite parity, or one particle whose decay violates parity. Lee and Yang proposed the latter, Wu's polarized cobalt-60 confirmed it, and the violation proved maximal. The charged weak force couples only to left-handed chirality — the Goldhaber experiment showed the neutrino is left-handed — which is why the mirror image of a weak decay is something nature never produces.\n",{"path":19030,"title":19031,"module":19019,"summary":19032},"\u002Fparticle-physics\u002Fsymmetries\u002Fsu2-su3-flavor-symmetry","Isospin, SU(2), and Flavor SU(3)","The near-equal masses of the proton and neutron, and of the three pions, signal a continuous internal symmetry of the strong force: isospin, an SU(2) whose ladder operators move between the members of a multiplet. Adding strangeness enlarges it to an approximate SU(3) flavor symmetry, and the Gell-Mann–Nishijima relation Q = I3 + Y\u002F2 places every hadron on a weight diagram in the isospin–hypercharge plane — the language in which the quark model is written.\n",{"path":19034,"title":19035,"module":19036,"summary":19037},"\u002Fparticle-physics\u002Fquark-model\u002Feightfold-way-su3","The Eightfold Way and SU(3) Flavor","The Quark Model","Gell-Mann and Ne'eman's classification of the hadrons into geometric multiplets, read as representations of an approximate flavor SU(3). The fundamental triplet (u, d, s) and its antitriplet combine into the meson nonet from 3⊗3̄ = 8⊕1 and the baryon octet and decuplet from 3⊗3⊗3, and the empty corner of the decuplet forecast the Ω⁻.\n",{"path":19039,"title":19040,"module":19036,"summary":19041},"\u002Fparticle-physics\u002Fquark-model\u002Fmeson-spectroscopy","Meson Multiplets and Quantum Numbers","Mesons as quark–antiquark bound states. The spin singlet and triplet, orbital excitations, and the assignment of J^PC from the quark spins and orbital angular momentum, giving the pseudoscalar and vector nonets. The η–η' and ω–φ mixing problems, and the charmonium and bottomonium spectra read as heavy-quark positronium.\n",{"path":19043,"title":19044,"module":19036,"summary":19045},"\u002Fparticle-physics\u002Fquark-model\u002Fbaryon-spectroscopy","Baryon Multiplets, Spin, and the Color Puzzle","Baryons as three-quark states, with a wavefunction factored into space, spin, flavor, and color. The spin-3\u002F2 Δ⁺⁺ = uuu forces a totally symmetric state that the Pauli principle forbids, and the resolution is an antisymmetric color factor — the first evidence for color. The octet and decuplet spin content, and baryon magnetic moments as a quantitative test of the model.\n",{"path":19047,"title":19048,"module":19036,"summary":19049},"\u002Fparticle-physics\u002Fquark-model\u002Fcolor-confinement-exotics","Color, Confinement, and Exotic Hadrons","Color as the gauged SU(3) charge, and the requirement that every physical hadron be a color singlet — which selects q-qbar mesons and qqq baryons as the simplest states. The R-ratio of e⁺e⁻ annihilation measures three colors directly. Beyond the simplest singlets lie glueballs, tetraquarks, and pentaquarks, and the recent XYZ states, read as either compact multiquarks or loose hadronic molecules.\n",{"path":19051,"title":19052,"module":19053,"summary":19054},"\u002Fparticle-physics\u002Frelativistic-wave-equations\u002Fklein-gordon-equation","The Klein-Gordon Equation","Relativistic Wave Equations","Quantizing the relativistic energy relation $E^2 = p^2 + m^2$ produces the Klein-Gordon equation for a scalar field. Its plane-wave solutions come in positive- and negative-energy branches, and the conserved density it supplies is not positive-definite — the two difficulties that first drove physicists to seek a first-order equation. The static Klein-Gordon equation with a point source gives the Yukawa potential, and the free equation gives the scalar propagator that later modules attach to exchanged lines.\n",{"path":19056,"title":19057,"module":19053,"summary":19058},"\u002Fparticle-physics\u002Frelativistic-wave-equations\u002Fdirac-equation-spinors","The Dirac Equation and Spinors","Dirac demanded a wave equation first order in time to fix the Klein-Gordon density problem. Factorizing $E^2 = p^2 + m^2$ into a linear form forces the coefficients to be anticommuting matrices — the gamma matrices of the Clifford algebra — so the wavefunction becomes a four-component spinor. The plane-wave solutions split into two particle and two antiparticle states, spin appears automatically with the correct $g = 2$ magnetic moment, and the chirality projectors that the weak interaction later needs fall straight out of the fifth gamma matrix.\n",{"path":19060,"title":19061,"module":19053,"summary":19062},"\u002Fparticle-physics\u002Frelativistic-wave-equations\u002Fantiparticles-hole-theory","Antiparticles and Hole Theory","The negative-energy solutions of the Dirac equation refuse to go away, so they must mean something. Dirac read them as a filled sea of occupied negative-energy states whose holes are positive-energy antiparticles, predicting the positron before its discovery. The picture works for fermions but not bosons, and the Feynman-Stückelberg interpretation replaces it: an antiparticle is a negative-energy solution propagating backward in time, equivalent to a positive-energy antiparticle going forward. Crossing symmetry ties incoming particles to outgoing antiparticles in a single amplitude.\n",{"path":19064,"title":19065,"module":19066,"summary":19067},"\u002Fparticle-physics\u002Fqed\u002Ffeynman-rules-qed","Feynman Rules for QED","Quantum Electrodynamics","Quantum electrodynamics computes a process by summing diagrams, each a term in a power series in the coupling. Every diagram translates into an amplitude by a fixed dictionary: spinors and polarization vectors for external lines, propagators for internal lines, and the vertex factor $ie\\gamma^\\mu$ for each photon-fermion junction. Squaring the amplitude and feeding it to Fermi's golden rule produces a cross section or decay rate, with each extra vertex costing one power of $\\alpha$.\n",{"path":19069,"title":19070,"module":19066,"summary":19071},"\u002Fparticle-physics\u002Fqed\u002Fqed-tree-processes","Tree-Level QED Processes","The Feynman rules become numbers on the reference reactions of QED. Muon pair production $e^+e^-\\to\\mu^+\\mu^-$ sets the scale with its $1+\\cos^2\\theta$ distribution and $4\\pi\\alpha^2\u002F3s$ total cross section, and its ratio to hadron production counts colors. Compton scattering gives the Klein-Nishina formula and the Thomson limit; Bhabha scattering shows $s$- and $t$-channel interference. Casimir's trick turns every spin-averaged square into a trace of gamma matrices.\n",{"path":19073,"title":19074,"module":19066,"summary":19075},"\u002Fparticle-physics\u002Fqed\u002Frenormalization-running-coupling","Renormalization and the Running Coupling","Beyond tree level, QED loops diverge. The three primitive one-loop diagrams — vacuum polarization, electron self-energy, and vertex correction — carry ultraviolet divergences that regularization exposes as logarithms of a cutoff. Renormalization absorbs them into the measured mass, charge, and field normalization, leaving finite predictions. The surviving physical content is that the coupling runs: vacuum polarization screens charge, so $\\alpha$ grows from $1\u002F137$ at low energy to about $1\u002F128$ at the $Z$ mass.\n",{"path":19077,"title":19078,"module":19066,"summary":19079},"\u002Fparticle-physics\u002Fqed\u002Felectron-g-2","The Anomalous Magnetic Moment","The Dirac equation predicts $g=2$; loops shift it. Schwinger's one-loop vertex correction gives the anomaly $a=(g-2)\u002F2=\\alpha\u002F2\\pi$, and the QED series continues to five loops. The electron $a_e$ agrees with theory to better than a part in a billion, the most precise confrontation of theory and experiment in physics. The muon $a_\\mu$, heavier and so more sensitive to virtual heavy states, is dominated by hadronic uncertainty and sits at the center of a long-running comparison with the Standard Model prediction.\n",{"path":19081,"title":19082,"module":19083,"summary":19084},"\u002Fparticle-physics\u002Fweak-interaction\u002Fva-structure-weak","The V–A Charged Weak Current","The Weak Interaction","Fermi modelled beta decay as a four-fermion contact interaction, but a coupling with dimensions of inverse mass squared makes cross sections grow without bound and the theory fails near 300 GeV. The cure is a heavy mediator: the $W$ boson, whose propagator collapses to Fermi's contact term at low energy and fixes $G_F\u002F\\sqrt2 = g^2\u002F8M_W^2$. Parity violation dictates the current's form — vector minus axial-vector, coupling only to left-chiral fields — and universality of the coupling ties muon decay, beta decay, and pion decay to one constant. Pion decay's helicity suppression of the electron channel is the sharpest test.\n",{"path":19086,"title":19087,"module":19083,"summary":19088},"\u002Fparticle-physics\u002Fweak-interaction\u002Fw-z-bosons-decays","The W and Z Bosons","The contact theory hides a massive mediator. The charged $W^\\pm$ carries the current that changes flavour; the neutral $Z^0$ carries a current that does not. Both were found at CERN's proton–antiproton collider in 1983 at the masses the electroweak theory demanded. Their decay widths partition into leptonic and hadronic channels, and the $Z$ carries a decisive extra: an invisible width from decays to neutrinos that counts the number of light generations at exactly three. Beta decay and muon decay are re-read at the parton level as $W$ exchange.\n",{"path":19090,"title":19091,"module":19083,"summary":19092},"\u002Fparticle-physics\u002Fweak-interaction\u002Fckm-matrix","Quark Mixing and the CKM Matrix","The quark eigenstates the weak force acts on are not the mass eigenstates. Cabibbo captured this with one rotation angle; the GIM mechanism added a fourth quark to cancel dangerous flavour-changing neutral currents and predicted charm before its discovery. Three generations promote the rotation to the unitary Cabibbo–Kobayashi–Maskawa matrix — three angles and one irreducible complex phase, the sole source of Standard-Model CP violation. The Wolfenstein parametrization exposes its steep hierarchy, and unitarity closes into a triangle whose area measures the phase.\n",{"path":19094,"title":19095,"module":19083,"summary":19096},"\u002Fparticle-physics\u002Fweak-interaction\u002Fcp-violation-kaons-b-mesons","CP Violation in Kaons and B Mesons","The neutral kaon is its own laboratory for CP. Weak box diagrams mix $K^0$ and its antiparticle into short- and long-lived states that should be pure CP eigenstates decaying to two and three pions. In 1964 Cronin and Fitch caught the long-lived kaon decaying to two pions — CP is violated, at the two-per-mille level of $\\epsilon$. Direct violation ($\\epsilon'$) followed, and the $B$ factories turned the CKM phase into a large, clean time-dependent asymmetry measuring $\\sin 2\\beta$. The effect is real but far too small to explain why the universe is made of matter.\n",{"path":19098,"title":19099,"module":19100,"summary":19101},"\u002Fparticle-physics\u002Fqcd\u002Fcolor-su3-gluons","Color SU(3), Gluons, and the QCD Lagrangian","Quantum Chromodynamics","Color is the exact gauged SU(3) charge of the strong force. Gauging it forces eight massless gluons in the adjoint representation and, because the gauge group is non-abelian, three- and four-gluon self-couplings absent from QED. This lesson builds the QCD Lagrangian from the covariant derivative and the non-abelian field strength, states the Feynman rules with their color factors, and computes the Casimir invariants that set the strength of quark-gluon and gluon-gluon coupling.\n",{"path":19103,"title":19104,"module":19100,"summary":19105},"\u002Fparticle-physics\u002Fqcd\u002Fasymptotic-freedom-confinement","Asymptotic Freedom and Confinement","The QCD beta function is negative: gluon self-interaction antiscreens color, so the coupling weakens at short distance (asymptotic freedom) and strengthens at long distance (confinement). This lesson computes the one-loop beta coefficient, solves for the running of alpha_s and the emergent scale Lambda_QCD, and reads the strong-coupling regime as the linear quark-antiquark potential of a color flux tube that breaks by pair creation.\n",{"path":19107,"title":19108,"module":19100,"summary":19109},"\u002Fparticle-physics\u002Fqcd\u002Fdeep-inelastic-scattering-partons","Deep Inelastic Scattering and the Parton Model","Scattering electrons hard off a proton resolves pointlike constituents. This lesson sets up the deep-inelastic kinematics, defines the structure functions F1 and F2, and reads Bjorken scaling as the signature of free spin-half partons. The Callan-Gross relation fixes the parton spin, the structure function becomes a charge-weighted sum of parton distributions, and the slow logarithmic scaling violations expose the gluon through DGLAP evolution.\n",{"path":19111,"title":19112,"module":19100,"summary":19113},"\u002Fparticle-physics\u002Fqcd\u002Fjets-hadronization","Jets, Hadronization, and Testing QCD","Quarks and gluons produced in a collision fragment into collimated sprays of hadrons — jets — whose directions track the underlying partons. This lesson reads two-jet events as the quark and antiquark of electron-positron annihilation, three-jet events as direct evidence of the radiated gluon, and the hadronization step as the flux tube breaking into color singlets. Jet algorithms and event-shape variables turn the pattern into precision measurements of alpha_s.\n",{"path":19115,"title":19116,"module":19117,"summary":19118},"\u002Fparticle-physics\u002Felectroweak-higgs\u002Felectroweak-su2-u1","The Electroweak Theory","Electroweak Unification and the Higgs","The electromagnetic and weak interactions are two faces of a single gauge theory built on $SU(2)_L \\times U(1)_Y$. Left-handed fermions sit in weak-isospin doublets and right-handed fermions in singlets, each carrying a hypercharge fixed by the Gell-Mann–Nishijima relation $Q = T_3 + Y\u002F2$. The four gauge fields $W^{1,2,3}$ and $B$ mix: the charged combinations $W^\\pm$ mediate the charged current, while $W^3$ and $B$ rotate through the Weinberg angle into the massless photon and the massive $Z$. The single angle $\\theta_W$ ties the couplings, the boson masses, and the neutral-current strengths together.\n",{"path":19120,"title":19121,"module":19117,"summary":19122},"\u002Fparticle-physics\u002Felectroweak-higgs\u002Fspontaneous-symmetry-breaking","Spontaneous Symmetry Breaking","A symmetry of the Lagrangian need not be a symmetry of the ground state. When the lowest-energy configuration sits away from the symmetric point, the symmetry is spontaneously broken and the vacuum is one of a degenerate family. Breaking a continuous global symmetry produces one massless scalar — a Goldstone boson — for every broken generator, the flat direction along the vacuum manifold. The Mexican-hat potential and the ferromagnet below its Curie point are the working pictures.\n",{"path":19124,"title":19125,"module":19117,"summary":19126},"\u002Fparticle-physics\u002Felectroweak-higgs\u002Fhiggs-mechanism","The Higgs Mechanism","Gauging a spontaneously broken symmetry converts the would-be Goldstone bosons into the longitudinal polarizations of the gauge fields, which thereby acquire mass. Applied to $SU(2)_L \\times U(1)_Y$ with a single Higgs doublet, three of the four scalar degrees of freedom are eaten by the $W^\\pm$ and $Z$; the fourth survives as the physical Higgs boson, and the photon stays massless. Fermion masses come from Yukawa couplings to the same field, each mass proportional to its coupling times the vacuum expectation value $v \\approx 246$ GeV.\n",{"path":19128,"title":19129,"module":19117,"summary":19130},"\u002Fparticle-physics\u002Felectroweak-higgs\u002Fhiggs-boson-discovery","The Higgs Boson","The Higgs boson is produced at the LHC chiefly through gluon fusion, with vector-boson fusion and associated production as cleaner but rarer channels. It decays most often to $b\\bar b$ and $WW^\\ast$, but the discovery rested on two rare clean modes, $H \\to \\gamma\\gamma$ and $H \\to ZZ^\\ast \\to 4\\ell$, whose narrow invariant-mass peaks emerged over smooth backgrounds. ATLAS and CMS announced a boson near 125 GeV in 2012; its measured spin-parity $0^+$ and its couplings, which scale with particle mass, identify it as the Standard Model Higgs.\n",{"path":19132,"title":19133,"module":19117,"summary":19134},"\u002Fparticle-physics\u002Felectroweak-higgs\u002Fstandard-model","The Standard Model","The Standard Model combines the quark model, quantum chromodynamics, and the electroweak theory. SU(3) symmetry sorts the hadrons and predicted the omega; color explains why only colorless quark combinations exist; QCD gives asymptotic freedom and confinement; and spontaneous symmetry breaking through the Higgs field gives the weak bosons their mass.\n",{"path":19136,"title":19137,"module":19138,"summary":19139},"\u002Fparticle-physics\u002Fneutrinos\u002Fneutrino-oscillations","Neutrino Oscillations","Neutrino Physics","Neutrinos are produced and detected in flavour states, but they propagate as mass states, and the two bases are misaligned. A flavour therefore evolves coherently into a superposition of other flavours with a probability set by the mass-squared splitting and the ratio L\u002FE. This lesson derives the two-flavour oscillation formula, applies it to the solar and atmospheric neutrino deficits, shows how the SNO neutral-current measurement resolved the solar problem, and works out the MSW resonance that amplifies mixing inside the Sun.\n",{"path":19141,"title":19142,"module":19138,"summary":19143},"\u002Fparticle-physics\u002Fneutrinos\u002Fneutrino-mass-pmns","Neutrino Mass and the PMNS Matrix","Three-flavour mixing promotes the single oscillation angle to the unitary Pontecorvo–Maki–Nakagawa–Sakata matrix, parametrised by three angles and a Dirac CP phase. This lesson decomposes the PMNS matrix into three rotations, records the measured angles and mass-squared splittings, lays out the normal and inverted mass orderings, contrasts the large leptonic mixing with the near-diagonal CKM matrix, and collects the absolute-mass bounds from beta decay and cosmology.\n",{"path":19145,"title":19146,"module":19138,"summary":19147},"\u002Fparticle-physics\u002Fneutrinos\u002Fdirac-majorana-experiments","Dirac, Majorana, and Neutrino Experiments","A neutral fermion can carry a mass term forbidden to every charged particle, so the neutrino may be its own antiparticle. This lesson contrasts the Dirac and Majorana mass terms and their state content, derives the seesaw mechanism that ties a tiny light mass to a heavy right-handed partner, presents neutrinoless double-beta decay as the decisive lepton-number test, surveys the reactor, accelerator, solar, and atmospheric sources on a baseline–energy map, and explains why neutrino mass is physics beyond the original Standard Model.\n",{"path":19149,"title":19150,"module":19151,"summary":19152},"\u002Fparticle-physics\u002Fexperiment\u002Faccelerators-luminosity","Accelerators, Colliders, and Luminosity","Accelerators and Detectors","Fixed-target machines waste energy in the center-of-mass motion of the whole system, so the reachable $\\sqrt s$ grows only as the square root of the beam energy, while colliders put the full beam energy into the collision. Circular electron machines are limited by synchrotron radiation scaling as $E^4\u002Fm^4R$; proton machines are limited by bending fields. Luminosity, set by beam current and focusing, converts a cross section into an event rate through $R=\\mathcal L\\,\\sigma$, and integrated luminosity sets the total event count.\n",{"path":19154,"title":19155,"module":19151,"summary":19156},"\u002Fparticle-physics\u002Fexperiment\u002Fdetectors-subsystems","Particle Detectors and Subsystems","A detector reads a collision by the energy particles deposit as they cross matter. Charged particles ionize at the Bethe-Bloch rate, radiate in the field of nuclei above a critical energy, and emit Cherenkov light above a velocity threshold; electrons and photons build electromagnetic showers over a radiation length, and hadrons build wider showers over a nuclear interaction length. The onion of tracker, electromagnetic and hadronic calorimeters, and outer muon chambers turns these processes into momentum, energy, and identity, with neutrinos inferred from missing transverse momentum.\n",{"path":19158,"title":19159,"module":19151,"summary":19160},"\u002Fparticle-physics\u002Fexperiment\u002Fhow-discoveries-are-made","From Collisions to Discoveries","A discovery is a peak that survives statistics. Events are reconstructed into invariant masses, a signal accumulates as a bump over a smooth background, and its significance is judged by a p-value; the field's threshold is five sigma. The expected yield is a product — luminosity times cross section times branching ratio times acceptance and efficiency — that must be balanced by a trigger and data-reduction chain against an overwhelming rate. Worked reconstructions of $Z\\to\\ell\\ell$, the $J\u002F\\psi$, and the Higgs show the same peak-over-background logic at three scales.\n",{"path":19162,"title":19163,"module":19163,"summary":19164},"\u002Fparticle-physics\u002Fbeyond-standard-model\u002Fbeyond-standard-model","Beyond the Standard Model","The Standard Model leaves the four interactions ununified and the neutrinos massless, both now known to be wrong. Grand unification predicts the couplings merge near ten-to-the-sixteen GeV and the proton decays; supersymmetry pairs each particle with a superpartner; and the confirmed oscillation of neutrinos proves they carry mass, the first crack in the model.\n",{"path":19166,"title":19167,"module":19163,"summary":19168},"\u002Fparticle-physics\u002Fbeyond-standard-model\u002Fgrand-unified-theories","Grand Unified Theories and Proton Decay","The Standard Model gauge group is a product of three factors with three independent couplings. A grand unified theory embeds them in a single simple group — SU(5) is the minimal choice — so that one coupling runs into all three and the fractional quark charges follow from a tracelessness condition. The same embedding places quarks and leptons in shared multiplets, mediates baryon-number violation through superheavy gauge bosons, and predicts the proton decays with a lifetime that Super-Kamiokande has pushed past ten-to-the-thirty-four years.\n",{"path":19170,"title":19171,"module":19163,"summary":19172},"\u002Fparticle-physics\u002Fbeyond-standard-model\u002Fsupersymmetry","Supersymmetry","Supersymmetry relates fermions and bosons, pairing every Standard Model particle with a superpartner whose spin differs by one half. The pairing makes the scalar and fermion loop corrections to the Higgs mass cancel, removing the quadratic sensitivity to high scales; it sharpens the meeting of the three gauge couplings; and, when R-parity is conserved, it leaves the lightest superpartner stable and neutral, a natural dark-matter candidate. The LHC has excluded gluinos and light squarks below roughly two TeV.\n",{"path":19174,"title":19175,"module":19163,"summary":19176},"\u002Fparticle-physics\u002Fbeyond-standard-model\u002Fhierarchy-problem-naturalness","The Hierarchy Problem and Naturalness","The electroweak scale sits sixteen orders of magnitude below the Planck scale, and nothing in the Standard Model protects that gap. The Higgs mass squared picks up quadratic corrections proportional to the highest scale in the theory, so keeping it at the observed value requires the bare mass and its counterterm to cancel to some thirty significant figures. Naturalness treats that cancellation as a symptom of missing physics. Supersymmetry, compositeness, and extra dimensions each remove the quadratic sensitivity, but the LHC has found none of them at the predicted scale.\n",{"path":19178,"title":19179,"module":19163,"summary":19180},"\u002Fparticle-physics\u002Fbeyond-standard-model\u002Fdark-matter-candidates","Dark Matter and Particle Candidates","Flat galactic rotation curves, gravitational lensing, the cosmic microwave background, and structure formation all require about five times more matter than the visible baryons, none of it interacting electromagnetically. A stable weakly interacting particle of roughly weak-scale mass freezes out of the early universe with close to the observed abundance — the WIMP miracle — and is the leading candidate, with axions and sterile neutrinos as alternatives. Direct, indirect, and collider searches have so far only tightened the limits.\n",{"path":19182,"title":19183,"module":19163,"summary":19184},"\u002Fparticle-physics\u002Fbeyond-standard-model\u002Fmatter-antimatter-open-questions","Matter-Antimatter Asymmetry and Open Questions","The universe is made of matter, with about one extra baryon for every billion photons and no antimatter regions. Sakharov identified the three conditions any dynamical explanation must meet: baryon-number violation, C and CP violation, and a departure from thermal equilibrium. The Standard Model contains all three in principle, but its CP violation falls short by some ten orders of magnitude, so baryogenesis requires new physics — leptogenesis being the leading route. A closing survey collects the open questions and the experiments aimed at them.\n",{"path":19186,"title":19187,"module":298,"summary":298},"\u002Fparticle-physics","Particle Physics",{"path":19189,"title":19190,"module":19191,"summary":19192},"\u002Fastrophysics-cosmology\u002Forientation\u002Fthe-sun-and-stars","The Sun and the Life of Stars","Orientation","The Sun is the one star close enough to study in detail: its luminosity fixes a surface temperature of 5780 K, and the proton-proton fusion cycle in its 1.5-million-kelvin core supplies its power. Measuring other stars needs the magnitude scale, parallax, and the distance ladder; plotting luminosity against temperature builds the Hertzsprung-Russell diagram, on which a star's mass sets its lifetime and its evolutionary track off the main sequence.\n",{"path":19194,"title":19195,"module":19191,"summary":19196},"\u002Fastrophysics-cosmology\u002Forientation\u002Fstellar-death-final-states","Cataclysmic Events and the Final States of Stars","A star's death is set by its mass. In close binaries, matter poured across the Roche lobe onto a white dwarf produces novae and, at the Chandrasekhar limit of 1.4 solar masses, a Type Ia supernova; a massive star fusing to an iron core collapses into a Type II supernova. The remnant is a white dwarf held by electron degeneracy, a neutron star held by neutron degeneracy, or, above the neutron-star limit, a black hole inside its Schwarzschild radius.\n",{"path":19198,"title":19199,"module":19191,"summary":19200},"\u002Fastrophysics-cosmology\u002Forientation\u002Fgalaxies-and-cosmology","Galaxies, Cosmology, and the Evolving Universe","Galaxies come in elliptical, spiral, and irregular forms, and their redshifts obey Hubble's law, evidence that space itself is expanding. The critical density and the density parameter decide whether the universe is open, flat, or closed; baryons, dark matter, and dark energy each contribute. The cosmic microwave background and primordial helium anchor the Big Bang, whose thermal history runs from inflation through nucleosynthesis to the atoms of today.\n",{"path":19202,"title":19203,"module":19204,"summary":19205},"\u002Fastrophysics-cosmology\u002Fobservational-foundations\u002Fmagnitudes-fluxes-and-the-distance-modulus","Magnitudes, Fluxes, and the Distance Modulus","Observational Foundations","The brightness of a star reaches us as a radiant flux that falls off as the inverse square of distance. The magnitude scale encodes flux logarithmically through the Pogson ratio; the apparent and absolute magnitudes differ by the distance modulus, which converts a measured brightness into a distance. The bolometric correction folds a filtered magnitude into a total luminosity, and the difference of two magnitudes in different bands, the color index, measures surface temperature.\n",{"path":19207,"title":19208,"module":19204,"summary":19209},"\u002Fastrophysics-cosmology\u002Fobservational-foundations\u002Fstellar-spectra-and-spectral-classification","Stellar Spectra and Spectral Classification","A stellar spectrum is a continuum crossed by absorption lines whose strengths are set by the temperature of the atmosphere. The Boltzmann factor governs how atoms populate excited states, and the Saha equation governs how they ionize; their product explains why each line, such as the hydrogen Balmer series, peaks in strength at a characteristic temperature. This behavior orders stars into the OBAFGKM sequence, and the luminosity classes of the MK system add a second dimension for surface gravity.\n",{"path":19211,"title":19212,"module":19204,"summary":19213},"\u002Fastrophysics-cosmology\u002Fobservational-foundations\u002Ftelescopes-and-detectors-across-the-spectrum","Telescopes and Detectors Across the Spectrum","A telescope collects light in proportion to its collecting area and resolves detail down to the diffraction limit set by its aperture and the observing wavelength. The atmosphere blurs and blocks large parts of the spectrum, which drives the choice between ground and space and between refractors, reflectors, and radio dishes. CCDs record the light with high quantum efficiency, and interferometry synthesizes an aperture as large as the separation of two telescopes.\n",{"path":19215,"title":19216,"module":19204,"summary":19217},"\u002Fastrophysics-cosmology\u002Fobservational-foundations\u002Fthe-cosmic-distance-ladder","The Cosmic Distance Ladder","No single method measures distances from the nearest stars to the far reaches of the universe. Instead a ladder of overlapping techniques, each calibrated by the one below it, extends the scale rung by rung: trigonometric parallax, main-sequence fitting, pulsating variables, the tip of the red-giant branch, the Tully-Fisher relation, and Type Ia supernovae. Each rung inherits the uncertainty of every rung beneath it, so the whole chain sets the accuracy of the Hubble constant.\n",{"path":19219,"title":19220,"module":19221,"summary":19222},"\u002Fastrophysics-cosmology\u002Fradiation-and-matter\u002Fblackbody-radiation-and-specific-intensity","Blackbody Radiation and Specific Intensity","Radiation and Matter","Specific intensity is the fundamental measure of a radiation field: energy per unit area, time, frequency, and solid angle. It is conserved along a ray in empty space, and its angular moments give the mean intensity, flux, and radiation pressure. In thermal equilibrium the intensity equals the Planck function, whose limits and integrals reproduce the Rayleigh-Jeans law, the Wien law, Stefan-Boltzmann, and Wien's displacement law.\n",{"path":19224,"title":19225,"module":19221,"summary":19226},"\u002Fastrophysics-cosmology\u002Fradiation-and-matter\u002Fradiative-transfer-and-the-transfer-equation","Radiative Transfer and the Transfer Equation","Along a ray, matter adds intensity through emission and removes it through absorption. Measuring path length in optical depth turns this into the transfer equation, whose formal solution superposes an attenuated background on the source function integrated along the line of sight. In local thermodynamic equilibrium the source function is the Planck function, and the Eddington-Barbier relation shows that the emergent intensity samples the source function at optical depth of order unity, explaining absorption lines and solar limb darkening.\n",{"path":19228,"title":19229,"module":19221,"summary":19230},"\u002Fastrophysics-cosmology\u002Fradiation-and-matter\u002Fspectral-line-formation-and-broadening","Spectral-Line Formation and Broadening","A spectral line is a bound-bound transition whose strength is set by an oscillator strength and whose shape is set by three broadening mechanisms: the Lorentzian natural and collisional wings, the Gaussian thermal Doppler core, and their Voigt convolution. Equivalent width measures the total absorption, and the curve of growth relates it to the number of absorbers through a linear, saturated, and damping regime, turning line strengths into abundances.\n",{"path":19232,"title":19233,"module":19221,"summary":19234},"\u002Fastrophysics-cosmology\u002Fradiation-and-matter\u002Fopacity-and-the-rosseland-mean","Opacity Sources and the Rosseland Mean","Stellar opacity comes from four processes: bound-bound line absorption, bound-free photoionization, free-free absorption, and electron scattering. The bound-free and free-free terms follow a Kramers law, electron scattering sets a frequency-flat floor, and the negative hydrogen ion dominates cool photospheres. The Rosseland mean averages these harmonically, weighting transparent frequencies because they carry the flux, and its value fixes the radiative temperature gradient and decides where a star becomes convective.\n",{"path":19236,"title":19237,"module":19238,"summary":19239},"\u002Fastrophysics-cosmology\u002Fstellar-structure\u002Fhydrostatic-equilibrium-and-the-virial-theorem","Hydrostatic Equilibrium and the Virial Theorem","Stellar Structure","A star holds itself up by balancing the inward pull of gravity against an outward pressure gradient. This balance, hydrostatic equilibrium, fixes a lower bound on the central pressure and, combined with the gravitational potential energy, yields the virial theorem. The virial relation gives a star a negative heat capacity, so that losing energy makes it hotter, and sets the Kelvin-Helmholtz timescale over which contraction alone can power the Sun.\n",{"path":19241,"title":19242,"module":19238,"summary":19243},"\u002Fastrophysics-cosmology\u002Fstellar-structure\u002Fthe-equations-of-stellar-structure","The Equations of Stellar Structure","A static star is described by four coupled first-order differential equations in the interior mass or radius: mass conservation, hydrostatic equilibrium, energy generation, and energy transport. Closed with an equation of state, opacity, and reaction rates, and subject to central and surface boundary conditions, they determine the structure uniquely from mass and composition, the Vogt-Russell theorem. Energy moves by radiation until the temperature gradient exceeds the Schwarzschild limit, where convection takes over.\n",{"path":19245,"title":19246,"module":19238,"summary":19247},"\u002Fastrophysics-cosmology\u002Fstellar-structure\u002Fthe-equation-of-state-and-polytropes","The Equation of State and Polytropes","Stellar pressure comes from gas, radiation, and, at high density, degenerate electrons. When pressure depends on density as a power law, hydrostatic equilibrium reduces to the Lane-Emden equation, whose solutions describe polytropes of index n. The relativistic degenerate case, n equal to three, gives a mass independent of radius, the Chandrasekhar mass. Eddington's standard model treats a radiation-supported star as an n equal to three polytrope and yields the quartic relating radiation fraction to mass.\n",{"path":19249,"title":19250,"module":19238,"summary":19251},"\u002Fastrophysics-cosmology\u002Fstellar-structure\u002Fthe-standard-solar-model","The Standard Solar Model","The standard solar model integrates the structure equations for one solar mass and calibrates the composition and convection parameter to reproduce the Sun's observed luminosity, radius, and age. Helioseismology tests the model's sound speed through the Sun's acoustic p-mode oscillations, and the model predicts a neutrino flux by production channel. The measured deficit, the solar-neutrino problem, is resolved by matter-enhanced flavor oscillation, confirmed when SNO measured the total flux across all flavors.\n",{"path":19253,"title":19254,"module":19255,"summary":19256},"\u002Fastrophysics-cosmology\u002Fnuclear-astrophysics\u002Fthermonuclear-reaction-rates-and-the-gamow-peak","Thermonuclear Reaction Rates and the Gamow Peak","Nuclear Astrophysics","Stellar fusion proceeds only by quantum tunneling through the Coulomb barrier, because thermal energies are a thousand times smaller than the barrier height. The reaction rate is an integral over the Maxwell–Boltzmann distribution and the tunneling probability, whose product is sharply peaked at the Gamow energy. The astrophysical S-factor isolates the nuclear physics from the barrier penetration, and the steep temperature dependence follows from the width and position of the Gamow peak.\n",{"path":19258,"title":19259,"module":19255,"summary":19260},"\u002Fastrophysics-cosmology\u002Fnuclear-astrophysics\u002Fhydrogen-burning-pp-chains-and-cno","Hydrogen Burning: pp Chains and the CNO Cycle","Four protons fuse into one helium-4 nucleus, releasing 26.7 MeV, through two competing networks. The pp chain begins with a weak-interaction bottleneck and branches three ways; the CNO cycle uses carbon, nitrogen, and oxygen as catalysts and is limited by nitrogen-14 proton capture. Their steep and gentle temperature dependences cross near 1.8e7 K, which divides pp-powered lower-main-sequence stars from CNO-powered upper-main-sequence stars.\n",{"path":19262,"title":19263,"module":19255,"summary":19264},"\u002Fastrophysics-cosmology\u002Fnuclear-astrophysics\u002Fhelium-burning-and-the-triple-alpha-process","Helium Burning and the Triple-Alpha Process","Helium fuses to carbon in two steps through the unbound beryllium-8 nucleus and a resonant excited state of carbon-12, the Hoyle state, whose existence was predicted from the observed carbon abundance. The rate scales as roughly the fortieth power of temperature, and in a degenerate low-mass core this drives the runaway helium flash. A competing alpha capture on carbon-12 sets the carbon-to-oxygen ratio and the composition of the resulting white dwarf.\n",{"path":19266,"title":19267,"module":19255,"summary":19268},"\u002Fastrophysics-cosmology\u002Fnuclear-astrophysics\u002Fadvanced-burning-and-neutron-capture-nucleosynthesis","Advanced Burning, the Iron Peak, and the s\u002Fr Processes","Massive stars burn carbon, neon, oxygen, and silicon in ever-shorter stages, building an onion-shell interior and reaching nuclear statistical equilibrium at the iron peak, where the binding-energy-per-nucleon curve turns over and fusion can release no more energy. Elements beyond iron form by neutron capture: the slow s-process in AGB stars tracks the valley of stability, while the rapid r-process in supernovae and neutron-star mergers builds the heaviest nuclei far from it.\n",{"path":19270,"title":19271,"module":19272,"summary":19273},"\u002Fastrophysics-cosmology\u002Fism-and-star-formation\u002Fphases-of-the-interstellar-medium","The Phases of the Interstellar Medium","The Interstellar Medium","The gas between the stars separates into distinct thermal phases, from cold molecular clouds at 10 K to a diffuse million-degree corona, held near a common pressure by a balance of photoelectric heating and radiative cooling. Neutral hydrogen is traced by the 21-cm hyperfine line, dust reddens and extinguishes starlight along a characteristic wavelength law, and the ultraviolet output of hot stars carves ionized Strömgren spheres out of the surrounding gas.\n",{"path":19275,"title":19276,"module":19272,"summary":19277},"\u002Fastrophysics-cosmology\u002Fism-and-star-formation\u002Fmolecular-clouds-and-gravitational-collapse","Molecular Clouds and Gravitational Collapse","Stars form in cold, dense molecular clouds when self-gravity overcomes thermal and magnetic support. The virial theorem fixes the Jeans mass and length at which a clump becomes unstable, the free-fall time sets how fast it collapses, and a fragmentation cascade — cut off at a minimum mass by the onset of opacity — turns one cloud into a whole cluster, imprinting the stellar initial mass function.\n",{"path":19279,"title":19280,"module":19272,"summary":19281},"\u002Fastrophysics-cosmology\u002Fism-and-star-formation\u002Fprotostars-and-the-pre-main-sequence","Protostars and Pre-Main-Sequence Evolution","A collapsing core becomes optically thick and forms a protostar that grows by accretion through a disk while driving bipolar outflows. The newborn star appears on the birthline and contracts down the fully convective Hayashi track, then crosses the radiative Henyey track to the zero-age main sequence, powered by gravitational contraction until hydrogen ignites. Below about 0.08 solar masses degeneracy halts contraction before ignition, dividing stars from brown dwarfs.\n",{"path":19283,"title":19284,"module":19285,"summary":19286},"\u002Fastrophysics-cosmology\u002Fstellar-evolution\u002Fthe-main-sequence-and-its-structure","The Main Sequence and Its Structure","Stellar Evolution","A star settles onto the zero-age main sequence when core hydrogen ignition halts contraction. Homology scaling of the structure equations reproduces the mass–luminosity relation, and the burning mode splits the sequence into an upper branch with a convective core and a lower branch with a convective envelope. The main-sequence lifetime falls steeply with mass, and the turnoff of a coeval cluster serves as a clock.\n",{"path":19288,"title":19289,"module":19285,"summary":19290},"\u002Fastrophysics-cosmology\u002Fstellar-evolution\u002Fpost-main-sequence-low-mass-evolution","Post-Main-Sequence Evolution of Low-Mass Stars","When a low-mass star exhausts core hydrogen, burning moves to a shell, the core contracts, and the envelope swells into a red giant. A degenerate helium core ignites in a flash, settles onto the horizontal branch, and after a second contraction the star climbs the asymptotic giant branch with two burning shells. Thermal pulses and dredge-up enrich the surface, and mass loss ejects a planetary nebula, leaving a carbon–oxygen white dwarf.\n",{"path":19292,"title":19293,"module":19285,"summary":19294},"\u002Fastrophysics-cosmology\u002Fstellar-evolution\u002Fthe-evolution-of-massive-stars","The Evolution of Massive Stars","Stars above about eight solar masses burn through hydrogen, helium, carbon, neon, oxygen, and silicon in stages that grow shorter as neutrino losses accelerate contraction. The interior becomes an onion of concentric burning shells around an inert iron core. Radiation pressure near the Eddington limit drives fierce winds that can strip the hydrogen envelope entirely, and silicon burning builds an iron core toward the threshold of collapse.\n",{"path":19296,"title":19297,"module":19285,"summary":19298},"\u002Fastrophysics-cosmology\u002Fstellar-evolution\u002Fstellar-pulsation-and-the-instability-strip","Stellar Pulsation and the Instability Strip","Radial pulsation is a standing sound wave whose period scales inversely with the square root of the mean density. The kappa mechanism, an opacity valve seated in the helium partial-ionization zone, turns a star into a heat engine that pumps the oscillation. Stars in the instability strip pulsate as Cepheids, RR Lyrae, and Mira variables, and the Cepheid period–luminosity relation calibrates the distance ladder.\n",{"path":19300,"title":17716,"module":19301,"summary":19302},"\u002Fastrophysics-cosmology\u002Fstellar-death-and-compact-remnants\u002Fwhite-dwarfs-and-the-chandrasekhar-limit","Stellar Death and Compact Remnants","A white dwarf is held up by the degeneracy pressure of its electrons, a quantum-mechanical stiffness that survives to zero temperature. Filling the Fermi sea sets a pressure that scales as density to the five-thirds power when the electrons are slow and only four-thirds when they are relativistic. The softer relativistic law produces the inverted mass-radius relation and a maximum mass, the Chandrasekhar limit near 1.4 solar masses, above which no cold equilibrium exists. Cooling and crystallization then turn the white-dwarf population into a clock for the Galactic disk.\n",{"path":19304,"title":19305,"module":19301,"summary":19306},"\u002Fastrophysics-cosmology\u002Fstellar-death-and-compact-remnants\u002Fcore-collapse-supernovae","Core-Collapse Supernovae","When a massive star builds an iron core past the Chandrasekhar mass, degeneracy fails and the core collapses in less than a second. Photodisintegration and electron capture remove pressure support and neutronize the matter; the collapse halts abruptly at nuclear density, launching a shock that stalls and is revived by neutrino heating. The event is a Type II or stripped-envelope Ib\u002FIc supernova, and the neutrinos from SN 1987A confirmed the picture directly.\n",{"path":19308,"title":19309,"module":19301,"summary":19310},"\u002Fastrophysics-cosmology\u002Fstellar-death-and-compact-remnants\u002Fthermonuclear-supernovae-type-ia","Thermonuclear Supernovae","A carbon-oxygen white dwarf driven toward the Chandrasekhar mass ignites its degenerate fuel and unbinds itself in a thermonuclear runaway, the Type Ia supernova. The light curve is powered by the radioactive decay of nickel-56 to cobalt-56 to iron-56, and the Phillips relation between peak brightness and decline rate makes these events standardizable candles. Their near-uniform luminosity turns them into the distance indicators that revealed cosmic acceleration.\n",{"path":19312,"title":19313,"module":19301,"summary":19314},"\u002Fastrophysics-cosmology\u002Fstellar-death-and-compact-remnants\u002Fneutron-stars-and-pulsars","Neutron Stars and Pulsars","A neutron star is held up by neutron degeneracy and the repulsive nuclear force, with a maximum mass, the Tolman-Oppenheimer-Volkoff limit, set by an uncertain dense-matter equation of state. Its rotating magnetic dipole sweeps a beam past Earth as a pulsar, and magnetic braking traces a track across the period-period- derivative diagram. Millisecond pulsars, magnetars, glitches, and the orbital decay of the Hulse-Taylor binary follow from the same structure.\n",{"path":19316,"title":19317,"module":19301,"summary":19318},"\u002Fastrophysics-cosmology\u002Fstellar-death-and-compact-remnants\u002Fblack-holes-schwarzschild-and-kerr","Black Holes, Schwarzschild and Kerr","Above the neutron-star mass limit gravity wins completely and the remnant is a black hole. The Schwarzschild solution gives the event horizon, gravitational redshift, and time dilation; the innermost stable circular orbit sets the efficiency of accretion. Rotating Kerr black holes drag spacetime and carry an ergosphere. Stellar-mass black holes are found in X-ray binaries, and the Event Horizon Telescope has imaged the shadow of a supermassive one.\n",{"path":19320,"title":19321,"module":19322,"summary":19323},"\u002Fastrophysics-cosmology\u002Fbinaries-and-gravitational-waves\u002Fbinary-systems-and-mass-transfer","Binary Systems and Mass Transfer","Binaries and Gravitational Waves","Most stars are born in pairs, and a binary is the only setting where a stellar mass can be measured directly. Visual, spectroscopic, and eclipsing binaries each expose a different combination of the orbital elements, and together they calibrate the mass-luminosity relation. When one star swells to fill its Roche lobe, gas streams through the inner Lagrange point onto its companion. Conservative transfer widens or shrinks the orbit depending on the mass ratio, and the sign of that response explains the Algol paradox.\n",{"path":19325,"title":19326,"module":19322,"summary":19327},"\u002Fastrophysics-cosmology\u002Fbinaries-and-gravitational-waves\u002Faccreting-compact-objects","Accreting Compact Objects","Gas falling onto a compact object converts gravitational binding energy into radiation with an efficiency set by the depth of the potential well, up to tens of percent of the rest mass for a neutron star or black hole. Angular momentum forces the flow into a disk, and viscous dissipation gives a temperature profile that falls as radius to the minus three-quarters, producing a multicolor blackbody spectrum. Radiation pressure caps the steady luminosity at the Eddington limit. Unstable nuclear burning of the accreted fuel powers classical novae on white dwarfs and Type I X-ray bursts on neutron stars.\n",{"path":19329,"title":19330,"module":19322,"summary":19331},"\u002Fastrophysics-cosmology\u002Fbinaries-and-gravitational-waves\u002Fgravitational-waves-from-inspiraling-binaries","Gravitational Waves from Inspiraling Binaries","A time-varying mass quadrupole radiates gravitational waves, ripples in spacetime that stretch and squeeze a ring of free masses along two polarizations. The radiated power drains a binary's orbital energy, shrinking the orbit and sweeping the wave frequency upward in a chirp whose rate fixes the chirp mass. Laser interferometers with kilometre arms measure the resulting strain of order ten to the minus twenty-one. The first detection, GW150914, matched a template for two merging black holes near thirty solar masses each.\n",{"path":19333,"title":19334,"module":19322,"summary":19335},"\u002Fastrophysics-cosmology\u002Fbinaries-and-gravitational-waves\u002Fmultimessenger-astronomy-and-gamma-ray-bursts","Multimessenger Astronomy and Gamma-Ray Bursts","Gamma-ray bursts split into two populations: long bursts from the collapse of massive stars and short bursts from merging compact objects. The compactness problem forces the emitting plasma to move at ultra-relativistic speed, beaming the radiation into a narrow jet. The neutron-star merger GW170817 tied a gravitational chirp to a short gamma-ray burst, a radioactive kilonova, and a broadband afterglow, confirming that mergers forge r-process elements. A merger with a measured redshift is a standard siren that reads the Hubble constant from gravitational data alone.\n",{"path":19337,"title":19338,"module":19339,"summary":19340},"\u002Fastrophysics-cosmology\u002Fgalaxies\u002Fthe-milky-way","The Milky Way Galaxy","Galaxies and Dark Matter","The Galaxy resolves into a thin disk of gas and young stars, a central bar and bulge, and a diffuse old halo studded with globular clusters. Star counts and the reddening of distant light map these components, while the differential rotation of the disk — encoded in the Oort constants and the flat rotation curve — measures the enclosed mass and reveals more than the stars can account for. Spiral arms are density waves, not material structures, and the innermost stellar orbits around Sgr A* weigh a four-million-solar-mass black hole.\n",{"path":19342,"title":19343,"module":19339,"summary":19344},"\u002Fastrophysics-cosmology\u002Fgalaxies\u002Fgalaxy-morphology-and-classification","Galaxy Morphology and Classification","Galaxies sort along the Hubble tuning fork from smooth ellipticals through lenticulars to grand-design and barred spirals, with irregulars off the end. The light of a spheroid follows the de Vaucouleurs quarter-power law while a disk fades exponentially, and the general Sérsic profile interpolates between them. Virial scaling relations — Tully–Fisher for disks, Faber–Jackson and the fundamental plane for spheroids — tie luminosity to internal motions, and the Schechter function fixes the abundance of galaxies as a function of luminosity.\n",{"path":19346,"title":19347,"module":19339,"summary":19348},"\u002Fastrophysics-cosmology\u002Fgalaxies\u002Fgalaxy-rotation-curves-and-dark-matter","Galaxy Rotation Curves and Dark Matter","The rotation curves of disk galaxies stay flat far beyond the light, demanding an extended halo whose density falls as the inverse square of radius. Decomposing the curve into disk, bulge, and halo, and fitting isothermal or NFW profiles, quantifies the missing mass. Gravitational lensing weighs the same mass without dynamics, the mass-to-light ratio climbs from stars to clusters, and the Bullet Cluster separates the collisionless dark matter from the colliding gas — evidence that MOND strains to match.\n",{"path":19350,"title":19351,"module":19339,"summary":19352},"\u002Fastrophysics-cosmology\u002Fgalaxies\u002Factive-galactic-nuclei-and-supermassive-black-holes","Active Galactic Nuclei","A small fraction of galaxies pour out enormous luminosity from a region smaller than the solar system. Accretion onto a supermassive black hole, limited by the Eddington balance of radiation pressure and gravity, powers the Seyferts, quasars, radio galaxies, and blazars — one engine seen from different angles through an obscuring torus. Relativistic jets produce apparent superluminal motion, reverberation mapping and stellar dynamics weigh the central mass, and the M–sigma relation ties that mass to the host bulge.\n",{"path":19354,"title":19355,"module":19339,"summary":19356},"\u002Fastrophysics-cosmology\u002Fgalaxies\u002Fgalaxy-clusters-and-large-scale-structure","Galaxy Clusters and Large-Scale Structure","Galaxies gather into groups and rich clusters bound by a common dark halo and filled with hot X-ray gas. Three independent probes — the virial theorem, the hydrostatic X-ray temperature, and gravitational lensing — agree on a mass that dwarfs the stars. On the largest scales galaxies trace a cosmic web of filaments, walls, and voids, quantified by the two-point correlation function, whose baryon acoustic oscillation bump provides a standard ruler for cosmology.\n",{"path":19358,"title":19359,"module":19360,"summary":19361},"\u002Fastrophysics-cosmology\u002Fcosmology-expansion-and-dynamics\u002Fthe-expanding-universe-and-hubbles-law","The Expanding Universe and Hubble's Law","Cosmic Expansion and Dynamics","The universe is homogeneous and isotropic on large scales, so its expansion is captured by a single function of time, the scale factor. Comoving coordinates stay fixed while proper distances grow in proportion to the scale factor, producing Hubble's law and a cosmological redshift that measures stretched space rather than a Doppler shift. A Newtonian energy argument reproduces the dynamics, and the same finite, expanding cosmos resolves Olbers' paradox.\n",{"path":19363,"title":19364,"module":19360,"summary":19365},"\u002Fastrophysics-cosmology\u002Fcosmology-expansion-and-dynamics\u002Fthe-frw-metric-and-cosmological-redshift","The FRW Metric and Cosmological Redshift","The geometry of a homogeneous, isotropic universe is fixed by symmetry to the Robertson-Walker metric, with the entire freedom reduced to a scale factor and a single curvature constant selecting an open, flat, or closed space. From the metric the null geodesic of light gives comoving distance, the exact cosmological redshift, and the distinction between the proper distance we cannot measure and the redshift we can.\n",{"path":19367,"title":16435,"module":19360,"summary":19368},"\u002Fastrophysics-cosmology\u002Fcosmology-expansion-and-dynamics\u002Fthe-friedmann-equations-and-cosmic-dynamics","The scale factor obeys the Friedmann equation, the acceleration equation, and the fluid equation, only two of which are independent. An equation of state fixes how each component behaves under expansion, so radiation dilutes as the inverse fourth power of the scale factor, matter as the inverse cube, and vacuum energy not at all. The critical density defines the density parameters, and the deceleration parameter encodes whether gravity or dark energy is winning.\n",{"path":19370,"title":19371,"module":19360,"summary":19372},"\u002Fastrophysics-cosmology\u002Fcosmology-expansion-and-dynamics\u002Fcosmological-models-and-distances","Cosmological Models and Distances","Integrating the Friedmann equation for particular mixtures gives the benchmark models, from the matter-only Einstein-de Sitter universe to the concordance Lambda-CDM, each with its own scale-factor history and age. Because the redshift is the only direct observable, several distance measures diverge at high redshift, and the angular-diameter distance even turns over so that the most distant objects look larger. The horizon and lookback time set what is causally and observationally reachable.\n",{"path":19374,"title":19375,"module":19360,"summary":19376},"\u002Fastrophysics-cosmology\u002Fcosmology-expansion-and-dynamics\u002Fdark-energy-and-the-accelerating-universe","Dark Energy and the Accelerating Universe","In 1998 two teams found that distant Type Ia supernovae are fainter than a decelerating universe predicts, revealing that the expansion is accelerating and that a component with negative pressure dominates the energy budget. The simplest candidate is the cosmological constant, or vacuum energy, with an equation of state near minus one. It works observationally but leaves two deep puzzles: why the vacuum energy is a hundred and twenty orders of magnitude smaller than expected, and why it is comparable to the matter density just now.\n",{"path":19378,"title":19379,"module":19380,"summary":19381},"\u002Fastrophysics-cosmology\u002Fthe-hot-big-bang\u002Fthe-thermal-history-of-the-universe","The Thermal History of the Universe","The Hot Big Bang","Running the expansion backward compresses and heats the universe, so its past is a sequence of thermal epochs set by temperature. Temperature scales as the inverse scale factor; species stay in equilibrium while their interaction rate exceeds the expansion rate and freeze out when it drops below. The effective degrees of freedom count the relativistic species and step down through mass thresholds, and neutrino decoupling just before electron-positron annihilation leaves a relic neutrino background slightly cooler than the photons.\n",{"path":19383,"title":19384,"module":19380,"summary":19385},"\u002Fastrophysics-cosmology\u002Fthe-hot-big-bang\u002Fbig-bang-nucleosynthesis","Big Bang Nucleosynthesis","In the first three minutes the weak interactions freeze out the neutron-to-proton ratio, and once deuterium survives photodissociation a fast reaction network converts nearly all free neutrons into helium-4. The primordial abundances of deuterium, helium-3, helium-4, and lithium-7 depend on a single free parameter, the baryon-to-photon ratio, so measuring them fixes the baryon density. The predictions match observation across nine decades of abundance, with a persistent discrepancy in lithium-7.\n",{"path":19387,"title":19388,"module":19380,"summary":19389},"\u002Fastrophysics-cosmology\u002Fthe-hot-big-bang\u002Frecombination-and-the-cosmic-microwave-background","Recombination and the Cosmic Microwave Background","As the universe cooled through a few thousand kelvin the free electrons bound to protons, and the Saha equation tracks the falling ionization fraction. Once the plasma neutralized, photons stopped scattering and streamed freely from a spherical surface of last scattering at redshift about 1100. Those photons are the cosmic microwave background, an almost perfect blackbody at 2.725 kelvin with a dipole from our motion through it.\n",{"path":19391,"title":19392,"module":19380,"summary":19393},"\u002Fastrophysics-cosmology\u002Fthe-hot-big-bang\u002Fcmb-anisotropies-and-cosmological-parameters","CMB Anisotropies and Cosmological Parameters","The cosmic microwave background carries temperature fluctuations at the ten-parts-per-million level, imprinted by sound waves in the photon-baryon plasma before recombination. Decomposed into spherical harmonics, the fluctuations form an angular power spectrum whose acoustic peaks encode the geometry and contents of the universe: the first peak fixes spatial flatness, the odd-even peak ratio the baryon density, and the third peak the dark-matter density. Polarization adds an independent channel, and the Planck measurements pin the concordance parameters.\n",{"path":19395,"title":19396,"module":19380,"summary":19397},"\u002Fastrophysics-cosmology\u002Fthe-hot-big-bang\u002Fcosmic-inflation","Cosmic Inflation","The hot Big Bang leaves three initial-condition puzzles unexplained: why causally disconnected patches share a temperature, why the geometry is so nearly flat, and why no magnetic monopoles are seen. A brief epoch of accelerated expansion driven by a slowly rolling scalar field solves all three by stretching a small causal patch across the observable universe. The same accelerated expansion freezes quantum fluctuations into a near-scale-invariant spectrum of density perturbations, seeding all later structure.\n",{"path":19399,"title":19400,"module":19380,"summary":19401},"\u002Fastrophysics-cosmology\u002Fthe-hot-big-bang\u002Fstructure-formation-and-the-growth-of-perturbations","Structure Formation and the Growth of Perturbations","The near-uniform early universe grew its galaxies and clusters by gravitational instability acting on the tiny inflationary perturbations. In an expanding background the growth is slowed to a power law rather than the exponential of a static medium; perturbations stall during radiation domination and grow with the scale factor once matter dominates. The transfer function turns the primordial spectrum into the processed matter power spectrum, and cold dark matter builds structure from the bottom up.\n",{"path":19403,"title":19404,"module":19380,"summary":19405},"\u002Fastrophysics-cosmology\u002Fthe-hot-big-bang\u002Fdark-matter-dark-energy-and-open-questions","Dark Matter, Dark Energy, and Open Questions","Five independent lines of evidence converge on a universe whose energy budget is dominated by dark energy and dark matter, with ordinary baryons a small remainder. The candidate particles for dark matter range from WIMPs to axions to sterile neutrinos, each with its own detection strategy. The concordance model fits the data with six parameters but leaves the nature of dark energy, the Hubble tension, small-scale structure, and the matter-antimatter asymmetry unexplained.\n",{"path":19407,"title":19408,"module":298,"summary":298},"\u002Fastrophysics-cosmology","Astrophysics & Cosmology",{"path":19410,"title":19411,"module":298,"summary":298},"\u002Fcolophon","Colophon",{"path":19413,"title":19414,"module":298,"summary":298},"\u002F","Study Notes","\u003Csvg style=\"width:100%;max-width:241.133px;height:auto\" xmlns=\"http:\u002F\u002Fwww.w3.org\u002F2000\u002Fsvg\" viewBox=\"-75 -75 180.850 85.142\">\u003Cg stroke=\"currentColor\" style=\"stroke-miterlimit:10;stroke-width:.4\">\u003Cpath fill=\"var(--tk-soft-accent)\" stroke=\"none\" d=\"M-68.537 5.437H85.108l17.072-51.215H-51.465Z\"\u002F>\u003Cpath fill=\"none\" stroke=\"var(--tk-accent)\" d=\"M-68.537 5.437H85.108l17.072-51.215H-51.465Z\" style=\"stroke-width:.8\"\u002F>\u003Cg fill=\"var(--tk-accent)\" stroke=\"var(--tk-accent)\">\u003Cg transform=\"translate(141.522 7.343)\">\u003Cpath d=\"M-55.490-5.856L-55.961-11.595Q-56.013-11.776-56.545-11.776Q-56.651-11.776-56.651-11.894Q-56.651-12.092-56.488-12.092L-54.357-12.092Q-54.335-12.092-54.313-12.077Q-54.291-12.061-54.275-12.033Q-54.260-12.004-54.260-11.982Q-54.260-11.776-54.383-11.776Q-55.060-11.776-55.130-11.525L-54.761-6.990L-52.458-10.949L-52.511-11.595Q-52.568-11.776-53.095-11.776Q-53.205-11.776-53.205-11.894Q-53.205-11.978-53.166-12.035Q-53.126-12.092-53.043-12.092L-50.911-12.092Q-50.872-12.092-50.841-12.057Q-50.810-12.022-50.810-11.982Q-50.810-11.903-50.841-11.839Q-50.872-11.776-50.938-11.776Q-51.610-11.776-51.685-11.525L-51.316-6.990L-48.850-11.235Q-48.784-11.358-48.784-11.450Q-48.784-11.573-48.872-11.648Q-48.960-11.723-49.079-11.749Q-49.198-11.776-49.334-11.776Q-49.444-11.776-49.444-11.894Q-49.444-11.978-49.404-12.035Q-49.364-12.092-49.281-12.092L-47.572-12.092Q-47.532-12.092-47.501-12.052Q-47.470-12.013-47.470-11.982Q-47.470-11.912-47.506-11.844Q-47.541-11.776-47.598-11.776Q-48.209-11.776-48.569-11.173Q-48.587-11.156-48.595-11.138L-51.667-5.856Q-51.724-5.746-51.856-5.746L-51.918-5.746Q-51.957-5.746-52.001-5.777Q-52.045-5.808-52.045-5.856L-52.423-10.497L-55.113-5.856Q-55.187-5.746-55.302-5.746L-55.363-5.746Q-55.411-5.746-55.451-5.777Q-55.490-5.808-55.490-5.856\" fill=\"var(--tk-accent)\" stroke=\"var(--tk-accent)\" class=\"tikz-text\" style=\"stroke-width:0.270\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003Cg fill=\"var(--tk-accent)\" stroke=\"var(--tk-accent)\" style=\"stroke-width:1.2\">\u003Cpath fill=\"none\" d=\"M-40.084-5.944h82.158\"\u002F>\u003Cpath stroke=\"none\" d=\"m45.274-5.944-5.12-2.56 1.92 2.56-1.92 2.56\"\u002F>\u003Cg fill=\"var(--tk-accent)\" stroke=\"none\">\u003Cg transform=\"translate(106.363 7.933)\">\u003Cpath d=\"M-55.121-5.944L-56.932-5.944L-56.932-6.423Q-56.185-6.423-56.093-6.502L-54.836-7.869L-56.220-9.464L-56.888-9.464L-56.888-9.939L-54.761-9.939L-54.761-9.464L-55.060-9.464L-54.238-8.519L-53.447-9.389Q-53.447-9.429-53.561-9.446Q-53.676-9.464-53.755-9.464L-53.755-9.939L-51.944-9.939L-51.944-9.464Q-52.691-9.464-52.783-9.381L-53.917-8.150L-52.414-6.423L-51.755-6.423L-51.755-5.944L-53.869-5.944L-53.869-6.423L-53.574-6.423L-54.510-7.491L-55.429-6.493Q-55.429-6.458-55.310-6.441Q-55.192-6.423-55.121-6.423\" fill=\"var(--tk-accent)\" stroke=\"var(--tk-accent)\" class=\"tikz-text\" style=\"stroke-width:0.270\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(106.363 7.933)\">\u003Cpath d=\"M-48.494-4.944L-50.785-4.944L-50.785-5.202Q-49.909-5.202-49.909-5.375L-49.909-8.454Q-50.102-8.366-50.334-8.329Q-50.565-8.293-50.820-8.293L-50.820-8.550Q-50.442-8.550-50.121-8.635Q-49.801-8.720-49.572-8.934L-49.452-8.934Q-49.420-8.934-49.395-8.911Q-49.370-8.887-49.370-8.849L-49.370-5.375Q-49.370-5.202-48.494-5.202\" fill=\"var(--tk-accent)\" stroke=\"var(--tk-accent)\" class=\"tikz-text\" style=\"stroke-width:0.180\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(106.363 7.933)\">\u003Cpath d=\"M-38.299-7.087L-44.105-7.087Q-44.184-7.100-44.234-7.150Q-44.285-7.201-44.285-7.276Q-44.285-7.425-44.105-7.473L-38.299-7.473Q-38.128-7.421-38.128-7.276Q-38.128-7.122-38.299-7.087M-38.299-8.915L-44.105-8.915Q-44.285-8.945-44.285-9.104Q-44.285-9.253-44.105-9.301L-38.299-9.301Q-38.128-9.249-38.128-9.104Q-38.128-8.950-38.299-8.915\" fill=\"var(--tk-accent)\" stroke=\"var(--tk-accent)\" class=\"tikz-text\" style=\"stroke-width:0.270\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(106.363 7.933)\">\u003Cpath d=\"M-32.587-6.080L-34.200-9.464L-34.785-9.464L-34.785-9.939L-32.605-9.939L-32.605-9.464L-33.053-9.464L-31.928-7.104L-30.834-9.389Q-30.834-9.433-30.977-9.449Q-31.119-9.464-31.256-9.464L-31.256-9.939L-29.669-9.939L-29.669-9.464Q-30.219-9.464-30.293-9.389L-31.867-6.080Q-31.954-5.900-32.157-5.900L-32.297-5.900Q-32.499-5.900-32.587-6.080\" fill=\"var(--tk-accent)\" stroke=\"var(--tk-accent)\" class=\"tikz-text\" style=\"stroke-width:0.270\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(106.363 7.933)\">\u003Cpath d=\"M-26.373-4.944L-28.664-4.944L-28.664-5.202Q-27.788-5.202-27.788-5.375L-27.788-8.454Q-27.981-8.366-28.213-8.329Q-28.444-8.293-28.699-8.293L-28.699-8.550Q-28.321-8.550-28-8.635Q-27.680-8.720-27.451-8.934L-27.331-8.934Q-27.299-8.934-27.274-8.911Q-27.249-8.887-27.249-8.849L-27.249-5.375Q-27.249-5.202-26.373-5.202\" fill=\"var(--tk-accent)\" stroke=\"var(--tk-accent)\" class=\"tikz-text\" style=\"stroke-width:0.180\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003C\u002Fg>\u003Cg style=\"stroke-width:1.2\">\u003Cpath fill=\"none\" d=\"M-40.084-5.944 8.93-57.681\"\u002F>\u003Cpath stroke=\"none\" d=\"m11.13-60.004-5.379 1.956 3.179.367.538 3.154\"\u002F>\u003Cg stroke=\"none\">\u003Cg transform=\"translate(63.393 -58.993)\">\u003Cpath d=\"M-55.121-5.944L-56.932-5.944L-56.932-6.423Q-56.185-6.423-56.093-6.502L-54.836-7.869L-56.220-9.464L-56.888-9.464L-56.888-9.939L-54.761-9.939L-54.761-9.464L-55.060-9.464L-54.238-8.519L-53.447-9.389Q-53.447-9.429-53.561-9.446Q-53.676-9.464-53.755-9.464L-53.755-9.939L-51.944-9.939L-51.944-9.464Q-52.691-9.464-52.783-9.381L-53.917-8.150L-52.414-6.423L-51.755-6.423L-51.755-5.944L-53.869-5.944L-53.869-6.423L-53.574-6.423L-54.510-7.491L-55.429-6.493Q-55.429-6.458-55.310-6.441Q-55.192-6.423-55.121-6.423\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.270\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(63.393 -58.993)\">\u003Cpath d=\"M-48.494-4.944L-51.104-4.944L-51.104-5.129Q-51.098-5.152-51.078-5.178L-49.927-6.233Q-49.587-6.544-49.407-6.730Q-49.226-6.916-49.081-7.176Q-48.936-7.437-48.936-7.733Q-48.936-8.006-49.062-8.221Q-49.188-8.436-49.408-8.556Q-49.628-8.676-49.903-8.676Q-50.079-8.676-50.249-8.619Q-50.419-8.562-50.551-8.455Q-50.682-8.348-50.762-8.190Q-50.674-8.190-50.596-8.146Q-50.518-8.102-50.474-8.026Q-50.431-7.950-50.431-7.853Q-50.431-7.713-50.527-7.616Q-50.624-7.519-50.767-7.519Q-50.905-7.519-51.005-7.619Q-51.104-7.718-51.104-7.853Q-51.104-8.178-50.914-8.426Q-50.723-8.673-50.420-8.804Q-50.117-8.934-49.801-8.934Q-49.420-8.934-49.077-8.799Q-48.734-8.665-48.520-8.392Q-48.306-8.120-48.306-7.733Q-48.306-7.458-48.431-7.231Q-48.556-7.004-48.736-6.832Q-48.916-6.661-49.241-6.421Q-49.566-6.180-49.651-6.113L-50.407-5.509L-49.874-5.509Q-49.385-5.509-49.054-5.517Q-48.722-5.524-48.708-5.539Q-48.649-5.609-48.617-5.744Q-48.585-5.879-48.553-6.090L-48.306-6.090\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.180\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003C\u002Fg>\u003Cg fill=\"var(--tk-accent)\" stroke=\"var(--tk-accent)\" style=\"stroke-width:.8\">\u003Cpath fill=\"none\" d=\"M-40.084-5.944H8.531\"\u002F>\u003Cpath stroke=\"none\" d=\"m11.13-5.944-4.16-2.08 1.56 2.08-1.56 2.08\"\u002F>\u003Cg transform=\"translate(65.328 7.733)\">\u003Cpath d=\"M-54.493-4.199L-56.804-4.199L-56.804-4.674L-56.194-4.674L-56.194-9.240Q-56.194-9.446-56.804-9.446L-56.804-9.921L-55.156-9.996L-55.156-9.578Q-54.554-9.996-53.746-9.996Q-53.135-9.996-52.645-9.745Q-52.155-9.495-51.878-9.027Q-51.601-8.559-51.601-7.944Q-51.601-7.443-51.784-7.056Q-51.966-6.669-52.282-6.416Q-52.599-6.164-53.025-6.027Q-53.451-5.891-53.935-5.891Q-54.598-5.891-55.104-6.278L-55.104-4.674L-54.493-4.674L-54.493-4.199M-55.104-9.042L-55.104-6.889Q-54.910-6.603-54.629-6.441Q-54.348-6.278-54.023-6.278Q-53.610-6.278-53.342-6.526Q-53.073-6.775-52.955-7.152Q-52.836-7.530-52.836-7.944Q-52.836-8.568-53.089-9.069Q-53.342-9.569-53.908-9.569Q-54.251-9.569-54.570-9.433Q-54.888-9.297-55.104-9.042\" fill=\"var(--tk-accent)\" stroke=\"var(--tk-accent)\" class=\"tikz-text\" style=\"stroke-width:0.270\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003Cg style=\"stroke-width:1.2\">\u003Cpath fill=\"none\" d=\"M11.13-5.944v-50.86\"\u002F>\u003Cpath stroke=\"none\" d=\"m11.13-60.004-2.56 5.12 2.56-1.92 2.56 1.92\"\u002F>\u003Cg stroke=\"none\">\u003Cg transform=\"translate(72.22 -25.53)\">\u003Cpath d=\"M-54.708-6.080L-56.321-9.464L-56.906-9.464L-56.906-9.939L-54.726-9.939L-54.726-9.464L-55.174-9.464L-54.049-7.104L-52.955-9.389Q-52.955-9.433-53.098-9.449Q-53.240-9.464-53.377-9.464L-53.377-9.939L-51.790-9.939L-51.790-9.464Q-52.340-9.464-52.414-9.389L-53.988-6.080Q-54.075-5.900-54.278-5.900L-54.418-5.900Q-54.620-5.900-54.708-6.080\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.270\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(72.22 -25.53)\">\u003Cpath d=\"M-48.494-4.944L-51.104-4.944L-51.104-5.129Q-51.098-5.152-51.078-5.178L-49.927-6.233Q-49.587-6.544-49.407-6.730Q-49.226-6.916-49.081-7.176Q-48.936-7.437-48.936-7.733Q-48.936-8.006-49.062-8.221Q-49.188-8.436-49.408-8.556Q-49.628-8.676-49.903-8.676Q-50.079-8.676-50.249-8.619Q-50.419-8.562-50.551-8.455Q-50.682-8.348-50.762-8.190Q-50.674-8.190-50.596-8.146Q-50.518-8.102-50.474-8.026Q-50.431-7.950-50.431-7.853Q-50.431-7.713-50.527-7.616Q-50.624-7.519-50.767-7.519Q-50.905-7.519-51.005-7.619Q-51.104-7.718-51.104-7.853Q-51.104-8.178-50.914-8.426Q-50.723-8.673-50.420-8.804Q-50.117-8.934-49.801-8.934Q-49.420-8.934-49.077-8.799Q-48.734-8.665-48.520-8.392Q-48.306-8.120-48.306-7.733Q-48.306-7.458-48.431-7.231Q-48.556-7.004-48.736-6.832Q-48.916-6.661-49.241-6.421Q-49.566-6.180-49.651-6.113L-50.407-5.509L-49.874-5.509Q-49.385-5.509-49.054-5.517Q-48.722-5.524-48.708-5.539Q-48.649-5.609-48.617-5.744Q-48.585-5.879-48.553-6.090L-48.306-6.090\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.180\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003C\u002Fg>\u003Cpath fill=\"none\" d=\"M11.13-12.204H4.872v6.26\"\u002F>\u003Cpath stroke=\"none\" d=\"M-38.484-5.944a1.6 1.6 0 1 0-3.2 0 1.6 1.6 0 0 0 3.2 0m-1.6 0\"\u002F>\u003C\u002Fg>\u003C\u002Fsvg>\u003Cfigcaption class=\"tikz-cap\">One Gram-Schmidt step in R^3: v2 is x2 minus its projection p onto the line through x1, leaving the part of x2 perpendicular to x1 while staying in the plane W.\u003C\u002Ffigcaption>","\u003Csvg style=\"width:100%;max-width:229.752px;height:auto\" xmlns=\"http:\u002F\u002Fwww.w3.org\u002F2000\u002Fsvg\" viewBox=\"-75 -75 172.314 97.591\">\u003Cg stroke=\"currentColor\" style=\"stroke-miterlimit:10;stroke-width:.4\">\u003Cpath fill=\"var(--tk-soft-accent)\" stroke=\"none\" d=\"M-68.537 18.921H70.882l22.762-39.834H-45.774Z\"\u002F>\u003Cpath fill=\"none\" stroke=\"var(--tk-accent)\" d=\"M-68.537 18.921H70.882l22.762-39.834H-45.774Z\" style=\"stroke-width:.8\"\u002F>\u003Cg fill=\"var(--tk-accent)\" stroke=\"var(--tk-accent)\">\u003Cg fill=\"var(--tk-accent)\" stroke=\"none\">\u003Cg transform=\"translate(137.236 9.688)\">\u003Cpath d=\"M-58.335 1.937L-58.806-3.802Q-58.858-3.983-59.390-3.983Q-59.496-3.983-59.496-4.101Q-59.496-4.299-59.333-4.299L-57.202-4.299Q-57.180-4.299-57.158-4.284Q-57.136-4.268-57.120-4.240Q-57.105-4.211-57.105-4.189Q-57.105-3.983-57.228-3.983Q-57.905-3.983-57.975-3.732L-57.606 0.803L-55.303-3.156L-55.356-3.802Q-55.413-3.983-55.940-3.983Q-56.050-3.983-56.050-4.101Q-56.050-4.185-56.011-4.242Q-55.971-4.299-55.888-4.299L-53.756-4.299Q-53.717-4.299-53.686-4.264Q-53.655-4.229-53.655-4.189Q-53.655-4.110-53.686-4.046Q-53.717-3.983-53.783-3.983Q-54.455-3.983-54.530-3.732L-54.161 0.803L-51.695-3.442Q-51.629-3.565-51.629-3.657Q-51.629-3.780-51.717-3.855Q-51.805-3.930-51.924-3.956Q-52.043-3.983-52.179-3.983Q-52.289-3.983-52.289-4.101Q-52.289-4.185-52.249-4.242Q-52.209-4.299-52.126-4.299L-50.417-4.299Q-50.377-4.299-50.346-4.259Q-50.315-4.220-50.315-4.189Q-50.315-4.119-50.351-4.051Q-50.386-3.983-50.443-3.983Q-51.054-3.983-51.414-3.380Q-51.432-3.363-51.440-3.345L-54.512 1.937Q-54.569 2.047-54.701 2.047L-54.763 2.047Q-54.802 2.047-54.846 2.016Q-54.890 1.985-54.890 1.937L-55.268-2.704L-57.958 1.937Q-58.032 2.047-58.147 2.047L-58.208 2.047Q-58.256 2.047-58.296 2.016Q-58.335 1.985-58.335 1.937\" fill=\"var(--tk-accent)\" stroke=\"var(--tk-accent)\" class=\"tikz-text\" style=\"stroke-width:0.270\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(137.236 9.688)\">\u003Cpath d=\"M-48.225 2.849L-50.835 2.849L-50.835 2.664Q-50.829 2.641-50.809 2.615L-49.658 1.560Q-49.318 1.249-49.138 1.063Q-48.957 0.877-48.812 0.617Q-48.667 0.356-48.667 0.060Q-48.667-0.213-48.793-0.428Q-48.919-0.643-49.139-0.763Q-49.359-0.883-49.634-0.883Q-49.810-0.883-49.980-0.826Q-50.150-0.769-50.282-0.662Q-50.413-0.555-50.493-0.397Q-50.405-0.397-50.327-0.353Q-50.249-0.309-50.205-0.233Q-50.162-0.157-50.162-0.060Q-50.162 0.080-50.258 0.177Q-50.355 0.274-50.498 0.274Q-50.636 0.274-50.736 0.174Q-50.835 0.075-50.835-0.060Q-50.835-0.385-50.645-0.633Q-50.454-0.880-50.151-1.011Q-49.848-1.141-49.532-1.141Q-49.151-1.141-48.808-1.006Q-48.465-0.872-48.251-0.599Q-48.037-0.327-48.037 0.060Q-48.037 0.335-48.162 0.562Q-48.287 0.789-48.467 0.961Q-48.647 1.132-48.972 1.372Q-49.297 1.613-49.382 1.680L-50.138 2.284L-49.605 2.284Q-49.116 2.284-48.785 2.276Q-48.453 2.269-48.439 2.254Q-48.380 2.184-48.348 2.049Q-48.316 1.914-48.284 1.703L-48.037 1.703\" fill=\"var(--tk-accent)\" stroke=\"var(--tk-accent)\" class=\"tikz-text\" style=\"stroke-width:0.180\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003C\u002Fg>\u003Cg fill=\"var(--tk-accent)\" stroke=\"var(--tk-accent)\" style=\"stroke-width:1.2\">\u003Cpath fill=\"none\" d=\"M-25.858 1.85H44.92\"\u002F>\u003Cpath stroke=\"none\" d=\"M48.12 1.85 43-.71l1.92 2.56L43 4.41\"\u002F>\u003Cg fill=\"var(--tk-accent)\" stroke=\"none\">\u003Cg transform=\"translate(112.053 1.5)\">\u003Cpath d=\"M-57.553 1.713L-59.166-1.671L-59.751-1.671L-59.751-2.146L-57.571-2.146L-57.571-1.671L-58.019-1.671L-56.894 0.689L-55.800-1.596Q-55.800-1.640-55.943-1.656Q-56.085-1.671-56.222-1.671L-56.222-2.146L-54.635-2.146L-54.635-1.671Q-55.185-1.671-55.259-1.596L-56.833 1.713Q-56.920 1.893-57.123 1.893L-57.263 1.893Q-57.465 1.893-57.553 1.713\" fill=\"var(--tk-accent)\" stroke=\"var(--tk-accent)\" class=\"tikz-text\" style=\"stroke-width:0.270\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(112.053 1.5)\">\u003Cpath d=\"M-51.339 2.849L-53.630 2.849L-53.630 2.591Q-52.754 2.591-52.754 2.418L-52.754-0.661Q-52.947-0.573-53.179-0.536Q-53.410-0.500-53.665-0.500L-53.665-0.757Q-53.287-0.757-52.966-0.842Q-52.646-0.927-52.417-1.141L-52.297-1.141Q-52.265-1.141-52.240-1.118Q-52.215-1.094-52.215-1.056L-52.215 2.418Q-52.215 2.591-51.339 2.591\" fill=\"var(--tk-accent)\" stroke=\"var(--tk-accent)\" class=\"tikz-text\" style=\"stroke-width:0.180\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003C\u002Fg>\u003Cg fill=\"var(--tk-accent)\" stroke=\"var(--tk-accent)\" style=\"stroke-width:1.2\">\u003Cpath fill=\"none\" d=\"m-25.858 1.85 20.05-12.531\"\u002F>\u003Cpath stroke=\"none\" d=\"m-3.095-12.377-5.699.543 2.985 1.153-.271 3.188\"\u002F>\u003Cg fill=\"var(--tk-accent)\" stroke=\"none\">\u003Cg transform=\"translate(60.838 -12.726)\">\u003Cpath d=\"M-57.553 1.713L-59.166-1.671L-59.751-1.671L-59.751-2.146L-57.571-2.146L-57.571-1.671L-58.019-1.671L-56.894 0.689L-55.800-1.596Q-55.800-1.640-55.943-1.656Q-56.085-1.671-56.222-1.671L-56.222-2.146L-54.635-2.146L-54.635-1.671Q-55.185-1.671-55.259-1.596L-56.833 1.713Q-56.920 1.893-57.123 1.893L-57.263 1.893Q-57.465 1.893-57.553 1.713\" fill=\"var(--tk-accent)\" stroke=\"var(--tk-accent)\" class=\"tikz-text\" style=\"stroke-width:0.270\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(60.838 -12.726)\">\u003Cpath d=\"M-51.339 2.849L-53.949 2.849L-53.949 2.664Q-53.943 2.641-53.923 2.615L-52.772 1.560Q-52.432 1.249-52.252 1.063Q-52.071 0.877-51.926 0.617Q-51.781 0.356-51.781 0.060Q-51.781-0.213-51.907-0.428Q-52.033-0.643-52.253-0.763Q-52.473-0.883-52.748-0.883Q-52.924-0.883-53.094-0.826Q-53.264-0.769-53.396-0.662Q-53.527-0.555-53.607-0.397Q-53.519-0.397-53.441-0.353Q-53.363-0.309-53.319-0.233Q-53.276-0.157-53.276-0.060Q-53.276 0.080-53.372 0.177Q-53.469 0.274-53.612 0.274Q-53.750 0.274-53.850 0.174Q-53.949 0.075-53.949-0.060Q-53.949-0.385-53.759-0.633Q-53.568-0.880-53.265-1.011Q-52.962-1.141-52.646-1.141Q-52.265-1.141-51.922-1.006Q-51.579-0.872-51.365-0.599Q-51.151-0.327-51.151 0.060Q-51.151 0.335-51.276 0.562Q-51.401 0.789-51.581 0.961Q-51.761 1.132-52.086 1.372Q-52.411 1.613-52.496 1.680L-53.252 2.284L-52.719 2.284Q-52.230 2.284-51.899 2.276Q-51.568 2.269-51.553 2.254Q-51.494 2.184-51.462 2.049Q-51.430 1.914-51.398 1.703L-51.151 1.703\" fill=\"var(--tk-accent)\" stroke=\"var(--tk-accent)\" class=\"tikz-text\" style=\"stroke-width:0.180\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003C\u002Fg>\u003Cg style=\"stroke-width:1.2\">\u003Cpath fill=\"none\" d=\"M-25.858 1.85v-65.087\"\u002F>\u003Cpath stroke=\"none\" d=\"m-25.858-66.437-2.56 5.12 2.56-1.92 2.56 1.92\"\u002F>\u003Cg stroke=\"none\">\u003Cg transform=\"translate(20.423 -66.786)\">\u003Cpath d=\"M-57.553 1.713L-59.166-1.671L-59.751-1.671L-59.751-2.146L-57.571-2.146L-57.571-1.671L-58.019-1.671L-56.894 0.689L-55.800-1.596Q-55.800-1.640-55.943-1.656Q-56.085-1.671-56.222-1.671L-56.222-2.146L-54.635-2.146L-54.635-1.671Q-55.185-1.671-55.259-1.596L-56.833 1.713Q-56.920 1.893-57.123 1.893L-57.263 1.893Q-57.465 1.893-57.553 1.713\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.270\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(20.423 -66.786)\">\u003Cpath d=\"M-53.607 2.398Q-53.311 2.735-52.581 2.735Q-52.323 2.735-52.143 2.607Q-51.963 2.480-51.875 2.272Q-51.787 2.064-51.787 1.806Q-51.787 1.411-51.994 1.140Q-52.200 0.869-52.587 0.869L-53.053 0.869Q-53.117 0.854-53.132 0.792L-53.132 0.725Q-53.117 0.669-53.053 0.652L-52.651 0.628Q-52.441 0.628-52.272 0.486Q-52.104 0.344-52.011 0.130Q-51.919-0.084-51.919-0.300Q-51.919-0.588-52.104-0.753Q-52.288-0.919-52.581-0.919Q-52.842-0.919-53.066-0.851Q-53.290-0.784-53.437-0.626Q-53.308-0.608-53.229-0.519Q-53.150-0.429-53.150-0.300Q-53.150-0.163-53.245-0.068Q-53.340 0.028-53.481 0.028Q-53.615 0.028-53.712-0.069Q-53.809-0.166-53.809-0.300Q-53.809-0.588-53.618-0.779Q-53.428-0.971-53.147-1.056Q-52.865-1.141-52.581-1.141Q-52.306-1.141-52.005-1.050Q-51.705-0.960-51.497-0.771Q-51.289-0.582-51.289-0.300Q-51.289 0.069-51.535 0.341Q-51.781 0.614-52.153 0.743Q-51.734 0.836-51.417 1.119Q-51.099 1.402-51.099 1.800Q-51.099 2.163-51.318 2.429Q-51.538 2.694-51.884 2.834Q-52.230 2.975-52.581 2.975Q-52.804 2.975-53.051 2.927Q-53.299 2.878-53.519 2.768Q-53.738 2.659-53.870 2.480Q-54.002 2.301-54.002 2.046Q-54.002 1.897-53.900 1.794Q-53.797 1.692-53.648 1.692Q-53.498 1.692-53.396 1.794Q-53.293 1.897-53.293 2.046Q-53.293 2.178-53.382 2.279Q-53.472 2.380-53.607 2.398\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.180\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003C\u002Fg>\u003Cpath fill=\"none\" d=\"M-25.858-6.117h7.114v7.966\"\u002F>\u003Cpath stroke=\"none\" d=\"M-24.258 1.85a1.6 1.6 0 1 0-3.2 0 1.6 1.6 0 0 0 3.2 0m-1.6 0\"\u002F>\u003C\u002Fg>\u003C\u002Fsvg>\u003Cfigcaption class=\"tikz-cap\">Gram-Schmidt builds a nested chain of subspaces: v1 spans a line, v2 completes the plane W2, and v3 rises out of it, each new vector orthogonal to every one already built.\u003C\u002Ffigcaption>","\u003Csvg style=\"width:100%;max-width:261.000px;height:auto\" xmlns=\"http:\u002F\u002Fwww.w3.org\u002F2000\u002Fsvg\" viewBox=\"-75 -75 195.750 127.314\">\u003Cg stroke=\"currentColor\" style=\"stroke-miterlimit:10;stroke-width:.4\">\u003Cpath fill=\"none\" d=\"M-68.537 30.38v-85.358h42.68V30.38Zm42.68-85.358\" style=\"stroke-width:.8\"\u002F>\u003Cg transform=\"translate(17.872 14.456)\">\u003Cpath d=\"M-66.375 30.380L-68.106 30.380Q-68.203 30.380-68.203 30.261Q-68.203 30.204-68.172 30.134Q-68.141 30.064-68.080 30.064Q-67.390 30.064-66.990 29.453Q-66.990 29.453-66.964 29.426L-63.694 24.043Q-63.633 23.938-63.505 23.938L-63.417 23.938Q-63.294 23.938-63.281 24.043L-62.653 29.875Q-62.609 29.993-62.418 30.028Q-62.226 30.064-61.967 30.064Q-61.923 30.064-61.890 30.101Q-61.857 30.138-61.857 30.173Q-61.857 30.380-62.020 30.380L-64.252 30.380Q-64.292 30.380-64.323 30.340Q-64.353 30.301-64.353 30.261Q-64.353 30.200-64.318 30.132Q-64.283 30.064-64.226 30.064Q-63.949 30.064-63.740 30.020Q-63.532 29.976-63.488 29.822L-63.650 28.337L-65.971 28.337L-66.691 29.532Q-66.775 29.655-66.775 29.778Q-66.775 29.936-66.634 30Q-66.494 30.064-66.313 30.064Q-66.269 30.064-66.243 30.097Q-66.217 30.130-66.217 30.173Q-66.217 30.380-66.375 30.380M-64.002 25.098L-65.773 28.020L-63.685 28.020\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.270\"\u002F>\u003C\u002Fg>\u003Cg stroke=\"none\" font-size=\"9\">\u003Cg transform=\"translate(6.51 -40.43)\">\u003Cpath d=\"M-67.799 30.209Q-67.799 30.156-67.790 30.121L-67.122 27.453Q-67.069 27.255-67.069 27.058Q-67.069 26.662-67.333 26.662Q-67.619 26.662-67.753 26.985Q-67.887 27.308-68.005 27.814Q-68.023 27.897-68.098 27.897L-68.203 27.897Q-68.251 27.897-68.273 27.858Q-68.295 27.818-68.295 27.778Q-68.133 27.159-67.933 26.781Q-67.733 26.403-67.311 26.403Q-67.091 26.403-66.887 26.497Q-66.683 26.592-66.553 26.765Q-66.423 26.939-66.423 27.159Q-66.146 26.807-65.784 26.605Q-65.421 26.403-65.008 26.403Q-64.582 26.403-64.255 26.623Q-63.927 26.842-63.927 27.247Q-63.747 27.001-63.516 26.809Q-63.286 26.618-63.015 26.511Q-62.745 26.403-62.446 26.403Q-61.950 26.403-61.653 26.656Q-61.356 26.908-61.356 27.392Q-61.356 27.765-61.517 28.260Q-61.677 28.754-61.932 29.426Q-62.046 29.721-62.046 29.949Q-62.046 30.217-61.857 30.217Q-61.506 30.217-61.264 29.848Q-61.022 29.479-60.921 29.066Q-60.912 29.035-60.888 29.011Q-60.864 28.987-60.833 28.987L-60.724 28.987Q-60.680 28.987-60.658 29.020Q-60.636 29.053-60.636 29.101Q-60.763 29.624-61.086 30.053Q-61.409 30.481-61.866 30.481Q-62.200 30.481-62.435 30.268Q-62.670 30.055-62.670 29.721Q-62.670 29.536-62.604 29.391Q-62.345 28.728-62.174 28.187Q-62.002 27.647-62.002 27.255Q-62.002 27.001-62.112 26.831Q-62.222 26.662-62.464 26.662Q-62.960 26.662-63.329 26.976Q-63.699 27.291-63.967 27.805Q-63.971 27.822-63.973 27.838Q-63.975 27.853-63.984 27.880L-64.551 30.156Q-64.586 30.297-64.698 30.389Q-64.810 30.481-64.947 30.481Q-65.074 30.481-65.153 30.406Q-65.232 30.332-65.232 30.209Q-65.232 30.156-65.224 30.121L-64.657 27.840Q-64.569 27.444-64.569 27.255Q-64.569 27.102-64.610 26.965Q-64.652 26.829-64.753 26.746Q-64.854 26.662-65.026 26.662Q-65.522 26.662-65.891 26.974Q-66.261 27.286-66.529 27.796L-67.113 30.156Q-67.144 30.292-67.260 30.387Q-67.377 30.481-67.513 30.481Q-67.632 30.481-67.715 30.406Q-67.799 30.332-67.799 30.209\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.270\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(6.51 -40.43)\">\u003Cpath d=\"M-56.069 30.380L-56.359 30.380L-56.359 25.054Q-56.359 24.812-56.429 24.704Q-56.500 24.597-56.634 24.573Q-56.768 24.548-57.054 24.548L-57.054 24.232L-55.682 24.135L-55.682 26.935Q-55.436 26.684-55.102 26.544Q-54.768 26.403-54.417 26.403Q-54.017 26.403-53.654 26.566Q-53.292 26.728-53.035 27.007Q-52.778 27.286-52.628 27.664Q-52.479 28.042-52.479 28.438Q-52.479 29-52.756 29.466Q-53.033 29.932-53.507 30.206Q-53.982 30.481-54.531 30.481Q-54.896 30.481-55.217 30.312Q-55.537 30.143-55.757 29.848L-56.069 30.380M-55.656 27.348L-55.656 29.479Q-55.498 29.813-55.214 30.015Q-54.931 30.217-54.588 30.217Q-53.898 30.217-53.595 29.697Q-53.292 29.176-53.292 28.438Q-53.292 27.713-53.558 27.187Q-53.824 26.662-54.487 26.662Q-54.847 26.662-55.162 26.847Q-55.476 27.031-55.656 27.348\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.270\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(6.51 -40.43)\">\u003Cpath d=\"M-51.745 31.857Q-51.578 31.962-51.398 31.962Q-51.073 31.962-50.836 31.718Q-50.598 31.474-50.449 31.127L-50.146 30.380L-51.512 27.115Q-51.605 26.917-51.767 26.867Q-51.930 26.816-52.233 26.816L-52.233 26.500L-50.308 26.500L-50.308 26.816Q-50.800 26.816-50.800 27.031Q-50.800 27.053-50.783 27.115L-49.776 29.505L-48.876 27.365Q-48.840 27.282-48.840 27.176Q-48.840 27.014-48.961 26.915Q-49.082 26.816-49.245 26.816L-49.245 26.500L-47.742 26.500L-47.742 26.816Q-48.027 26.816-48.241 26.959Q-48.454 27.102-48.559 27.365L-50.146 31.127Q-50.335 31.580-50.649 31.903Q-50.963 32.226-51.398 32.226Q-51.723 32.226-51.983 32.006Q-52.242 31.786-52.242 31.461Q-52.242 31.294-52.123 31.180Q-52.005 31.066-51.838 31.066Q-51.723 31.066-51.633 31.116Q-51.543 31.167-51.493 31.255Q-51.442 31.342-51.442 31.461Q-51.442 31.606-51.523 31.716Q-51.605 31.826-51.745 31.857\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.270\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(6.51 -40.43)\">\u003Cpath d=\"M-43.719 30.209Q-43.719 30.156-43.710 30.121L-43.042 27.453Q-42.989 27.255-42.989 27.058Q-42.989 26.662-43.253 26.662Q-43.539 26.662-43.673 26.985Q-43.807 27.308-43.925 27.814Q-43.943 27.897-44.018 27.897L-44.123 27.897Q-44.171 27.897-44.193 27.858Q-44.215 27.818-44.215 27.778Q-44.053 27.159-43.853 26.781Q-43.653 26.403-43.231 26.403Q-43.011 26.403-42.807 26.497Q-42.603 26.592-42.473 26.765Q-42.343 26.939-42.343 27.159Q-42.066 26.807-41.704 26.605Q-41.341 26.403-40.928 26.403Q-40.432 26.403-40.135 26.656Q-39.838 26.908-39.838 27.392Q-39.838 27.765-39.999 28.260Q-40.159 28.754-40.414 29.426Q-40.533 29.712-40.533 29.949Q-40.533 30.217-40.344 30.217Q-40.102 30.217-39.906 30.031Q-39.711 29.844-39.590 29.578Q-39.469 29.312-39.408 29.066Q-39.399 29.035-39.375 29.011Q-39.351 28.987-39.320 28.987L-39.210 28.987Q-39.166 28.987-39.144 29.020Q-39.122 29.053-39.122 29.101Q-39.254 29.633-39.572 30.057Q-39.891 30.481-40.353 30.481Q-40.682 30.481-40.917 30.268Q-41.152 30.055-41.152 29.721Q-41.152 29.541-41.091 29.391Q-40.832 28.728-40.660 28.187Q-40.489 27.647-40.489 27.255Q-40.489 27.102-40.530 26.965Q-40.572 26.829-40.673 26.746Q-40.774 26.662-40.946 26.662Q-41.442 26.662-41.811 26.974Q-42.181 27.286-42.449 27.796L-43.033 30.156Q-43.064 30.292-43.180 30.387Q-43.297 30.481-43.433 30.481Q-43.552 30.481-43.635 30.406Q-43.719 30.332-43.719 30.209\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.270\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003Cg transform=\"translate(54.731 -41.004)\">\u003Cpath d=\"M-62.037 29.237L-67.843 29.237Q-67.922 29.224-67.972 29.174Q-68.023 29.123-68.023 29.048Q-68.023 28.899-67.843 28.851L-62.037 28.851Q-61.866 28.903-61.866 29.048Q-61.866 29.202-62.037 29.237M-62.037 27.409L-67.843 27.409Q-68.023 27.379-68.023 27.220Q-68.023 27.071-67.843 27.023L-62.037 27.023Q-61.866 27.075-61.866 27.220Q-61.866 27.374-62.037 27.409\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.270\"\u002F>\u003C\u002Fg>\u003Cpath fill=\"none\" stroke=\"var(--tk-accent)\" d=\"M5.44 30.38v-85.358h42.68V30.38Zm42.68-85.358\" style=\"stroke-width:.8\"\u002F>\u003Cpath fill=\"none\" stroke=\"var(--tk-soft-accent)\" d=\"M16.822 30.38v-85.358M28.202 30.38v-85.358M38.161 30.38v-85.358\"\u002F>\u003Cg transform=\"translate(91.67 13.58)\">\u003Cpath d=\"M-65.711 30.578Q-66.221 30.578-66.661 30.402Q-67.100 30.226-67.423 29.897Q-67.746 29.567-67.917 29.119Q-68.089 28.671-68.089 28.165Q-68.089 27.418-67.757 26.673Q-67.425 25.928-66.854 25.331Q-66.283 24.733-65.555 24.384Q-64.828 24.034-64.081 24.034Q-63.562 24.034-63.123 24.214Q-62.683 24.395-62.369 24.726Q-62.055 25.058-61.886 25.500Q-61.717 25.942-61.717 26.473Q-61.717 27.097-61.928 27.693Q-62.139 28.288-62.508 28.791Q-62.877 29.295-63.387 29.697Q-63.896 30.099-64.459 30.327Q-64.411 30.613-64.360 30.778Q-64.309 30.942-64.180 31.070Q-64.050 31.197-63.822 31.197Q-63.466 31.197-63.154 30.942Q-62.842 30.688-62.749 30.345Q-62.732 30.261-62.644 30.261Q-62.596 30.261-62.565 30.297Q-62.534 30.332-62.534 30.380L-62.534 30.415Q-62.697 31.061-63.090 31.593Q-63.483 32.125-64.063 32.125Q-64.846 32.125-64.846 31.083Q-64.846 31.017-64.839 30.890Q-64.832 30.762-64.826 30.635Q-64.819 30.507-64.819 30.442Q-65.259 30.578-65.711 30.578M-66.054 29.949Q-66.054 30.292-65.641 30.292Q-65.245 30.292-64.802 30.112Q-64.802 29.721-64.912 29.501Q-65.021 29.281-65.360 29.281Q-65.619 29.281-65.837 29.486Q-66.054 29.690-66.054 29.949M-66.296 30.090L-66.305 30.072Q-66.313 30.037-66.313 29.958Q-66.313 29.716-66.175 29.499Q-66.037 29.281-65.812 29.152Q-65.588 29.022-65.351 29.022Q-64.960 29.022-64.777 29.279Q-64.595 29.536-64.516 29.967Q-63.932 29.633-63.485 29.013Q-63.039 28.394-62.804 27.649Q-62.569 26.904-62.569 26.205Q-62.569 25.700-62.745 25.269Q-62.921 24.838-63.277 24.581Q-63.633 24.324-64.156 24.324Q-64.832 24.324-65.406 24.713Q-65.979 25.102-66.386 25.731Q-66.792 26.359-67.012 27.078Q-67.232 27.796-67.232 28.429Q-67.232 29.005-66.997 29.481Q-66.762 29.958-66.278 30.165Q-66.296 30.112-66.296 30.090\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.270\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(70.373 -39.554)\">\u003Cpath d=\"M-68.278 28.473Q-68.278 27.906-68.005 27.418Q-67.733 26.930-67.263 26.638Q-66.792 26.346-66.225 26.346Q-65.804 26.346-65.428 26.515Q-65.052 26.684-64.775 26.976Q-64.498 27.269-64.340 27.664Q-64.182 28.060-64.182 28.473Q-64.182 29.022-64.461 29.484Q-64.740 29.945-65.208 30.213Q-65.676 30.481-66.225 30.481Q-66.779 30.481-67.249 30.213Q-67.720 29.945-67.999 29.484Q-68.278 29.022-68.278 28.473M-66.225 30.191Q-65.729 30.191-65.452 29.930Q-65.175 29.668-65.083 29.264Q-64.991 28.859-64.991 28.363Q-64.991 27.888-65.089 27.499Q-65.188 27.110-65.461 26.860Q-65.733 26.609-66.225 26.609Q-66.937 26.609-67.201 27.104Q-67.465 27.598-67.465 28.363Q-67.465 29.163-67.210 29.677Q-66.955 30.191-66.225 30.191M-61.435 30.380L-63.668 30.380L-63.668 30.064Q-63.356 30.064-63.165 30.011Q-62.974 29.958-62.974 29.769L-62.974 27.321Q-62.974 27.080-63.044 26.972Q-63.114 26.864-63.248 26.840Q-63.382 26.816-63.668 26.816L-63.668 26.500L-62.354 26.403L-62.354 27.264Q-62.191 26.873-61.923 26.638Q-61.655 26.403-61.264 26.403Q-60.992 26.403-60.776 26.566Q-60.561 26.728-60.561 26.987Q-60.561 27.163-60.680 27.282Q-60.798 27.401-60.974 27.401Q-61.154 27.401-61.273 27.282Q-61.391 27.163-61.391 26.987Q-61.391 26.772-61.238 26.662L-61.255 26.662Q-61.633 26.662-61.866 26.924Q-62.099 27.185-62.198 27.572Q-62.297 27.959-62.297 28.319L-62.297 29.769Q-62.297 29.958-62.040 30.011Q-61.783 30.064-61.435 30.064L-61.435 30.380M-59.366 29.308L-59.366 26.816L-60.130 26.816L-60.130 26.557Q-59.726 26.557-59.460 26.291Q-59.194 26.025-59.073 25.625Q-58.953 25.225-58.953 24.843L-58.662 24.843L-58.662 26.500L-57.375 26.500L-57.375 26.816L-58.662 26.816L-58.662 29.273Q-58.662 29.642-58.537 29.916Q-58.412 30.191-58.087 30.191Q-57.788 30.191-57.650 29.897Q-57.511 29.602-57.511 29.273L-57.511 28.750L-57.225 28.750L-57.225 29.308Q-57.225 29.585-57.335 29.857Q-57.445 30.130-57.658 30.305Q-57.871 30.481-58.153 30.481Q-58.513 30.481-58.786 30.343Q-59.058 30.204-59.212 29.941Q-59.366 29.677-59.366 29.308M-54.325 30.380L-56.412 30.380L-56.412 30.064Q-56.105 30.064-55.914 30.011Q-55.723 29.958-55.723 29.769L-55.723 25.054Q-55.723 24.812-55.793 24.704Q-55.863 24.597-55.997 24.573Q-56.131 24.548-56.412 24.548L-56.412 24.232L-55.046 24.135L-55.046 27.185Q-54.848 26.829-54.494 26.616Q-54.141 26.403-53.741 26.403Q-52.462 26.403-52.462 27.616L-52.462 29.769Q-52.462 29.958-52.271 30.011Q-52.079 30.064-51.772 30.064L-51.772 30.380L-53.859 30.380L-53.859 30.064Q-53.547 30.064-53.356 30.011Q-53.165 29.958-53.165 29.769L-53.165 27.651Q-53.165 27.392-53.209 27.170Q-53.253 26.948-53.398 26.805Q-53.543 26.662-53.802 26.662Q-54.145 26.662-54.426 26.851Q-54.707 27.040-54.863 27.352Q-55.019 27.664-55.019 28.011L-55.019 29.769Q-55.019 29.958-54.826 30.011Q-54.633 30.064-54.325 30.064L-54.325 30.380M-51.315 28.473Q-51.315 27.906-51.042 27.418Q-50.770 26.930-50.300 26.638Q-49.829 26.346-49.263 26.346Q-48.841 26.346-48.465 26.515Q-48.089 26.684-47.812 26.976Q-47.536 27.269-47.377 27.664Q-47.219 28.060-47.219 28.473Q-47.219 29.022-47.498 29.484Q-47.777 29.945-48.245 30.213Q-48.713 30.481-49.263 30.481Q-49.816 30.481-50.287 30.213Q-50.757 29.945-51.036 29.484Q-51.315 29.022-51.315 28.473M-49.263 30.191Q-48.766 30.191-48.489 29.930Q-48.212 29.668-48.120 29.264Q-48.028 28.859-48.028 28.363Q-48.028 27.888-48.127 27.499Q-48.225 27.110-48.498 26.860Q-48.770 26.609-49.263 26.609Q-49.975 26.609-50.238 27.104Q-50.502 27.598-50.502 28.363Q-50.502 29.163-50.247 29.677Q-49.992 30.191-49.263 30.191M-44.569 30.380L-46.657 30.380L-46.657 30.064Q-46.349 30.064-46.158 30.011Q-45.967 29.958-45.967 29.769L-45.967 27.321Q-45.967 27.080-46.037 26.972Q-46.107 26.864-46.241 26.840Q-46.375 26.816-46.657 26.816L-46.657 26.500L-45.316 26.403L-45.316 27.238Q-45.119 26.856-44.765 26.629Q-44.411 26.403-43.985 26.403Q-42.706 26.403-42.706 27.616L-42.706 29.769Q-42.706 29.958-42.515 30.011Q-42.324 30.064-42.016 30.064L-42.016 30.380L-44.103 30.380L-44.103 30.064Q-43.791 30.064-43.600 30.011Q-43.409 29.958-43.409 29.769L-43.409 27.651Q-43.409 27.392-43.453 27.170Q-43.497 26.948-43.642 26.805Q-43.787 26.662-44.046 26.662Q-44.389 26.662-44.670 26.851Q-44.952 27.040-45.108 27.352Q-45.264 27.664-45.264 28.011L-45.264 29.769Q-45.264 29.958-45.070 30.011Q-44.877 30.064-44.569 30.064L-44.569 30.380M-41.559 28.473Q-41.559 27.906-41.287 27.418Q-41.014 26.930-40.544 26.638Q-40.074 26.346-39.507 26.346Q-39.085 26.346-38.709 26.515Q-38.333 26.684-38.057 26.976Q-37.780 27.269-37.621 27.664Q-37.463 28.060-37.463 28.473Q-37.463 29.022-37.742 29.484Q-38.021 29.945-38.489 30.213Q-38.957 30.481-39.507 30.481Q-40.060 30.481-40.531 30.213Q-41.001 29.945-41.280 29.484Q-41.559 29.022-41.559 28.473M-39.507 30.191Q-39.010 30.191-38.733 29.930Q-38.456 29.668-38.364 29.264Q-38.272 28.859-38.272 28.363Q-38.272 27.888-38.371 27.499Q-38.470 27.110-38.742 26.860Q-39.015 26.609-39.507 26.609Q-40.219 26.609-40.482 27.104Q-40.746 27.598-40.746 28.363Q-40.746 29.163-40.491 29.677Q-40.236 30.191-39.507 30.191M-34.717 30.380L-36.949 30.380L-36.949 30.064Q-36.637 30.064-36.446 30.011Q-36.255 29.958-36.255 29.769L-36.255 27.321Q-36.255 27.080-36.325 26.972Q-36.395 26.864-36.529 26.840Q-36.663 26.816-36.949 26.816L-36.949 26.500L-35.635 26.403L-35.635 27.264Q-35.473 26.873-35.204 26.638Q-34.936 26.403-34.545 26.403Q-34.273 26.403-34.058 26.566Q-33.842 26.728-33.842 26.987Q-33.842 27.163-33.961 27.282Q-34.079 27.401-34.255 27.401Q-34.435 27.401-34.554 27.282Q-34.673 27.163-34.673 26.987Q-34.673 26.772-34.519 26.662L-34.537 26.662Q-34.914 26.662-35.147 26.924Q-35.380 27.185-35.479 27.572Q-35.578 27.959-35.578 28.319L-35.578 29.769Q-35.578 29.958-35.321 30.011Q-35.064 30.064-34.717 30.064L-34.717 30.380M-31.197 30.380L-33.284 30.380L-33.284 30.064Q-32.976 30.064-32.785 30.011Q-32.594 29.958-32.594 29.769L-32.594 27.321Q-32.594 27.080-32.664 26.972Q-32.735 26.864-32.869 26.840Q-33.003 26.816-33.284 26.816L-33.284 26.500L-31.944 26.403L-31.944 27.238Q-31.746 26.860-31.386 26.631Q-31.025 26.403-30.603 26.403Q-29.558 26.403-29.373 27.212Q-29.171 26.842-28.813 26.623Q-28.454 26.403-28.037 26.403Q-27.413 26.403-27.088 26.697Q-26.763 26.992-26.763 27.616L-26.763 29.769Q-26.763 29.958-26.569 30.011Q-26.376 30.064-26.068 30.064L-26.068 30.380L-28.156 30.380L-28.156 30.064Q-27.848 30.064-27.655 30.011Q-27.461 29.958-27.461 29.769L-27.461 27.651Q-27.461 27.220-27.589 26.941Q-27.716 26.662-28.103 26.662Q-28.446 26.662-28.729 26.851Q-29.013 27.040-29.169 27.352Q-29.325 27.664-29.325 28.011L-29.325 29.769Q-29.325 29.958-29.133 30.011Q-28.942 30.064-28.635 30.064L-28.635 30.380L-30.722 30.380L-30.722 30.064Q-30.410 30.064-30.219 30.011Q-30.028 29.958-30.028 29.769L-30.028 27.651Q-30.028 27.392-30.072 27.170Q-30.116 26.948-30.261 26.805Q-30.406 26.662-30.665 26.662Q-31.201 26.662-31.546 27.069Q-31.891 27.475-31.891 28.011L-31.891 29.769Q-31.891 29.958-31.698 30.011Q-31.504 30.064-31.197 30.064L-31.197 30.380M-25.510 29.470Q-25.510 28.930-25.077 28.596Q-24.644 28.262-24.038 28.123Q-23.432 27.985-22.900 27.985L-22.900 27.651Q-22.900 27.392-23.018 27.148Q-23.137 26.904-23.346 26.757Q-23.555 26.609-23.827 26.609Q-24.390 26.609-24.702 26.807Q-24.552 26.834-24.460 26.952Q-24.368 27.071-24.368 27.229Q-24.368 27.405-24.493 27.535Q-24.618 27.664-24.798 27.664Q-24.987 27.664-25.115 27.537Q-25.242 27.409-25.242 27.229Q-25.242 26.759-24.803 26.552Q-24.363 26.346-23.827 26.346Q-23.537 26.346-23.249 26.434Q-22.961 26.522-22.728 26.682Q-22.495 26.842-22.346 27.082Q-22.197 27.321-22.197 27.616L-22.197 29.651Q-22.197 29.804-22.122 29.943Q-22.047 30.081-21.902 30.081Q-21.748 30.081-21.676 29.945Q-21.603 29.809-21.603 29.651L-21.603 29.075L-21.318 29.075L-21.318 29.651Q-21.318 29.984-21.566 30.209Q-21.814 30.433-22.144 30.433Q-22.403 30.433-22.586 30.239Q-22.768 30.046-22.812 29.769Q-22.979 30.090-23.313 30.286Q-23.647 30.481-24.016 30.481Q-24.570 30.481-25.040 30.233Q-25.510 29.984-25.510 29.470M-24.754 29.470Q-24.754 29.782-24.513 30Q-24.271 30.217-23.954 30.217Q-23.519 30.217-23.210 29.908Q-22.900 29.598-22.900 29.167L-22.900 28.240Q-23.317 28.240-23.744 28.367Q-24.170 28.495-24.462 28.772Q-24.754 29.048-24.754 29.470M-18.892 30.380L-20.953 30.380L-20.953 30.064Q-20.645 30.064-20.454 30.011Q-20.263 29.958-20.263 29.769L-20.263 25.054Q-20.263 24.812-20.333 24.704Q-20.404 24.597-20.538 24.573Q-20.672 24.548-20.953 24.548L-20.953 24.232L-19.586 24.135L-19.586 29.769Q-19.586 29.958-19.393 30.011Q-19.200 30.064-18.892 30.064\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.270\"\u002F>\u003C\u002Fg>\u003Cpath fill=\"none\" d=\"M59.5-12.3v-42.678h42.68V-12.3Zm42.68-42.678\" style=\"stroke-width:.8\"\u002F>\u003Cpath fill=\"var(--tk-soft-accent)\" stroke=\"none\" d=\"M59.5-12.3h42.68v-42.678Z\"\u002F>\u003Cpath fill=\"none\" d=\"M59.5-54.978 102.18-12.3\"\u002F>\u003Cg transform=\"translate(145.846 14.456)\">\u003Cpath d=\"M-65.676 30.380L-68.049 30.380Q-68.089 30.380-68.120 30.340Q-68.150 30.301-68.150 30.261Q-68.150 30.200-68.117 30.132Q-68.084 30.064-68.023 30.064Q-67.522 30.064-67.293 30.011Q-67.175 29.967-67.096 29.734L-65.874 24.817Q-65.856 24.729-65.856 24.685Q-65.856 24.619-65.883 24.601Q-66.054 24.548-66.586 24.548Q-66.691 24.548-66.691 24.430Q-66.691 24.368-66.658 24.300Q-66.625 24.232-66.564 24.232L-63.795 24.232Q-63.343 24.232-62.866 24.373Q-62.389 24.513-62.062 24.814Q-61.734 25.115-61.734 25.590Q-61.734 26.236-62.336 26.693Q-62.938 27.150-63.668 27.330Q-63.321 27.458-63.099 27.732Q-62.877 28.007-62.877 28.372Q-62.877 28.455-62.886 28.499L-62.956 29.290Q-62.991 29.651-62.991 29.796Q-62.991 30.042-62.921 30.180Q-62.850 30.318-62.622 30.318Q-62.345 30.318-62.132 30.064Q-61.919 29.809-61.840 29.497Q-61.822 29.418-61.743 29.418L-61.660 29.418Q-61.616 29.418-61.585 29.448Q-61.554 29.479-61.554 29.523Q-61.554 29.532-61.563 29.563Q-61.660 29.963-61.956 30.270Q-62.253 30.578-62.635 30.578Q-62.982 30.578-63.272 30.479Q-63.562 30.380-63.745 30.158Q-63.927 29.936-63.927 29.598Q-63.927 29.444-63.883 29.246L-63.685 28.464Q-63.659 28.341-63.659 28.231Q-63.659 27.853-63.927 27.644Q-64.195 27.436-64.578 27.436L-65.738 27.436L-66.322 29.796Q-66.340 29.839-66.340 29.932Q-66.340 29.993-66.313 30.011Q-66.142 30.064-65.610 30.064Q-65.566 30.064-65.540 30.097Q-65.514 30.130-65.514 30.173Q-65.514 30.380-65.676 30.380M-65.100 24.882L-65.676 27.176L-64.648 27.176Q-63.817 27.176-63.290 26.825Q-62.987 26.618-62.811 26.221Q-62.635 25.823-62.635 25.423Q-62.635 24.548-63.993 24.548L-64.630 24.548Q-64.890 24.548-64.964 24.595Q-65.039 24.641-65.100 24.882\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.270\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(155.6 -46.039)\">\u003Cpath d=\"M-66.225 30.578Q-67.350 30.578-67.764 29.681Q-68.177 28.785-68.177 27.510Q-68.177 26.737-68.027 26.038Q-67.878 25.339-67.443 24.863Q-67.008 24.386-66.225 24.386Q-65.448 24.386-65.013 24.865Q-64.578 25.344-64.428 26.040Q-64.279 26.737-64.279 27.510Q-64.279 28.789-64.692 29.683Q-65.105 30.578-66.225 30.578M-66.225 30.318Q-65.707 30.318-65.456 29.807Q-65.206 29.295-65.149 28.684Q-65.092 28.073-65.092 27.365Q-65.092 26.680-65.149 26.120Q-65.206 25.559-65.459 25.102Q-65.711 24.645-66.225 24.645Q-66.630 24.645-66.867 24.922Q-67.104 25.199-67.212 25.640Q-67.320 26.082-67.344 26.475Q-67.368 26.869-67.368 27.365Q-67.368 27.871-67.344 28.299Q-67.320 28.728-67.212 29.211Q-67.104 29.694-66.865 30.006Q-66.625 30.318-66.225 30.318\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.270\"\u002F>\u003C\u002Fg>\u003Cg stroke=\"none\" font-family=\"cmr9\" font-size=\"9\">\u003Cg transform=\"translate(116.07 -93.067)\">\u003Cpath d=\"M-67.548 29.308L-67.548 27.321Q-67.548 27.080-67.619 26.972Q-67.689 26.864-67.823 26.840Q-67.957 26.816-68.238 26.816L-68.238 26.500L-66.845 26.403L-66.845 29.273Q-66.845 29.651-66.799 29.837Q-66.753 30.024-66.581 30.121Q-66.410 30.217-66.054 30.217Q-65.720 30.217-65.481 30.026Q-65.241 29.835-65.116 29.532Q-64.991 29.229-64.991 28.912L-64.991 27.321Q-64.991 27.080-65.061 26.972Q-65.131 26.864-65.265 26.840Q-65.399 26.816-65.685 26.816L-65.685 26.500L-64.287 26.403L-64.287 29.563Q-64.287 29.800-64.217 29.908Q-64.147 30.015-64.013 30.039Q-63.879 30.064-63.598 30.064L-63.598 30.380L-64.964 30.481L-64.964 29.760Q-65.131 30.086-65.437 30.283Q-65.742 30.481-66.098 30.481Q-66.757 30.481-67.153 30.211Q-67.548 29.941-67.548 29.308M-61.062 32.125L-63.149 32.125L-63.149 31.813Q-62.837 31.813-62.646 31.762Q-62.455 31.712-62.455 31.514L-62.455 27.176Q-62.455 26.935-62.629 26.875Q-62.802 26.816-63.149 26.816L-63.149 26.500L-61.778 26.403L-61.778 26.943Q-61.519 26.675-61.185 26.539Q-60.851 26.403-60.482 26.403Q-60.082 26.403-59.726 26.570Q-59.370 26.737-59.115 27.018Q-58.860 27.299-58.717 27.664Q-58.575 28.029-58.575 28.438Q-58.575 29-58.851 29.466Q-59.128 29.932-59.603 30.206Q-60.078 30.481-60.627 30.481Q-60.939 30.481-61.229 30.347Q-61.519 30.213-61.752 29.967L-61.752 31.514Q-61.752 31.712-61.561 31.762Q-61.370 31.813-61.062 31.813L-61.062 32.125M-61.752 27.357L-61.752 29.488Q-61.594 29.813-61.310 30.015Q-61.027 30.217-60.684 30.217Q-60.271 30.217-59.976 29.941Q-59.682 29.664-59.535 29.246Q-59.388 28.829-59.388 28.438Q-59.388 28.060-59.522 27.651Q-59.656 27.242-59.930 26.965Q-60.205 26.689-60.583 26.689Q-60.825 26.689-61.040 26.765Q-61.255 26.842-61.446 27.003Q-61.638 27.163-61.752 27.357M-55.925 32.125L-58.012 32.125L-58.012 31.813Q-57.700 31.813-57.509 31.762Q-57.318 31.712-57.318 31.514L-57.318 27.176Q-57.318 26.935-57.491 26.875Q-57.665 26.816-58.012 26.816L-58.012 26.500L-56.641 26.403L-56.641 26.943Q-56.382 26.675-56.048 26.539Q-55.714 26.403-55.345 26.403Q-54.945 26.403-54.589 26.570Q-54.233 26.737-53.978 27.018Q-53.723 27.299-53.580 27.664Q-53.437 28.029-53.437 28.438Q-53.437 29-53.714 29.466Q-53.991 29.932-54.466 30.206Q-54.940 30.481-55.490 30.481Q-55.802 30.481-56.092 30.347Q-56.382 30.213-56.615 29.967L-56.615 31.514Q-56.615 31.712-56.423 31.762Q-56.232 31.813-55.925 31.813L-55.925 32.125M-56.615 27.357L-56.615 29.488Q-56.456 29.813-56.173 30.015Q-55.890 30.217-55.547 30.217Q-55.134 30.217-54.839 29.941Q-54.545 29.664-54.398 29.246Q-54.250 28.829-54.250 28.438Q-54.250 28.060-54.384 27.651Q-54.518 27.242-54.793 26.965Q-55.068 26.689-55.446 26.689Q-55.687 26.689-55.903 26.765Q-56.118 26.842-56.309 27.003Q-56.500 27.163-56.615 27.357\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.270\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(116.07 -93.067)\">\u003Cpath d=\"M-50.551 30.481Q-51.110 30.481-51.582 30.198Q-52.054 29.914-52.329 29.437Q-52.604 28.961-52.604 28.407Q-52.604 28.011-52.461 27.636Q-52.318 27.260-52.061 26.972Q-51.804 26.684-51.446 26.515Q-51.088 26.346-50.683 26.346Q-50.138 26.346-49.767 26.583Q-49.396 26.820-49.209 27.238Q-49.022 27.655-49.022 28.192Q-49.022 28.244-49.046 28.282Q-49.071 28.319-49.119 28.319L-51.791 28.319L-51.791 28.398Q-51.791 29.145-51.479 29.668Q-51.167 30.191-50.468 30.191Q-50.064 30.191-49.743 29.934Q-49.422 29.677-49.299 29.273Q-49.281 29.193-49.198 29.193L-49.119 29.193Q-49.079 29.193-49.051 29.224Q-49.022 29.255-49.022 29.299L-49.022 29.334Q-49.128 29.677-49.350 29.936Q-49.571 30.195-49.886 30.338Q-50.200 30.481-50.551 30.481M-51.782 28.068L-49.668 28.068Q-49.668 27.800-49.721 27.554Q-49.774 27.308-49.894 27.086Q-50.015 26.864-50.213 26.737Q-50.411 26.609-50.683 26.609Q-51.026 26.609-51.279 26.834Q-51.531 27.058-51.657 27.396Q-51.782 27.734-51.782 28.068M-46.267 30.380L-48.499 30.380L-48.499 30.064Q-48.187 30.064-47.996 30.011Q-47.805 29.958-47.805 29.769L-47.805 27.321Q-47.805 27.080-47.875 26.972Q-47.946 26.864-48.080 26.840Q-48.214 26.816-48.499 26.816L-48.499 26.500L-47.185 26.403L-47.185 27.264Q-47.023 26.873-46.755 26.638Q-46.487 26.403-46.095 26.403Q-45.823 26.403-45.608 26.566Q-45.392 26.728-45.392 26.987Q-45.392 27.163-45.511 27.282Q-45.630 27.401-45.805 27.401Q-45.986 27.401-46.104 27.282Q-46.223 27.163-46.223 26.987Q-46.223 26.772-46.069 26.662L-46.087 26.662Q-46.465 26.662-46.697 26.924Q-46.930 27.185-47.029 27.572Q-47.128 27.959-47.128 28.319L-47.128 29.769Q-47.128 29.958-46.871 30.011Q-46.614 30.064-46.267 30.064\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.270\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(116.07 -93.067)\">\u003Cpath d=\"M-41.111 29.308L-41.111 26.816L-41.876 26.816L-41.876 26.557Q-41.471 26.557-41.205 26.291Q-40.940 26.025-40.819 25.625Q-40.698 25.225-40.698 24.843L-40.408 24.843L-40.408 26.500L-39.120 26.500L-39.120 26.816L-40.408 26.816L-40.408 29.273Q-40.408 29.642-40.283 29.916Q-40.157 30.191-39.832 30.191Q-39.533 30.191-39.395 29.897Q-39.256 29.602-39.256 29.273L-39.256 28.750L-38.971 28.750L-38.971 29.308Q-38.971 29.585-39.081 29.857Q-39.191 30.130-39.404 30.305Q-39.617 30.481-39.898 30.481Q-40.258 30.481-40.531 30.343Q-40.803 30.204-40.957 29.941Q-41.111 29.677-41.111 29.308M-35.974 30.380L-38.206 30.380L-38.206 30.064Q-37.894 30.064-37.703 30.011Q-37.512 29.958-37.512 29.769L-37.512 27.321Q-37.512 27.080-37.582 26.972Q-37.652 26.864-37.787 26.840Q-37.921 26.816-38.206 26.816L-38.206 26.500L-36.892 26.403L-36.892 27.264Q-36.730 26.873-36.462 26.638Q-36.193 26.403-35.802 26.403Q-35.530 26.403-35.315 26.566Q-35.099 26.728-35.099 26.987Q-35.099 27.163-35.218 27.282Q-35.337 27.401-35.512 27.401Q-35.693 27.401-35.811 27.282Q-35.930 27.163-35.930 26.987Q-35.930 26.772-35.776 26.662L-35.794 26.662Q-36.172 26.662-36.404 26.924Q-36.637 27.185-36.736 27.572Q-36.835 27.959-36.835 28.319L-36.835 29.769Q-36.835 29.958-36.578 30.011Q-36.321 30.064-35.974 30.064L-35.974 30.380M-32.546 30.380L-34.532 30.380L-34.532 30.064Q-34.225 30.064-34.034 30.011Q-33.842 29.958-33.842 29.769L-33.842 27.321Q-33.842 27.075-33.908 26.970Q-33.974 26.864-34.099 26.840Q-34.225 26.816-34.497 26.816L-34.497 26.500L-33.166 26.403L-33.166 29.769Q-33.166 29.963-33.001 30.013Q-32.836 30.064-32.546 30.064L-32.546 30.380M-34.146 24.856Q-34.146 24.650-33.996 24.500Q-33.847 24.351-33.645 24.351Q-33.513 24.351-33.396 24.421Q-33.280 24.491-33.210 24.608Q-33.139 24.724-33.139 24.856Q-33.139 25.058-33.289 25.208Q-33.438 25.357-33.645 25.357Q-33.847 25.357-33.996 25.208Q-34.146 25.058-34.146 24.856M-31.904 29.470Q-31.904 28.930-31.472 28.596Q-31.039 28.262-30.432 28.123Q-29.826 27.985-29.294 27.985L-29.294 27.651Q-29.294 27.392-29.413 27.148Q-29.531 26.904-29.740 26.757Q-29.949 26.609-30.221 26.609Q-30.784 26.609-31.096 26.807Q-30.946 26.834-30.854 26.952Q-30.762 27.071-30.762 27.229Q-30.762 27.405-30.887 27.535Q-31.012 27.664-31.193 27.664Q-31.381 27.664-31.509 27.537Q-31.636 27.409-31.636 27.229Q-31.636 26.759-31.197 26.552Q-30.757 26.346-30.221 26.346Q-29.931 26.346-29.643 26.434Q-29.356 26.522-29.123 26.682Q-28.890 26.842-28.740 27.082Q-28.591 27.321-28.591 27.616L-28.591 29.651Q-28.591 29.804-28.516 29.943Q-28.442 30.081-28.297 30.081Q-28.143 30.081-28.070 29.945Q-27.998 29.809-27.998 29.651L-27.998 29.075L-27.712 29.075L-27.712 29.651Q-27.712 29.984-27.960 30.209Q-28.209 30.433-28.538 30.433Q-28.797 30.433-28.980 30.239Q-29.162 30.046-29.206 29.769Q-29.373 30.090-29.707 30.286Q-30.041 30.481-30.410 30.481Q-30.964 30.481-31.434 30.233Q-31.904 29.984-31.904 29.470M-31.149 29.470Q-31.149 29.782-30.907 30Q-30.665 30.217-30.349 30.217Q-29.914 30.217-29.604 29.908Q-29.294 29.598-29.294 29.167L-29.294 28.240Q-29.712 28.240-30.138 28.367Q-30.564 28.495-30.856 28.772Q-31.149 29.048-31.149 29.470M-25.269 30.380L-27.356 30.380L-27.356 30.064Q-27.048 30.064-26.857 30.011Q-26.666 29.958-26.666 29.769L-26.666 27.321Q-26.666 27.080-26.736 26.972Q-26.807 26.864-26.941 26.840Q-27.075 26.816-27.356 26.816L-27.356 26.500L-26.016 26.403L-26.016 27.238Q-25.818 26.856-25.464 26.629Q-25.110 26.403-24.684 26.403Q-23.405 26.403-23.405 27.616L-23.405 29.769Q-23.405 29.958-23.214 30.011Q-23.023 30.064-22.715 30.064L-22.715 30.380L-24.803 30.380L-24.803 30.064Q-24.491 30.064-24.300 30.011Q-24.109 29.958-24.109 29.769L-24.109 27.651Q-24.109 27.392-24.152 27.170Q-24.196 26.948-24.341 26.805Q-24.486 26.662-24.746 26.662Q-25.089 26.662-25.370 26.851Q-25.651 27.040-25.807 27.352Q-25.963 27.664-25.963 28.011L-25.963 29.769Q-25.963 29.958-25.770 30.011Q-25.576 30.064-25.269 30.064L-25.269 30.380M-22.258 31.074Q-22.258 30.762-22.030 30.523Q-21.801 30.283-21.481 30.182Q-21.661 30.042-21.755 29.833Q-21.850 29.624-21.850 29.391Q-21.850 28.978-21.573 28.644Q-21.986 28.240-21.986 27.726Q-21.986 27.335-21.766 27.036Q-21.547 26.737-21.195 26.570Q-20.843 26.403-20.465 26.403Q-19.912 26.403-19.494 26.715Q-19.305 26.522-19.044 26.412Q-18.782 26.302-18.497 26.302Q-18.295 26.302-18.161 26.445Q-18.026 26.588-18.026 26.781Q-18.026 26.908-18.110 26.987Q-18.193 27.067-18.317 27.067Q-18.435 27.067-18.519 26.987Q-18.602 26.908-18.602 26.781Q-18.602 26.706-18.593 26.680Q-18.576 26.645-18.554 26.612Q-18.532 26.579-18.523 26.566Q-18.967 26.566-19.314 26.869Q-18.954 27.251-18.954 27.726Q-18.954 28.020-19.081 28.266Q-19.209 28.512-19.422 28.688Q-19.635 28.864-19.914 28.961Q-20.193 29.057-20.465 29.057Q-20.975 29.057-21.384 28.789Q-21.511 28.961-21.511 29.167Q-21.511 29.409-21.353 29.580Q-21.195 29.752-20.962 29.752L-20.197 29.752Q-19.652 29.752-19.206 29.848Q-18.760 29.945-18.462 30.235Q-18.163 30.525-18.163 31.074Q-18.163 31.654-18.848 31.944Q-19.534 32.234-20.206 32.234Q-20.879 32.234-21.568 31.944Q-22.258 31.654-22.258 31.074M-21.718 31.074Q-21.718 31.369-21.465 31.567Q-21.213 31.764-20.852 31.859Q-20.492 31.953-20.206 31.953Q-19.705 31.953-19.204 31.727Q-18.703 31.501-18.703 31.074Q-18.703 30.617-19.145 30.485Q-19.587 30.354-20.197 30.354L-20.962 30.354Q-21.155 30.354-21.333 30.448Q-21.511 30.543-21.615 30.707Q-21.718 30.872-21.718 31.074M-20.474 28.776L-20.465 28.776Q-19.683 28.776-19.683 27.726Q-19.683 26.680-20.465 26.680Q-21.256 26.680-21.256 27.726Q-21.256 28.776-20.474 28.776M-16.910 29.308L-16.910 27.321Q-16.910 27.080-16.981 26.972Q-17.051 26.864-17.185 26.840Q-17.319 26.816-17.600 26.816L-17.600 26.500L-16.207 26.403L-16.207 29.273Q-16.207 29.651-16.161 29.837Q-16.115 30.024-15.943 30.121Q-15.772 30.217-15.416 30.217Q-15.082 30.217-14.843 30.026Q-14.603 29.835-14.478 29.532Q-14.353 29.229-14.353 28.912L-14.353 27.321Q-14.353 27.080-14.423 26.972Q-14.493 26.864-14.627 26.840Q-14.761 26.816-15.047 26.816L-15.047 26.500L-13.650 26.403L-13.650 29.563Q-13.650 29.800-13.579 29.908Q-13.509 30.015-13.375 30.039Q-13.241 30.064-12.960 30.064L-12.960 30.380L-14.326 30.481L-14.326 29.760Q-14.493 30.086-14.799 30.283Q-15.104 30.481-15.460 30.481Q-16.119 30.481-16.515 30.211Q-16.910 29.941-16.910 29.308M-10.393 30.380L-12.454 30.380L-12.454 30.064Q-12.147 30.064-11.955 30.011Q-11.764 29.958-11.764 29.769L-11.764 25.054Q-11.764 24.812-11.835 24.704Q-11.905 24.597-12.039 24.573Q-12.173 24.548-12.454 24.548L-12.454 24.232L-11.088 24.135L-11.088 29.769Q-11.088 29.958-10.894 30.011Q-10.701 30.064-10.393 30.064L-10.393 30.380M-9.826 29.470Q-9.826 28.930-9.393 28.596Q-8.961 28.262-8.354 28.123Q-7.748 27.985-7.216 27.985L-7.216 27.651Q-7.216 27.392-7.335 27.148Q-7.453 26.904-7.662 26.757Q-7.871 26.609-8.143 26.609Q-8.706 26.609-9.018 26.807Q-8.868 26.834-8.776 26.952Q-8.684 27.071-8.684 27.229Q-8.684 27.405-8.809 27.535Q-8.934 27.664-9.114 27.664Q-9.303 27.664-9.431 27.537Q-9.558 27.409-9.558 27.229Q-9.558 26.759-9.119 26.552Q-8.679 26.346-8.143 26.346Q-7.853 26.346-7.565 26.434Q-7.277 26.522-7.045 26.682Q-6.812 26.842-6.662 27.082Q-6.513 27.321-6.513 27.616L-6.513 29.651Q-6.513 29.804-6.438 29.943Q-6.363 30.081-6.218 30.081Q-6.065 30.081-5.992 29.945Q-5.920 29.809-5.920 29.651L-5.920 29.075L-5.634 29.075L-5.634 29.651Q-5.634 29.984-5.882 30.209Q-6.130 30.433-6.460 30.433Q-6.719 30.433-6.902 30.239Q-7.084 30.046-7.128 29.769Q-7.295 30.090-7.629 30.286Q-7.963 30.481-8.332 30.481Q-8.886 30.481-9.356 30.233Q-9.826 29.984-9.826 29.470M-9.070 29.470Q-9.070 29.782-8.829 30Q-8.587 30.217-8.271 30.217Q-7.836 30.217-7.526 29.908Q-7.216 29.598-7.216 29.167L-7.216 28.240Q-7.633 28.240-8.060 28.367Q-8.486 28.495-8.778 28.772Q-9.070 29.048-9.070 29.470M-3.094 30.380L-5.326 30.380L-5.326 30.064Q-5.014 30.064-4.823 30.011Q-4.632 29.958-4.632 29.769L-4.632 27.321Q-4.632 27.080-4.702 26.972Q-4.773 26.864-4.907 26.840Q-5.041 26.816-5.326 26.816L-5.326 26.500L-4.012 26.403L-4.012 27.264Q-3.850 26.873-3.582 26.638Q-3.314 26.403-2.922 26.403Q-2.650 26.403-2.435 26.566Q-2.219 26.728-2.219 26.987Q-2.219 27.163-2.338 27.282Q-2.457 27.401-2.632 27.401Q-2.813 27.401-2.931 27.282Q-3.050 27.163-3.050 26.987Q-3.050 26.772-2.896 26.662L-2.914 26.662Q-3.292 26.662-3.525 26.924Q-3.757 27.185-3.856 27.572Q-3.955 27.959-3.955 28.319L-3.955 29.769Q-3.955 29.958-3.698 30.011Q-3.441 30.064-3.094 30.064\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.270\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003C\u002Fg>\u003C\u002Fsvg>\u003Cfigcaption class=\"tikz-cap\">A = QR splits an m-by-n matrix with independent columns into an orthonormal Q of the same shape and a small upper-triangular R; the shaded lower part of R is all zeros.\u003C\u002Ffigcaption>","\u003Csvg style=\"width:100%;max-width:282.163px;height:auto\" xmlns=\"http:\u002F\u002Fwww.w3.org\u002F2000\u002Fsvg\" viewBox=\"-75 -75 211.622 123.032\">\u003Cg stroke=\"currentColor\" style=\"stroke-miterlimit:10;stroke-width:.4\">\u003Cpath fill=\"none\" d=\"M-56.729 37.585h157.336\"\u002F>\u003Cpath stroke=\"none\" d=\"m102.607 37.585-3.2-1.6 1.2 1.6-1.2 1.6\"\u002F>\u003Cg stroke=\"none\" font-size=\"9\">\u003Cg transform=\"translate(162.869 2.094)\">\u003Cpath d=\"M-56.421 37.603L-56.421 36.161Q-56.421 36.130-56.393 36.106Q-56.364 36.082-56.333 36.082L-56.224 36.082Q-56.188 36.082-56.166 36.104Q-56.145 36.126-56.136 36.161Q-55.876 37.422-54.910 37.422Q-54.483 37.422-54.189 37.238Q-53.895 37.053-53.895 36.649Q-53.895 36.355-54.125 36.159Q-54.356 35.963-54.668 35.902L-55.270 35.783Q-55.736 35.695-56.079 35.412Q-56.421 35.128-56.421 34.689Q-56.421 34.096-55.984 33.823Q-55.547 33.551-54.910 33.551Q-54.431 33.551-54.083 33.797L-53.833 33.573Q-53.776 33.551-53.776 33.551L-53.723 33.551Q-53.697 33.551-53.664 33.577Q-53.631 33.604-53.631 33.634L-53.631 34.794Q-53.631 34.825-53.666 34.852Q-53.701 34.878-53.723 34.878L-53.833 34.878Q-53.855 34.878-53.888 34.849Q-53.921 34.821-53.921 34.794Q-53.921 34.329-54.187 34.058Q-54.453 33.788-54.918 33.788Q-55.323 33.788-55.626 33.933Q-55.929 34.078-55.929 34.434Q-55.929 34.680-55.712 34.834Q-55.494 34.988-55.217 35.045L-54.589 35.172Q-54.272 35.234-54.002 35.401Q-53.732 35.568-53.565 35.834Q-53.398 36.100-53.398 36.416Q-53.398 37.058-53.824 37.372Q-54.250 37.686-54.910 37.686Q-55.182 37.686-55.448 37.592Q-55.714 37.497-55.894 37.308L-56.215 37.647Q-56.232 37.686-56.281 37.686L-56.333 37.686Q-56.355 37.686-56.388 37.658Q-56.421 37.629-56.421 37.603M-52.150 36.513L-52.150 34.021L-52.915 34.021L-52.915 33.762Q-52.510 33.762-52.244 33.496Q-51.979 33.230-51.858 32.830Q-51.737 32.430-51.737 32.048L-51.447 32.048L-51.447 33.705L-50.159 33.705L-50.159 34.021L-51.447 34.021L-51.447 36.478Q-51.447 36.847-51.322 37.121Q-51.196 37.396-50.871 37.396Q-50.572 37.396-50.434 37.102Q-50.295 36.807-50.295 36.478L-50.295 35.955L-50.010 35.955L-50.010 36.513Q-50.010 36.790-50.120 37.062Q-50.229 37.335-50.443 37.510Q-50.656 37.686-50.937 37.686Q-51.297 37.686-51.570 37.548Q-51.842 37.409-51.996 37.146Q-52.150 36.882-52.150 36.513M-47.184 37.686Q-47.742 37.686-48.215 37.403Q-48.687 37.119-48.962 36.642Q-49.236 36.166-49.236 35.612Q-49.236 35.216-49.094 34.841Q-48.951 34.465-48.694 34.177Q-48.437 33.889-48.078 33.720Q-47.720 33.551-47.316 33.551Q-46.771 33.551-46.400 33.788Q-46.028 34.025-45.842 34.443Q-45.655 34.860-45.655 35.397Q-45.655 35.449-45.679 35.487Q-45.703 35.524-45.751 35.524L-48.423 35.524L-48.423 35.603Q-48.423 36.350-48.111 36.873Q-47.799 37.396-47.101 37.396Q-46.696 37.396-46.375 37.139Q-46.055 36.882-45.932 36.478Q-45.914 36.398-45.831 36.398L-45.751 36.398Q-45.712 36.398-45.683 36.429Q-45.655 36.460-45.655 36.504L-45.655 36.539Q-45.760 36.882-45.982 37.141Q-46.204 37.400-46.518 37.543Q-46.833 37.686-47.184 37.686M-48.415 35.273L-46.301 35.273Q-46.301 35.005-46.354 34.759Q-46.406 34.513-46.527 34.291Q-46.648 34.069-46.846 33.942Q-47.043 33.814-47.316 33.814Q-47.659 33.814-47.911 34.039Q-48.164 34.263-48.289 34.601Q-48.415 34.939-48.415 35.273M-43.044 39.330L-45.132 39.330L-45.132 39.018Q-44.820 39.018-44.629 38.967Q-44.437 38.917-44.437 38.719L-44.437 34.381Q-44.437 34.140-44.611 34.080Q-44.785 34.021-45.132 34.021L-45.132 33.705L-43.761 33.608L-43.761 34.148Q-43.501 33.880-43.167 33.744Q-42.833 33.608-42.464 33.608Q-42.064 33.608-41.708 33.775Q-41.353 33.942-41.098 34.223Q-40.843 34.504-40.700 34.869Q-40.557 35.234-40.557 35.643Q-40.557 36.205-40.834 36.671Q-41.111 37.137-41.585 37.411Q-42.060 37.686-42.609 37.686Q-42.921 37.686-43.211 37.552Q-43.501 37.418-43.734 37.172L-43.734 38.719Q-43.734 38.917-43.543 38.967Q-43.352 39.018-43.044 39.018L-43.044 39.330M-43.734 34.562L-43.734 36.693Q-43.576 37.018-43.293 37.220Q-43.009 37.422-42.666 37.422Q-42.253 37.422-41.959 37.146Q-41.665 36.869-41.517 36.451Q-41.370 36.034-41.370 35.643Q-41.370 35.265-41.504 34.856Q-41.638 34.447-41.913 34.170Q-42.187 33.894-42.565 33.894Q-42.807 33.894-43.022 33.970Q-43.238 34.047-43.429 34.208Q-43.620 34.368-43.734 34.562\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.270\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(162.869 2.094)\">\u003Cpath d=\"M-37.273 38.855Q-37.273 38.635-37.122 38.475Q-36.970 38.314-36.750 38.314Q-36.605 38.314-36.502 38.407Q-36.399 38.499-36.399 38.648Q-36.399 38.798-36.489 38.930Q-36.579 39.062-36.733 39.123Q-36.605 39.167-36.443 39.167Q-36.184 39.167-35.964 39Q-35.744 38.833-35.590 38.569Q-35.437 38.306-35.375 38.051L-34.527 34.658Q-34.474 34.460-34.474 34.263Q-34.474 33.867-34.733 33.867Q-35.138 33.867-35.437 34.219Q-35.735 34.570-35.933 35.045Q-35.951 35.102-36.003 35.102L-36.109 35.102Q-36.157 35.102-36.179 35.063Q-36.201 35.023-36.201 34.983Q-35.977 34.425-35.604 34.017Q-35.230 33.608-34.716 33.608Q-34.465 33.608-34.263 33.713Q-34.061 33.819-33.942 34.008Q-33.824 34.197-33.824 34.443Q-33.824 34.570-33.850 34.698L-34.698 38.090Q-34.795 38.460-35.063 38.769Q-35.331 39.079-35.700 39.255Q-36.069 39.431-36.460 39.431Q-36.759 39.431-37.016 39.286Q-37.273 39.141-37.273 38.855M-34.364 32.140Q-34.364 31.942-34.206 31.789Q-34.048 31.635-33.841 31.635Q-33.701 31.635-33.597 31.734Q-33.494 31.833-33.494 31.978Q-33.494 32.184-33.648 32.334Q-33.802 32.483-34.004 32.483Q-34.153 32.483-34.259 32.386Q-34.364 32.290-34.364 32.140\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.270\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003Cpath fill=\"none\" d=\"M-56.729 37.585v-94.74\"\u002F>\u003Cpath stroke=\"none\" d=\"m-56.729-59.154-1.6 3.2 1.6-1.2 1.6 1.2\"\u002F>\u003Cg transform=\"translate(-8.875 -100.272)\">\u003Cpath d=\"M-54.479 37.686Q-55.024 37.686-55.468 37.403Q-55.912 37.119-56.166 36.647Q-56.421 36.174-56.421 35.643Q-56.421 35.089-56.145 34.623Q-55.868 34.157-55.395 33.883Q-54.923 33.608-54.378 33.608Q-54.044 33.608-53.741 33.740Q-53.437 33.872-53.218 34.109L-53.218 32.259Q-53.218 32.017-53.288 31.909Q-53.358 31.802-53.492 31.778Q-53.626 31.753-53.912 31.753L-53.912 31.437L-52.545 31.340L-52.545 36.768Q-52.545 37.005-52.475 37.113Q-52.405 37.220-52.269 37.244Q-52.132 37.269-51.851 37.269L-51.851 37.585L-53.244 37.686L-53.244 37.137Q-53.495 37.400-53.813 37.543Q-54.132 37.686-54.479 37.686M-54.417 37.422Q-54.048 37.422-53.739 37.211Q-53.429 37.001-53.244 36.658L-53.244 34.526Q-53.416 34.223-53.697 34.045Q-53.978 33.867-54.316 33.867Q-55.006 33.867-55.310 34.388Q-55.613 34.909-55.613 35.651Q-55.613 36.372-55.343 36.897Q-55.072 37.422-54.417 37.422M-49.109 37.585L-51.341 37.585L-51.341 37.269Q-51.029 37.269-50.838 37.216Q-50.647 37.163-50.647 36.974L-50.647 34.526Q-50.647 34.285-50.717 34.177Q-50.788 34.069-50.922 34.045Q-51.056 34.021-51.341 34.021L-51.341 33.705L-50.027 33.608L-50.027 34.469Q-49.865 34.078-49.597 33.843Q-49.329 33.608-48.937 33.608Q-48.665 33.608-48.450 33.771Q-48.234 33.933-48.234 34.192Q-48.234 34.368-48.353 34.487Q-48.472 34.606-48.647 34.606Q-48.828 34.606-48.946 34.487Q-49.065 34.368-49.065 34.192Q-49.065 33.977-48.911 33.867L-48.929 33.867Q-49.307 33.867-49.540 34.129Q-49.772 34.390-49.871 34.777Q-49.970 35.164-49.970 35.524L-49.970 36.974Q-49.970 37.163-49.713 37.216Q-49.456 37.269-49.109 37.269L-49.109 37.585M-45.681 37.585L-47.667 37.585L-47.667 37.269Q-47.360 37.269-47.169 37.216Q-46.978 37.163-46.978 36.974L-46.978 34.526Q-46.978 34.280-47.043 34.175Q-47.109 34.069-47.235 34.045Q-47.360 34.021-47.632 34.021L-47.632 33.705L-46.301 33.608L-46.301 36.974Q-46.301 37.168-46.136 37.218Q-45.971 37.269-45.681 37.269L-45.681 37.585M-47.281 32.061Q-47.281 31.855-47.131 31.705Q-46.982 31.556-46.780 31.556Q-46.648 31.556-46.531 31.626Q-46.415 31.696-46.345 31.813Q-46.274 31.929-46.274 32.061Q-46.274 32.263-46.424 32.413Q-46.573 32.562-46.780 32.562Q-46.982 32.562-47.131 32.413Q-47.281 32.263-47.281 32.061M-42.869 37.585L-45.101 37.585L-45.101 37.269Q-44.793 37.269-44.602 37.216Q-44.411 37.163-44.411 36.974L-44.411 34.021L-45.101 34.021L-45.101 33.705L-44.411 33.705L-44.411 32.637Q-44.411 32.254-44.198 31.931Q-43.985 31.608-43.631 31.424Q-43.277 31.239-42.899 31.239Q-42.579 31.239-42.328 31.417Q-42.078 31.595-42.078 31.907Q-42.078 32.083-42.196 32.202Q-42.315 32.320-42.491 32.320Q-42.671 32.320-42.794 32.202Q-42.917 32.083-42.917 31.907Q-42.917 31.666-42.702 31.538Q-42.807 31.503-42.943 31.503Q-43.211 31.503-43.394 31.685Q-43.576 31.868-43.668 32.138Q-43.761 32.408-43.761 32.672L-43.761 33.705L-42.710 33.705L-42.710 34.021L-43.734 34.021L-43.734 36.974Q-43.734 37.163-43.477 37.216Q-43.220 37.269-42.869 37.269L-42.869 37.585M-41.647 36.513L-41.647 34.021L-42.412 34.021L-42.412 33.762Q-42.007 33.762-41.741 33.496Q-41.476 33.230-41.355 32.830Q-41.234 32.430-41.234 32.048L-40.944 32.048L-40.944 33.705L-39.656 33.705L-39.656 34.021L-40.944 34.021L-40.944 36.478Q-40.944 36.847-40.819 37.121Q-40.693 37.396-40.368 37.396Q-40.069 37.396-39.931 37.102Q-39.792 36.807-39.792 36.478L-39.792 35.955L-39.507 35.955L-39.507 36.513Q-39.507 36.790-39.617 37.062Q-39.727 37.335-39.940 37.510Q-40.153 37.686-40.434 37.686Q-40.794 37.686-41.067 37.548Q-41.339 37.409-41.493 37.146Q-41.647 36.882-41.647 36.513\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.270\"\u002F>\u003C\u002Fg>\u003Cpath fill=\"none\" d=\"M-48.193 31.895c65.442-5.69 93.894-48.37 133.728-79.668\" style=\"stroke-width:1.2\"\u002F>\u003Cg transform=\"translate(100.418 -75.12)\">\u003Cpath d=\"M-54.417 37.686Q-54.967 37.686-55.426 37.407Q-55.885 37.128-56.153 36.658Q-56.421 36.188-56.421 35.643Q-56.421 35.230-56.272 34.852Q-56.123 34.474-55.848 34.179Q-55.573 33.885-55.204 33.718Q-54.835 33.551-54.417 33.551Q-54.083 33.551-53.763 33.617Q-53.442 33.683-53.213 33.869Q-52.985 34.056-52.985 34.381Q-52.985 34.557-53.112 34.685Q-53.240 34.812-53.416 34.812Q-53.600 34.812-53.730 34.687Q-53.859 34.562-53.859 34.381Q-53.859 34.245-53.785 34.133Q-53.710 34.021-53.578 33.968Q-53.886 33.841-54.417 33.841Q-54.853 33.841-55.121 34.118Q-55.389 34.395-55.501 34.810Q-55.613 35.225-55.613 35.643Q-55.613 36.073-55.474 36.475Q-55.336 36.877-55.041 37.137Q-54.747 37.396-54.308 37.396Q-53.886 37.396-53.583 37.146Q-53.279 36.895-53.174 36.486Q-53.165 36.456-53.141 36.431Q-53.117 36.407-53.086 36.407L-52.976 36.407Q-52.888 36.407-52.888 36.522Q-53.033 37.058-53.446 37.372Q-53.859 37.686-54.417 37.686M-50.256 37.585L-52.317 37.585L-52.317 37.269Q-52.009 37.269-51.818 37.216Q-51.627 37.163-51.627 36.974L-51.627 32.259Q-51.627 32.017-51.697 31.909Q-51.768 31.802-51.902 31.778Q-52.036 31.753-52.317 31.753L-52.317 31.437L-50.950 31.340L-50.950 36.974Q-50.950 37.163-50.757 37.216Q-50.563 37.269-50.256 37.269L-50.256 37.585M-49.689 36.675Q-49.689 36.135-49.256 35.801Q-48.823 35.467-48.217 35.328Q-47.610 35.190-47.079 35.190L-47.079 34.856Q-47.079 34.597-47.197 34.353Q-47.316 34.109-47.525 33.962Q-47.733 33.814-48.006 33.814Q-48.568 33.814-48.880 34.012Q-48.731 34.039-48.639 34.157Q-48.546 34.276-48.546 34.434Q-48.546 34.610-48.672 34.740Q-48.797 34.869-48.977 34.869Q-49.166 34.869-49.293 34.742Q-49.421 34.614-49.421 34.434Q-49.421 33.964-48.981 33.757Q-48.542 33.551-48.006 33.551Q-47.716 33.551-47.428 33.639Q-47.140 33.727-46.907 33.887Q-46.674 34.047-46.525 34.287Q-46.375 34.526-46.375 34.821L-46.375 36.856Q-46.375 37.009-46.301 37.148Q-46.226 37.286-46.081 37.286Q-45.927 37.286-45.855 37.150Q-45.782 37.014-45.782 36.856L-45.782 36.280L-45.497 36.280L-45.497 36.856Q-45.497 37.189-45.745 37.414Q-45.993 37.638-46.323 37.638Q-46.582 37.638-46.764 37.444Q-46.947 37.251-46.991 36.974Q-47.158 37.295-47.492 37.491Q-47.826 37.686-48.195 37.686Q-48.749 37.686-49.219 37.438Q-49.689 37.189-49.689 36.675M-48.933 36.675Q-48.933 36.987-48.691 37.205Q-48.450 37.422-48.133 37.422Q-47.698 37.422-47.388 37.113Q-47.079 36.803-47.079 36.372L-47.079 35.445Q-47.496 35.445-47.922 35.572Q-48.349 35.700-48.641 35.977Q-48.933 36.253-48.933 36.675M-45.132 37.603L-45.132 36.161Q-45.132 36.130-45.103 36.106Q-45.075 36.082-45.044 36.082L-44.934 36.082Q-44.899 36.082-44.877 36.104Q-44.855 36.126-44.846 36.161Q-44.587 37.422-43.620 37.422Q-43.194 37.422-42.899 37.238Q-42.605 37.053-42.605 36.649Q-42.605 36.355-42.836 36.159Q-43.066 35.963-43.378 35.902L-43.980 35.783Q-44.446 35.695-44.789 35.412Q-45.132 35.128-45.132 34.689Q-45.132 34.096-44.695 33.823Q-44.257 33.551-43.620 33.551Q-43.141 33.551-42.794 33.797L-42.543 33.573Q-42.486 33.551-42.486 33.551L-42.434 33.551Q-42.407 33.551-42.374 33.577Q-42.341 33.604-42.341 33.634L-42.341 34.794Q-42.341 34.825-42.376 34.852Q-42.412 34.878-42.434 34.878L-42.543 34.878Q-42.565 34.878-42.598 34.849Q-42.631 34.821-42.631 34.794Q-42.631 34.329-42.897 34.058Q-43.163 33.788-43.629 33.788Q-44.033 33.788-44.336 33.933Q-44.640 34.078-44.640 34.434Q-44.640 34.680-44.422 34.834Q-44.205 34.988-43.928 35.045L-43.299 35.172Q-42.983 35.234-42.713 35.401Q-42.442 35.568-42.275 35.834Q-42.108 36.100-42.108 36.416Q-42.108 37.058-42.535 37.372Q-42.961 37.686-43.620 37.686Q-43.893 37.686-44.158 37.592Q-44.424 37.497-44.604 37.308L-44.925 37.647Q-44.943 37.686-44.991 37.686L-45.044 37.686Q-45.066 37.686-45.099 37.658Q-45.132 37.629-45.132 37.603M-41.489 37.603L-41.489 36.161Q-41.489 36.130-41.460 36.106Q-41.432 36.082-41.401 36.082L-41.291 36.082Q-41.256 36.082-41.234 36.104Q-41.212 36.126-41.203 36.161Q-40.944 37.422-39.977 37.422Q-39.551 37.422-39.256 37.238Q-38.962 37.053-38.962 36.649Q-38.962 36.355-39.193 36.159Q-39.423 35.963-39.735 35.902L-40.337 35.783Q-40.803 35.695-41.146 35.412Q-41.489 35.128-41.489 34.689Q-41.489 34.096-41.052 33.823Q-40.614 33.551-39.977 33.551Q-39.498 33.551-39.151 33.797L-38.900 33.573Q-38.843 33.551-38.843 33.551L-38.791 33.551Q-38.764 33.551-38.731 33.577Q-38.698 33.604-38.698 33.634L-38.698 34.794Q-38.698 34.825-38.733 34.852Q-38.769 34.878-38.791 34.878L-38.900 34.878Q-38.922 34.878-38.955 34.849Q-38.988 34.821-38.988 34.794Q-38.988 34.329-39.254 34.058Q-39.520 33.788-39.986 33.788Q-40.390 33.788-40.693 33.933Q-40.997 34.078-40.997 34.434Q-40.997 34.680-40.779 34.834Q-40.562 34.988-40.285 35.045L-39.656 35.172Q-39.340 35.234-39.070 35.401Q-38.799 35.568-38.632 35.834Q-38.465 36.100-38.465 36.416Q-38.465 37.058-38.892 37.372Q-39.318 37.686-39.977 37.686Q-40.250 37.686-40.515 37.592Q-40.781 37.497-40.961 37.308L-41.282 37.647Q-41.300 37.686-41.348 37.686L-41.401 37.686Q-41.423 37.686-41.456 37.658Q-41.489 37.629-41.489 37.603M-35.859 37.585L-37.846 37.585L-37.846 37.269Q-37.538 37.269-37.347 37.216Q-37.156 37.163-37.156 36.974L-37.156 34.526Q-37.156 34.280-37.222 34.175Q-37.288 34.069-37.413 34.045Q-37.538 34.021-37.811 34.021L-37.811 33.705L-36.479 33.608L-36.479 36.974Q-36.479 37.168-36.314 37.218Q-36.149 37.269-35.859 37.269L-35.859 37.585M-37.459 32.061Q-37.459 31.855-37.310 31.705Q-37.160 31.556-36.958 31.556Q-36.826 31.556-36.710 31.626Q-36.593 31.696-36.523 31.813Q-36.453 31.929-36.453 32.061Q-36.453 32.263-36.602 32.413Q-36.751 32.562-36.958 32.562Q-37.160 32.562-37.310 32.413Q-37.459 32.263-37.459 32.061M-33.275 37.686Q-33.825 37.686-34.284 37.407Q-34.743 37.128-35.011 36.658Q-35.279 36.188-35.279 35.643Q-35.279 35.230-35.130 34.852Q-34.980 34.474-34.706 34.179Q-34.431 33.885-34.062 33.718Q-33.693 33.551-33.275 33.551Q-32.941 33.551-32.621 33.617Q-32.300 33.683-32.071 33.869Q-31.843 34.056-31.843 34.381Q-31.843 34.557-31.970 34.685Q-32.098 34.812-32.273 34.812Q-32.458 34.812-32.588 34.687Q-32.717 34.562-32.717 34.381Q-32.717 34.245-32.643 34.133Q-32.568 34.021-32.436 33.968Q-32.744 33.841-33.275 33.841Q-33.710 33.841-33.979 34.118Q-34.247 34.395-34.359 34.810Q-34.471 35.225-34.471 35.643Q-34.471 36.073-34.332 36.475Q-34.194 36.877-33.899 37.137Q-33.605 37.396-33.166 37.396Q-32.744 37.396-32.440 37.146Q-32.137 36.895-32.032 36.486Q-32.023 36.456-31.999 36.431Q-31.975 36.407-31.944 36.407L-31.834 36.407Q-31.746 36.407-31.746 36.522Q-31.891 37.058-32.304 37.372Q-32.717 37.686-33.275 37.686M-31.113 36.675Q-31.113 36.135-30.680 35.801Q-30.248 35.467-29.641 35.328Q-29.035 35.190-28.503 35.190L-28.503 34.856Q-28.503 34.597-28.622 34.353Q-28.740 34.109-28.949 33.962Q-29.158 33.814-29.430 33.814Q-29.993 33.814-30.305 34.012Q-30.155 34.039-30.063 34.157Q-29.971 34.276-29.971 34.434Q-29.971 34.610-30.096 34.740Q-30.221 34.869-30.401 34.869Q-30.590 34.869-30.718 34.742Q-30.845 34.614-30.845 34.434Q-30.845 33.964-30.406 33.757Q-29.966 33.551-29.430 33.551Q-29.140 33.551-28.852 33.639Q-28.564 33.727-28.332 33.887Q-28.099 34.047-27.949 34.287Q-27.800 34.526-27.800 34.821L-27.800 36.856Q-27.800 37.009-27.725 37.148Q-27.650 37.286-27.505 37.286Q-27.352 37.286-27.279 37.150Q-27.207 37.014-27.207 36.856L-27.207 36.280L-26.921 36.280L-26.921 36.856Q-26.921 37.189-27.169 37.414Q-27.417 37.638-27.747 37.638Q-28.006 37.638-28.189 37.444Q-28.371 37.251-28.415 36.974Q-28.582 37.295-28.916 37.491Q-29.250 37.686-29.619 37.686Q-30.173 37.686-30.643 37.438Q-31.113 37.189-31.113 36.675M-30.357 36.675Q-30.357 36.987-30.116 37.205Q-29.874 37.422-29.558 37.422Q-29.123 37.422-28.813 37.113Q-28.503 36.803-28.503 36.372L-28.503 35.445Q-28.920 35.445-29.347 35.572Q-29.773 35.700-30.065 35.977Q-30.357 36.253-30.357 36.675M-24.495 37.585L-26.556 37.585L-26.556 37.269Q-26.249 37.269-26.057 37.216Q-25.866 37.163-25.866 36.974L-25.866 32.259Q-25.866 32.017-25.937 31.909Q-26.007 31.802-26.141 31.778Q-26.275 31.753-26.556 31.753L-26.556 31.437L-25.189 31.340L-25.189 36.974Q-25.189 37.163-24.996 37.216Q-24.803 37.269-24.495 37.269\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.270\"\u002F>\u003C\u002Fg>\u003Cpath fill=\"none\" stroke=\"var(--tk-accent)\" d=\"M-48.193 31.895C17.25 29.049 57.082 23.359 85.535 11.978\" style=\"stroke-width:1.2\"\u002F>\u003Cg fill=\"var(--tk-accent)\" stroke=\"var(--tk-accent)\">\u003Cg transform=\"translate(97.606 -12.524)\">\u003Cpath d=\"M-54.246 37.585L-56.479 37.585L-56.479 37.269Q-56.166 37.269-55.975 37.216Q-55.784 37.163-55.784 36.974L-55.784 34.526Q-55.784 34.285-55.854 34.177Q-55.925 34.069-56.059 34.045Q-56.193 34.021-56.479 34.021L-56.479 33.705L-55.165 33.608L-55.165 34.469Q-55.002 34.078-54.734 33.843Q-54.466 33.608-54.075 33.608Q-53.802 33.608-53.587 33.771Q-53.372 33.933-53.372 34.192Q-53.372 34.368-53.490 34.487Q-53.609 34.606-53.785 34.606Q-53.965 34.606-54.083 34.487Q-54.202 34.368-54.202 34.192Q-54.202 33.977-54.048 33.867L-54.066 33.867Q-54.444 33.867-54.677 34.129Q-54.910 34.390-55.009 34.777Q-55.107 35.164-55.107 35.524L-55.107 36.974Q-55.107 37.163-54.850 37.216Q-54.593 37.269-54.246 37.269L-54.246 37.585M-50.801 37.686Q-51.359 37.686-51.831 37.403Q-52.304 37.119-52.578 36.642Q-52.853 36.166-52.853 35.612Q-52.853 35.216-52.710 34.841Q-52.567 34.465-52.310 34.177Q-52.053 33.889-51.695 33.720Q-51.337 33.551-50.933 33.551Q-50.388 33.551-50.016 33.788Q-49.645 34.025-49.458 34.443Q-49.271 34.860-49.271 35.397Q-49.271 35.449-49.296 35.487Q-49.320 35.524-49.368 35.524L-52.040 35.524L-52.040 35.603Q-52.040 36.350-51.728 36.873Q-51.416 37.396-50.717 37.396Q-50.313 37.396-49.992 37.139Q-49.671 36.882-49.548 36.478Q-49.531 36.398-49.447 36.398L-49.368 36.398Q-49.329 36.398-49.300 36.429Q-49.271 36.460-49.271 36.504L-49.271 36.539Q-49.377 36.882-49.599 37.141Q-49.821 37.400-50.135 37.543Q-50.449 37.686-50.801 37.686M-52.031 35.273L-49.917 35.273Q-49.917 35.005-49.970 34.759Q-50.023 34.513-50.144 34.291Q-50.265 34.069-50.462 33.942Q-50.660 33.814-50.933 33.814Q-51.275 33.814-51.528 34.039Q-51.781 34.263-51.906 34.601Q-52.031 34.939-52.031 35.273M-48.740 35.678Q-48.740 35.111-48.467 34.623Q-48.195 34.135-47.725 33.843Q-47.254 33.551-46.687 33.551Q-46.266 33.551-45.890 33.720Q-45.514 33.889-45.237 34.181Q-44.960 34.474-44.802 34.869Q-44.644 35.265-44.644 35.678Q-44.644 36.227-44.923 36.689Q-45.202 37.150-45.670 37.418Q-46.138 37.686-46.687 37.686Q-47.241 37.686-47.711 37.418Q-48.182 37.150-48.461 36.689Q-48.740 36.227-48.740 35.678M-46.687 37.396Q-46.191 37.396-45.914 37.135Q-45.637 36.873-45.545 36.469Q-45.453 36.064-45.453 35.568Q-45.453 35.093-45.552 34.704Q-45.650 34.315-45.923 34.065Q-46.195 33.814-46.687 33.814Q-47.399 33.814-47.663 34.309Q-47.927 34.803-47.927 35.568Q-47.927 36.368-47.672 36.882Q-47.417 37.396-46.687 37.396M-41.897 37.585L-44.130 37.585L-44.130 37.269Q-43.818 37.269-43.627 37.216Q-43.436 37.163-43.436 36.974L-43.436 34.526Q-43.436 34.285-43.506 34.177Q-43.576 34.069-43.710 34.045Q-43.844 34.021-44.130 34.021L-44.130 33.705L-42.816 33.608L-42.816 34.469Q-42.653 34.078-42.385 33.843Q-42.117 33.608-41.726 33.608Q-41.454 33.608-41.238 33.771Q-41.023 33.933-41.023 34.192Q-41.023 34.368-41.142 34.487Q-41.260 34.606-41.436 34.606Q-41.616 34.606-41.735 34.487Q-41.854 34.368-41.854 34.192Q-41.854 33.977-41.700 33.867L-41.717 33.867Q-42.095 33.867-42.328 34.129Q-42.561 34.390-42.660 34.777Q-42.759 35.164-42.759 35.524L-42.759 36.974Q-42.759 37.163-42.502 37.216Q-42.245 37.269-41.897 37.269L-41.897 37.585M-38.514 37.686Q-39.059 37.686-39.502 37.403Q-39.946 37.119-40.201 36.647Q-40.456 36.174-40.456 35.643Q-40.456 35.089-40.179 34.623Q-39.902 34.157-39.430 33.883Q-38.958 33.608-38.413 33.608Q-38.079 33.608-37.775 33.740Q-37.472 33.872-37.252 34.109L-37.252 32.259Q-37.252 32.017-37.323 31.909Q-37.393 31.802-37.527 31.778Q-37.661 31.753-37.947 31.753L-37.947 31.437L-36.580 31.340L-36.580 36.768Q-36.580 37.005-36.510 37.113Q-36.439 37.220-36.303 37.244Q-36.167 37.269-35.886 37.269L-35.886 37.585L-37.279 37.686L-37.279 37.137Q-37.529 37.400-37.848 37.543Q-38.166 37.686-38.514 37.686M-38.452 37.422Q-38.083 37.422-37.773 37.211Q-37.463 37.001-37.279 36.658L-37.279 34.526Q-37.450 34.223-37.731 34.045Q-38.013 33.867-38.351 33.867Q-39.041 33.867-39.344 34.388Q-39.647 34.909-39.647 35.651Q-39.647 36.372-39.377 36.897Q-39.107 37.422-38.452 37.422M-33.315 37.686Q-33.873 37.686-34.345 37.403Q-34.818 37.119-35.093 36.642Q-35.367 36.166-35.367 35.612Q-35.367 35.216-35.224 34.841Q-35.082 34.465-34.824 34.177Q-34.567 33.889-34.209 33.720Q-33.851 33.551-33.447 33.551Q-32.902 33.551-32.531 33.788Q-32.159 34.025-31.972 34.443Q-31.786 34.860-31.786 35.397Q-31.786 35.449-31.810 35.487Q-31.834 35.524-31.882 35.524L-34.554 35.524L-34.554 35.603Q-34.554 36.350-34.242 36.873Q-33.930 37.396-33.231 37.396Q-32.827 37.396-32.506 37.139Q-32.186 36.882-32.062 36.478Q-32.045 36.398-31.961 36.398L-31.882 36.398Q-31.843 36.398-31.814 36.429Q-31.786 36.460-31.786 36.504L-31.786 36.539Q-31.891 36.882-32.113 37.141Q-32.335 37.400-32.649 37.543Q-32.963 37.686-33.315 37.686M-34.545 35.273L-32.432 35.273Q-32.432 35.005-32.484 34.759Q-32.537 34.513-32.658 34.291Q-32.779 34.069-32.977 33.942Q-33.174 33.814-33.447 33.814Q-33.790 33.814-34.042 34.039Q-34.295 34.263-34.420 34.601Q-34.545 34.939-34.545 35.273M-29.030 37.585L-31.263 37.585L-31.263 37.269Q-30.951 37.269-30.760 37.216Q-30.568 37.163-30.568 36.974L-30.568 34.526Q-30.568 34.285-30.639 34.177Q-30.709 34.069-30.843 34.045Q-30.977 34.021-31.263 34.021L-31.263 33.705L-29.949 33.608L-29.949 34.469Q-29.786 34.078-29.518 33.843Q-29.250 33.608-28.859 33.608Q-28.586 33.608-28.371 33.771Q-28.156 33.933-28.156 34.192Q-28.156 34.368-28.274 34.487Q-28.393 34.606-28.569 34.606Q-28.749 34.606-28.868 34.487Q-28.986 34.368-28.986 34.192Q-28.986 33.977-28.833 33.867L-28.850 33.867Q-29.228 33.867-29.461 34.129Q-29.694 34.390-29.793 34.777Q-29.892 35.164-29.892 35.524L-29.892 36.974Q-29.892 37.163-29.635 37.216Q-29.377 37.269-29.030 37.269L-29.030 37.585M-25.585 37.686Q-26.143 37.686-26.615 37.403Q-27.088 37.119-27.363 36.642Q-27.637 36.166-27.637 35.612Q-27.637 35.216-27.494 34.841Q-27.352 34.465-27.094 34.177Q-26.837 33.889-26.479 33.720Q-26.121 33.551-25.717 33.551Q-25.172 33.551-24.801 33.788Q-24.429 34.025-24.242 34.443Q-24.056 34.860-24.056 35.397Q-24.056 35.449-24.080 35.487Q-24.104 35.524-24.152 35.524L-26.824 35.524L-26.824 35.603Q-26.824 36.350-26.512 36.873Q-26.200 37.396-25.501 37.396Q-25.097 37.396-24.776 37.139Q-24.456 36.882-24.333 36.478Q-24.315 36.398-24.231 36.398L-24.152 36.398Q-24.113 36.398-24.084 36.429Q-24.056 36.460-24.056 36.504L-24.056 36.539Q-24.161 36.882-24.383 37.141Q-24.605 37.400-24.919 37.543Q-25.233 37.686-25.585 37.686M-26.815 35.273L-24.702 35.273Q-24.702 35.005-24.754 34.759Q-24.807 34.513-24.928 34.291Q-25.049 34.069-25.247 33.942Q-25.444 33.814-25.717 33.814Q-26.060 33.814-26.312 34.039Q-26.565 34.263-26.690 34.601Q-26.815 34.939-26.815 35.273M-21.533 37.686Q-22.078 37.686-22.522 37.403Q-22.966 37.119-23.221 36.647Q-23.476 36.174-23.476 35.643Q-23.476 35.089-23.199 34.623Q-22.922 34.157-22.449 33.883Q-21.977 33.608-21.432 33.608Q-21.098 33.608-20.795 33.740Q-20.492 33.872-20.272 34.109L-20.272 32.259Q-20.272 32.017-20.342 31.909Q-20.413 31.802-20.547 31.778Q-20.681 31.753-20.966 31.753L-20.966 31.437L-19.600 31.340L-19.600 36.768Q-19.600 37.005-19.529 37.113Q-19.459 37.220-19.323 37.244Q-19.187 37.269-18.905 37.269L-18.905 37.585L-20.298 37.686L-20.298 37.137Q-20.549 37.400-20.867 37.543Q-21.186 37.686-21.533 37.686M-21.472 37.422Q-21.103 37.422-20.793 37.211Q-20.483 37.001-20.298 36.658L-20.298 34.526Q-20.470 34.223-20.751 34.045Q-21.032 33.867-21.371 33.867Q-22.061 33.867-22.364 34.388Q-22.667 34.909-22.667 35.651Q-22.667 36.372-22.397 36.897Q-22.126 37.422-21.472 37.422\" fill=\"var(--tk-accent)\" stroke=\"var(--tk-accent)\" class=\"tikz-text\" style=\"stroke-width:0.270\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003C\u002Fg>\u003C\u002Fsvg>\u003Cfigcaption class=\"tikz-cap\">In floating point the classical Gram-Schmidt recurrence loses orthogonality as the step index grows, while the reordered (modified) variant stays far closer to orthonormal.\u003C\u002Ffigcaption>",1784263523441]