(11C) (15C) Invisicalc Spreadsheet
|
11-12-2024, 12:48 AM
Post: #2
|
|||
|
|||
Solving the Dirichlet Problem
We can define each of the red cells as the average of the four surrounding cells:
\( \require{color} \begin{array}{|c|c|c|c|} \hline & 5 & 6 & \\ \hline .2 & \color{red} 1 & \color{red} 2 & 7 \\ \hline .1 & \color{red} 3 & \color{red} 4 & 8 \\ \hline & .0 & 9 & \\ \hline \end{array} \) This results in the following programs for cells 1, 2, 3 and 4: Code: 001 { 42 21 12 } f LBL B Please note that this leads to circular dependencies. Example We can define arbitrary values on the boundary: 2 STO 5 3 STO 6 4 STO 7 5 STO 8 4 STO 9 7 STO .0 5 STO .1 1 STO .2 We have 4 cells to calculate: 4 STO 0 GSB B Results RCL 1 2.83333 RCL 2 3.54167 RCL 3 4.79167 RCL 4 4.33333 \( \begin{array}{|c|c|c|c|} \hline & 2 & 3 & \\ \hline 1 & \color{red} 2.83 & \color{red} 3.54 & 4 \\ \hline 5 & \color{red} 4.79 & \color{red} 4.33 & 5 \\ \hline & 7 & 4 & \\ \hline \end{array} \) Interpretation Consider the black numbers given as the temperature at the boundary of a sheet of metal. The red numbers then indicate the temperature inside the sheet. |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
(11C) (15C) Invisicalc Spreadsheet - Michael Zinn - 11-21-2021, 07:26 PM
Solving the Dirichlet Problem - Thomas Klemm - 11-12-2024 12:48 AM
RE: (11C) (15C) Invisicalc Spreadsheet - Michael Zinn - 11-12-2024, 10:55 AM
Solving the Dirichlet Problem - Thomas Klemm - 11-12-2024, 08:13 AM
RE: (11C) (15C) Invisicalc Spreadsheet - Thomas Klemm - 11-12-2024, 05:42 PM
RE: (11C) (15C) Invisicalc Spreadsheet - Thomas Klemm - 11-12-2024, 06:09 PM
|
User(s) browsing this thread: 2 Guest(s)