« Mathc matrices/e12d8 » : différence entre les versions

Contenu supprimé Contenu ajouté
modification mineure
modification mineure
Ligne 198 :
mul_mR(U_TA,V,U_TAV);
printf(" SS1 :");
p_mR(S,S5,P5,C8);
printf(" SS2 = U_T * A * V :");
p_mR(U_TAV,S10,P5,C6);
printf(" Warning S1 != S2 : because -> /* Normalize_uv_mR(V); */ \n\n");
printf(" If Normalize_uv_mR(V); then S1 == S2 \n");
f_mR(A);
Ligne 279 ⟶ 281 :
 
 
SS1 :
+13.37630
+4.25142
 
SS2 = U_T * A * V :
+20.15066 +0.00000 -0.00000 +0.00000 -0.00000
-0.00000 -5.94516 +0.00000 +0.00000 +0.00000
 
 
Warning S1 != S2 : because -> /* Normalize_uv_mR(V); */
 
If Normalize_uv_mR(V); then S1 == S2
 
Press return to continue
Press X to stop
 
</syntaxhighlight>