Linear Algebra Symbols

Linear Algebra includes the study of matrices, set theory, determinant etc. The symbol used in Linear Algebra are used

SYMBOL

NAME

MEANING/DEFINITION

EXAMPLE

{A}

Set A

Set is always denoted by a capital letter in curly bracket

If set A is set of even numbers then

{A} = {2, 4, 6, 8…}

Subset

Subset means all element of a set is member of another set

Natural Number is subset of integers as all the members of natural numbers are memeber of integers

Superset

Superset means the set on left side of symbol has all the members of another set

Integeer is superset of Natural Number

Union of Set

It means combining elements of two sets whiling keeping the common elements only once

A = {2, 3, 4}, B = {2, 4, 6}

Then A ⋃ B = {2, 3, 4, 6}

Intersection of Set

Intersection of sets means fidning out common elements between two sets

A = {2, 3, 4}, B = {2, 4, 6}

Then A ⋂ B = {2, 4}

n(A)

Cardinality of Set

It denotes the number of elements in a given set

A = {2, 4, 6} then n(A) = 3

Φ

Null Set

Null set means there is no element in that set

Set of Natural Number greater than 2 but less than 3

Aij

Matrices

Matrix is represented by Capital letters, matrices are arrays of numbers, symbols or expressions

[Tex]A_{3\times2} = \begin{bmatrix} 1& 2\\ 3& 4\\ 5& 6\\ \end{bmatrix} [/Tex]

| A | or det(A)

Determinant

It represents the Determinant of a square matrix A.

If we have matrix A = [Tex] \begin{bmatrix} 1& 2\\ 3& 4\\ \end{bmatrix} [/Tex] then

|A| = |1 × 4 – 2 ×3| = 4 – 6 = -2

AT

Tanspose of Matrix

In Transpose of Matrix, the elements of rows are arranged in column and vice versa

If we have matrix A = [Tex] \begin{bmatrix} 1& 2\\ 3& 4\\ \end{bmatrix} [/Tex] then

AT = [Tex] \begin{bmatrix} 1& 3\\ 2& 4\\ \end{bmatrix} [/Tex]

A-1

Inverse of Matrix

Inverse of Matrix basically means finding a matrix that when multiplied to orginal matrix give

For Matrix A = [Tex] \begin{bmatrix} 1& 2\\ 3& 4\\ \end{bmatrix} [/Tex]

A-1 = [Tex] \begin{bmatrix} -2& 1\\ 3/2& -1/2\\ \end{bmatrix} [/Tex]

Read Linear Algebra Concepts

Algebra Symbols

Algebra Symbols are specific characters that are used to represent particular operations in Algebra. The branch of Algebra deals with the relation between variables and constants. There are different branches of Algebra such as linear algebra, vector algebra, and Boolean algebra for which we have different algebra symbols.

In this article, we will learn how to represent variables and constants in algebra and also different symbols

Similar Reads

Algebra

Algebra is a branch of mathematics that deals with the relation between variables and constants and finding the value of variables and any such unknown quantities. Algebra uses statements that consist of variables and constants to represent any mathematical or physical problem and find its solution using different operations....

Algebra Symbols in Maths

Algebra symbols in Math are the unique characters that have their specific meaning in a mathematical operation. Any algebraic expression mainly consists of variables and constants. Let’s learn first what is the symbol of variable and constant....

Fundamental Operators

The symbol of various fundamental operators in algebra is tabulated below:...

Inequalities Symbols

Addition...

Grouping Symbols

Subtraction...

Boolean Algebra Symbols

Multiplication...

Linear Algebra Symbols

Division...

Relation Symbols

The inequalities symbols used in Algebra are tabulated below:...

Function Symbols

Equal to...

Vector Algebra

Not equal to...

Table of Algebra Symbols

Less than...

Solved Examples on Algebra Symbols

Greater than...

Practice Examples on Algebra Symbols

Less than or equal To...

Algebra Symbols – FAQs

Greater than or Equal To...

Contact Us