MATLAB: An Introduction with Applications
MATLAB: An Introduction with Applications
5th Edition
ISBN: 9781118629864
Author: Amos Gilat
Publisher: WILEY
bartleby

Concept explainers

bartleby

Videos

Question
Book Icon
Chapter 3, Problem 1P
To determine

To calculate:

The value of y in equation y =x2e0·5x+x for the following values of x using element-by-element operations: 3, 2, 1, 0, 1, 2, 3.

Expert Solution & Answer
Check Mark

Answer to Problem 1P

Solution:

The calculated values of y is 5.7769 1.6321 0.6065 1.0000 0.3513 3.2817 7.5183.

Explanation of Solution

The given values of x is 3, 2, 1, 0, 1, 2, 3.

The stated equation is,

y =x2e0·5x+x ……(1)

Substitute the value x=3 in the above equation.

y =x2e0·5x+xy=(3)2e0·5(3)+(3)=5.7769

Substitute the value x=2 in equation (1).

y =x2e0·5x+xy=(2)2e0·5(2)+(2)=1.6321

Substitute the value x=1 in equation (1).

y =x2e0·5x+xy=(1)2e0·5(1)+(1)=0.6065

Substitute the value x=0 in equation (1).

y =x2e0·5x+xy=(0)2e0·5(0)+(0)=1.0000

Substitute the value x=1 in equation (1).

y =x2e0·5x+xy=(1)2e0·5(1)+(1)=0.3513

Substitute the value x=2 in equation (1).

y =x2e0·5x+xy=(2)2e0·5(2)+(2)=3.2817

Substitute the value x=3 in equation (1).

y =x2e0·5x+xy=(3)2e0·5(3)+(3)=7.5183

The calculated values of y is 5.7769 1.6321 0.6065 1.0000 0.3513 3.2817 7.5183.

Write the MATLAB script that calculates the value of y in equation y =x2e0·5x+x for the following values of x using element-by-element operations: 3, 2, 1, 0, 1, 2, 3.

MATLAB Code:

x = -3:3;

% Define the variable x.

y = x.^2-exp(0.5*x)+x

% Calculate the value of the equation.

Save the MATLAB script with the name, chapter3_29864_3_1P.m in the current folder. Execute the script by typing the script name at the command window to get the answer for equation y =x2e0·5x+x for the given values of x : 3, 2, 1, 0, 1, 2, 3.

Result:

MATLAB: An Introduction with Applications, Chapter 3, Problem 1P

Conclusion:

Therefore, the calculated values of y is 5.7769 1.6321 0.6065 1.0000 0.3513 3.2817 7.5183.

Want to see more full solutions like this?

Subscribe now to access step-by-step solutions to millions of textbook problems written by subject matter experts!
Students have asked these similar questions
Suppose we wish to test the hypothesis that women with a sister’s history of breast cancer are at higher risk of developing breast cancer themselves. Suppose we assume that the prevalence rate of breast cancer is 3% among 60- to 64-year-old U.S. women, whereas it is 5% among women with a sister history. We propose to interview 400 women 40 to 64 years of age with a sister history of the disease. What is the power of such a study assuming that the level of significance is 10%?             I only need help writing the null and alternative hypotheses.
4.96 The  breaking  strengths  for  1-foot-square  samples  of  a  particular  synthetic  fabric  are  approximately  normally  distributed  with  a  mean  of  2,250  pounds  per  square  inch  (psi)  and  a  standard deviation of 10.2 psi. Find the probability of selecting a  1-foot-square sample of material at random that on testing would have a breaking strength in excess of 2,265 psi.4.97 Refer to Exercise 4.96. Suppose that a new synthetic fabric has been developed that may have a different mean breaking strength. A random sample of 15  1-foot sections is obtained, and each section is tested for breaking strength. If we assume that the population standard deviation for the new fabric is identical to that for the old fabric, describe the sampling distribution forybased on random samples of 15  1-foot sections of new fabric
Une Entreprise œuvrant dans le domaine du multividéo donne l'opportunité à ses programmeurs-analystes d'évaluer la performance des cadres supérieurs. Voici les résultats obtenues (sur une échelle de 10 à 50) où 50 représentent une excellente performance. 10 programmeurs furent sélectionnés au hazard pour évaluer deux cadres. Un rapport Excel est également fourni. Programmeurs Cadre A Cadre B 1 34 36 2 32 34 3 18 19 33 38 19 21 21 23 7 35 34 8 20 20 9 34 34 10 36 34 Test d'égalité des espérances: observations pairées
Knowledge Booster
Background pattern image
Statistics
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, statistics and related others by exploring similar questions and additional content below.
Similar questions
SEE MORE QUESTIONS
Recommended textbooks for you
Text book image
MATLAB: An Introduction with Applications
Statistics
ISBN:9781119256830
Author:Amos Gilat
Publisher:John Wiley & Sons Inc
Text book image
Probability and Statistics for Engineering and th...
Statistics
ISBN:9781305251809
Author:Jay L. Devore
Publisher:Cengage Learning
Text book image
Statistics for The Behavioral Sciences (MindTap C...
Statistics
ISBN:9781305504912
Author:Frederick J Gravetter, Larry B. Wallnau
Publisher:Cengage Learning
Text book image
Elementary Statistics: Picturing the World (7th E...
Statistics
ISBN:9780134683416
Author:Ron Larson, Betsy Farber
Publisher:PEARSON
Text book image
The Basic Practice of Statistics
Statistics
ISBN:9781319042578
Author:David S. Moore, William I. Notz, Michael A. Fligner
Publisher:W. H. Freeman
Text book image
Introduction to the Practice of Statistics
Statistics
ISBN:9781319013387
Author:David S. Moore, George P. McCabe, Bruce A. Craig
Publisher:W. H. Freeman
Inverse Functions; Author: Professor Dave Explains;https://www.youtube.com/watch?v=9fJsrnE1go0;License: Standard YouTube License, CC-BY