Skip to content

Iteration 1 2x2 grid

zeina-s edited this page Jun 20, 2018 · 3 revisions

Table of Contents


Iteration Goals

solve the problem for the simplest grid we could get: 2x2

Tests

  • Solve manually and compare.

Results

we got the calculations we expected.

Retrospective

  • 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.

  • Next iteration

Iteration-2 FUNCTIONALITY

Clone this wiki locally