Primi esercizi in Matlab compreso algoritmo di risoluzione per sistemi lineari

This commit is contained in:
2014-10-01 14:09:48 +02:00
commit 5c3e6b4d9c
6 changed files with 71 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
errore = 1;
while 1+errore ~= 1
errore = errore /2;
end
errore = errore *2