Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

can you solve part E,F in matlap language please Part E 1) A particular conductor/wire used in electrical substations can carry an amperage of approximately

can you solve part E,F in matlap language please image text in transcribed
image text in transcribed
Part E 1) A particular conductor/wire used in electrical substations can carry an amperage of approximately 1079 amps. We need to figure out how many conductors we need to carry the current for 3 different scenarios: 4050 amps, 2000 amps, 900 amps. Create a vector that stores the 3 different values. Then calculate another vector that stores how many conductors are needed for all 3 scenarios. Remember to use meaningful names for all variables names. HINT: Also, if you calculate, for example, 3.7 conductors. Is that practical? How would you remedy that? Think of the real world situation. Part F Write a script that asks the user to enter a student's name followed by 4 test scores one after the other. It should store these 4 values in a vector. (The values should be saved directly into the vector as they are entered by the user.) It should then output "Brittany's class average is 89.3%.". Where Brittany and the average should be from the calculated values. Display one digit to the right of the decimal place for the average. Sample output: Please enter student's name: Brittany Enter first test score: 98.4 Enter second test score: 86.5 Enter third test score: 75.6 Enter fourth test score: 99.4 Brittany's class average is 90.0

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Time Series Databases New Ways To Store And Access Data

Authors: Ted Dunning, Ellen Friedman

1st Edition

1491914726, 978-1491914724

Students also viewed these Databases questions

Question

3. Discuss the process of behavior modeling training.

Answered: 1 week ago