Guest User

Untitled

a guest
Apr 26th, 2018
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. Format[xrep[n_]] := StringJoin[Table["x", {n}]]
  2.  
  3. xrep[n_]:=StringJoin[Table["x", {n}]]
  4.  
  5. bin[x_, y_] := MatrixForm[{{x}, {y}}]
  6.  
  7. Format[bin[x_, y_]] := MatrixForm[{{x}, {y}}]
Add Comment
Please, Sign In to add comment