EBK MATLAB: AN INTRODUCTION WITH APPLIC
EBK MATLAB: AN INTRODUCTION WITH APPLIC
6th Edition
ISBN: 8220103113663
Author: GILAT
Publisher: YUZU
bartleby

Concept explainers

bartleby

Videos

Question
100%
Book Icon
Chapter 3, Problem 1P
To determine

To calculate:

The value of y in equation y=x2xx+3 for the given values of x using element-by-element operations: 0,1,2,3,4,5,6,7.

Expert Solution & Answer
Check Mark

Answer to Problem 1P

Solution:

The calculated values of y is 00.753.68.515.428624.37535.666748.3.

Explanation of Solution

The given values of x is 0,1,2,3,4,5,6,7.

The stated equation is,

    y=x2xx+3         .......(1)

Substitute the value x=0 in the above equation.

    y=x2xx+3y=000+3=0

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

    y=x2xx+3y=1211+3=0.75

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

    y=x2xx+3y=2222+3=3.6

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

    y=x2xx+3y=3233+3=8.5

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

    y=x2xx+3y=4244+3=15.4286

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

    y=x2xx+3y=5255+3=24.375

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

    y=x2xx+3y=6266+3=35.6667

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

    y=x2xx+3y=7277+3=48.3

The calculated values of y is 00.753.68.515.428624.37535.666748.3.

Write the MATLAB script that calculates the equation y=x2xx+3 for the given values of x

: 0,1,2,3,4,5,6,7.

MATLAB Code:

x = [0:7]

% Define the variable x.

y = x.^2-(x)./(x+3)

% Calculate the value of the equation.

Save the MATLAB script with name, chapter3_56830_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=x2xx+3 for the given values of x

: 0,1,2,3,4,5,6,7.

Result:

EBK MATLAB: AN INTRODUCTION WITH APPLIC, Chapter 3, Problem 1P

Conclusion:

Therefore, the calculated values of y is 00.753.68.515.428624.37535.666748.3.

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!

Chapter 3 Solutions

EBK MATLAB: AN INTRODUCTION WITH APPLIC

Knowledge Booster
Background pattern image
Electrical Engineering
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, electrical-engineering and related others by exploring similar questions and additional content below.
Recommended textbooks for you
Text book image
Introductory Circuit Analysis (13th Edition)
Electrical Engineering
ISBN:9780133923605
Author:Robert L. Boylestad
Publisher:PEARSON
Text book image
Delmar's Standard Textbook Of Electricity
Electrical Engineering
ISBN:9781337900348
Author:Stephen L. Herman
Publisher:Cengage Learning
Text book image
Programmable Logic Controllers
Electrical Engineering
ISBN:9780073373843
Author:Frank D. Petruzella
Publisher:McGraw-Hill Education
Text book image
Fundamentals of Electric Circuits
Electrical Engineering
ISBN:9780078028229
Author:Charles K Alexander, Matthew Sadiku
Publisher:McGraw-Hill Education
Text book image
Electric Circuits. (11th Edition)
Electrical Engineering
ISBN:9780134746968
Author:James W. Nilsson, Susan Riedel
Publisher:PEARSON
Text book image
Engineering Electromagnetics
Electrical Engineering
ISBN:9780078028151
Author:Hayt, William H. (william Hart), Jr, BUCK, John A.
Publisher:Mcgraw-hill Education,
Inverse Functions; Author: Professor Dave Explains;https://www.youtube.com/watch?v=9fJsrnE1go0;License: Standard YouTube License, CC-BY