Advertisement
Guest User

m20160829

a guest
Aug 29th, 2016
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.88 KB | None | 0 0
  1. In[2]:= Table[Tooltip[Subscript[a, i,j,k],Graphics3D[Flatten[Table[Tooltip[Sphere[{i,j,k},.1],Subscript[a, i,j,k]],{i,1,4},{j,1,4},{k,1,4}],1]]],{i,1,4},{j,1,4},{k,1,4}]//MatrixForm
  2.  
  3. In[4]:= Table[Tooltip[Subscript[a, i,j],Graphics3D[Flatten[Table[Tooltip[Sphere[{i,j,1},.1],Subscript[a, i,j]],{i,1,4},{j,1,4}],1]]],{i,1,4},{j,1,4}]//MatrixForm
  4. Out[4]//MatrixForm= (Subscript[a, 1,1] Subscript[a, 1,2] Subscript[a, 1,3] Subscript[a, 1,4]
  5. Subscript[a, 2,1] Subscript[a, 2,2] Subscript[a, 2,3] Subscript[a, 2,4]
  6. Subscript[a, 3,1] Subscript[a, 3,2] Subscript[a, 3,3] Subscript[a, 3,4]
  7. Subscript[a, 4,1] Subscript[a, 4,2] Subscript[a, 4,3] Subscript[a, 4,4]
  8.  
  9. )
  10. Table[Tooltip[Subscript[a, i,j],Graphics3D[Flatten[Table[Tooltip[Sphere[{i,j,1},.1],Subscript[a, i,j]],{i,1,4},{j,1,4}],1]]],{i,1,4},{j,1,4}]//MatrixForm
  11. In[6]:= Graphics3D[Flatten[Table[Tooltip[{Red,Sphere[{i,j,1},.1]},Subscript[a, i,j]],{i,1,4},{j,1,4}],1]]
  12. Out[6]=
  13. Graphics3D[Flatten[Table[Tooltip[{Red,Sphere[{i,j,1},.1]},Subscript[a, i,j]],{i,1,4},{j,1,4}],1]]
  14. In[8]:= Graphics3D[{{Red,Sphere[{0,0,0},.1]},{Blue,Sphere[{1,1,1},.1]}}]
  15. Out[8]=
  16. In[9]:= Graphics3D[{{Red,Sphere[{0,0,0},.1]},{Blue,Sphere[{1,1,1},.1]},{Green,Sphere[{1,1,1},.1]}}]
  17. Out[9]=
  18. In[12]:= Graphics3D[Flatten[Table[Mouseover[{Red,Sphere[{i,j,1},.1]},{Blue,Sphere[{i,j,1},.1]}],{i,1,4},{j,1,4}],1]]
  19. Out[12]=
  20. Graphics3D[Flatten[Table[Mouseover[{Red,Sphere[{i,j,1},.1]},{Blue,Sphere[{i,j,1},.1]}],{i,1,4},{j,1,4}],1]]
  21. In[13]:= Graphics3D[{{Red,Sphere[{0,0,0},.1]},{Blue,Sphere[{1,1,1},.1],Sphere[{2,2,2},.1]}}]
  22. Out[13]=
  23. In[14]:= Graphics3D[Flatten[Table[Mouseover[{Red,Sphere[{i,j,1},.1]},{Blue,Sphere[{i,j,1},.1],Sphere[{i+1,j,1},.1],Sphere[{i,j+1,1},.1]}],{i,1,4},{j,1,4}],1]]
  24. Out[14]=
  25. Table[Tooltip[Subscript[a, i,j],Graphics3D[{{Flatten[Table[Tooltip[Sphere[{i,j,1},.1],Subscript[a, i,j]],{i,1,4},{j,1,4}],1]},{Red,Sphere[{i,j,1},.1]}}],{i,1,4},{j,1,4}]//MatrixForm
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement