Square root of a matrixIn mathematics, the square root of a matrix extends the notion of square root from numbers to matrices. A matrix B is said to be a square root of A if the matrix product BB is equal to A. Some authors use the name square root or the notation A1/2 only for the specific case when A is positive semidefinite, to denote the unique matrix B that is positive semidefinite and such that BB = BTB = A (for real-valued matrices, where BT is the transpose of B).
Molten salt reactorA molten salt reactor (MSR) is a class of nuclear fission reactor in which the primary nuclear reactor coolant and/or the fuel is a mixture of molten salt with a fissionable material. Two research MSRs operated in the United States in the mid-20th century. The 1950s Aircraft Reactor Experiment (ARE) was primarily motivated by the technology's compact size, while the 1960s Molten-Salt Reactor Experiment (MSRE) aimed to demonstrate a nuclear power plant using a thorium fuel cycle in a breeder reactor.
Matrix decompositionIn the mathematical discipline of linear algebra, a matrix decomposition or matrix factorization is a factorization of a matrix into a product of matrices. There are many different matrix decompositions; each finds use among a particular class of problems. In numerical analysis, different decompositions are used to implement efficient matrix algorithms. For instance, when solving a system of linear equations , the matrix A can be decomposed via the LU decomposition.
Fast-neutron reactorA fast-neutron reactor (FNR) or fast-spectrum reactor or simply a fast reactor is a category of nuclear reactor in which the fission chain reaction is sustained by fast neutrons (carrying energies above 1 MeV or greater, on average), as opposed to slow thermal neutrons used in thermal-neutron reactors. Such a fast reactor needs no neutron moderator, but requires fuel that is relatively rich in fissile material when compared to that required for a thermal-neutron reactor.
Gas-cooled fast reactorThe gas-cooled fast reactor (GFR) system is a nuclear reactor design which is currently in development. Classed as a Generation IV reactor, it features a fast-neutron spectrum and closed fuel cycle for efficient conversion of fertile uranium and management of actinides. The reference reactor design is a helium-cooled system operating with an outlet temperature of 850 °C using a direct Brayton closed-cycle gas turbine for high thermal efficiency.
Integral fast reactorThe integral fast reactor (IFR, originally advanced liquid-metal reactor) is a design for a nuclear reactor using fast neutrons and no neutron moderator (a "fast" reactor). IFR would breed more fuel and is distinguished by a nuclear fuel cycle that uses reprocessing via electrorefining at the reactor site. The U.S. Department of Energy began designing an IFR in 1984 and built a prototype, the Experimental Breeder Reactor II. On April 3, 1986, two tests demonstrated the safety of the IFR concept.
Subcritical reactorA subcritical reactor is a nuclear fission reactor concept that produces fission without achieving criticality. Instead of sustaining a chain reaction, a subcritical reactor uses additional neutrons from an outside source. There are two general classes of such devices. One uses neutrons provided by a nuclear fusion machine, a concept known as a fusion–fission hybrid. The other uses neutrons created through spallation of heavy nuclei by charged particles such as protons accelerated by a particle accelerator, a concept known as an accelerator-driven system (ADS) or accelerator-driven sub-critical reactor.
Cholesky decompositionIn linear algebra, the Cholesky decomposition or Cholesky factorization (pronounced ʃəˈlɛski ) is a decomposition of a Hermitian, positive-definite matrix into the product of a lower triangular matrix and its conjugate transpose, which is useful for efficient numerical solutions, e.g., Monte Carlo simulations. It was discovered by André-Louis Cholesky for real matrices, and posthumously published in 1924. When it is applicable, the Cholesky decomposition is roughly twice as efficient as the LU decomposition for solving systems of linear equations.
Schur decompositionIn the mathematical discipline of linear algebra, the Schur decomposition or Schur triangulation, named after Issai Schur, is a matrix decomposition. It allows one to write an arbitrary complex square matrix as unitarily equivalent to an upper triangular matrix whose diagonal elements are the eigenvalues of the original matrix. The Schur decomposition reads as follows: if A is an n × n square matrix with complex entries, then A can be expressed as where Q is a unitary matrix (so that its inverse Q−1 is also the conjugate transpose Q* of Q), and U is an upper triangular matrix, which is called a Schur form of A.
Square matrixIn mathematics, a square matrix is a matrix with the same number of rows and columns. An n-by-n matrix is known as a square matrix of order . Any two square matrices of the same order can be added and multiplied. Square matrices are often used to represent simple linear transformations, such as shearing or rotation. For example, if is a square matrix representing a rotation (rotation matrix) and is a column vector describing the position of a point in space, the product yields another column vector describing the position of that point after that rotation.