Algebra Practice Exercises Flashcards

0.0(0)
Studied by 0 people
call kaiCall Kai
Locked
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/40

flashcard set

Earn XP

Description and Tags

A comprehensive set of vocabulary flashcards covering sets, mappings, complex numbers, matrices, vector spaces, and linear transformations from the MI1036 Advanced Program Algebra course.

Last updated 12:25 AM on 8/17/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

41 Terms

1
New cards

Intersection of Sets (ABA \cap B)

The set of elements that belong to both set AA and set BB.

2
New cards

Union of Sets (ABA \cup B)

The set of elements that belong to at least one of the sets AA or BB.

3
New cards

Difference of Sets (ACA \setminus C)

The set containing elements that are in set AA but not in set CC.

4
New cards

Cartesian Product (A×BA \times B)

The set of all ordered pairs (a,b)(a, b) where aAa \in A and bBb \in B.

5
New cards

Injective Map

A mapping f:XYf: X \rightarrow Y where different elements in the domain map to different elements in the codomain (one-to-one).

6
New cards

Surjective Map

A mapping f:XYf: X \rightarrow Y where every element in the codomain YY has at least one pre-image in the domain XX (onto).

7
New cards

Bijective Map

A mapping that is both injective and surjective, meaning every element in the domain corresponds to exactly one element in the codomain and vice-versa.

8
New cards

Associative Operation

A binary operation * such that (ab)c=a(bc)(a * b) * c = a * (b * c) for all elements in the set.

9
New cards

Commutative Operation

A binary operation * such that ab=baa * b = b * a for all elements in the set.

10
New cards

Group

A set equipped with a binary operation that is associative, contains an identity element, and where every element has an inverse.

11
New cards

Modulus Operation (a(modn)a \pmod n)

The operation that finds the remainder of the integer aa when divided by the positive integer nn.

12
New cards

Canonical Form of a Complex Number

The representation of a complex number in the form z=a+biz = a + bi, where aa is the real part and bb is the imaginary part.

13
New cards

Polar Form of a Complex Number

The representation of a complex number as z=r(cos(θ)+isin(θ))z = r(\cos(\theta) + i\sin(\theta)) where rr is the modulus and θ\theta is the argument.

14
New cards

Matrix Transpose (ATA^T)

An operation that flips a matrix over its diagonal, switching its row and column indices.

15
New cards

Symmetric Matrix

A square matrix AA that is equal to its transpose (A=ATA = A^T).

16
New cards

Skew-symmetric Matrix

A square matrix AA whose transpose is equal to its negative (AT=AA^T = -A).

17
New cards

Invertible Matrix

A square matrix AA for which there exists a matrix A1A^{-1} such that AA1=A1A=IAA^{-1} = A^{-1}A = I, where II is the identity matrix.

18
New cards

Determinant (det(A)\det(A))

A scalar value calculated from the entries of a square matrix that characterizes certain properties of the linear transformation or the matrix's invertibility.

19
New cards

Vector Space

A collection of objects (vectors) that can be added together and multiplied by scalars while following specific axioms such as associativity and distributivity.

20
New cards

Subspace

A subset of a vector space that is itself a vector space under the original addition and scalar multiplication operations.

21
New cards

Direct Sum (V1V2V_1 \oplus V_2)

A way of combining two subspaces such that their intersection is only the zero vector and every vector in the sum space has a unique representation as a sum of one vector from each subspace.

22
New cards

Linear Combination

An expression constructed from a set of vectors by multiplying each vector by a constant (scalar) and adding the results.

23
New cards

Linear Independence

A property of a set of vectors where no vector in the set can be represented as a linear combination of the other vectors.

24
New cards

Span

The set of all possible linear combinations of a given set of vectors.

25
New cards

Basis

A set of linearly independent vectors that spans a vector space, serving as a coordinate system.

26
New cards

Dimension (dim(V)\dim(V))

The number of vectors contained in any basis of a vector space VV.

27
New cards

Coordinate Vector ([x]S[x]_S)

The column vector of coefficients used to represent a vector xx as a linear combination of the basis vectors in set SS.

28
New cards

Rank of a Matrix

The maximum number of linearly independent rows or columns in a matrix.

29
New cards

Linear Transformation

A mapping between two vector spaces that preserves the operations of vector addition and scalar multiplication.

30
New cards

Kernel (KerT\text{Ker}T)

The set of all vectors in the domain that map to the zero vector of the codomain under the linear transformation TT.

31
New cards

Image (ImT\text{Im}T)

The set of all vectors in the codomain that are the result of the linear transformation TT acting on the domain.

32
New cards

Eigenvalue (λ\lambda)

A scalar associated with a linear transformation such that there exists a non-zero vector vv (eigenvector) where T(v)=λvT(v) = \lambda v.

33
New cards

Eigenvector

A non-zero vector that changes only by a scalar factor when a specific linear transformation is applied to it.

34
New cards

Trace (tr(A)\text{tr}(A))

The sum of the elements on the main diagonal of a square matrix.

35
New cards

Inner Product (u,v\langle u, v \rangle)

A rule that assigns a scalar to each pair of vectors in a vector space, satisfying properties like positivity, symmetry, and linearity.

36
New cards

Orthogonal Vectors

Two vectors uu and vv are orthogonal if their inner product is zero (u,v=0\langle u, v \rangle = 0).

37
New cards

Gram-Schmidt Process

An algorithm used to convert a set of linearly independent vectors into an orthonormal basis for the same subspace.

38
New cards

Orthogonal Projection

The unique vector in a subspace that is "closest" to a given vector outside that subspace, determined by orthogonality.

39
New cards

Least Square Solution

The vector XX that minimizes the norm of the error function f(X)=AXBf(X) = \|AX - B\| for a linear system that may not have an exact solution.

40
New cards

Quadratic Form

A homogeneous polynomial of degree two in a number of variables, often represented as xTAxx^T Ax for a symmetric matrix AA.

41
New cards

Positive Definite Quadratic Form

A quadratic form ω(x)\omega(x) where ω(x)>0\omega(x) > 0 for every non-zero vector xx.