Question: Use python programming for this excercise The temperature distribution in a square metal plate when heated in the corner corresponding to coordinates x = y
Use python programming for this excercise The temperature distribution in a square metal plate when heated in the corner corresponding to coordinates x = y = L can be represented as:Where To is the temperature applied, L is the side of the plate, and x & y the coordinates where you want to find the temperature. Write a program that: Ask the user the temperature applied, the length of the plate, and the number of divisions per side, implement a double loop to generate a matrix with the distribution of temperatures on the plate. Present graphically the matrix obtained through 2 figures
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock

Where To is the temperature applied, L is the side of the plate, and x & y the coordinates where you want to find the temperature. Write a program that: Ask the user the temperature applied, the length of the plate, and the number of divisions per side, implement a double loop to generate a matrix with the distribution of temperatures on the plate. Present graphically the matrix obtained through 2 figures