-
Notifications
You must be signed in to change notification settings - Fork 0
Iteration 1 2x2 grid
zeina-s edited this page Jun 20, 2018
·
3 revisions
solve the problem for the simplest grid we could get: 2x2
- Solve manually and compare.
we got the calculations we expected.
-
This iteration took more time than we expected.
-
Solving the issue manually.
-
Finding all sub grids.
-
Build a matrix for each sub graph.
-
Figure out how to solve a linear system with java libraries.
-
Calculating probabilities.
-
Calculating conductivity.