1answer.
Ask question
Login Signup
Ask question
All categories
  • English
  • Mathematics
  • Social Studies
  • Business
  • History
  • Health
  • Geography
  • Biology
  • Physics
  • Chemistry
  • Computers and Technology
  • Arts
  • World Languages
  • Spanish
  • French
  • German
  • Advanced Placement (AP)
  • SAT
  • Medicine
  • Law
  • Engineering
Leni [432]
3 years ago
9

A solenoid with a length of 20 cm and a radius of 5 cm consists of 400 turns and carries a current of 12 A. If z = 0 represents

the midpoint of the solenoid, generate a plot for |H(z)| along the axis of the solenoid for a range −20 cm ≤ z ≤ 20 cm. Please use MATLAB to generate the solution numerically and indicate how you did it. Include a copy of the computer code that you create to solve the problem

Engineering
1 answer:
forsale [732]3 years ago
5 0

Answer:

Copy MATLAB code to plot the magnitude of magnetic field strength with respect to z on the axis of solenoid:

z=-20:0.01:20;

H=120.*(((20-(2.*z))./sqrt((20-(2.*z)).^2+100))+((20+(2.*z))./sqrt((20+(2.*z)).^2+100)));

plot(z,H)

title('plot of |H| vs z along the axis of solenoid')

ylabel('Magnitude of magnetic field 'H")

xlabel('position on axis of solenoid 'z")

Explanation:

full explanation is attached as picture and the resultant plot also.

You might be interested in
Tech A says you can find the typical angle of a V-block engine by dividing the number of cylinders by 720
Lady_Fox [76]

Answer:

Tech A is correct

Explanation:

Tech A is right as its V- angle is identified by splitting the No by 720 °. Of the piston at the edge of the piston.

Tech B is incorrect, as the V-Angle will be 720/10 = 72 for the V-10 motor, and he says 60 °.

8 0
2 years ago
Those in this career install, maintain, and repair electrical wiring,
Ad libitum [116K]
I’m pretty sure it’s C and G
8 0
3 years ago
Read 2 more answers
Assume a function requires 20 lines of machine code and will be called 10 times in the main program. You can choose to implement
Volgvan

Answer:

"Macro Instruction"

Explanation:

A macro definition is a rule or pattern that specifies how a certain input sequence should be mapped to a replacement output sequence according to a defined procedure. The mapping process that instantiates a macro use into a specific sequence is known as macro expansion.

It is a series of commands and actions that can be stored and run whenever you need to perform the task. You can record or build a macro and then run it to automatically repeat that series of steps or actions.

7 0
3 years ago
Say you have a random, unordered list containing 4096 four-digit numbers. Describe the most efficient way to: sort the list and
Debora [2.8K]

Answer:

Answer explained below

Explanation:

It is given that numbers are four-digit so maximum value of a number in this list could be 9999.

So we need to sort a list of integers, where each integer lies between [0,9999].

For these given constraints we can use counting sort which will run in linear time i.e. O(n).

--------------------------------------------------------------------------------

Psuedo Code:

countSort(int numList[]) {

int count[10000];

count[i] = 0; for all i;

for(int num in numList){

count[num]+= 1;

}

return count;

}

--------------------------------------------------------------------------------

Searching in this count array will be just O(1).

E.g. Lets say we want to search if 3 was present in the original list.

Case 1: it was present in the original list:

Then the count[3] would have been incremented by our sorting algorithm. so in case element exists then count value of that element will be greater than 0.

Case 2: it was not present:

In this case count[3] will remain at 0. so in case element does not exist then count of that element will be 0.

So to search for an element, say x, we just need to check if count[x]>0.

So search is O(1).

Run times:

Sorting: O(n)

Search: O(1)

6 0
3 years ago
Once you have chosen a topic, what should you do before beginning the research process? a. Find as many possible facts and detai
dlinn [17]

Answer:

The answer is C

Explanation:

3 0
3 years ago
Other questions:
  • Define a public static method named s2f that takes two String arguments, the name of a file and some text. The method creates th
    5·1 answer
  • Lately, you have noticed some repetitive stress in your wrist. Which sign is most likely the cause of that stress and pain?
    7·1 answer
  • A rectangular open channel is 20 ft wide and has a bed slope of 0.007. Manning's roughness coefficient n is 0.03. It is in unifo
    10·1 answer
  • A local surf report provides the height of the wave from the trough to the crest of the wave. How does this relate to the wave’s
    11·1 answer
  • What time ----–- the train arrve? ​​
    12·1 answer
  • Resistors of 150 Ω and 100 Ω are connected in parallel. What is their equivalent resistance?
    13·1 answer
  • The build up of electrons will cause electrical called ?
    14·1 answer
  • Report of invertor to convert 12 volt to 220 volt.
    6·1 answer
  • What is the purpose of encryption?
    13·1 answer
  • If we didn’t have the spark what could not happen?
    9·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!