Concept explainers
a.
Write a code to find out the magnitude and angle of the given
a.
Answer to Problem 2CE
The solution is,
Explanation of Solution
Given:The vector is,
Calculation:
We know the vector,
Where,
Then,
Calculate the angle,
Convert angle from radian to degree by multiplying
program:
clc clear close all x=7; y=-6; magnitude=sqrt(x.^2+y.^2); angle=atan2(y,x).*180/pi; T=table(x,y,magnitude,angle)
Query:
- First, define the two random vectors.
- Then calculate the magnitude.
- Then calculate the angle and convert into degree.
b.
Write a code to find out the magnitude and angle of the given vector.
b.
Answer to Problem 2CE
The solution is,
Explanation of Solution
Given:The vector is,
Calculation:
We know the vector,
Where,
Then,
Calculate the angle,
Convert angle from radian to degree by multiplying
program:
clc clear close all x=-15; y=8; magnitude=sqrt(x.^2+y.^2); angle=atan2(y,x).*180/pi; T=table(x,y,magnitude,angle)
Query:
- First, define the two random vectors.
- Then calculate the magnitude.
- Then calculate the angle and convert into degree.
c.
Write a code to find out the magnitude and angle of the given vector.
c.
Answer to Problem 2CE
The solution is,
Explanation of Solution
Given:The vector is,
Calculation:
We know the vector,
Where,
Then,
Calculate the angle,
Convert angle from radian to degree by multiplying
program:
clc clear close all x=-57.3; y=-28.9; magnitude=sqrt(x.^2+y.^2); angle=atan2(y,x).*180/pi; T=table(x,y,magnitude,angle)
Query:
- First, define the two random vectors.
- Then calculate the magnitude.
- Then calculate the angle and convert into degree.
Chapter 14 Solutions
Algebra and Trigonometry: Structure and Method, Book 2
Additional Math Textbook Solutions
Elementary Statistics
Elementary Statistics: Picturing the World (7th Edition)
Intro Stats, Books a la Carte Edition (5th Edition)
A Problem Solving Approach To Mathematics For Elementary School Teachers (13th Edition)
College Algebra with Modeling & Visualization (5th Edition)
Thinking Mathematically (6th Edition)
- Algebra and Trigonometry (6th Edition)AlgebraISBN:9780134463216Author:Robert F. BlitzerPublisher:PEARSONContemporary Abstract AlgebraAlgebraISBN:9781305657960Author:Joseph GallianPublisher:Cengage LearningLinear Algebra: A Modern IntroductionAlgebraISBN:9781285463247Author:David PoolePublisher:Cengage Learning
- Algebra And Trigonometry (11th Edition)AlgebraISBN:9780135163078Author:Michael SullivanPublisher:PEARSONIntroduction to Linear Algebra, Fifth EditionAlgebraISBN:9780980232776Author:Gilbert StrangPublisher:Wellesley-Cambridge PressCollege Algebra (Collegiate Math)AlgebraISBN:9780077836344Author:Julie Miller, Donna GerkenPublisher:McGraw-Hill Education