Advertisement
Andrew892

MATLAB - Matrice A - Calcolo Scientifico

Oct 23rd, 2014
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.61 KB | None | 0 0
  1. A = [
  2. -1/4 1/10 1/10 0 0 0 0 0 0 0 0 0 0 0 0;
  3. 1/10 -1/2 0 1/5 1/5 0 0 0 0 0 0 0 0 0 0;
  4. 1/10 0 -1/2 0 0 1/5 1/5 0 0 0 0 0 0 0 0;
  5. 0 1/5 0 -1 0 0 0 0.4 0.4 0 0 0 0 0 0;
  6. 0 1/5 0 0 -1 0 0 0 0 0.4 0.4 0 0 0 0;
  7. 0 0 1/5 0 0 -1 0 0 0 0 0 0.4 0.4 0 0;
  8. 0 0 1/5 0 0 0 -1 0 0 0 0 0 0 0.4 0.4;
  9. 0 0 0 0.4 0 0 0 -2 0 0 0 0 0 0 0;
  10. 0 0 0 0.4 0 0 0 0 -2 0 0 0 0 0 0;
  11. 0 0 0 0 0.4 0 0 0 0 -2 0 0 0 0 0;
  12. 0 0 0 0 0.4 0 0 0 0 0 -2 0 0 0 0;
  13. 0 0 0 0 0 0.4 0 0 0 0 0 -2 0 0 0;
  14. 0 0 0 0 0 0.4 0 0 0 0 0 0 -2 0 0;
  15. 0 0 0 0 0 0 0.4 0 0 0 0 0 0 -2 0;
  16. 0 0 0 0 0 0 0.4 0 0 0 0 0 0 0 -2];
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement