Numerical MethodTU Board 2023
Solve for the steady state temperatures in a rectangular plate of 8cm x 10cm, if one 10cm side is held at 50°C, and the other 10cm side is held at 30°C and other two sides are held at 10°C. Assume…
5Solve for the steady state temperatures in a rectangular plate of 8cm x 10cm, if one 10cm side is held at 50°C, and the other 10cm side is held at 30°C and other two sides are held at 10°C. Assume grids of size 2cm x 2cm.
A worked answer is on its wayMeanwhile, read the Numerical Method notes for this topic.
Discussion
Loading…
More Numerical Method questions
Explain different types of errors in numerical computation with examples.TU Board 20265Apply Bisection Method to find a real root of x³ − x − 1 = 0 correct up to three decimal places.TU Board 20265Construct Lagrange's interpolation polynomial for the data: X124Y1416TU Board 20265Derive Newton's forward interpolation formula.TU Board 20265Solve the following set of linear equations using Gauss Jordan method: x + y + z = 6 2x + 3y + z = 10 x + 2y + 3z = 13TU Board 20265Solve dx/dy=x+y, y(0) = 1 using Euler's method (h = 0.1) for x = 0.1.TU Board 20265