Linear Algebra
Linear Algebra
5 Marks
5. Prove that set of vectors s={(1 ,0, 0),(2,0,0),(0,0,1)} are linearly dependent in V 3(R ).
Page 71. 72
11. Prove that the set of all polynomials over the field of real numbers is a vector space
with respect to the addition and multiplication of polynomial.
1 2
12. Find the Eigen Values and Eigen Vectors of the matrix 5 4
13. Show that the vector (2, -5,3 ) does not belong to the span of
S = { (1, -3,2), (2, -4, -1), (1,-5, 7) }
10 Marks
2 -1
12. Find the subspace spanned by the set S={(2,0,0), (0,0,-2 )} in the vector space V3(R
).
1 0
1 0
0 1
15 Marks
Machine learning is a subset of AI, which uses algorithms that learn from data to
make predictions. These predictions can be generated through supervised
learning, where algorithms learn patterns from existing data, or unsupervised
learning, where they discover general patterns in data.
Most data can be categorized into 4 basic types from a Machine Learning perspective:
Nominal data.
Ordinal data.
Discrete data.
Continuous data.
There are generally four types of data that machine learning algorithms can use:
Numeric data: This type of data consists of numbers and can include continuous values
Categorical data: This type of data consists of categories or labels, such as names, types,
algorithms, but it may need to be converted into a numerical form in order to be used by
certain algorithms.
Time series data: This type of data consists of measurements taken at regular intervals
over a period of time. Time series data is often used in machine learning algorithms for
Text data: This type of data consists of written or spoken words and can include things
like emails, social media posts, or customer reviews. Text data is often used in machine
learning algorithms for tasks such as natural language processing or sentiment analysis.
It’s important to note that these are general categories of data and that different machine
learning algorithms may be suited to different types of data or may be able to handle
[𝑎11𝑎12𝑎13𝑎21𝑎22𝑎23𝑎31𝑎32𝑎33] [𝑥1𝑥2𝑥3]=[𝑏1𝑏2𝑏3]
Here,
Step 1: Generate a matrix A = LU such that L is the lower triangular matrix with principal
diagonal elements being equal to 1 and U is the upper triangular matrix.
That means,
𝐿=[100𝑙2110𝑙31𝑙321]
and
𝑈=[𝑢11𝑢12𝑢130𝑢22𝑢2300𝑢33]
Step 2: Now, we can write AX = B as:
LUX = B….(1)
Where 𝑌=[𝑦1𝑦2𝑦3]
Step 4: From equations (1) and (2), we have;
LY = B
Page 5, 6
8. Prove that if two vectors are linearly dependent one of them is a scalar multiple of the other.
9.Find the orthogonal complement of the subspace spanned by (3,4,5) in the Euclidean three
space.