Questions tagged [algebras]

For questions about algebras, their properties, and their structures. Use [tag:algebra-precalculus] or [tag:abstract-algebra] if your question is about algebra, not algebras.

An algebra over a field is a vector space equipped with a bilinear product. This product is not necessarily associative or unital, but if it is then the algebra is also a ring with unity. This can also be generalized by assuming that the scalars come from a commutative ring, rather than a field.

As with other algebraic objects, it is possible to define algebra homomorphisms, subalgebras, ideals, etc.

Examples

  • Group algebras, the algebra of polynomials $K[x]$ over a field $K$, and the quaternions are all associate algebras.

  • Every ring is an associative algebra over it's center.

  • The octonions are a non-associative algebra, and Lie algebras may not be associative.

Finite-dimensional algebras can be classified up to isomorphism by selecting a basis of $n$ and describing the multiplication of any two basis elements, which requires $n^3$ structure coefficients.

514 questions
0
votes
1 answer

Example of a finite dimensional algebra over $C$ with a simple module of dimension $2013$

What is an example of a finite dimensional algebra $A$ over $\mathbb{C}$ with a simple module of dimension $2013$? I don't know if the general case holds here (there exists $A$ and a simple module of dimension $n$) or if there is a specific example…
Andrew
  • 115
0
votes
1 answer

Solving for two variables in terms of two other variables

a = (bc) / (bc + d(1-c)) I'd like the variables a and c on one side of the equation, and the variables b and d on the other. Is this possible?
-1
votes
1 answer

Could Someone Explain These Steps? Especially the Each Ratio Part.

Could you explain the steps, especially the each ratio= sum of numerators/sum of denominators part.
-4
votes
4 answers

Prove that: $3^{3n - 2} + 2^{3n + 1}$ is a multiple of 19

Let $~n~$ be any natural number. Prove that: $$3^{3n - 2} + 2^{3n + 1}$$ is a multiple of $~19~$ .
1
2