0% found this document useful (0 votes)
28 views7 pages

Maths CCA-R

Uploaded by

bhavya11410
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
28 views7 pages

Maths CCA-R

Uploaded by

bhavya11410
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 7

BMS INSTITUTE OF TECHNOLOGY AND MANAGEMENT

YELAHANKA, BENGALURU - 560064

DEPARTMENT OF COMPUTER SCIENCE AND ENGINEERING

CCA-1 Report
Odd Semester - 2024-25

“REAL WORLD APPLICATIONS ON LINEAR COMBINATION ”


MULTIVARIATE CALCULUS AND LINEAR ALGEBRA –
24MATCS11
I Semester (2024-2025)

CSE - 10

Submitted By:
REVATHI USN: 24UG1BYCS290-T

Under the Guidance of


Prof. Neha
Assistant Professor 2024-2025
Department of mathematics
LINEAR COMBINATION
1.INTRODUCTION
To express a completely different concept, the linear combination of a set of
vectors describes multiplying each vector by a scalar (constant) and then adding
the products of this operation. This results in a new vector. Formally, for vectors
v1,v2,…,vn in a vector space V, and scalars c1,c2,…,cn from a field F, the linear
combination is given by:

c1v1+c2v2+⋯+cnvn

Here, c1,c2,…,cn are scalar coefficients, and the sum is taken in the vector space V.
If you adjust the scalars, you can 'reach' any vector within the span of the given
vectors v1,v2,…,vn. This is in relation to the set of vectors that are linearly
independent and that no vector in the set can be written as a linear combination of
the others. Therefore, linear combination allows you, in geometric terms, to
flexibly flow from one vector to another through proportionate (stretch and shrink)
and translating (shifting) vectors. The direct and effective use of this
fundamentally simple operation gives way to making understand several essential
ideas in linear algebra like span, basis, and dimension.

SIGNIFICANCE IN VARIOUS FIELDS:


This is the significance of linear combinations outside the classroom and in reality:
Linear combination is only a mathematical idea but is the backbone of many
applications.

For example:

They come up in literally everything possible in computer graphics, in the form of


linear combinations to use for handling rotations, scaling, and translations.

Various quantities such as forces or fields in physics are described by linear


combinations. That is, new vectors are formed from others.

There's even another possibility such as linear combinations in data analysis: it's
represented by the combined features or measures making up a more complex
dataset.
2. ADVANTAGES OF LINEAR COMBINATION.
1. Simplify complex problems

Linear combinations are tools that simplify complex mathematical models by


dividing them into different parts. that can be handled, for example, when dealing
with systems of equations You can represent the result as a linear combination of
variables. This allows for more efficient problem solving methods, such as using
matrices and matrix operations to find solutions to multiple equations
simultaneously...

Example: Consider a system of linear equations:

2x+3y=5

4x+6y=10

it is You can express this system as a linear combination of variables. x and y


Facilitate problem solving using matrix methods (such as Gaussian elimination).

2. Flexibility in representation

Linear integration is a way of representing data, vectors, and objects in different


ways. They provide flexibility in representing different objects using a set of basic
vectors.

Example: in linear programming A possible solution to an optimization problem is


usually expressed as a linear combination of decision variables. This leads to
efficient calculations for the optimal solution.

3. Creating vector space

Ability to display any vector In vector space as a linear combination of a set of


elementary vectors is the foundation of linear algebra. This principle is important
in fields such as computational geometry and machine learning.

Example: In 3D space, any vector v⃗=(v1,v2,v3)can be expressed as a linear


combination of the unit vectors:
v⃗=v1⋅i^+v2⋅j^+v3⋅k^

This breaks the vector into simpler components. Makes calculations easier

3.DISADVANTAGES OF LINEAR COMBINATION


1. Huge computation costs

When the quantity increases Finding a linear combination of vectors is


computationally expensive. The number of operations that must be increased This
is especially true when working with large matrices or complex systems of
equations.

Example: in data science Working with high-dimensional datasets (such as images


with thousands of pixels) requires a lot of computational resources when
performing operations such as principal component analysis (PCA), which depends
on linear combinations of features. These tasks can Slow or uses a lot of resources

2. Limited applicability to nonlinear problems.

Linear combinations assume a linear relationship between variables. For this


reason, they are not useful for modeling nonlinear systems, such as systems that
involve interactions between non-additive or proportional variables.

Example: In nonlinear dynamics, such as fluid flow or weather forecasting,


systems are described by differential equations that do not obey linear principles.
Therefore, linear integration cannot capture the complexity of these mechanisms...

3. Difficulty seeing beyond 3D

An inherent limitation of linear combinations is that It is difficult to see when the


number of parameters exceeds three. Although we can easily understand linear
combinations of 2D or 3D vectors, The representation and visualization of higher
dimensional space is counterintuitive.

Example: It is difficult to "see" how different features work. How to combine in a


high-dimensional space a machine learning model with hundreds or even
thousands of features? This poses a challenge for interpreting and understanding
models such as Support Vector Machines (SVM) or neural networks.
4. APPLICATION OF LINEAR COMBINATION
Physical systems of linear connections are modeled, such as forces, fields, and
mechanical systems. It breaks down complex interactions into simpler components.

Electromagnetic Field:

In electromagnetism, the electric field E⃗ and magnetic field B⃗ Maxwell's


equations are related through linear combinations. Each element of the field can be
adjusted using the scalar properties of the original field vector.Example: The total
electric field produced by multiple charges can be expressed as a linear
combination of the electric fields due to the individual charges.

Mechanical Systems:

In Mechanical Engineering The force acting on a structure can be expressed as a


linear combination of the fundamental force vectors.

Example: The net force on an object can be the result of a combination of gravity
and friction. All of which can be modeled as vectors in space...

4.2 Computer graphics

Linear blending is the foundation of 3D graphics, where transformations such as


rotation and scaling are performed through a combination of vector operations.

Example: When rotating an object in a 3D graphics program, a transformation


matrix can be applied to each point on the object. Each point is represented as a
vector. And using the matrix will be a new vector. which is a linear combination of
the original coordinates.

4.3 Machine learning

Models such as linear regression and neural networks use linear combinations to
create predictions by combining various input features. x1,x2,…,xn , with
corresponding coefficients β1,β2,…,βn

y^=β1x1+β2x2+⋯+βnxn
This makes it easy to predict results based on input data.Principal component
analysis (PCA): PCA involves finding a linear combination of original variables
that maximizes their variance. Resulting in a new dimension (Principal
components) that summarize information in a lower dimensional space...

4.4 Economics

Linear combinations are often used in economic models to analyze markets, costs,
and benefits by combining different economic variables.

Portfolio Optimization: Investors use linear combinations to allocate investments


across assets. To maximize returns and reduce risks

Example: The return on a stock portfolio can be expressed as a linear sum of the
individual stock returns. Weighted by the proportion invested in each stock...

4.5 Data science

in data science Linear combination reduces size. Feature selection and predictive
modeling

Dimension reduction: Methods like PCA reduce the number of features in high-
dimensional data by creating new features that are linear combinations of the
original features…

Example: Using PCA in facial recognition can reduce the number of variables
needed to display an image. Makes it easy to analyze and compare faces...

5.CONCLUSION
Linear integration is a basic concept in linear algebra. It is an important tool for
representing and manipulating vector spaces in various disciplines. Being able to
display vectors and data as linear combinations of simpler elements, Essential
makes complex systems and linear combinations easier. This makes it easier to
analyze and solve more challenging problems...

In this report, we have examined several advantages of linear combinations. These


include the power to simplify problem solving. Flexibility in presenting different
phenomena and its important role in understanding vector space and mathematical
modeling. Linear combinations are widely used to model relationships between
variables. Adjust the system appropriately and manage data in fields such as
machine learning. computer graphics and economics It forces tasks like linear
regression. Principal component analysis Even mixing colors in digital
photography...

But like any other mathematical tool, Linear combinations come with their own
limitations. When the number of dimensions or variables increases Computational
complexity is also greatly increased, and in some cases the inability to model
nonlinear relationships of linear combinations is a noticeable disadvantage. This is
especially true when dealing with high-dimensional spaces or large data sets. This
is especially relevant in areas such as non-linear dynamics and certain machine
learning models. which are complex between each other

You might also like