Mathwords logoMathwords

Asterisk — Definition, Formula & Examples

The asterisk (*) is the star-shaped symbol used in math most commonly to show multiplication, especially when typing on a keyboard or calculator where the traditional × sign is unavailable.

The asterisk is a typographic symbol (*) that serves multiple roles in mathematics: as a multiplication operator (e.g., 35=153 * 5 = 15), as a superscript denoting a complex conjugate (zz^*), as the convolution operator (fgf * g), and in computer science as the Kleene star indicating zero or more repetitions of a pattern.

How It Works

In everyday math, the asterisk works just like the × sign. When you see 474 * 7, you multiply 4 by 7 to get 28. You encounter this form constantly in spreadsheets, calculators, and programming languages. In more advanced mathematics, the asterisk takes on other meanings depending on context and placement. Written as a superscript like AA^*, it can denote a transpose, conjugate, or dual. Between two functions like fgf * g, it can represent convolution.

Worked Example

Problem: Evaluate the expression 6(3+2)46 * (3 + 2) * 4 typed into a spreadsheet.
Step 1: Treat each * as multiplication. First, evaluate the parentheses.
3+2=53 + 2 = 5
Step 2: Multiply from left to right.
6×5=306 \times 5 = 30
Step 3: Complete the final multiplication.
30×4=12030 \times 4 = 120
Answer: 6(3+2)4=1206 * (3 + 2) * 4 = 120

Why It Matters

Every programming language and spreadsheet application (Python, Excel, Google Sheets) uses * for multiplication, so recognizing this symbol is essential for coding and data work. In higher math courses like linear algebra and signal processing, the asterisk appears with entirely different meanings, so understanding that context determines its role prevents confusion.

Common Mistakes

Mistake: Assuming * always means multiplication in every math context.
Correction: In advanced topics, fgf * g can mean convolution and zz^* can mean the complex conjugate. Always check the context to determine the intended operation.

Related Terms

  • Multiplication SignThe standard × symbol that * replaces on keyboards
  • CaretAnother keyboard symbol used in math notation
  • TildeSymbol with multiple context-dependent math meanings
  • Division SignBasic operation symbol often replaced by / on keyboards
  • ObelusThe ÷ symbol, another operation sign with keyboard alternatives
  • Percent SignCommon math symbol used in arithmetic and everyday calculations