Skip to content

Commit

Permalink
2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
TheDeiw authored Mar 31, 2024
1 parent 7c63a03 commit bb9e3f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
<h1>Enter your matrix</h1>
<form>
<div class="equation">
<input type="number" name="x11" step="any" value="0" onfocus="handleFocus(this)" oninput="handleInput(this)">* x<sub>1</sub> +
<input type="number" name="x12" step="any" value="0" onfocus="handleFocus(this)" oninput="handleInput(this)">* x<sub>2</sub> +
<input type="number" name="x13" step="any" value="0" onfocus="handleFocus(this)" oninput="handleInput(this)">* x<sub>3</sub> +
<input type="number" name="x14" step="any" value="0" onfocus="handleFocus(this)" oninput="handleInput(this)">* x<sub>4</sub> =
<input type="number" name="x11" step="any" value="0" onfocus="handleFocus(this)" oninput="handleInput(this)">* x<sub>1</sub> +
<input type="number" name="result1" step="any" value="0" onfocus="handleFocus(this)" oninput="handleInput(this)">
</div>
<div class="equation">
Expand Down

0 comments on commit bb9e3f0

Please sign in to comment.