Nibcode Solutions Blog

Learn about math applications and other interesting topics

Problem of the week - LU decomposition

Problem of the week - LU decomposition

Anibal Rodriguez
Anibal Rodriguez
January 9, 2019

An LU decomposition (or factorization) of a matrix A is the product of a lower triangular matrix L and an upper triangular matrix U that is equal to A. One of the motivation for an LU decomposition is the fact that this decomposition can be used as an alternative method to solve systems of linear equations, where once the matrix of the system has been decomposed, the solution of the system can be obtained by solving two easy systems, one by the method of forward substitution and the other by the method of backward substitution. The LU decomposition is another approach designed to exploit triangular systems.

Although is very common to be asked to find an LU decomposition for a square matrix, the concepts are extended to rectangular matrices as well. In this problem of the week, you should deal with the LU decomposition for a rectangular matrix.

Problem of the week - Coordinates and change of basis matrix

Problem of the week - Coordinates and change of basis matrix

Anibal Rodriguez
Anibal Rodriguez
January 2, 2019

An important concept related to basis and coordinates is the change of basis matrix. When there are two ordered bases for the same vector space, the change of basis matrix from the first basis to the second one, is the matrix that allows us to get the coordinate vector relative to the second basis by using only the coordinate vector from the first basis, without even knowing the bases themselves.

Understanding the change of basis matrix will help you to understand some problems related to diagonalization and singular value decomposition, among other important concepts which are widely used in many fields of mathematics, physics and engineering.

To solve the problem of this week you will need to use the concepts of coordinate vector and change of basis matrix.

How to use Linear Algebra Decoded to solve problems of polynomials?

How to use Linear Algebra Decoded to solve problems of polynomials?

Kevin Martin
Kevin Martin
December 24, 2018

When we talk about vectors, the first idea is to relate this concept to Euclidean vectors, and it is very common that in Linear Algebra books and tests, most of problems related to Vector Spaces and Linear transformations deal with Euclidean spaces, but sometimes, there are exercises that involve working with other sets like matrices, polynomials and functions, because, as it is well known, these sets are also Vector Spaces.

Linear Algebra Decoded only deals with Euclidean vector spaces, but it is easy to work with other vector spaces such as polynomials. In this post we will discuss how to use Linear Algebra Decoded to solve problems that use the set of polynomials as vector spaces.

Problem of the week - Does the vector belong to the span of the set of vectors?

Problem of the week - Does the vector belong to the span of the set of vectors?

Anibal Rodriguez
Anibal Rodriguez
December 19, 2018

Like last week, this week's problem is also related to spanning sets of vectors, but this time to determine if a vector belongs to a subspace spanned by a set a vectors. Once again, it will be revealed the importance of mastering the basic concepts of rank of a matrix, row operations to convert a matrix to row echelon form and systems of linear equations, to solve problems related to vector spaces.

Problem of the week - Is the spanning set a basis?

Problem of the week - Is the spanning set a basis?

Anibal Rodriguez
Anibal Rodriguez
December 12, 2018

Vector spaces are one of the key subjects of linear algebra, and their theory has found application in mathematics, engineering, physics, chemistry, biology, the social sciences, and other areas. The theory, basically, consists in generalizing the familiar ideas of geometrical vectors of calculus to vectors of any size, but it provides an abstract, coordinate-free way of dealing with geometrical and physical objects such as tensors. The beauty of vector spaces theory can be found in every problem, where many of them, are just the appropriate linear-algebraic notion of very well known problems like solving systems of linear equations.

The problem of this week is related to spanning sets and bases, two key concepts from vector spaces you should master. The solution, as usual in most of Linear Algebra problems, uses basic concepts from matrices and their operations.