SlideShare a Scribd company logo
1 of 22
Linear Algebra and Vector Analysis
Department of Computer Science and
Engineering (CSE)
Group -8
A Presentation On
MATHEMATICS SOLUTION USING C
PROGRAM
Introducing Group
Md. Anowar Hossen
213002189
Shawon Reza
213002135
Sajibul Islam
213002134
Kazi Nur Ali
213002130
Ryan Hasan Sunny
212002183
Mahmudul Hasan
213002198
Course teacher:
Jakia Sultana
Senior Lecturer Dept. of CSE
Green University of Bangladesh
Table of contents
Topic-5
Topic-6
Topic-1
Topic-3
Topic-2
Topic-4
Topic-7
Topic-
8
C Program
Polynomial Function
Encode Decode
Conclusions
History
Introduction
Relation between mathematics and C program
Gaussian Elimination
Introduction
In this presentation we will discuss about how we can solve linear
equation by computer programming language.
History
In 1844 Hermann Grassmann published his
"Theory of Extension" which included
foundational new topics of what is today called
linear algebra.
Vector calculus and its sub objective Vector
Fields was invented by two men J. Willard
Gibbs and Oliver Heaviside at the end of the
19th century.
Linear Algebra
The branch of mathematics that deals with vectors,
matrices, finite or infinite dimensions as well as a
linear mapping between such spaces is defined as
linear algebra.
Linear algebra can be categorized into three branches depending upon the level
of difficulty and the kind of topics that are encompassed within each.
These are :
1. elementary
2. advanced and
3. applied linear algebra.
Each branch covers different aspects of matrices, vectors, and linear functions.
Linear algebra and its
application
Linear algebra is used in almost every field. Simple algorithms also make
use of linear algebra topics such as matrices. Some of the applications of
linear algebra are given as follows:
• Signal processing
• Linear programming
• Computer Science
• Prediction Algorithms
Relation between mathematics
and PrograMmING LANGUAGE
What is the relationship between mathematics and
programming?
The answer to that “how?” is very simple: Coding.
Math and coding are deeply related, and when teaching our
students how to code, we are -at the same time- delivering
mathematical content, and a way of thinking that they can
use, later on, while calculating something specific in their
math class.
Problem 1:
Determine the coefficients of the given
polynomial:
P(x)=a0+a1x+a2x
2
Whose graph passes through the points
(1, 4), (4,11) and (6, last two digit of your
name(EX:
A=1)). Also plot the function using
MATLAB command (having proper title, x
and y axis
notation).
Last two digit of my name id = 18
So the polynomial graph passes through the point (1,4),(4,11),(6,18)
Polynomial equation P(x)=a0+a1x+a2x^2.
Substituting, x=1,4,6
P(1) = a0 + a1(1) + a2(1)2=a0+a1+2a2
P(4) = a0+a1(4) + a2(4)2=a0+4a1+16a2
P(6) = a0 + a1(6) + a2(6)2=a0+6a1+36a2
Here is the graph:
OUTPUT/RESULT
Final equation:0.23x^{2}+1.17x+2.60
Question--2
Using suitable
command encode
the message “Do
Yourself Perfectly”
by using matrix A
given below:
A = [1 2
1 3]
Code FOr Problem: 2
Question--3
The wonderland
Amusement Park’s main
attractions are the bumpy
car ride and the Ferris
wheel. A group took the
bumpy car ride at $10 per
child and $6 per adult for
a total of $90.
Then, they took the Ferris
wheel at $3 per child and
$5 per adult for a total of
$70. How many
children and adult were
there in the group?
Here is Code for Problem 3
Solution
Conclusions
By solving this type of math. Now, we will be
able to solve different types of mathematical
problem in computer programming language
and also implement in our real life.
CREDITS: This presentation template was created by Slidesgo,
including icons by Flaticon, infographics & images by Freepik
Do you have any questions?

More Related Content

What's hot

Graph theory in network system
Graph theory in network systemGraph theory in network system
Graph theory in network systemManikanta satyala
 
Applications of graphs
Applications of graphsApplications of graphs
Applications of graphsTech_MX
 
Robin j. wilson, introduction to graph theory
Robin j. wilson, introduction to graph theoryRobin j. wilson, introduction to graph theory
Robin j. wilson, introduction to graph theoryTran (Dalat)
 
Graph Theory Introduction
Graph Theory IntroductionGraph Theory Introduction
Graph Theory IntroductionMANISH T I
 
Slides Chapter10.1 10.2
Slides Chapter10.1 10.2Slides Chapter10.1 10.2
Slides Chapter10.1 10.2showslidedump
 
Introduction to Graph Theory
Introduction to Graph TheoryIntroduction to Graph Theory
Introduction to Graph Theory Kazi Md. Saidul
 
Introduction to Graph Theory
Introduction to Graph TheoryIntroduction to Graph Theory
Introduction to Graph TheoryYosuke Mizutani
 
CS6702 graph theory and applications notes pdf book
CS6702 graph theory and applications notes pdf bookCS6702 graph theory and applications notes pdf book
CS6702 graph theory and applications notes pdf bookappasami
 
Introduction to Graph and Graph Coloring
Introduction to Graph and Graph Coloring Introduction to Graph and Graph Coloring
Introduction to Graph and Graph Coloring Darwish Ahmad
 
Cs6702 graph theory and applications 2 marks questions and answers
Cs6702 graph theory and applications 2 marks questions and answersCs6702 graph theory and applications 2 marks questions and answers
Cs6702 graph theory and applications 2 marks questions and answersappasami
 
Graph theory and life
Graph theory and lifeGraph theory and life
Graph theory and lifeMilan Joshi
 
Edge Coloring & K-tuple coloring
Edge Coloring & K-tuple coloringEdge Coloring & K-tuple coloring
Edge Coloring & K-tuple coloringDr. Abdul Ahad Abro
 
Graph Coloring and Its Implementation
Graph Coloring and Its ImplementationGraph Coloring and Its Implementation
Graph Coloring and Its ImplementationIJARIIT
 

What's hot (20)

Graph theory in network system
Graph theory in network systemGraph theory in network system
Graph theory in network system
 
Applications of graphs
Applications of graphsApplications of graphs
Applications of graphs
 
Robin j. wilson, introduction to graph theory
Robin j. wilson, introduction to graph theoryRobin j. wilson, introduction to graph theory
Robin j. wilson, introduction to graph theory
 
Graph Theory Introduction
Graph Theory IntroductionGraph Theory Introduction
Graph Theory Introduction
 
Slides Chapter10.1 10.2
Slides Chapter10.1 10.2Slides Chapter10.1 10.2
Slides Chapter10.1 10.2
 
graph theory
graph theory graph theory
graph theory
 
Introduction to Graph Theory
Introduction to Graph TheoryIntroduction to Graph Theory
Introduction to Graph Theory
 
Graphs - Discrete Math
Graphs - Discrete MathGraphs - Discrete Math
Graphs - Discrete Math
 
Introduction to Graph Theory
Introduction to Graph TheoryIntroduction to Graph Theory
Introduction to Graph Theory
 
Graph coloring
Graph coloringGraph coloring
Graph coloring
 
CS6702 graph theory and applications notes pdf book
CS6702 graph theory and applications notes pdf bookCS6702 graph theory and applications notes pdf book
CS6702 graph theory and applications notes pdf book
 
Introduction to Graph and Graph Coloring
Introduction to Graph and Graph Coloring Introduction to Graph and Graph Coloring
Introduction to Graph and Graph Coloring
 
Graph theory
Graph  theoryGraph  theory
Graph theory
 
Graph theory
Graph theoryGraph theory
Graph theory
 
Cs6702 graph theory and applications 2 marks questions and answers
Cs6702 graph theory and applications 2 marks questions and answersCs6702 graph theory and applications 2 marks questions and answers
Cs6702 graph theory and applications 2 marks questions and answers
 
Graph theory
Graph theoryGraph theory
Graph theory
 
Graph theory and life
Graph theory and lifeGraph theory and life
Graph theory and life
 
Graph theory
Graph theoryGraph theory
Graph theory
 
Edge Coloring & K-tuple coloring
Edge Coloring & K-tuple coloringEdge Coloring & K-tuple coloring
Edge Coloring & K-tuple coloring
 
Graph Coloring and Its Implementation
Graph Coloring and Its ImplementationGraph Coloring and Its Implementation
Graph Coloring and Its Implementation
 

Similar to Linear algebra and vector analysis presentation

APLICACIONES DE ESPACIOS Y SUBESPACIOS VECTORIALES EN LA CARRERA DE ELECTRÓNI...
APLICACIONES DE ESPACIOS Y SUBESPACIOS VECTORIALES EN LA CARRERA DE ELECTRÓNI...APLICACIONES DE ESPACIOS Y SUBESPACIOS VECTORIALES EN LA CARRERA DE ELECTRÓNI...
APLICACIONES DE ESPACIOS Y SUBESPACIOS VECTORIALES EN LA CARRERA DE ELECTRÓNI...GersonMendoza15
 
Sample Lesson Plan for College Algebra
Sample Lesson Plan for College Algebra Sample Lesson Plan for College Algebra
Sample Lesson Plan for College Algebra Tariqul Islam
 
Teaching Mathematics Concepts via Computer Algebra Systems
Teaching Mathematics Concepts via Computer Algebra SystemsTeaching Mathematics Concepts via Computer Algebra Systems
Teaching Mathematics Concepts via Computer Algebra Systemsinventionjournals
 
5HBC: How to Graph Implicit Relations Intro Packet!
5HBC: How to Graph Implicit Relations Intro Packet!5HBC: How to Graph Implicit Relations Intro Packet!
5HBC: How to Graph Implicit Relations Intro Packet!A Jorge Garcia
 
Computer Graphics in Java and Scala - Part 1
Computer Graphics in Java and Scala - Part 1Computer Graphics in Java and Scala - Part 1
Computer Graphics in Java and Scala - Part 1Philip Schwarz
 
Aplicaciones de espacios y subespacios vectoriales en la carrera de tecnologi...
Aplicaciones de espacios y subespacios vectoriales en la carrera de tecnologi...Aplicaciones de espacios y subespacios vectoriales en la carrera de tecnologi...
Aplicaciones de espacios y subespacios vectoriales en la carrera de tecnologi...ERIKAMARIAGUDIOSANTA
 
Ib mathematics hl
Ib mathematics hlIb mathematics hl
Ib mathematics hlRoss
 
Lesson plan 6 (23 11-2010)
Lesson plan 6 (23 11-2010)Lesson plan 6 (23 11-2010)
Lesson plan 6 (23 11-2010)itachihei
 
A New Method To Solve Assignment Models
A New Method To Solve Assignment ModelsA New Method To Solve Assignment Models
A New Method To Solve Assignment ModelsAndrea Porter
 
March 31, 2014
March 31, 2014March 31, 2014
March 31, 2014khyps13
 
STA003_WK2_L.pptx
STA003_WK2_L.pptxSTA003_WK2_L.pptx
STA003_WK2_L.pptxMAmir23
 
STA003_WK2_L.pdf
STA003_WK2_L.pdfSTA003_WK2_L.pdf
STA003_WK2_L.pdfMAmir23
 
Ib math slsummerassignment2014
Ib math slsummerassignment2014Ib math slsummerassignment2014
Ib math slsummerassignment2014Michelle Eff
 
Setting linear algebra problems
Setting linear algebra problemsSetting linear algebra problems
Setting linear algebra problemsJB Online
 
Honor's portfolio graphic organizer
Honor's portfolio graphic organizerHonor's portfolio graphic organizer
Honor's portfolio graphic organizerbbwilks
 

Similar to Linear algebra and vector analysis presentation (20)

APLICACIONES DE ESPACIOS Y SUBESPACIOS VECTORIALES EN LA CARRERA DE ELECTRÓNI...
APLICACIONES DE ESPACIOS Y SUBESPACIOS VECTORIALES EN LA CARRERA DE ELECTRÓNI...APLICACIONES DE ESPACIOS Y SUBESPACIOS VECTORIALES EN LA CARRERA DE ELECTRÓNI...
APLICACIONES DE ESPACIOS Y SUBESPACIOS VECTORIALES EN LA CARRERA DE ELECTRÓNI...
 
Sample Lesson Plan for College Algebra
Sample Lesson Plan for College Algebra Sample Lesson Plan for College Algebra
Sample Lesson Plan for College Algebra
 
Teaching Mathematics Concepts via Computer Algebra Systems
Teaching Mathematics Concepts via Computer Algebra SystemsTeaching Mathematics Concepts via Computer Algebra Systems
Teaching Mathematics Concepts via Computer Algebra Systems
 
5HBC: How to Graph Implicit Relations Intro Packet!
5HBC: How to Graph Implicit Relations Intro Packet!5HBC: How to Graph Implicit Relations Intro Packet!
5HBC: How to Graph Implicit Relations Intro Packet!
 
Computer Graphics in Java and Scala - Part 1
Computer Graphics in Java and Scala - Part 1Computer Graphics in Java and Scala - Part 1
Computer Graphics in Java and Scala - Part 1
 
Aplicaciones de espacios y subespacios vectoriales en la carrera de tecnologi...
Aplicaciones de espacios y subespacios vectoriales en la carrera de tecnologi...Aplicaciones de espacios y subespacios vectoriales en la carrera de tecnologi...
Aplicaciones de espacios y subespacios vectoriales en la carrera de tecnologi...
 
Ib mathematics hl
Ib mathematics hlIb mathematics hl
Ib mathematics hl
 
Lesson plan 6 (23 11-2010)
Lesson plan 6 (23 11-2010)Lesson plan 6 (23 11-2010)
Lesson plan 6 (23 11-2010)
 
Lecture50
Lecture50Lecture50
Lecture50
 
A New Method To Solve Assignment Models
A New Method To Solve Assignment ModelsA New Method To Solve Assignment Models
A New Method To Solve Assignment Models
 
March 31, 2014
March 31, 2014March 31, 2014
March 31, 2014
 
STA003_WK2_L.pptx
STA003_WK2_L.pptxSTA003_WK2_L.pptx
STA003_WK2_L.pptx
 
STA003_WK2_L.pdf
STA003_WK2_L.pdfSTA003_WK2_L.pdf
STA003_WK2_L.pdf
 
Ib math slsummerassignment2014
Ib math slsummerassignment2014Ib math slsummerassignment2014
Ib math slsummerassignment2014
 
Setting linear algebra problems
Setting linear algebra problemsSetting linear algebra problems
Setting linear algebra problems
 
Backtraking pic&def
Backtraking pic&defBacktraking pic&def
Backtraking pic&def
 
1641
16411641
1641
 
Bq25399403
Bq25399403Bq25399403
Bq25399403
 
1560 mathematics for economists
1560 mathematics for economists1560 mathematics for economists
1560 mathematics for economists
 
Honor's portfolio graphic organizer
Honor's portfolio graphic organizerHonor's portfolio graphic organizer
Honor's portfolio graphic organizer
 

Recently uploaded

VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130Suhani Kapoor
 
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxJoão Esperancinha
 
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escortsranjana rawat
 
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...Call Girls in Nagpur High Profile
 
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).pptssuser5c9d4b1
 
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...RajaP95
 
Introduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxIntroduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxupamatechverse
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Dr.Costas Sachpazis
 
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...ranjana rawat
 
(TARA) Talegaon Dabhade Call Girls Just Call 7001035870 [ Cash on Delivery ] ...
(TARA) Talegaon Dabhade Call Girls Just Call 7001035870 [ Cash on Delivery ] ...(TARA) Talegaon Dabhade Call Girls Just Call 7001035870 [ Cash on Delivery ] ...
(TARA) Talegaon Dabhade Call Girls Just Call 7001035870 [ Cash on Delivery ] ...ranjana rawat
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVRajaP95
 
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
Coefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxCoefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxAsutosh Ranjan
 
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSMANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSSIVASHANKAR N
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxpurnimasatapathy1234
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSKurinjimalarL3
 

Recently uploaded (20)

VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
 
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
 
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
 
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
 
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
 
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINEDJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
 
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
 
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
 
Introduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxIntroduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptx
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
 
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
 
(TARA) Talegaon Dabhade Call Girls Just Call 7001035870 [ Cash on Delivery ] ...
(TARA) Talegaon Dabhade Call Girls Just Call 7001035870 [ Cash on Delivery ] ...(TARA) Talegaon Dabhade Call Girls Just Call 7001035870 [ Cash on Delivery ] ...
(TARA) Talegaon Dabhade Call Girls Just Call 7001035870 [ Cash on Delivery ] ...
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
 
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCRCall Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
 
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
 
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
Coefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxCoefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptx
 
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSMANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptx
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
 

Linear algebra and vector analysis presentation

  • 1. Linear Algebra and Vector Analysis Department of Computer Science and Engineering (CSE) Group -8
  • 2. A Presentation On MATHEMATICS SOLUTION USING C PROGRAM
  • 3. Introducing Group Md. Anowar Hossen 213002189 Shawon Reza 213002135 Sajibul Islam 213002134 Kazi Nur Ali 213002130 Ryan Hasan Sunny 212002183 Mahmudul Hasan 213002198 Course teacher: Jakia Sultana Senior Lecturer Dept. of CSE Green University of Bangladesh
  • 4. Table of contents Topic-5 Topic-6 Topic-1 Topic-3 Topic-2 Topic-4 Topic-7 Topic- 8 C Program Polynomial Function Encode Decode Conclusions History Introduction Relation between mathematics and C program Gaussian Elimination
  • 5. Introduction In this presentation we will discuss about how we can solve linear equation by computer programming language.
  • 6. History In 1844 Hermann Grassmann published his "Theory of Extension" which included foundational new topics of what is today called linear algebra. Vector calculus and its sub objective Vector Fields was invented by two men J. Willard Gibbs and Oliver Heaviside at the end of the 19th century.
  • 7. Linear Algebra The branch of mathematics that deals with vectors, matrices, finite or infinite dimensions as well as a linear mapping between such spaces is defined as linear algebra.
  • 8. Linear algebra can be categorized into three branches depending upon the level of difficulty and the kind of topics that are encompassed within each. These are : 1. elementary 2. advanced and 3. applied linear algebra. Each branch covers different aspects of matrices, vectors, and linear functions.
  • 9. Linear algebra and its application Linear algebra is used in almost every field. Simple algorithms also make use of linear algebra topics such as matrices. Some of the applications of linear algebra are given as follows: • Signal processing • Linear programming • Computer Science • Prediction Algorithms
  • 10. Relation between mathematics and PrograMmING LANGUAGE What is the relationship between mathematics and programming? The answer to that “how?” is very simple: Coding. Math and coding are deeply related, and when teaching our students how to code, we are -at the same time- delivering mathematical content, and a way of thinking that they can use, later on, while calculating something specific in their math class.
  • 11. Problem 1: Determine the coefficients of the given polynomial: P(x)=a0+a1x+a2x 2 Whose graph passes through the points (1, 4), (4,11) and (6, last two digit of your name(EX: A=1)). Also plot the function using MATLAB command (having proper title, x and y axis notation).
  • 12. Last two digit of my name id = 18 So the polynomial graph passes through the point (1,4),(4,11),(6,18) Polynomial equation P(x)=a0+a1x+a2x^2. Substituting, x=1,4,6 P(1) = a0 + a1(1) + a2(1)2=a0+a1+2a2 P(4) = a0+a1(4) + a2(4)2=a0+4a1+16a2 P(6) = a0 + a1(6) + a2(6)2=a0+6a1+36a2
  • 13. Here is the graph:
  • 15. Question--2 Using suitable command encode the message “Do Yourself Perfectly” by using matrix A given below: A = [1 2 1 3]
  • 17.
  • 18. Question--3 The wonderland Amusement Park’s main attractions are the bumpy car ride and the Ferris wheel. A group took the bumpy car ride at $10 per child and $6 per adult for a total of $90. Then, they took the Ferris wheel at $3 per child and $5 per adult for a total of $70. How many children and adult were there in the group?
  • 19. Here is Code for Problem 3
  • 21. Conclusions By solving this type of math. Now, we will be able to solve different types of mathematical problem in computer programming language and also implement in our real life.
  • 22. CREDITS: This presentation template was created by Slidesgo, including icons by Flaticon, infographics & images by Freepik Do you have any questions?