Template:InOut: Difference between revisions

From Knot Atlas
Jump to navigationJump to search
No edit summary
No edit summary
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
{|
{|
|- align=left
|- align=left valign=top
|width=70px|<code style="color: blue; border: 0px; padding: 0em">In[{{{n}}}]:=</code>
|width=70px|<code style="color: blue; border: 0px; padding: 0em">In[{{{n}}}]:=</code>
|<code style="white-space: pre; color: red; border: 0px; padding: 0em; background-color: rgb(255,255,255);">{{{in}}}</code>
|<code style="white-space: pre; color: red; border: 0px; padding: 0em; background-color: rgb(255,255,255);">{{{in}}}</code>
|- align=left
|- align=left valign=top
|width=70px|<code style="color: blue; border: 0px; padding: 0em">Out[{{{n}}}]=</code>
|width=70px|<code style="color: blue; border: 0px; padding: 0em">Out[{{{n}}}]=</code>
|<code style="white-space: pre; color: black; border: 0px; padding: 0em; background-color: rgb(255,255,255);">{{{out}}}</code>
|<code style="white-space: pre; color: black; border: 0px; padding: 0em; background-color: rgb(255,255,255);">{{{out}}}</code>

Latest revision as of 16:23, 20 January 2006

In[{{{n}}}]:= {{{in}}}
Out[{{{n}}}]= {{{out}}}