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
Mariulka [41]
3 years ago
6

Create a function (prob3_5) that will take inputs of vectors x and y in feet, scalar N, scalars L and W in feet and scalars T1 a

nd T2 in degrees Fahrenheit. It will output a matrix T which is the temperature of each x and y locations. T will have the number of columns equal to the number of elements in x and rows equal to the number of elements in y. Though this can be done without loops (perhaps more efficiently), your program must use a nested loop.
Engineering
1 answer:
Shalnov [3]3 years ago
3 0

Answer:

clear, clc

prob3_5([1,2,3],[6,5,7],12,11,22,55,76)

function T=prob3_5(x,y,N,L,W,T1,T2)

w=zeros(1,length(x));

for n=1:2:N

for i=1:length(x)

w(i)=w(i)+(2/pi)*(2/n)*sin(n*pi*x(i)/L).*sinh(n*pi*y(i)/L)/sinh(n*pi*W/L);

end

end

T=(T2-T1)*w+T1;

end

Explanation:

Please input the commands into MATLAB

You might be interested in
Driving Distraction Brainstorming Session
Leto [7]

texting, phone calls, putting on makeup, brushing hair, movies playing in car, loud music, children, and that's pretty much all I could think of

please give <u>BRAINLIEST ANSWER └[T‸T]┘</u>

5 0
3 years ago
Water vapor at 5 bar, 320°C enters a turbine operating at steady state with a volumetric flow rate of 0.65 m3/s and expands adia
harina [27]

Answer:

Power = 371.28 kW

Explanation:

Initial pressure, P1 = 5 bar

Final pressure, P2 = 1 bar

Initial temperature, T1 = 320°C

Final temperature, T2 = 160°C

Volume flow rate, V = 0.65m³/s

From steam tables at state 1,

h1 = 3105.6 kJ/kg, s1 = 7.5308 kJ/kgK

v1 = 0.5416 m³/kg

Mass flow rate, m = V/v1

m = 1.2 kg/s

From steam tables, at state 2

h2 = 2796.2 kJ/kg, s2 = 7.6597 kJ/kgK

Power developed, P = m(h1 - h2)

P = 1.2(3105.6-2796.2)

P = 371.28 kW

8 0
3 years ago
You can assume there is no pressure drop between the exit of the compressor and the entrance of the turbine. All the power from
Eddi Din [679]

Answer:

s6rt5x11j4fgu

j4

cf53yhu5

y4

hh

Explanation:

j

6 0
3 years ago
The section of the area to be examined is shown circumscribed by broken lines with circles at
Aloiza [94]

This question is about Circle Geometry. it evaluates connected and broken lines with respect to circles.

<h3>What is Circle Geometry?</h3>

This refers to the body of knowledge in mathematics that has to do with the various problems associated with the Circle.

In real-world scenarios, circle geometry is used in technologies involving:

  • Camera lenses
  • Circular Architectural structures
  • Steering Wheels
  • Buttons etc.

Learn more about Circle Geometry at:
brainly.com/question/24375372

3 0
2 years ago
The inlet and exhaust flow processes are not included in the analysis of the Otto cycle. How do these processes affect the Otto
lara31 [8.8K]

Answer:

Suction and exhaust processes do not affect the performance of Otto cycle.

Explanation:

Step1

Inlet and exhaust flow processes are not including in the Otto cycle because the effect and nature of both the process are same in opposite direction.

Step2

Inlet process or the suction process is the process of suction of working fluid inside the cylinder. The suction process is the constant pressure process. The exhaust process is the process of exhaust out at constant pressure.

Step3

The suction and exhaust process have same work and heat in opposite direction. So, net effect of suction and exhaust processes cancels out. The suction and exhaust processes are shown below in P-V diagram of Otto cycle:

Process 0-1 is suction process and process 1-0 is exhaust process.

7 0
3 years ago
Other questions:
  • Now, suppose that you have a balanced stereo signal in which the left and right channels have the same voltage amplitude, 500 mV
    8·1 answer
  • Automotive service P2 Wastewater Management and Handling Spins
    9·1 answer
  • Define the hydraulic diameter for a rectangular duct
    7·1 answer
  • Tests reveal that a normal driver takes about 0.75 s before he orshecan react to a situation to avoid a collision. It takes abou
    11·1 answer
  • 10–25. The 45° strain rosette is mounted on the surface of a shell. The following readings are obtained for each gage: ε a = −20
    9·1 answer
  • The x component of velocity in an incompressible flow field is given by u = Ax, where A = 2 s-1 and the coordinates are measured
    10·1 answer
  • Are there engineering students here?​
    5·2 answers
  • The cult of personality that surrounded Joseph Stalin in the Soviet Union led soviet citizens to believe that there was undisput
    10·1 answer
  • Although studs are sometimes spaced 24" O.C. in residential structures, a spacing of_____ O.C. is more commonly used.
    5·1 answer
  • How high of a column of sae 30 oil would be required to give the same pressure as 700 mm hg?
    12·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!