Modificato alcuni nomi

This commit is contained in:
2014-10-01 15:03:42 +02:00
parent 5c3e6b4d9c
commit 72cc879ac5
5 changed files with 8 additions and 16 deletions

8
calculate_minimum.m Normal file
View File

@@ -0,0 +1,8 @@
%minimo numero non normalizzato permesso in float
u = 1;
while u~= 0
rmin = u;
u=u/2;
end
rmin

View File

@@ -1,6 +0,0 @@
u = 1;
while u~= 0
rmin = u;
u=u/2;
end
rmin

View File

@@ -1,10 +0,0 @@
U=[1,2,3:4,5,6;7,8,9];
B=[5;6;7];
x=[];
n= lenght(B);
x(n) = b(n)/U(n,n);
for i=n-1:-1:1
somma = 0;
for k