Advertisement
Guest User

Untitled

a guest
Feb 23rd, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.93 KB | None | 0 0
  1. x[1, 1] := C(1, 1)*C(1, 1)+C(1, 2)*C(2, 1)+C(1, 3)*C(3, 1);
  2. =
  3. x[1, 1] := -80
  4. x[1, 2] := C(1, 1)*C(1, 2)+C(1, 2)*C(2, 2)+C(1, 3)*C(3, 2);
  5. =
  6. x[1, 2] := -144
  7. x[1, 3] := C(1, 1)*C(1, 3)+C(1, 2)*C(2, 3)+C(1, 3)*C(3, 3);
  8. =
  9. x[1, 3] := -159
  10. x[2, 1] := C(2, 1)*C(1, 1)+C(2, 2)*C(2, 1)+C(2, 3)*C(3, 1);
  11. =
  12. x[2, 1] := 39
  13. x[2, 2] := C(2, 1)*C(1, 2)+C(2, 2)*C(2, 2)+C(2, 3)*C(3, 2);
  14. =
  15. x[2, 2] := 70
  16. x[2, 3] := C(2, 1)*C(1, 3)+C(2, 2)*C(2, 3)+C(2, 3)*C(3, 3);
  17. =
  18. x[2, 3] := 79
  19. x[3, 1] := C(3, 1)*C(1, 1)+C(3, 2)*C(2, 1)+C(3, 3)*C(3, 1);
  20. =
  21. x[3, 1] := 5
  22. x[3, 2] := C(3, 1)*C(1, 2)+C(3, 2)*C(2, 2)+C(3, 3)*C(3, 2);
  23. =
  24. x[3, 2] := 9
  25. x[3, 3] := C(3, 1)*C(1, 3)+C(2, 3)*C(3, 2)+C(3, 3)*C(3, 3);
  26. =
  27. x[3, 3] := 10
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement