Community Profile

photo

Aryaman


Technische Universiteit Delft

Active since 2014

Followers: 0   Following: 0

Message

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Question


Why is the code not implementing for i==6 value ?
T = zeros(7,12); for i = 1:7 for j = 1:12 if (i==1 || i==7) T(i,j) = 1750; end if i==4 && ...

9 years ago | 1 answer | 0

1

answer

Question


how to solve 2d heat equation?
I am trying to solve a pde (steady state 2d heat equation). The system has certain number of nodes in x and y directions and th...

9 years ago | 1 answer | 0

1

answer