EBK MATHEMATICS FOR MACHINE TECHNOLOGY
7th Edition
ISBN: 9780100548169
Author: SMITH
Publisher: YUZU
expand_more
expand_more
format_list_bulleted
Concept explainers
Question
Chapter 42, Problem 47A
To determine
To solve:
The equation by using addition principle of equality.
Expert Solution & Answer

Want to see the full answer?
Check out a sample textbook solution
Students have asked these similar questions
9.7 Given the equations
0.5x₁-x2=-9.5
1.02x₁ - 2x2 = -18.8
(a) Solve graphically.
(b) Compute the determinant.
(c) On the basis of (a) and (b), what would you expect regarding
the system's condition?
(d) Solve by the elimination of unknowns.
(e) Solve again, but with a modified slightly to 0.52. Interpret
your results.
12.42 The steady-state distribution of temperature on a heated
plate can be modeled by the Laplace equation,
0=
FT T
+
200°C
25°C
25°C
T22
0°C
T₁
T21
200°C
FIGURE P12.42
75°C
75°C
00°C
If the plate is represented by a series of nodes (Fig. P12.42), cen-
tered finite-divided differences can be substituted for the second
derivatives, which results in a system of linear algebraic equations.
Use the Gauss-Seidel method to solve for the temperatures of the
nodes in Fig. P12.42.
9.22 Develop, debug, and test a program in either a high-level language or a macro
language of your choice to solve a system of equations with Gauss-Jordan elimination
without partial pivoting. Base the program on the pseudocode from Fig. 9.10. Test the
program using the same system as in Prob. 9.18. Compute the total number of flops in
your algorithm to verify Eq. 9.37.
FIGURE 9.10
Pseudocode to implement the
Gauss-Jordan algorithm with-
out partial pivoting.
SUB GaussJordan(aug, m, n, x)
DOFOR k = 1, m
d = aug(k, k)
DOFOR j = 1, n
aug(k, j) = aug(k, j)/d
END DO
DOFOR 1 = 1, m
IF 1 % K THEN
d = aug(i, k)
DOFOR j = k, n
aug(1, j)
END DO
aug(1, j) - d*aug(k, j)
END IF
END DO
END DO
DOFOR k = 1, m
x(k) = aug(k, n)
END DO
END GaussJordan
Chapter 42 Solutions
EBK MATHEMATICS FOR MACHINE TECHNOLOGY
Ch. 42 - Write the expression "A number divided by 7 plus...Ch. 42 - Use scientific notation to solve (6.325 108)(9.4...Ch. 42 - Prob. 3ACh. 42 - If a=7.5 and b=9.45 , what is the value of a+4bb2a...Ch. 42 - Prob. 5ACh. 42 - Prob. 6ACh. 42 - Prob. 7ACh. 42 - Prob. 8ACh. 42 - Prob. 9ACh. 42 - Solve each of the following equations using the...
Ch. 42 - Prob. 11ACh. 42 - Solve each of the following equations using the...Ch. 42 - Prob. 13ACh. 42 - Prob. 14ACh. 42 - Prob. 15ACh. 42 - Prob. 16ACh. 42 - Prob. 17ACh. 42 - Prob. 18ACh. 42 - Prob. 19ACh. 42 - Prob. 20ACh. 42 - Prob. 21ACh. 42 - Prob. 22ACh. 42 - Solve each of the following equations using the...Ch. 42 - Solve each of the following equations using the...Ch. 42 - Solve each of the following equations using the...Ch. 42 - Prob. 26ACh. 42 - Prob. 27ACh. 42 - Solve each of the following equations using the...Ch. 42 - Solve each of the following equations using the...Ch. 42 - Solve each of the following equations using the...Ch. 42 - Write an equation for each of the following...Ch. 42 - Write an equation for each of the following...Ch. 42 - Prob. 33ACh. 42 - Write an equation for each of the following...Ch. 42 - Write an equation for each of the following...Ch. 42 - Write an equation for each of the following...Ch. 42 - Prob. 37ACh. 42 - Prob. 38ACh. 42 - Prob. 39ACh. 42 - A Shaft rotates in a bearing that is 0.3968 inch...Ch. 42 - For each of the following problems, substitute the...Ch. 42 - For each of the following problems, substitute the...Ch. 42 - Prob. 43ACh. 42 - For each of the following problems, substitute the...Ch. 42 - Prob. 45ACh. 42 - Prob. 46ACh. 42 - Prob. 47ACh. 42 - Prob. 48ACh. 42 - Prob. 49ACh. 42 - Prob. 50ACh. 42 - Prob. 51ACh. 42 - Solve each of the following equations using the...Ch. 42 - Prob. 53ACh. 42 - Prob. 54ACh. 42 - Prob. 55ACh. 42 - Prob. 56ACh. 42 - Prob. 57ACh. 42 - Solve each of the following equations using the...Ch. 42 - Solve each of the following equations using the...Ch. 42 - Prob. 60ACh. 42 - Prob. 61ACh. 42 - Solve each of the following equations using the...Ch. 42 - Prob. 63ACh. 42 - Solve each of the following equations using the...Ch. 42 - Solve each of the following equations using the...Ch. 42 - Prob. 66ACh. 42 - Solve each of the following equations using the...Ch. 42 - Prob. 68ACh. 42 - Prob. 69ACh. 42 - Prob. 70ACh. 42 - Prob. 71ACh. 42 - Prob. 72ACh. 42 - Prob. 73ACh. 42 - Prob. 74ACh. 42 - Prob. 75ACh. 42 - For each of the following problems, substitute the...Ch. 42 - Prob. 77ACh. 42 - Prob. 78ACh. 42 - Prob. 79ACh. 42 - Solve each of the following equations using the...Ch. 42 - Solve each of the following equations using the...Ch. 42 - Solve each of the following equations using the...Ch. 42 - Solve each of the following equations using the...Ch. 42 - Solve each of the following equations using the...Ch. 42 - Solve each of the following equations using the...Ch. 42 - Solve each of the following equations using the...Ch. 42 - Solve each of the following equations using the...Ch. 42 - Solve each of the following equations using the...Ch. 42 - Solve each of the following equations using the...Ch. 42 - Solve each of the following equations using the...Ch. 42 - Solve each of the following equations using the...Ch. 42 - Solve each of the following equations using the...Ch. 42 - Solve each of the following equations using the...Ch. 42 - Solve each of the following equations using the...Ch. 42 - Solve each of the following equations using the...Ch. 42 - Solve each of the following equations using the...Ch. 42 - Solve each of the following equations using the...Ch. 42 - Solve each of the following equations using the...Ch. 42 - Solve each of the following equations using the...Ch. 42 - Solve each of the following equations using the...Ch. 42 - Solve each of the following equations using the...Ch. 42 - Solve each of the following equations using the...Ch. 42 - Solve each of the following equations using the...Ch. 42 - Solve each of the following equations using the...Ch. 42 - Write an equation for each of the following...Ch. 42 - Write an equation for each of the following...Ch. 42 - Write an equation for each of the following...Ch. 42 - The feed of a drill is the depth of material that...Ch. 42 - Prob. 109ACh. 42 - For each of the following problems, substitute the...Ch. 42 - For each of the following problems, substitute the...Ch. 42 - For each of the following problems, substitute the...Ch. 42 - Solve each of the following equations using either...Ch. 42 - Solve each of the following equations using either...Ch. 42 - Solve each of the following equations using either...Ch. 42 - Solve each of the following equations using either...Ch. 42 - Solve each of the following equations using either...Ch. 42 - Prob. 118ACh. 42 - Prob. 119ACh. 42 - Prob. 120ACh. 42 - Prob. 121ACh. 42 - Prob. 122ACh. 42 - Prob. 123ACh. 42 - Prob. 124ACh. 42 - Solve each of the following equations using either...Ch. 42 - Prob. 126ACh. 42 - Solve each of the following equations using either...Ch. 42 - Prob. 128ACh. 42 - Prob. 129ACh. 42 - Prob. 130A
Knowledge Booster
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, advanced-math and related others by exploring similar questions and additional content below.Similar questions
- 11.9 Recall from Prob. 10.8, that the following system of equations is designed to determine concentrations (the e's in g/m³) in a series of coupled reactors as a function of amount of mass input to each reactor (the right-hand sides are in g/day): 15c3cc33300 -3c18c26c3 = 1200 -4c₁₂+12c3 = 2400 Solve this problem with the Gauss-Seidel method to & = 5%.arrow_forward9.8 Given the equations 10x+2x2-x3 = 27 -3x-6x2+2x3 = -61.5 x1 + x2 + 5x3 = -21.5 (a) Solve by naive Gauss elimination. Show all steps of the compu- tation. (b) Substitute your results into the original equations to check your answers.arrow_forwardPage of 2 ZOOM + 1) Answer the following questions by circling TRUE or FALSE (No explanation or work required). i) If A = [1 -2 1] 0 1 6, rank(A) = 3. (TRUE FALSE) LO 0 0] ii) If S = {1,x,x², x³} is a basis for P3, dim(P3) = 4 with the standard operations. (TRUE FALSE) iii) Let u = (1,1) and v = (1,-1) be two vectors in R². They are orthogonal according to the following inner product on R²: (u, v) = U₁V₁ + 2U2V2. ( TRUE FALSE) iv) A set S of vectors in an inner product space V is orthogonal when every pair of vectors in S is orthogonal. (TRUE FALSE) v) Dot product of two perpendicular vectors is zero. (TRUE FALSE) vi) Cross product of two perpendicular vectors is zero. (TRUE FALSE) 2) a) i) Determine which function(s) are solutions of the following linear differential equation. - y (4) — 16y= 0 • 3 cos x • 3 cos 2x -2x • e • 3e2x-4 sin 2x ii) Find the Wronskian for the set of functions that you found from i) as the solution of the differential equation above. iii) What does the result…arrow_forward
- please helparrow_forward1. Give a subset that satisfies all the following properties simultaneously: Subspace Convex set Affine set Balanced set Symmetric set Hyperspace Hyperplane 2. Give a subset that satisfies some of the conditions mentioned in (1) but not all, with examples. 3. Provide a mathematical example (not just an explanation) of the union of two balanced sets that is not balanced. 4. What is the precise mathematical condition for the union of two hyperspaces to also be a hyperspace? Provide a proof. edited 9:11arrow_forward2. You manage a chemical company with 2 warehouses. The following quantities of Important Chemical A have arrived from an international supplier at 3 different ports: Chemical Available (L) Port 1. 400 Port 2 110 Port 3 100 The following amounts of Important Chemical A are required at your warehouses: Warehouse 1 Warehouse 2 Chemical Required (L) 380 230 The cost in £ to ship 1L of chemical from each port to each warehouse is as follows: Warehouse 1 Warehouse 2 Port 1 £10 £45 Port 2 £20 £28 Port 3 £13 £11 (a) You want to know how to send these shipments as cheaply as possible. For- mulate this as a linear program (you do not need to formulate it in standard inequality form). (b) Suppose now that all is as in the previous question but that only 320L of Important Chemical A are now required at Warehouse 1. Any excess chemical can be transported to either Warehouse 1 or 2 for storage, in which case the company must pay only the relevant transportation costs, or can be disposed of at the…arrow_forward
- choose true options in these from given question a) always full and always crossing. b) always full and sometimes crossing. c) always full and never crossing. d) sometimes full and always crossing. e) sometimes full and sometimes crossing. f) sometimes full and never crossing. g) never full and always crossing. h) never full and sometimes crossing. i) never full and never crossing.arrow_forwardAt a Noodles & Company restaurant, the probability that a customer will order a nonalcoholic beverage is 0.49. Find the probability that in a sample of 13 customers, at least 7 will order a nonalcoholic beveragearrow_forward10. In the general single period market model with = {W1, W2, W3}, one risky asset, S, and a money market account, we have So = 4 for the risky asset. Moreover, the effective rate of interest on the money market account is 5% and at time t = 1 we have W1 W2 W3 S₁ 100 50 40 21 21 21 (a) Calculate all risk-neutral probability measures for this model. [4 Marks] (b) State if the model is arbitrage-free. Give a brief reason for your answer. [2 Marks] (c) A large bank has designed an investment product with payoff X at time t = 1. Given W₁ W2 W3 X 0 1 1.5 show that X is an attainable contingent claim. [4 marks]arrow_forward
- added 2 imagesarrow_forwardA movie studio wishes to determine the relationship between the revenue generated from the streaming of comedies and the revenue generated from the theatrical release of such movies. The studio has the following bivariate data from a sample of fifteen comedies released over the past five years. These data give the revenue x from theatrical release (in millions of dollars) and the revenue y from streaming (in millions of dollars) for each of the fifteen movies. The data are displayed in the Figure 1 scatter plot. Theater revenue, x Streaming revenue, y (in millions of (in millions of dollars) dollars) 13.2 10.3 62.6 10.4 20.8 5.1 36.7 13.3 44.6 7.2 65.9 10.3 49.4 15.7 31.5 4.5 14.6 2.5 26.0 8.8 28.1 11.5 26.1 7.7 28.2 2.8 60.7 16.4 6.7 1.9 Streaming revenue (in millions of dollars) 18+ 16+ 14 12+ xx 10+ 8+ 6+ 2- 0 10 20 30 40 50 60 70 Theater revenue (in millions of dollars) Figure 1 Send data to calculator Send data to Excel The least-squares regression line for these data has a slope…arrow_forwardhelp on this, results givenarrow_forward
arrow_back_ios
SEE MORE QUESTIONS
arrow_forward_ios
Recommended textbooks for you
- Algebra: Structure And Method, Book 1AlgebraISBN:9780395977224Author:Richard G. Brown, Mary P. Dolciani, Robert H. Sorgenfrey, William L. ColePublisher:McDougal LittellCollege Algebra (MindTap Course List)AlgebraISBN:9781305652231Author:R. David Gustafson, Jeff HughesPublisher:Cengage LearningMathematics For Machine TechnologyAdvanced MathISBN:9781337798310Author:Peterson, John.Publisher:Cengage Learning,
- Glencoe Algebra 1, Student Edition, 9780079039897...AlgebraISBN:9780079039897Author:CarterPublisher:McGraw HillTrigonometry (MindTap Course List)TrigonometryISBN:9781337278461Author:Ron LarsonPublisher:Cengage Learning

Algebra: Structure And Method, Book 1
Algebra
ISBN:9780395977224
Author:Richard G. Brown, Mary P. Dolciani, Robert H. Sorgenfrey, William L. Cole
Publisher:McDougal Littell

College Algebra (MindTap Course List)
Algebra
ISBN:9781305652231
Author:R. David Gustafson, Jeff Hughes
Publisher:Cengage Learning

Mathematics For Machine Technology
Advanced Math
ISBN:9781337798310
Author:Peterson, John.
Publisher:Cengage Learning,

Glencoe Algebra 1, Student Edition, 9780079039897...
Algebra
ISBN:9780079039897
Author:Carter
Publisher:McGraw Hill

Trigonometry (MindTap Course List)
Trigonometry
ISBN:9781337278461
Author:Ron Larson
Publisher:Cengage Learning
What is a Linear Equation in One Variable?; Author: Don't Memorise;https://www.youtube.com/watch?v=lDOYdBgtnjY;License: Standard YouTube License, CC-BY
Linear Equation | Solving Linear Equations | What is Linear Equation in one variable ?; Author: Najam Academy;https://www.youtube.com/watch?v=tHm3X_Ta_iE;License: Standard YouTube License, CC-BY