Skip to content
Lavínia Beghini edited this page Dec 2, 2020 · 1 revision

Jacobi-Method

Jacobi Method is a Linear Algebra application that implements the iterative Jacobi method algorithm.

System Specifications

These specifications was given from the teacher of the Linear Algebra class. It was originally written in portuguese. This is an open translation.

Option B

Implementation and explanation of the Gauss-Jacobi Iterative Method.

Type

Practical content with implementation.

Objective

The Gauss-Jacobi Iterative Method is able to obtain an approximation for the solution of a linear system with a single solution. The group should write a brief summary explaining the operation of the Gauss-Jacobi method and implement it in Java or Python, to solve a 7x7 system. Record a video explaining the summary made and the code implemented, recording the sheets written with the cell phone and / or with a computer screen capture.

Requirements

The summary must be brief and explain how Gauss-Jacobi works, in a maximum of 2 pages (no demonstrations required). The implemented code should allow the user to change the system and the stipulated error margin, as desired. This change can be made directly in the code, it does not need any interface. The implemented algorithm will receive as input a system and a margin of error and then return the approximate solution of the system.

File to be sent at SIGAA

A PDF or PNG file with a short summary and the references used, with a maximum of 2 pages; A file with code written in Java or Python; A video file explaining the summary and the code, in MKV or MP4 formats.

Idea

The recording can be done as a meeting on some video conference platform between the group members; or a member of the group simply records using resources such as a cell phone or computer screen capture.