A1_2023
.pdf
keyboard_arrow_up
School
McMaster University *
*We aren’t endorsed by this school
Course
4SL4
Subject
Electrical Engineering
Date
Jan 9, 2024
Type
Pages
3
Uploaded by BailiffInternet7321
McMaster University
Dept. of Electrical and Computer Engineering
COE 4SL4- Term I (Fall) 2023
Assignment 1 - Trade-off between Overfitting and
Underfitting
Due Date:
September 29, 11:30 pm
Late submission
If you submit the assignment after the deadline, the following penalty is applied:
3
10% penalty if the submission is before October 6, 11:30 pm (if the mark before applying
the penalty is 78 out of 100, after applying the penalty it is 78 - 7.8 = 70.2 out of 100);
3
50% penalty if the submission is after October 6, 11:30 pm and before Dec. 6, 11:30
pm.
Description
:
In this assignment, you are required to perform an experiment similar to the experiment
in Section 1.1 of PRML [1].
Therefore, you have to read that experiment and its
discussion first.
You will have to compare several regression models to illustrate the
trade-off between overfitting and underfitting. You will use data generated synthetically.
The prediction is to be performed based on only one feature, denoted by
x
. The target
t
is a noisy measurement of the function of
f
true
(
x
)
. Thus
t
satisfies the following relation
t
=
sin
(4
πx
+
π/
2)
|
{z
}
f
true
(
x
)
+
,
(1)
where
is random noise with a Gaussian distribution with 0 mean and variance 0
.
0625.
Construct a training set consisting of only 12 examples
{
(
x
(1)
, t
(1)
)
,
· · ·
,
(
x
(10)
, t
(12)
)
}
,
where
x
(1)
,
· · ·
, x
(12)
are uniformly spaced in the interval [0
,
1], with
x
(1)
= 0,
x
(12)
= 1,
and
t
(1)
,
· · ·
, t
(12)
are generated using relation (1), the noise being randomly generated.
Construct a validation set consisting of 120 examples with features uniformly spaced in
the interval [0
,
1], with
x
(1)
= 0,
x
(120)
= 1 and targets generated randomly according
to relation (1).
When generating the random data use a four-digit number
containing the last
4
digits of your student ID (in any order), as seed for the
pseudo number generator.
You have to train twelve least squares regression models of increasing capacity (cor-
responding to
M
from 0 to 11) and record and compare their training and validation
errors. For model
M
, 0
≤
M
≤
11, the prediction function has the form
f
M
(
x
) =
w
0
+
w
1
x
+
w
2
x
2
+
· · ·
+
w
M
x
M
.
Note that, when
M
= 0, the prediction function is just a constant function. For each
M
you have to train the model using least squares and record the training and validation
errors. For each
M
, plot the prediction
f
M
(
x
) function and the curve
f
true
(
x
) versus
x
∈
[0
,
1]. Additionally, include in the figure all the points in the training set and in
1 of 2
McMaster University
Dept. of Electrical and Computer Engineering
COE 4SL4- Term I (Fall) 2023
the validation set with their true target values.
Use different colours for the training
examples, the validation examples, the prediction function and the true function, i.e.,
four colours. In addition, plot the training and validation errors versus
M
. Also include
in this plot the average squared error between the targets and the true function
f
true
(
x
)
for the examples in the validation set (this will be a horizontal line).
What does this
value represent?
Additionally, for
M
= 11 you have to train the model with regularization in order to
control overfitting. Here you have to try several values for
λ
until you find a value
λ
1
that eliminates the overfitting. You also have to find a value
λ
2
for which underfitting
occurs. Then plot the training and validation errors versu
λ
, for all the
λ
values that
you tried. Also include in this plot the average squared error between the targets and
the true function
f
true
(
x
) for the examples in the validation set (this will be a horizontal
line). For each of
λ
1
and
λ
2
plot the prediction function
f
M
(
x
) and the curve
f
true
(
x
)
against
x
, and all the points in the training set and in the validation set with their true
targets.
You have to write a report to present your results and their discussion. Discuss what
you observe in the plots.
Justify your choice for
λ
1
and
λ
2
.
Report the parameter
vectors for
λ
1
and
λ
2
and compare them. Do they fullfill your expectations? The report
should be clear and concise.
Besides the report, you have to submit your numpy code. The code has to be modular
and should use vectorization instead of for loops whenever possible. Write a function
for each of the main tasks. Also, write a function for each task that is executed mul-
tiple times (e.g, to compute the average error).
The code should include instructive
comments.
Code for feature standardization
:
When training a linear model with regularization, the features have to be standardized
first. You may use the code given below for feature standardization.
from sklearn.preprocessing import StandardScaler
sc = StandardScaler()
XX
train
= sc.fit
transform(
XX
train
)
XX
valid
= sc.transform(
XX
valid)
Note that the standardization is performed based on the training data. Then the same
transformations are applied to the validation data in order to be able to use the trained
predictor on the validation data. In other words, the value that is subtracted from each
feature and the value used for scaling in the validation data are the same ones that were
used for the training data.
Submission Instructions
:
•
Submit the files in the Assignments Box on Avenue. Specific instructions for the
format of the submitted files is provided on Avenue
2 of 2
Your preview ends here
Eager to read complete document? Join bartleby learn and gain access to the full version
- Access to all documents
- Unlimited textbook solutions
- 24/7 expert homework help
Related Questions
Question 6: Give the preferred IUPAC name of the compound in Figure 6. [Use
lowercase letters. Do not use spaces if it is not required in the name.]
Your answer
Figure 6
Br
yet
arrow_forward
Please click on pic to open it
arrow_forward
I am posting this for third time please don't copy previous solution as they are wrong and give detail explanation.
arrow_forward
can you help me with this decoding a carbon resistor? thanksDecoding a Carbon Resistor
Resistor No.
Color Coded
Color Coded Value
Actual Resistance Value
1.
2.
3.
4.
5.
6.
7.
8.
9.
10.
11.
12.
13.
14.
15.
16.
17.
18.
19.
20.
arrow_forward
3. State the number of significant figures in each of the following: (a)
542, (b) 0.65, (c) 27.25, (d) 0.00005, (e) 40 x 10°, (f) 20,000.
arrow_forward
Get the same shape required and Give proper label and title by using OCTAVE and write the program
arrow_forward
Printer circuit boards are functionally tested after being filled with semiconductor chips, One group contains 150 cards and 20 are selected for functional testing.
a) If 20 cards are faulty, what is the probability of at least 1 faulty fault in this sample?
b) If 5 cards are faulty, what is the probability of at least 1 faulty in this sample?
note: could you please write the solutions legibly?
arrow_forward
Note: Please do not handwritten.
arrow_forward
i need the answer quickly
arrow_forward
DEGREE: Electrical Engineering SUBJECT/COURSE: AC CircuitsTOPIC: Converter and Rectifier NOTE: Please solve in this way. 1. Please have a good handwriting, some of the answers are not readable. Thank you!2. GIVEN. (Include symbols and units)3. REQUIRED/FIND/MISSING (with symbol/s)4. ILLUSTRATION (Required).5. Step-by-step SOLUTION with Formulas and Symbols. No Shortcut, No skipping, and detailed as possible6. FINAL ANSWERS must be rounded up to three decimal places
PROBLEM:The three transformers that feed & three-phase converter is connected in Δ on the primary side and Y on the secondary side. If the slip-ring current is 471.5amp, calculate:(NO NEED TO SOLVE THIS-SOLVE THE PROBLEM BELOW) the current in each transformer primary coil if the ratio of transformation is 21.7:1;(NO NEED TO SOLVE THIS-SOLVE THE PROBLEM BELOW) the line current on the primary side of the transformers.
PLEASE SOLVE THIS: If the slip-ring voltage in the problem above is 367 volts, calculate:(a) the d-c…
arrow_forward
DEGREE: Electrical Engineering SUBJECT/COURSE: AC CircuitsTOPIC: Converter and Rectifier NOTE: Please solve in this way. 1. Please have a good handwriting, some of the answers are not readable. Thank you!2. GIVEN. (Include symbols and units)3. REQUIRED/FIND/MISSING (with symbol/s)4. ILLUSTRATION (Required).5. Step-by-step SOLUTION with Formulas and Symbols. No Shortcut, No skipping, and detailed as possible6. FINAL ANSWERS must be rounded up to three decimal places
PROBLEM:What is the smallest number of poles that can be used in two synchronous machines if it is desired to convert from 60 to 50 cycles and at what speed will the set operate?
arrow_forward
DEGREE: Electrical Engineering SUBJECT/COURSE: AC CircuitsTOPIC: Converter and Rectifier NOTE: Please solve in this way. 1. Please have a good handwriting, some of the answers are not readable. Thank you!2. GIVEN. (Include symbols and units)3. REQUIRED/FIND/MISSING (with symbol/s)4. ILLUSTRATION (Required).5. Step-by-step SOLUTION with Formulas and Symbols. No Shortcut, No skipping, and detailed as possible6. FINAL ANSWERS must be rounded up to three decimal places
PROBLEM:A two-anode mercury-arc rectifier delivers a load of 5.98kw at 115volts. If the primary of the transformer is connected to a 4,600-volt source, the tube drop is 15volts, and a rectangular waveshape is assumed for the anode current, calculate:
(d) the kilovolt-ampere rating of the transformer primary;(e) the kilovolt-ampere rating of the transformer secondary.
arrow_forward
DEGREE: Electrical Engineering SUBJECT/COURSE: AC CircuitsTOPIC: Converter and Rectifier NOTE: Please solve in this way. 1. Please have a good handwriting, some of the answers are not readable. Thank you!2. GIVEN. (Include symbols and units)3. REQUIRED/FIND/MISSING (with symbol/s)4. ILLUSTRATION (Required).5. Step-by-step SOLUTION with Formulas and Symbols. No Shortcut, No skipping, and detailed as possible6. FINAL ANSWERS must be rounded up to three decimal places
PROBLEM:A three-anode mercury-arc rectifier supplies a 250-kw 230-volt load and is energized from a 4,600-volt three-phase source through a three-phase transformer whose primaries are in delta. Assuming an arc drop of 20-volts, calculate:(a) the d-c load current;(b) the voltage and kilovolt-ampere rating of each transformer secondary;(c) the current and kilovolt-ampere rating of the three-phase transformer.
arrow_forward
DEGREE: Electrical Engineering SUBJECT/COURSE: AC CircuitsTOPIC: Converter and Rectifier NOTE: Please solve in this way. 1. Please have a good handwriting, some of the answers are not readable. Thank you!2. GIVEN. (Include symbols and units)3. REQUIRED/FIND/MISSING (with symbol/s)4. ILLUSTRATION (Required).5. Step-by-step SOLUTION with Formulas and Symbols. No Shortcut, No skipping, and detailed as possible6. FINAL ANSWERS must be rounded up to three decimal places
PROBLEM: A 1,000-kw three-phase converter delivers full load at 600volts. If the efficiency is 94percent and the power factor is 0.96, determine:(a) the direct-current output(b) the a-c slip-ring current(c) the kilovolt-ampere load delivered by each transformer.
arrow_forward
DEGREE: Electrical Engineering SUBJECT/COURSE: AC CircuitsTOPIC: Converter and Rectifier NOTE: Please solve in this way. 1. Please have a good handwriting, some of the answers are not readable. Thank you!2. GIVEN. (Include symbols and units)3. REQUIRED/FIND/MISSING (with symbol/s)4. ILLUSTRATION (Required).5. Step-by-step SOLUTION with Formulas and Symbols. No Shortcut, No skipping, and detailed as possible6. FINAL ANSWERS must be rounded up to three decimal places
PROBLEM: A synchronous converter delivers 500-amp direct current. Aвsuming 100percent efficiency and unity power factor, determine the a-c slip-ring current if the converter has:
(a) 3 rings(b) 6 rings(c) 12 rings.
arrow_forward
DEGREE: Electrical Engineering SUBJECT/COURSE: AC CircuitsTOPIC: Converter and Rectifier NOTE: Please solve in this way. 1. Please have a good handwriting, some of the answers are not readable. Thank you!2. GIVEN. (Include symbols and units)3. REQUIRED/FIND/MISSING (with symbol/s)4. ILLUSTRATION (Required).5. Step-by-step SOLUTION with Formulas and Symbols. No Shortcut, No skipping, and detailed as possible6. FINAL ANSWERS must be rounded up to three decimal places
PROBLEM:The three transformers that feed & three-phase converter is connected in Δ on the primary side and Y on the secondary side. If the slip-ring current is 471.5amp, calculate:(a) the current in each transformer primary coil if the ratio of transformation is 21.7:1;(b) the line current on the primary side of the transformers.
arrow_forward
DEGREE: Electrical Engineering SUBJECT/COURSE: AC CircuitsTOPIC: Converter and Rectifier NOTE: Please solve in this way. 1. Please have a good handwriting, some of the answers are not readable. Thank you!2. GIVEN. (Include symbols and units)3. REQUIRED/FIND/MISSING (with symbol/s)4. ILLUSTRATION (Required).5. Step-by-step SOLUTION with Formulas and Symbols. No Shortcut, No skipping, and detailed as possible6. FINAL ANSWERS must be rounded up to three decimal places
PROBLEM: A three-phase converter has a d-c rating of 120kw and 600volts. Assuming an efficiency of 94 percent and a power factor of 0.95, calculate:(A) the direct-current output(B) the slip-ring voltage and the slip-ring current(C) Also determine the kilovolt-ampere load on each of the transformers.
arrow_forward
DEGREE: Electrical Engineering SUBJECT/COURSE: AC CircuitsTOPIC: Converter and Rectifier NOTE: Please solve in this way. 1. Please have a good handwriting, some of the answers are not readable. Thank you!2. GIVEN. (Include symbols and units)3. REQUIRED/FIND/MISSING (with symbol/s)4. ILLUSTRATION (Required).5. Step-by-step SOLUTION with Formulas and Symbols. No Shortcut, No skipping, and detailed as possible6. FINAL ANSWERS must be rounded up to three decimal places
PROBLEM:A six-pole three-phase wound-rotor motor is to be used as an induction frequency converter. The stator is connected to a 60-cycle source. At what speed, and in what direction, must the rotor be driven if it is to develop:(a) 120 cycles?(b) 100 cycles and 180 cycles?(c) 40 cycles?
arrow_forward
DEGREE: Electrical Engineering SUBJECT/COURSE: AC CircuitsTOPIC: Converter and Rectifier NOTE: Please solve in this way. 1. Please have a good handwriting, some of the answers are not readable. Thank you!2. GIVEN. (Include symbols and units)3. REQUIRED/FIND/MISSING (with symbol/s)4. ILLUSTRATION (Required).5. Step-by-step SOLUTION with Formulas and Symbols. No Shortcut, No skipping, and detailed as possible6. FINAL ANSWERS must be rounded up to three decimal places
PROBLEM:A two-anode mercury-arc rectifier delivers a load of 5.98kw at 115volts. If the primary of the transformer is connected to a 4,600-volt source, the tube drop is 15volts, and a rectangular waveshape is assumed for the anode current, calculate:(a) the anode current;(b) the voltage rating of each of the transformer secondary windings;(c) the primary current, neglecting the exciting current;
arrow_forward
question 1
arrow_forward
write legibly and show complete process and solution
arrow_forward
Give at least two types of microcontroller then explain (2 to 3 sentence only for explanation)
arrow_forward
Provide answers for the following:
a) In Karnaugh Maps, what distinguishes cells that are adjacent and cells that are not?
b) For grouping of 1’s, each 1 must be included in at least one group. Is this statement correct (Yes/No)? Please explain your answer.
arrow_forward
Ministry of Higher Education & Scientific
Research.
Subject: Basic Electronic Engineering.
Year: First
University of KUFA / College of Engineering.
Time: 1 hour
Date: 07 / 07 /2021
Electrical Engineering Department.
Examiner: Dr. Heba Al-Asady
ン
(Mid exam _ 2021)
Note: Answer all questions, all questions have the same marks.
Q1\ Draw the bridge full wave rectifier and explain the operation of each part in the circuit.
Q2\ For the circuit below, draw the output voltage vo.
R
2 k2
8V
25 sin(ot)
(1)"a
10 V
Q3\ Explain in detail the effect of applying a voltage source on a pure semiconductor and dopped
semiconductor. Explain with the help of drawing how these types are employed to conduct the charges.
Q4\ For the circuit shown in figure below ,Given: VSS=3V, and R=2 k2. The diode that used in this
circuit is made from silicon. Draw the I-V curve of the diode and find: the diode current and voltage at
the operating point (Q-point).
+
Vss
ip
Dr. Heba Al-Asady
arrow_forward
I'm curious as to your take on the FSF and what it entails.
arrow_forward
KINDLY ANSWER THESE THREE QUESTIONS. THANK YOU AND PLEASE PROVIDE EXPLANATION
arrow_forward
2)With neat diagram explain the construction and working principle of strain gauge.(please write by computer and draw by an write )
arrow_forward
2. What are the constraints are followed in Unit commitment?
Minimum 200 words.
Handwriting is not required
arrow_forward
Paragraph
Styles
Editing
1. In Solar PV modules,
energy is converted to
energy.
2. Choose the type of output voltage of a Solar PV module [AC/ DC].
3.The PV cell is made of
Material?
arrow_forward
Choose the correct statement referred the Renewable energy sources
Statement (X) = Non availability of solar energy in the night is the advantage of the solar energy.
Statement (Y) = The electrical power output of the PV cell depends on its Surface Area.
a.
(X) is True and (Y) is False
b.
Both (X) and (Y) are False
c.
(X) is False and (Y) is True
d.
Both (X) and (Y) are True
arrow_forward
please answer the questions in terms of electric car
arrow_forward
Don't use ai to answer I will report your answer Solve it Asap with explanation...
What is a wind rose and how is it used in wind energy analysis?
arrow_forward
Differentiate by take a single quantity of your interest. Measured it bydifferent methods /instruments. You are free to assume any values for your measurement.(Subject electrical instrument and measurement)
arrow_forward
SEE MORE QUESTIONS
Recommended textbooks for you
Introductory Circuit Analysis (13th Edition)
Electrical Engineering
ISBN:9780133923605
Author:Robert L. Boylestad
Publisher:PEARSON
Delmar's Standard Textbook Of Electricity
Electrical Engineering
ISBN:9781337900348
Author:Stephen L. Herman
Publisher:Cengage Learning
Programmable Logic Controllers
Electrical Engineering
ISBN:9780073373843
Author:Frank D. Petruzella
Publisher:McGraw-Hill Education
Fundamentals of Electric Circuits
Electrical Engineering
ISBN:9780078028229
Author:Charles K Alexander, Matthew Sadiku
Publisher:McGraw-Hill Education
Electric Circuits. (11th Edition)
Electrical Engineering
ISBN:9780134746968
Author:James W. Nilsson, Susan Riedel
Publisher:PEARSON
Engineering Electromagnetics
Electrical Engineering
ISBN:9780078028151
Author:Hayt, William H. (william Hart), Jr, BUCK, John A.
Publisher:Mcgraw-hill Education,
Related Questions
- Question 6: Give the preferred IUPAC name of the compound in Figure 6. [Use lowercase letters. Do not use spaces if it is not required in the name.] Your answer Figure 6 Br yetarrow_forwardPlease click on pic to open itarrow_forwardI am posting this for third time please don't copy previous solution as they are wrong and give detail explanation.arrow_forward
- can you help me with this decoding a carbon resistor? thanksDecoding a Carbon Resistor Resistor No. Color Coded Color Coded Value Actual Resistance Value 1. 2. 3. 4. 5. 6. 7. 8. 9. 10. 11. 12. 13. 14. 15. 16. 17. 18. 19. 20.arrow_forward3. State the number of significant figures in each of the following: (a) 542, (b) 0.65, (c) 27.25, (d) 0.00005, (e) 40 x 10°, (f) 20,000.arrow_forwardGet the same shape required and Give proper label and title by using OCTAVE and write the programarrow_forward
- Printer circuit boards are functionally tested after being filled with semiconductor chips, One group contains 150 cards and 20 are selected for functional testing. a) If 20 cards are faulty, what is the probability of at least 1 faulty fault in this sample? b) If 5 cards are faulty, what is the probability of at least 1 faulty in this sample? note: could you please write the solutions legibly?arrow_forwardNote: Please do not handwritten.arrow_forwardi need the answer quicklyarrow_forward
- DEGREE: Electrical Engineering SUBJECT/COURSE: AC CircuitsTOPIC: Converter and Rectifier NOTE: Please solve in this way. 1. Please have a good handwriting, some of the answers are not readable. Thank you!2. GIVEN. (Include symbols and units)3. REQUIRED/FIND/MISSING (with symbol/s)4. ILLUSTRATION (Required).5. Step-by-step SOLUTION with Formulas and Symbols. No Shortcut, No skipping, and detailed as possible6. FINAL ANSWERS must be rounded up to three decimal places PROBLEM:The three transformers that feed & three-phase converter is connected in Δ on the primary side and Y on the secondary side. If the slip-ring current is 471.5amp, calculate:(NO NEED TO SOLVE THIS-SOLVE THE PROBLEM BELOW) the current in each transformer primary coil if the ratio of transformation is 21.7:1;(NO NEED TO SOLVE THIS-SOLVE THE PROBLEM BELOW) the line current on the primary side of the transformers. PLEASE SOLVE THIS: If the slip-ring voltage in the problem above is 367 volts, calculate:(a) the d-c…arrow_forwardDEGREE: Electrical Engineering SUBJECT/COURSE: AC CircuitsTOPIC: Converter and Rectifier NOTE: Please solve in this way. 1. Please have a good handwriting, some of the answers are not readable. Thank you!2. GIVEN. (Include symbols and units)3. REQUIRED/FIND/MISSING (with symbol/s)4. ILLUSTRATION (Required).5. Step-by-step SOLUTION with Formulas and Symbols. No Shortcut, No skipping, and detailed as possible6. FINAL ANSWERS must be rounded up to three decimal places PROBLEM:What is the smallest number of poles that can be used in two synchronous machines if it is desired to convert from 60 to 50 cycles and at what speed will the set operate?arrow_forwardDEGREE: Electrical Engineering SUBJECT/COURSE: AC CircuitsTOPIC: Converter and Rectifier NOTE: Please solve in this way. 1. Please have a good handwriting, some of the answers are not readable. Thank you!2. GIVEN. (Include symbols and units)3. REQUIRED/FIND/MISSING (with symbol/s)4. ILLUSTRATION (Required).5. Step-by-step SOLUTION with Formulas and Symbols. No Shortcut, No skipping, and detailed as possible6. FINAL ANSWERS must be rounded up to three decimal places PROBLEM:A two-anode mercury-arc rectifier delivers a load of 5.98kw at 115volts. If the primary of the transformer is connected to a 4,600-volt source, the tube drop is 15volts, and a rectangular waveshape is assumed for the anode current, calculate: (d) the kilovolt-ampere rating of the transformer primary;(e) the kilovolt-ampere rating of the transformer secondary.arrow_forward
arrow_back_ios
SEE MORE QUESTIONS
arrow_forward_ios
Recommended textbooks for you
- Introductory Circuit Analysis (13th Edition)Electrical EngineeringISBN:9780133923605Author:Robert L. BoylestadPublisher:PEARSONDelmar's Standard Textbook Of ElectricityElectrical EngineeringISBN:9781337900348Author:Stephen L. HermanPublisher:Cengage LearningProgrammable Logic ControllersElectrical EngineeringISBN:9780073373843Author:Frank D. PetruzellaPublisher:McGraw-Hill Education
- Fundamentals of Electric CircuitsElectrical EngineeringISBN:9780078028229Author:Charles K Alexander, Matthew SadikuPublisher:McGraw-Hill EducationElectric Circuits. (11th Edition)Electrical EngineeringISBN:9780134746968Author:James W. Nilsson, Susan RiedelPublisher:PEARSONEngineering ElectromagneticsElectrical EngineeringISBN:9780078028151Author:Hayt, William H. (william Hart), Jr, BUCK, John A.Publisher:Mcgraw-hill Education,
Introductory Circuit Analysis (13th Edition)
Electrical Engineering
ISBN:9780133923605
Author:Robert L. Boylestad
Publisher:PEARSON
Delmar's Standard Textbook Of Electricity
Electrical Engineering
ISBN:9781337900348
Author:Stephen L. Herman
Publisher:Cengage Learning
Programmable Logic Controllers
Electrical Engineering
ISBN:9780073373843
Author:Frank D. Petruzella
Publisher:McGraw-Hill Education
Fundamentals of Electric Circuits
Electrical Engineering
ISBN:9780078028229
Author:Charles K Alexander, Matthew Sadiku
Publisher:McGraw-Hill Education
Electric Circuits. (11th Edition)
Electrical Engineering
ISBN:9780134746968
Author:James W. Nilsson, Susan Riedel
Publisher:PEARSON
Engineering Electromagnetics
Electrical Engineering
ISBN:9780078028151
Author:Hayt, William H. (william Hart), Jr, BUCK, John A.
Publisher:Mcgraw-hill Education,