
Concept explainers
To write:
A MATLAB code to find the two solutions of the equation

Answer to Problem 1P
Solution:
The two solutions of the equation
Explanation of Solution
The given equation is,
The value of
Solve the above equation to get the output,
Write the MATLAB code to find the two solutions of the equation
MATLAB Code:
F = @(x)x^(3) - exp(0.8*x)-20;
fplot(F,[0 8])
fzero(F,0)
fzero(F,8)
Save the MATLAB script with name, Chapter9_56830_9_1P.m in the current folder. Execute the script by typing the script name at the command window to get the code to find the two solutions of the equation
Result:
Conclusion:
Therefore, the two solutions of the equation
Want to see more full solutions like this?
Chapter 9 Solutions
Matlab
- engineering electromagnetics Subjectarrow_forwarda ADI ADI b Co ADDS D Fig.(2) 2-For resistive load, measure le output voltage by using oscilloscope; then sketch this wave. 3- Measure the average values ::f V₁ and IL: 4- Repeat steps 2 & 3 but for PL load.arrow_forwardDetermine the type of media In a certain medium with µ = o, & = 40 H = 12ely sin(x x 10% - By) a, A/m A plane wave propagating through a medium with ɛ, = 8, μ, = 2 has E = 0.5 3sin(10°t - Bz) a, V/m. Determine In a certain medium - E = 10 cos (2 x 10't ẞx)(a, + a.) V/m If μ == 50μo, & = 2ɛ, and o = 0, In a medium, -0.05x E=16e sin (2 x 10% -2x) a₂ V/marrow_forward
- "How can I know if it's lossless or lossy? Is there an easy way?" A plane wave propagating through a medium with &,,-8 μr = 2 nas: E = 0.5 ej0.33z sin (10' t - ẞz) ax V/m. A plane wave in non- · (Mr=1) has: magnetic medium E. 50 sin (10st + 27 ) ay v/m =arrow_forwarda A DI AD: AD, b C ADDS AD Fig.(2) LOIT 4-Draw the waveform for the c:t. shown in fig.(2) but after replaced Di and D3 by thyristors with a 30° and a2 #90°.arrow_forwarda b C ADDS D Fig.(2) L O 5- Draw the waveform for the cct. shown in fig.(2) but after replace the 6-diodes by 6- thyristor.arrow_forward
- The magnetic field component of an EM wave propagating through a nonmagnetic medium (po) is = Determine: H=25 sin (2 x 10't + 6x) a, mA/m (a) The direction of wave propagation. (b) The permittivity of the medium. (c) The electric field intensity.arrow_forwardIn a certain medium with μo, & = H 12e 480 y sin (x x 10% By) a, A/m find: (a) the wave period T, (b) the wavelength A, (c) the electric field E, (d) the phase difference between E and H.arrow_forwardA plane wave propagating through a medium with ɛ, = 8, μ, 2 has E = 0.5 e-3 sin(108tẞz) a, V/m. Determine (a) B (b) The loss tangent (c) Wave impedance (d) Wave velocity (e) H field Answer: (a) 1.374 rad/m, (b) 0.5154, (c) 177.72 /13.63° 2, (d) 7.278 × 107 m/s, (e) 2.817e3sin(108 - Bz - 13.63°)a, mA/m.arrow_forward
- In a nonmagnetic medium, E = 50 cos (10% - 8x) a, + 40 sin (10't - 8x) a, V/m find the dielectric constant &, and the corresponding H.arrow_forwardA uniform plane wave in air with E = 8 cos (wt 4x - 3z) a, V/m is incident on a dielectric slab (z0) with pr = 1.0, 8, = 2.5, σ = 0. Find (a) The polarization of the wave (b) The angle of incidence (c) The reflected E field (d) The transmitted H fieldarrow_forwardA plane wave in a nonmagnetic medium has E = 50 sin (10% + 2z) a, V/m. Find (a) The direction of wave propagation (b) λ, f, and ε, (c) H Answer: (a) along -z direction, (b) 3.142 m, 15.92 MHz, 36, (c) 0.7958 sin(10% + 2z) a A/m.arrow_forward
- 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,





