SVG Graphics

Job ID: 30664987

Budget: €8 – €30 EUR

Project goal:
Preparing a visualization of the solution of the system of equations using the Gauss elimination method, as in an example given here >>>

Project specification:
Html + SVG file "Gauss_svg.html" should be prepared.
The application visualizes the steps of solving the following system equations:
3x+4y=9
3x+2y=3.
Solution method: Gauss elimination.
SVG elemnt dimensions: W=width=200. H=height=100.
Coordinate system M:
- Ranges:
-- Xmin = -5, Xmax= 5,
-- Ymin = -5, Ymax= 5;
- The point OM (the origin ot the M coordinate system) should be in the middle of the SVG elemnt specified above.
-- Specifically, the coordinates G(OM) in the "Graphicsl Coordinate System" G are given by the equality: G(OM) = (100, 50).
Related categories: JavaScript HTML SVG