+ 2
Hellp
how to do to calculate the determinant https://code.sololearn.com/Wzh2k25QwomT/?ref=app
2 Respostas
+ 10
There are too many errors in your code.
You created multiple elements with same "id". That's not allowed.
Replace "document.write(x)" in javascript with "document.getElementById('x').value = x;" for your code to show the result.