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

5
jesocristo_while.m Normal file
View File

@@ -0,0 +1,5 @@
a = 0;
while a~= 5
a= a + 0.625
end