SlideShare a Scribd company logo
1 of 14
Download to read offline
Basic Terminology Description in Convex Optimization
Domain: Applied Mathematics
Dr. Varun Kumar
Domain: Applied Mathematics Dr. Varun Kumar (IIIT Surat)Dr. Varun Kumar 1 / 14
Outlines
1 Introduction to Null Space of a Matrix
2 Introduction to Convex Set and Affine Set
3 Introduction to Half Space and Hyper Plane
4 Introduction to Norm and Norm Ball
5 Practical Application of Ellipse and Ellipsoid
6 References
Domain: Applied Mathematics Dr. Varun Kumar (IIIT Surat)Dr. Varun Kumar 2 / 14
Null space of a matrix
Let A ∈ Rm×n is a matrix of size m × n. Let a vector space ¯x exist in such
a way that
N(A) = Ax = 0m×1
where N(A) is a null space of matrix.
Note :
⇒ Basically, null space is a vector space.
⇒ Let x1, x2 ∈ N(A). It means that Ax1 = 0 and Ax2 = 0.
⇒ Linear combination of vector space, i.e αx1 + βx2 ∈ N(A)
⇒ αx1 + βx2 ∈ N(A) ⇒ A(αx1 + βx2) ⇒ αAx1 + βAx2 = 0
Domain: Applied Mathematics Dr. Varun Kumar (IIIT Surat)Dr. Varun Kumar 3 / 14
Introduction to convex set
Let ¯x1 and ¯x2 are the two points in n − dimensional space then the line
segment can be expressed as
¯z = θ ¯x1 + (1 − θ) ¯x2 ∀ 0 ≤ θ ≤ 1
Convex set:
For any ¯x1, ¯x2 ∈ S, then the entire line segment between ¯x1 and ¯x2 ∈ S
Domain: Applied Mathematics Dr. Varun Kumar (IIIT Surat)Dr. Varun Kumar 4 / 14
Example
Convex combination: Let x1, x2, ..., xk are k points in n − dimensional
signal space then
θ1x1 + θ2x2 + .... + θkxk ∀ 0 ≤ θ1, θ2, ..., θk ≤ 1
and θ1 + θ2 + ... + θk = 1
Convex hull
The region which complete the non-convex set into convex set is called as
convex hull.
Domain: Applied Mathematics Dr. Varun Kumar (IIIT Surat)Dr. Varun Kumar 5 / 14
Continued–
Affine set :
Let ¯x1 and ¯x2 are two points such that, ¯x1, ¯x2 ∈ S then the entire line
joining these two points also belongs to S . Here, the set S is called as
affine set.
Mathematical Description:
θx1 + (1 − θ)x2 ∀ θ
Domain: Applied Mathematics Dr. Varun Kumar (IIIT Surat)Dr. Varun Kumar 6 / 14
Continued–
Graphical representation of convex and affine set
Note:
⇒ Convex set is the special case of affine set.
⇒ It may be non-convex.
Example : Consider a line in 2D is 4x1 + 5x2 = 20
Domain: Applied Mathematics Dr. Varun Kumar (IIIT Surat)Dr. Varun Kumar 7 / 14
Example
Half spaces :
Here, a line divides the plane into two region, these two regions are called
as half spaces, i.e 4x1 + 5x2 < 20 and 4x1 + 5x2 > 20.
Note :
Half spaces are always convex, they may or may not be affine.
⇒ Let k number of points lies in the n-dimensional space, such that
a1x1 + a2x2 + ... + akxk = b ⇒ aT
x = b → Hyper plane
Domain: Applied Mathematics Dr. Varun Kumar (IIIT Surat)Dr. Varun Kumar 8 / 14
Introduction to norm
where a = [a1, a2, ..., ak]T and x = [x1, x2, ..., xk]T
⇒ Hyper plane divides the n- dimensional plane into two region, i.e
aTx > b and aTx < b.
⇒ Half spaces and hyper plane both are convex.
Introduction to norm
Let x1, x2,....xk be the elements of vector x. Mathematically, pth order
norm can be expressed as
lp =
k
i=1
xp
i
1
p
Example:
l1 = |x1| + |x2| + ... + |xk| → First order norm
l2 = |x1|2 + |x2|2 + ... + |xk|2 Second order/Euclidean norm
Domain: Applied Mathematics Dr. Varun Kumar (IIIT Surat)Dr. Varun Kumar 9 / 14
Graphical representation
l∞ = max{|x1|, ..., |xk|}
As per the norms definition: l1 > l2 > .... > l∞
Let (x1, x2) is a co-ordinate point in Cartesian co-ordinate system, where
x1 > x2 is shown in above figure. Hence,
l1 = x1 + x2 → Sum of two sides of a triangle.
l2 = x2
1 + x2
2 Euclidean distance of point (x1, x2) from origin.
l∞ = max{x1, x2} = x1 Larger distance either in x or y axis from origin.
Domain: Applied Mathematics Dr. Varun Kumar (IIIT Surat)Dr. Varun Kumar 10 / 14
Norm ball or Euclidean ball
Case 1: In case of two dimensional plane, let ¯x = [x1, x2] then its l2 norm
represents the interior of the circle. Mathematically,
¯x < rc ⇒ rc = Radius of circle
Case 2: In case of n-dimensional plane, let ¯x = [x1, x2, ....xk] then its l2
norm represents the interior of the sphere. Mathematically,
¯x < rs ⇒ rs = Radius of sphere
Domain: Applied Mathematics Dr. Varun Kumar (IIIT Surat)Dr. Varun Kumar 11 / 14
Practical application of ellipse and ellipsoid
Mathematical description
Case 1: In case of 2D plane, where any point is interior to the ellipse
x2
1
a2
+
x2
2
b2
≤ 1 ⇒ [x1, x2]
1
a 0
0 1
b
1
a 0
0 1
b
x1
x2
≤ 1 (1)
Let A =
a 0
0 b
and ¯x = [x1, x2]T
Domain: Applied Mathematics Dr. Varun Kumar (IIIT Surat)Dr. Varun Kumar 12 / 14
Continued–
From (1), it is clear that
¯xT
(A−1
)T
A−
1x ≤ 1 ⇒ (A−1
x)T
(A−1
x) ≤ 1 (2)
From (2), uTu = u 2, considering u = A−1x
Case 2: In case of n-dimensional signal, i.e ¯x = [x1, x2, ...., xk]T , when
points are interior to an ellipsoid,
x2
1
a2
1
+
x2
2
a2
2
+ ..... +
x2
k
a2
k
≤ 1 (3)
In this case, A = diag(a1, a2, ....ak) and
¯xT
(A−1
)T
A−
1x ≤ 1 ⇒ (A−1
x)T
(A−1
x) ≤ 1 (4)
Domain: Applied Mathematics Dr. Varun Kumar (IIIT Surat)Dr. Varun Kumar 13 / 14
References
J. Navarro, “A very simple proof of the multivariate chebyshev’s inequality,”
Communications in Statistics-Theory and Methods, vol. 45, no. 12, pp. 3458–3463,
2016.
M. I. Jordan and T. M. Mitchell, “Machine learning: Trends, perspectives, and
prospects,” Science, vol. 349, no. 6245, pp. 255–260, 2015.
Domain: Applied Mathematics Dr. Varun Kumar (IIIT Surat)Dr. Varun Kumar 14 / 14

More Related Content

What's hot

Presentation on application of numerical method in our life
Presentation on application of numerical method in our lifePresentation on application of numerical method in our life
Presentation on application of numerical method in our lifeManish Kumar Singh
 
Application of interpolation and finite difference
Application of interpolation and finite differenceApplication of interpolation and finite difference
Application of interpolation and finite differenceManthan Chavda
 
Gaussian Quadrature Formula
Gaussian Quadrature FormulaGaussian Quadrature Formula
Gaussian Quadrature FormulaDhaval Shukla
 
Practicle application of maxima and minima
Practicle application of maxima and minimaPracticle application of maxima and minima
Practicle application of maxima and minimaBritish Council
 
Numerical integration;Gaussian integration one point, two point and three poi...
Numerical integration;Gaussian integration one point, two point and three poi...Numerical integration;Gaussian integration one point, two point and three poi...
Numerical integration;Gaussian integration one point, two point and three poi...vaibhav tailor
 
Numerical Methods
Numerical MethodsNumerical Methods
Numerical MethodsTeja Ande
 
Bwm21403 mathematics iv assignments
Bwm21403 mathematics iv assignmentsBwm21403 mathematics iv assignments
Bwm21403 mathematics iv assignmentsAzalina Harun
 
Closest pair problems (Divide and Conquer)
Closest pair problems (Divide and Conquer)Closest pair problems (Divide and Conquer)
Closest pair problems (Divide and Conquer)Gem WeBlog
 
Numerical integration
Numerical integrationNumerical integration
Numerical integrationTarun Gehlot
 
CLOSEST PAIR (Final)
CLOSEST PAIR (Final)CLOSEST PAIR (Final)
CLOSEST PAIR (Final)Aruneel Das
 
Multiple integral(tripple integral)
Multiple integral(tripple integral)Multiple integral(tripple integral)
Multiple integral(tripple integral)jigar sable
 
Constraints on conformal field theories in d=3
Constraints on conformal field theories in d=3Constraints on conformal field theories in d=3
Constraints on conformal field theories in d=3Subham Dutta Chowdhury
 
Iterative procedure for uniform continuous mapping.
Iterative procedure for uniform continuous mapping.Iterative procedure for uniform continuous mapping.
Iterative procedure for uniform continuous mapping.Alexander Decker
 
Solutions Manual for Foundations Of MEMS 2nd Edition by Chang Liu
Solutions Manual for Foundations Of MEMS 2nd Edition by Chang LiuSolutions Manual for Foundations Of MEMS 2nd Edition by Chang Liu
Solutions Manual for Foundations Of MEMS 2nd Edition by Chang LiuHildaLa
 
Fixed point theorem in fuzzy metric space with e.a property
Fixed point theorem in fuzzy metric space with e.a propertyFixed point theorem in fuzzy metric space with e.a property
Fixed point theorem in fuzzy metric space with e.a propertyAlexander Decker
 

What's hot (20)

Presentation on application of numerical method in our life
Presentation on application of numerical method in our lifePresentation on application of numerical method in our life
Presentation on application of numerical method in our life
 
Application of interpolation and finite difference
Application of interpolation and finite differenceApplication of interpolation and finite difference
Application of interpolation and finite difference
 
Gaussian Quadrature Formula
Gaussian Quadrature FormulaGaussian Quadrature Formula
Gaussian Quadrature Formula
 
The Gaussian Hardy-Littlewood Maximal Function
The Gaussian Hardy-Littlewood Maximal FunctionThe Gaussian Hardy-Littlewood Maximal Function
The Gaussian Hardy-Littlewood Maximal Function
 
Practicle application of maxima and minima
Practicle application of maxima and minimaPracticle application of maxima and minima
Practicle application of maxima and minima
 
Numerical integration;Gaussian integration one point, two point and three poi...
Numerical integration;Gaussian integration one point, two point and three poi...Numerical integration;Gaussian integration one point, two point and three poi...
Numerical integration;Gaussian integration one point, two point and three poi...
 
Numerical Methods
Numerical MethodsNumerical Methods
Numerical Methods
 
Bwm21403 mathematics iv assignments
Bwm21403 mathematics iv assignmentsBwm21403 mathematics iv assignments
Bwm21403 mathematics iv assignments
 
Closest pair problems (Divide and Conquer)
Closest pair problems (Divide and Conquer)Closest pair problems (Divide and Conquer)
Closest pair problems (Divide and Conquer)
 
Numerical integration
Numerical integrationNumerical integration
Numerical integration
 
Matlab Assignment Help
Matlab Assignment HelpMatlab Assignment Help
Matlab Assignment Help
 
Statistical Physics Assignment Help
Statistical Physics Assignment HelpStatistical Physics Assignment Help
Statistical Physics Assignment Help
 
CLOSEST PAIR (Final)
CLOSEST PAIR (Final)CLOSEST PAIR (Final)
CLOSEST PAIR (Final)
 
Multiple integral(tripple integral)
Multiple integral(tripple integral)Multiple integral(tripple integral)
Multiple integral(tripple integral)
 
multiple intrigral lit
multiple intrigral litmultiple intrigral lit
multiple intrigral lit
 
Constraints on conformal field theories in d=3
Constraints on conformal field theories in d=3Constraints on conformal field theories in d=3
Constraints on conformal field theories in d=3
 
Program on Quasi-Monte Carlo and High-Dimensional Sampling Methods for Applie...
Program on Quasi-Monte Carlo and High-Dimensional Sampling Methods for Applie...Program on Quasi-Monte Carlo and High-Dimensional Sampling Methods for Applie...
Program on Quasi-Monte Carlo and High-Dimensional Sampling Methods for Applie...
 
Iterative procedure for uniform continuous mapping.
Iterative procedure for uniform continuous mapping.Iterative procedure for uniform continuous mapping.
Iterative procedure for uniform continuous mapping.
 
Solutions Manual for Foundations Of MEMS 2nd Edition by Chang Liu
Solutions Manual for Foundations Of MEMS 2nd Edition by Chang LiuSolutions Manual for Foundations Of MEMS 2nd Edition by Chang Liu
Solutions Manual for Foundations Of MEMS 2nd Edition by Chang Liu
 
Fixed point theorem in fuzzy metric space with e.a property
Fixed point theorem in fuzzy metric space with e.a propertyFixed point theorem in fuzzy metric space with e.a property
Fixed point theorem in fuzzy metric space with e.a property
 

Similar to Basic terminology description in convex optimization

Usage of Different Matrix Operation for MIMO Communication
Usage of Different Matrix Operation for MIMO CommunicationUsage of Different Matrix Operation for MIMO Communication
Usage of Different Matrix Operation for MIMO CommunicationVARUN KUMAR
 
Quadratic programming (Tool of optimization)
Quadratic programming (Tool of optimization)Quadratic programming (Tool of optimization)
Quadratic programming (Tool of optimization)VARUN KUMAR
 
The Multivariate Gaussian Probability Distribution
The Multivariate Gaussian Probability DistributionThe Multivariate Gaussian Probability Distribution
The Multivariate Gaussian Probability DistributionPedro222284
 
Fixed Point Theorem in Fuzzy Metric Space Using (CLRg) Property
Fixed Point Theorem in Fuzzy Metric Space Using (CLRg) PropertyFixed Point Theorem in Fuzzy Metric Space Using (CLRg) Property
Fixed Point Theorem in Fuzzy Metric Space Using (CLRg) Propertyinventionjournals
 
International Journal of Mathematics and Statistics Invention (IJMSI)
International Journal of Mathematics and Statistics Invention (IJMSI) International Journal of Mathematics and Statistics Invention (IJMSI)
International Journal of Mathematics and Statistics Invention (IJMSI) inventionjournals
 
Newton's Divide and Difference Interpolation
Newton's Divide and Difference InterpolationNewton's Divide and Difference Interpolation
Newton's Divide and Difference InterpolationVARUN KUMAR
 
On fixed point theorem in fuzzy metric spaces
On fixed point theorem in fuzzy metric spacesOn fixed point theorem in fuzzy metric spaces
On fixed point theorem in fuzzy metric spacesAlexander Decker
 
Cubic Spline Interpolation
Cubic Spline InterpolationCubic Spline Interpolation
Cubic Spline InterpolationVARUN KUMAR
 
Developing Expert Voices
Developing Expert VoicesDeveloping Expert Voices
Developing Expert Voicessuzanne
 
Gaussian process in machine learning
Gaussian process in machine learningGaussian process in machine learning
Gaussian process in machine learningVARUN KUMAR
 
MA 243 Calculus III Fall 2015 Dr. E. JacobsAssignmentsTh.docx
MA 243 Calculus III Fall 2015 Dr. E. JacobsAssignmentsTh.docxMA 243 Calculus III Fall 2015 Dr. E. JacobsAssignmentsTh.docx
MA 243 Calculus III Fall 2015 Dr. E. JacobsAssignmentsTh.docxinfantsuk
 
On approximating the Riemannian 1-center
On approximating the Riemannian 1-centerOn approximating the Riemannian 1-center
On approximating the Riemannian 1-centerFrank Nielsen
 
Dynamical systems
Dynamical systemsDynamical systems
Dynamical systemsSpringer
 
Solution set 3
Solution set 3Solution set 3
Solution set 3慧环 赵
 

Similar to Basic terminology description in convex optimization (20)

Usage of Different Matrix Operation for MIMO Communication
Usage of Different Matrix Operation for MIMO CommunicationUsage of Different Matrix Operation for MIMO Communication
Usage of Different Matrix Operation for MIMO Communication
 
Quadratic programming (Tool of optimization)
Quadratic programming (Tool of optimization)Quadratic programming (Tool of optimization)
Quadratic programming (Tool of optimization)
 
final15
final15final15
final15
 
The Multivariate Gaussian Probability Distribution
The Multivariate Gaussian Probability DistributionThe Multivariate Gaussian Probability Distribution
The Multivariate Gaussian Probability Distribution
 
Fixed Point Theorem in Fuzzy Metric Space Using (CLRg) Property
Fixed Point Theorem in Fuzzy Metric Space Using (CLRg) PropertyFixed Point Theorem in Fuzzy Metric Space Using (CLRg) Property
Fixed Point Theorem in Fuzzy Metric Space Using (CLRg) Property
 
International Journal of Mathematics and Statistics Invention (IJMSI)
International Journal of Mathematics and Statistics Invention (IJMSI) International Journal of Mathematics and Statistics Invention (IJMSI)
International Journal of Mathematics and Statistics Invention (IJMSI)
 
Newton's Divide and Difference Interpolation
Newton's Divide and Difference InterpolationNewton's Divide and Difference Interpolation
Newton's Divide and Difference Interpolation
 
On fixed point theorem in fuzzy metric spaces
On fixed point theorem in fuzzy metric spacesOn fixed point theorem in fuzzy metric spaces
On fixed point theorem in fuzzy metric spaces
 
Cubic Spline Interpolation
Cubic Spline InterpolationCubic Spline Interpolation
Cubic Spline Interpolation
 
Developing Expert Voices
Developing Expert VoicesDeveloping Expert Voices
Developing Expert Voices
 
Metodo gauss_newton.pdf
Metodo gauss_newton.pdfMetodo gauss_newton.pdf
Metodo gauss_newton.pdf
 
Gaussian process in machine learning
Gaussian process in machine learningGaussian process in machine learning
Gaussian process in machine learning
 
Berans qm overview
Berans qm overviewBerans qm overview
Berans qm overview
 
MA 243 Calculus III Fall 2015 Dr. E. JacobsAssignmentsTh.docx
MA 243 Calculus III Fall 2015 Dr. E. JacobsAssignmentsTh.docxMA 243 Calculus III Fall 2015 Dr. E. JacobsAssignmentsTh.docx
MA 243 Calculus III Fall 2015 Dr. E. JacobsAssignmentsTh.docx
 
On approximating the Riemannian 1-center
On approximating the Riemannian 1-centerOn approximating the Riemannian 1-center
On approximating the Riemannian 1-center
 
Dynamical systems
Dynamical systemsDynamical systems
Dynamical systems
 
Maths05
Maths05Maths05
Maths05
 
Solution set 3
Solution set 3Solution set 3
Solution set 3
 
02_AJMS_186_19_RA.pdf
02_AJMS_186_19_RA.pdf02_AJMS_186_19_RA.pdf
02_AJMS_186_19_RA.pdf
 
02_AJMS_186_19_RA.pdf
02_AJMS_186_19_RA.pdf02_AJMS_186_19_RA.pdf
02_AJMS_186_19_RA.pdf
 

More from VARUN KUMAR

Distributed rc Model
Distributed rc ModelDistributed rc Model
Distributed rc ModelVARUN KUMAR
 
Electrical Wire Model
Electrical Wire ModelElectrical Wire Model
Electrical Wire ModelVARUN KUMAR
 
Interconnect Parameter in Digital VLSI Design
Interconnect Parameter in Digital VLSI DesignInterconnect Parameter in Digital VLSI Design
Interconnect Parameter in Digital VLSI DesignVARUN KUMAR
 
Introduction to Digital VLSI Design
Introduction to Digital VLSI DesignIntroduction to Digital VLSI Design
Introduction to Digital VLSI DesignVARUN KUMAR
 
Challenges of Massive MIMO System
Challenges of Massive MIMO SystemChallenges of Massive MIMO System
Challenges of Massive MIMO SystemVARUN KUMAR
 
E-democracy or Digital Democracy
E-democracy or Digital DemocracyE-democracy or Digital Democracy
E-democracy or Digital DemocracyVARUN KUMAR
 
Ethics of Parasitic Computing
Ethics of Parasitic ComputingEthics of Parasitic Computing
Ethics of Parasitic ComputingVARUN KUMAR
 
Action Lines of Geneva Plan of Action
Action Lines of Geneva Plan of ActionAction Lines of Geneva Plan of Action
Action Lines of Geneva Plan of ActionVARUN KUMAR
 
Geneva Plan of Action
Geneva Plan of ActionGeneva Plan of Action
Geneva Plan of ActionVARUN KUMAR
 
Fair Use in the Electronic Age
Fair Use in the Electronic AgeFair Use in the Electronic Age
Fair Use in the Electronic AgeVARUN KUMAR
 
Software as a Property
Software as a PropertySoftware as a Property
Software as a PropertyVARUN KUMAR
 
Orthogonal Polynomial
Orthogonal PolynomialOrthogonal Polynomial
Orthogonal PolynomialVARUN KUMAR
 
Patent Protection
Patent ProtectionPatent Protection
Patent ProtectionVARUN KUMAR
 
Copyright Vs Patent and Trade Secrecy Law
Copyright Vs Patent and Trade Secrecy LawCopyright Vs Patent and Trade Secrecy Law
Copyright Vs Patent and Trade Secrecy LawVARUN KUMAR
 
Property Right and Software
Property Right and SoftwareProperty Right and Software
Property Right and SoftwareVARUN KUMAR
 
Investigating Data Trials
Investigating Data TrialsInvestigating Data Trials
Investigating Data TrialsVARUN KUMAR
 
Gaussian Numerical Integration
Gaussian Numerical IntegrationGaussian Numerical Integration
Gaussian Numerical IntegrationVARUN KUMAR
 
Censorship and Controversy
Censorship and ControversyCensorship and Controversy
Censorship and ControversyVARUN KUMAR
 
Romberg's Integration
Romberg's IntegrationRomberg's Integration
Romberg's IntegrationVARUN KUMAR
 
Introduction to Censorship
Introduction to Censorship Introduction to Censorship
Introduction to Censorship VARUN KUMAR
 

More from VARUN KUMAR (20)

Distributed rc Model
Distributed rc ModelDistributed rc Model
Distributed rc Model
 
Electrical Wire Model
Electrical Wire ModelElectrical Wire Model
Electrical Wire Model
 
Interconnect Parameter in Digital VLSI Design
Interconnect Parameter in Digital VLSI DesignInterconnect Parameter in Digital VLSI Design
Interconnect Parameter in Digital VLSI Design
 
Introduction to Digital VLSI Design
Introduction to Digital VLSI DesignIntroduction to Digital VLSI Design
Introduction to Digital VLSI Design
 
Challenges of Massive MIMO System
Challenges of Massive MIMO SystemChallenges of Massive MIMO System
Challenges of Massive MIMO System
 
E-democracy or Digital Democracy
E-democracy or Digital DemocracyE-democracy or Digital Democracy
E-democracy or Digital Democracy
 
Ethics of Parasitic Computing
Ethics of Parasitic ComputingEthics of Parasitic Computing
Ethics of Parasitic Computing
 
Action Lines of Geneva Plan of Action
Action Lines of Geneva Plan of ActionAction Lines of Geneva Plan of Action
Action Lines of Geneva Plan of Action
 
Geneva Plan of Action
Geneva Plan of ActionGeneva Plan of Action
Geneva Plan of Action
 
Fair Use in the Electronic Age
Fair Use in the Electronic AgeFair Use in the Electronic Age
Fair Use in the Electronic Age
 
Software as a Property
Software as a PropertySoftware as a Property
Software as a Property
 
Orthogonal Polynomial
Orthogonal PolynomialOrthogonal Polynomial
Orthogonal Polynomial
 
Patent Protection
Patent ProtectionPatent Protection
Patent Protection
 
Copyright Vs Patent and Trade Secrecy Law
Copyright Vs Patent and Trade Secrecy LawCopyright Vs Patent and Trade Secrecy Law
Copyright Vs Patent and Trade Secrecy Law
 
Property Right and Software
Property Right and SoftwareProperty Right and Software
Property Right and Software
 
Investigating Data Trials
Investigating Data TrialsInvestigating Data Trials
Investigating Data Trials
 
Gaussian Numerical Integration
Gaussian Numerical IntegrationGaussian Numerical Integration
Gaussian Numerical Integration
 
Censorship and Controversy
Censorship and ControversyCensorship and Controversy
Censorship and Controversy
 
Romberg's Integration
Romberg's IntegrationRomberg's Integration
Romberg's Integration
 
Introduction to Censorship
Introduction to Censorship Introduction to Censorship
Introduction to Censorship
 

Recently uploaded

Unit 1 - Soil Classification and Compaction.pdf
Unit 1 - Soil Classification and Compaction.pdfUnit 1 - Soil Classification and Compaction.pdf
Unit 1 - Soil Classification and Compaction.pdfRagavanV2
 
Thermal Engineering -unit - III & IV.ppt
Thermal Engineering -unit - III & IV.pptThermal Engineering -unit - III & IV.ppt
Thermal Engineering -unit - III & IV.pptDineshKumar4165
 
Double rodded leveling 1 pdf activity 01
Double rodded leveling 1 pdf activity 01Double rodded leveling 1 pdf activity 01
Double rodded leveling 1 pdf activity 01KreezheaRecto
 
Booking open Available Pune Call Girls Pargaon 6297143586 Call Hot Indian Gi...
Booking open Available Pune Call Girls Pargaon  6297143586 Call Hot Indian Gi...Booking open Available Pune Call Girls Pargaon  6297143586 Call Hot Indian Gi...
Booking open Available Pune Call Girls Pargaon 6297143586 Call Hot Indian Gi...Call Girls in Nagpur High Profile
 
Call Girls Wakad Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Wakad Call Me 7737669865 Budget Friendly No Advance BookingCall Girls Wakad Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Wakad Call Me 7737669865 Budget Friendly No Advance Bookingroncy bisnoi
 
Double Revolving field theory-how the rotor develops torque
Double Revolving field theory-how the rotor develops torqueDouble Revolving field theory-how the rotor develops torque
Double Revolving field theory-how the rotor develops torqueBhangaleSonal
 
Thermal Engineering Unit - I & II . ppt
Thermal Engineering  Unit - I & II . pptThermal Engineering  Unit - I & II . ppt
Thermal Engineering Unit - I & II . pptDineshKumar4165
 
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXssuser89054b
 
University management System project report..pdf
University management System project report..pdfUniversity management System project report..pdf
University management System project report..pdfKamal Acharya
 
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...SUHANI PANDEY
 
BSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptx
BSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptxBSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptx
BSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptxfenichawla
 
Unleashing the Power of the SORA AI lastest leap
Unleashing the Power of the SORA AI lastest leapUnleashing the Power of the SORA AI lastest leap
Unleashing the Power of the SORA AI lastest leapRishantSharmaFr
 
Call Girls In Bangalore ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Bangalore ☎ 7737669865 🥵 Book Your One night StandCall Girls In Bangalore ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Bangalore ☎ 7737669865 🥵 Book Your One night Standamitlee9823
 
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...ranjana rawat
 
Intze Overhead Water Tank Design by Working Stress - IS Method.pdf
Intze Overhead Water Tank  Design by Working Stress - IS Method.pdfIntze Overhead Water Tank  Design by Working Stress - IS Method.pdf
Intze Overhead Water Tank Design by Working Stress - IS Method.pdfSuman Jyoti
 
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Call Girls in Nagpur High Profile
 
notes on Evolution Of Analytic Scalability.ppt
notes on Evolution Of Analytic Scalability.pptnotes on Evolution Of Analytic Scalability.ppt
notes on Evolution Of Analytic Scalability.pptMsecMca
 

Recently uploaded (20)

Unit 1 - Soil Classification and Compaction.pdf
Unit 1 - Soil Classification and Compaction.pdfUnit 1 - Soil Classification and Compaction.pdf
Unit 1 - Soil Classification and Compaction.pdf
 
Thermal Engineering -unit - III & IV.ppt
Thermal Engineering -unit - III & IV.pptThermal Engineering -unit - III & IV.ppt
Thermal Engineering -unit - III & IV.ppt
 
Double rodded leveling 1 pdf activity 01
Double rodded leveling 1 pdf activity 01Double rodded leveling 1 pdf activity 01
Double rodded leveling 1 pdf activity 01
 
Booking open Available Pune Call Girls Pargaon 6297143586 Call Hot Indian Gi...
Booking open Available Pune Call Girls Pargaon  6297143586 Call Hot Indian Gi...Booking open Available Pune Call Girls Pargaon  6297143586 Call Hot Indian Gi...
Booking open Available Pune Call Girls Pargaon 6297143586 Call Hot Indian Gi...
 
Call Girls Wakad Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Wakad Call Me 7737669865 Budget Friendly No Advance BookingCall Girls Wakad Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Wakad Call Me 7737669865 Budget Friendly No Advance Booking
 
Call Now ≽ 9953056974 ≼🔝 Call Girls In New Ashok Nagar ≼🔝 Delhi door step de...
Call Now ≽ 9953056974 ≼🔝 Call Girls In New Ashok Nagar  ≼🔝 Delhi door step de...Call Now ≽ 9953056974 ≼🔝 Call Girls In New Ashok Nagar  ≼🔝 Delhi door step de...
Call Now ≽ 9953056974 ≼🔝 Call Girls In New Ashok Nagar ≼🔝 Delhi door step de...
 
Double Revolving field theory-how the rotor develops torque
Double Revolving field theory-how the rotor develops torqueDouble Revolving field theory-how the rotor develops torque
Double Revolving field theory-how the rotor develops torque
 
Thermal Engineering Unit - I & II . ppt
Thermal Engineering  Unit - I & II . pptThermal Engineering  Unit - I & II . ppt
Thermal Engineering Unit - I & II . ppt
 
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
 
Roadmap to Membership of RICS - Pathways and Routes
Roadmap to Membership of RICS - Pathways and RoutesRoadmap to Membership of RICS - Pathways and Routes
Roadmap to Membership of RICS - Pathways and Routes
 
University management System project report..pdf
University management System project report..pdfUniversity management System project report..pdf
University management System project report..pdf
 
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...
 
BSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptx
BSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptxBSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptx
BSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptx
 
NFPA 5000 2024 standard .
NFPA 5000 2024 standard                                  .NFPA 5000 2024 standard                                  .
NFPA 5000 2024 standard .
 
Unleashing the Power of the SORA AI lastest leap
Unleashing the Power of the SORA AI lastest leapUnleashing the Power of the SORA AI lastest leap
Unleashing the Power of the SORA AI lastest leap
 
Call Girls In Bangalore ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Bangalore ☎ 7737669865 🥵 Book Your One night StandCall Girls In Bangalore ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Bangalore ☎ 7737669865 🥵 Book Your One night Stand
 
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
 
Intze Overhead Water Tank Design by Working Stress - IS Method.pdf
Intze Overhead Water Tank  Design by Working Stress - IS Method.pdfIntze Overhead Water Tank  Design by Working Stress - IS Method.pdf
Intze Overhead Water Tank Design by Working Stress - IS Method.pdf
 
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
 
notes on Evolution Of Analytic Scalability.ppt
notes on Evolution Of Analytic Scalability.pptnotes on Evolution Of Analytic Scalability.ppt
notes on Evolution Of Analytic Scalability.ppt
 

Basic terminology description in convex optimization

  • 1. Basic Terminology Description in Convex Optimization Domain: Applied Mathematics Dr. Varun Kumar Domain: Applied Mathematics Dr. Varun Kumar (IIIT Surat)Dr. Varun Kumar 1 / 14
  • 2. Outlines 1 Introduction to Null Space of a Matrix 2 Introduction to Convex Set and Affine Set 3 Introduction to Half Space and Hyper Plane 4 Introduction to Norm and Norm Ball 5 Practical Application of Ellipse and Ellipsoid 6 References Domain: Applied Mathematics Dr. Varun Kumar (IIIT Surat)Dr. Varun Kumar 2 / 14
  • 3. Null space of a matrix Let A ∈ Rm×n is a matrix of size m × n. Let a vector space ¯x exist in such a way that N(A) = Ax = 0m×1 where N(A) is a null space of matrix. Note : ⇒ Basically, null space is a vector space. ⇒ Let x1, x2 ∈ N(A). It means that Ax1 = 0 and Ax2 = 0. ⇒ Linear combination of vector space, i.e αx1 + βx2 ∈ N(A) ⇒ αx1 + βx2 ∈ N(A) ⇒ A(αx1 + βx2) ⇒ αAx1 + βAx2 = 0 Domain: Applied Mathematics Dr. Varun Kumar (IIIT Surat)Dr. Varun Kumar 3 / 14
  • 4. Introduction to convex set Let ¯x1 and ¯x2 are the two points in n − dimensional space then the line segment can be expressed as ¯z = θ ¯x1 + (1 − θ) ¯x2 ∀ 0 ≤ θ ≤ 1 Convex set: For any ¯x1, ¯x2 ∈ S, then the entire line segment between ¯x1 and ¯x2 ∈ S Domain: Applied Mathematics Dr. Varun Kumar (IIIT Surat)Dr. Varun Kumar 4 / 14
  • 5. Example Convex combination: Let x1, x2, ..., xk are k points in n − dimensional signal space then θ1x1 + θ2x2 + .... + θkxk ∀ 0 ≤ θ1, θ2, ..., θk ≤ 1 and θ1 + θ2 + ... + θk = 1 Convex hull The region which complete the non-convex set into convex set is called as convex hull. Domain: Applied Mathematics Dr. Varun Kumar (IIIT Surat)Dr. Varun Kumar 5 / 14
  • 6. Continued– Affine set : Let ¯x1 and ¯x2 are two points such that, ¯x1, ¯x2 ∈ S then the entire line joining these two points also belongs to S . Here, the set S is called as affine set. Mathematical Description: θx1 + (1 − θ)x2 ∀ θ Domain: Applied Mathematics Dr. Varun Kumar (IIIT Surat)Dr. Varun Kumar 6 / 14
  • 7. Continued– Graphical representation of convex and affine set Note: ⇒ Convex set is the special case of affine set. ⇒ It may be non-convex. Example : Consider a line in 2D is 4x1 + 5x2 = 20 Domain: Applied Mathematics Dr. Varun Kumar (IIIT Surat)Dr. Varun Kumar 7 / 14
  • 8. Example Half spaces : Here, a line divides the plane into two region, these two regions are called as half spaces, i.e 4x1 + 5x2 < 20 and 4x1 + 5x2 > 20. Note : Half spaces are always convex, they may or may not be affine. ⇒ Let k number of points lies in the n-dimensional space, such that a1x1 + a2x2 + ... + akxk = b ⇒ aT x = b → Hyper plane Domain: Applied Mathematics Dr. Varun Kumar (IIIT Surat)Dr. Varun Kumar 8 / 14
  • 9. Introduction to norm where a = [a1, a2, ..., ak]T and x = [x1, x2, ..., xk]T ⇒ Hyper plane divides the n- dimensional plane into two region, i.e aTx > b and aTx < b. ⇒ Half spaces and hyper plane both are convex. Introduction to norm Let x1, x2,....xk be the elements of vector x. Mathematically, pth order norm can be expressed as lp = k i=1 xp i 1 p Example: l1 = |x1| + |x2| + ... + |xk| → First order norm l2 = |x1|2 + |x2|2 + ... + |xk|2 Second order/Euclidean norm Domain: Applied Mathematics Dr. Varun Kumar (IIIT Surat)Dr. Varun Kumar 9 / 14
  • 10. Graphical representation l∞ = max{|x1|, ..., |xk|} As per the norms definition: l1 > l2 > .... > l∞ Let (x1, x2) is a co-ordinate point in Cartesian co-ordinate system, where x1 > x2 is shown in above figure. Hence, l1 = x1 + x2 → Sum of two sides of a triangle. l2 = x2 1 + x2 2 Euclidean distance of point (x1, x2) from origin. l∞ = max{x1, x2} = x1 Larger distance either in x or y axis from origin. Domain: Applied Mathematics Dr. Varun Kumar (IIIT Surat)Dr. Varun Kumar 10 / 14
  • 11. Norm ball or Euclidean ball Case 1: In case of two dimensional plane, let ¯x = [x1, x2] then its l2 norm represents the interior of the circle. Mathematically, ¯x < rc ⇒ rc = Radius of circle Case 2: In case of n-dimensional plane, let ¯x = [x1, x2, ....xk] then its l2 norm represents the interior of the sphere. Mathematically, ¯x < rs ⇒ rs = Radius of sphere Domain: Applied Mathematics Dr. Varun Kumar (IIIT Surat)Dr. Varun Kumar 11 / 14
  • 12. Practical application of ellipse and ellipsoid Mathematical description Case 1: In case of 2D plane, where any point is interior to the ellipse x2 1 a2 + x2 2 b2 ≤ 1 ⇒ [x1, x2] 1 a 0 0 1 b 1 a 0 0 1 b x1 x2 ≤ 1 (1) Let A = a 0 0 b and ¯x = [x1, x2]T Domain: Applied Mathematics Dr. Varun Kumar (IIIT Surat)Dr. Varun Kumar 12 / 14
  • 13. Continued– From (1), it is clear that ¯xT (A−1 )T A− 1x ≤ 1 ⇒ (A−1 x)T (A−1 x) ≤ 1 (2) From (2), uTu = u 2, considering u = A−1x Case 2: In case of n-dimensional signal, i.e ¯x = [x1, x2, ...., xk]T , when points are interior to an ellipsoid, x2 1 a2 1 + x2 2 a2 2 + ..... + x2 k a2 k ≤ 1 (3) In this case, A = diag(a1, a2, ....ak) and ¯xT (A−1 )T A− 1x ≤ 1 ⇒ (A−1 x)T (A−1 x) ≤ 1 (4) Domain: Applied Mathematics Dr. Varun Kumar (IIIT Surat)Dr. Varun Kumar 13 / 14
  • 14. References J. Navarro, “A very simple proof of the multivariate chebyshev’s inequality,” Communications in Statistics-Theory and Methods, vol. 45, no. 12, pp. 3458–3463, 2016. M. I. Jordan and T. M. Mitchell, “Machine learning: Trends, perspectives, and prospects,” Science, vol. 349, no. 6245, pp. 255–260, 2015. Domain: Applied Mathematics Dr. Varun Kumar (IIIT Surat)Dr. Varun Kumar 14 / 14