Explore >> Select a destination


You are here

rjlipton.com
| | 0fps.net
3.6 parsecs away

Travel
| | Last time, we showed how one can use symmetric tensors to conveniently represent homogeneous polynomials and Taylor series. Today, I am going to talk about how to actually implement a generic homogeneous polynomial/symmetric tensor class in C++. The goal of this implementation (for the moment) is not efficiency, but rather generality and correctness. If there...
| | ncatlab.org
4.2 parsecs away

Travel
| | [AI summary] The text is a comprehensive overview of twisted K-theory, its mathematical foundations, and its applications. It traces the origins of the theory to seminal works in the 1960s and 1970s, discusses its formulation in terms of Fredholm bundles, and explores its connections to other areas of mathematics such as operator algebras, topology, and noncommutative geometry. The text also delves into the role of twists in K-theory, particularly those arising from cohomology classes in degrees 0, 1, and 3, and highlights the significance of these twists in the context of index theory, loop groups, and string theory. A wide range of references is provided, covering both foundational and more recent developments in the field, as well as related topics such a...
| | mattbaker.blog
4.8 parsecs away

Travel
| | Test your intuition: is the following true or false? Assertion 1: If $latex A$ is a square matrix over a commutative ring $latex R$, the rows of $latex A$ are linearly independent over $latex R$ if and only if the columns of $latex A$ are linearly independent over $latex R$. (All rings in this post...
| | wimvanderbauwhede.codeberg.page
25.6 parsecs away

Travel
| Algebraic data types are great for building complex data structures, and easy to implement in Raku using roles.